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 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.31",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.31",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.24.2"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  119dependencies = [
  120 "gimli 0.31.1",
  121]
  122
  123[[package]]
  124name = "addr2line"
  125version = "0.25.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  128dependencies = [
  129 "gimli 0.32.3",
  130]
  131
  132[[package]]
  133name = "adler2"
  134version = "2.0.1"
  135source = "registry+https://github.com/rust-lang/crates.io-index"
  136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  137
  138[[package]]
  139name = "aes"
  140version = "0.8.4"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  143dependencies = [
  144 "cfg-if",
  145 "cipher",
  146 "cpufeatures",
  147 "zeroize",
  148]
  149
  150[[package]]
  151name = "agent"
  152version = "0.1.0"
  153dependencies = [
  154 "acp_thread",
  155 "action_log",
  156 "agent-client-protocol",
  157 "agent_servers",
  158 "agent_settings",
  159 "anyhow",
  160 "chrono",
  161 "client",
  162 "clock",
  163 "cloud_api_types",
  164 "cloud_llm_client",
  165 "collections",
  166 "context_server",
  167 "ctor",
  168 "db",
  169 "derive_more",
  170 "editor",
  171 "env_logger 0.11.8",
  172 "eval_utils",
  173 "feature_flags",
  174 "fs",
  175 "futures 0.3.31",
  176 "git",
  177 "gpui",
  178 "gpui_tokio",
  179 "handlebars 4.5.0",
  180 "heck 0.5.0",
  181 "html_to_markdown",
  182 "http_client",
  183 "indoc",
  184 "itertools 0.14.0",
  185 "language",
  186 "language_model",
  187 "language_models",
  188 "log",
  189 "lsp",
  190 "open",
  191 "parking_lot",
  192 "paths",
  193 "pretty_assertions",
  194 "project",
  195 "prompt_store",
  196 "rand 0.9.2",
  197 "regex",
  198 "reqwest_client",
  199 "rust-embed",
  200 "schemars",
  201 "serde",
  202 "serde_json",
  203 "settings",
  204 "shell_command_parser",
  205 "smallvec",
  206 "smol",
  207 "sqlez",
  208 "streaming_diff",
  209 "strsim",
  210 "task",
  211 "telemetry",
  212 "tempfile",
  213 "text",
  214 "theme",
  215 "thiserror 2.0.17",
  216 "ui",
  217 "unindent",
  218 "url",
  219 "util",
  220 "uuid",
  221 "watch",
  222 "web_search",
  223 "zed_env_vars",
  224 "zlog",
  225 "zstd",
  226]
  227
  228[[package]]
  229name = "agent-client-protocol"
  230version = "0.10.2"
  231source = "registry+https://github.com/rust-lang/crates.io-index"
  232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  233dependencies = [
  234 "agent-client-protocol-schema",
  235 "anyhow",
  236 "async-broadcast",
  237 "async-trait",
  238 "derive_more",
  239 "futures 0.3.31",
  240 "log",
  241 "serde",
  242 "serde_json",
  243]
  244
  245[[package]]
  246name = "agent-client-protocol-schema"
  247version = "0.11.2"
  248source = "registry+https://github.com/rust-lang/crates.io-index"
  249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  250dependencies = [
  251 "anyhow",
  252 "derive_more",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum 0.28.0",
  257]
  258
  259[[package]]
  260name = "agent_servers"
  261version = "0.1.0"
  262dependencies = [
  263 "acp_thread",
  264 "acp_tools",
  265 "action_log",
  266 "agent-client-protocol",
  267 "anyhow",
  268 "async-trait",
  269 "chrono",
  270 "client",
  271 "collections",
  272 "credentials_provider",
  273 "env_logger 0.11.8",
  274 "fs",
  275 "futures 0.3.31",
  276 "google_ai",
  277 "gpui",
  278 "gpui_tokio",
  279 "http_client",
  280 "indoc",
  281 "language_model",
  282 "libc",
  283 "log",
  284 "nix 0.29.0",
  285 "project",
  286 "release_channel",
  287 "reqwest_client",
  288 "serde",
  289 "serde_json",
  290 "settings",
  291 "smol",
  292 "task",
  293 "tempfile",
  294 "terminal",
  295 "thiserror 2.0.17",
  296 "ui",
  297 "util",
  298 "uuid",
  299 "watch",
  300]
  301
  302[[package]]
  303name = "agent_settings"
  304version = "0.1.0"
  305dependencies = [
  306 "agent-client-protocol",
  307 "anyhow",
  308 "collections",
  309 "convert_case 0.8.0",
  310 "fs",
  311 "gpui",
  312 "language_model",
  313 "log",
  314 "project",
  315 "regex",
  316 "schemars",
  317 "serde",
  318 "serde_json",
  319 "serde_json_lenient",
  320 "settings",
  321 "util",
  322]
  323
  324[[package]]
  325name = "agent_ui"
  326version = "0.1.0"
  327dependencies = [
  328 "acp_thread",
  329 "action_log",
  330 "agent",
  331 "agent-client-protocol",
  332 "agent_servers",
  333 "agent_settings",
  334 "ai_onboarding",
  335 "anyhow",
  336 "arrayvec",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "async-fs",
  341 "audio",
  342 "base64 0.22.1",
  343 "buffer_diff",
  344 "chrono",
  345 "client",
  346 "cloud_api_types",
  347 "cloud_llm_client",
  348 "collections",
  349 "command_palette_hooks",
  350 "component",
  351 "context_server",
  352 "db",
  353 "editor",
  354 "eval_utils",
  355 "extension",
  356 "extension_host",
  357 "feature_flags",
  358 "file_icons",
  359 "fs",
  360 "futures 0.3.31",
  361 "fuzzy",
  362 "git",
  363 "gpui",
  364 "gpui_tokio",
  365 "html_to_markdown",
  366 "http_client",
  367 "image",
  368 "indoc",
  369 "itertools 0.14.0",
  370 "jsonschema",
  371 "language",
  372 "language_model",
  373 "language_models",
  374 "languages",
  375 "log",
  376 "lsp",
  377 "markdown",
  378 "menu",
  379 "multi_buffer",
  380 "notifications",
  381 "ordered-float 2.10.1",
  382 "parking_lot",
  383 "paths",
  384 "picker",
  385 "postage",
  386 "pretty_assertions",
  387 "project",
  388 "prompt_store",
  389 "proto",
  390 "rand 0.9.2",
  391 "release_channel",
  392 "reqwest_client",
  393 "rope",
  394 "rules_library",
  395 "schemars",
  396 "search",
  397 "semver",
  398 "serde",
  399 "serde_json",
  400 "serde_json_lenient",
  401 "settings",
  402 "smol",
  403 "streaming_diff",
  404 "task",
  405 "telemetry",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "watch",
  420 "workspace",
  421 "zed_actions",
  422]
  423
  424[[package]]
  425name = "ahash"
  426version = "0.7.8"
  427source = "registry+https://github.com/rust-lang/crates.io-index"
  428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  429dependencies = [
  430 "getrandom 0.2.16",
  431 "once_cell",
  432 "version_check",
  433]
  434
  435[[package]]
  436name = "ahash"
  437version = "0.8.12"
  438source = "registry+https://github.com/rust-lang/crates.io-index"
  439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  440dependencies = [
  441 "cfg-if",
  442 "const-random",
  443 "getrandom 0.3.4",
  444 "once_cell",
  445 "serde",
  446 "version_check",
  447 "zerocopy",
  448]
  449
  450[[package]]
  451name = "aho-corasick"
  452version = "1.1.3"
  453source = "registry+https://github.com/rust-lang/crates.io-index"
  454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  455dependencies = [
  456 "memchr",
  457]
  458
  459[[package]]
  460name = "ai_onboarding"
  461version = "0.1.0"
  462dependencies = [
  463 "client",
  464 "cloud_api_types",
  465 "component",
  466 "gpui",
  467 "language_model",
  468 "serde",
  469 "smallvec",
  470 "telemetry",
  471 "ui",
  472 "zed_actions",
  473]
  474
  475[[package]]
  476name = "alacritty_terminal"
  477version = "0.25.1"
  478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  479dependencies = [
  480 "base64 0.22.1",
  481 "bitflags 2.10.0",
  482 "home",
  483 "libc",
  484 "log",
  485 "mach2 0.5.0",
  486 "miow",
  487 "parking_lot",
  488 "piper",
  489 "polling",
  490 "regex-automata",
  491 "rustix 1.1.2",
  492 "rustix-openpty",
  493 "serde",
  494 "signal-hook",
  495 "unicode-width",
  496 "vte",
  497 "windows-sys 0.59.0",
  498]
  499
  500[[package]]
  501name = "aliasable"
  502version = "0.1.3"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  505
  506[[package]]
  507name = "aligned-vec"
  508version = "0.6.4"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  511dependencies = [
  512 "equator",
  513]
  514
  515[[package]]
  516name = "alloc-no-stdlib"
  517version = "2.0.4"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  520
  521[[package]]
  522name = "alloc-stdlib"
  523version = "0.2.2"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  526dependencies = [
  527 "alloc-no-stdlib",
  528]
  529
  530[[package]]
  531name = "allocator-api2"
  532version = "0.2.21"
  533source = "registry+https://github.com/rust-lang/crates.io-index"
  534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  535
  536[[package]]
  537name = "alsa"
  538version = "0.10.0"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  541dependencies = [
  542 "alsa-sys",
  543 "bitflags 2.10.0",
  544 "cfg-if",
  545 "libc",
  546]
  547
  548[[package]]
  549name = "alsa-sys"
  550version = "0.3.1"
  551source = "registry+https://github.com/rust-lang/crates.io-index"
  552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  553dependencies = [
  554 "libc",
  555 "pkg-config",
  556]
  557
  558[[package]]
  559name = "ambient-authority"
  560version = "0.0.2"
  561source = "registry+https://github.com/rust-lang/crates.io-index"
  562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  563
  564[[package]]
  565name = "ammonia"
  566version = "4.1.2"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  569dependencies = [
  570 "cssparser",
  571 "html5ever 0.35.0",
  572 "maplit",
  573 "tendril",
  574 "url",
  575]
  576
  577[[package]]
  578name = "android_system_properties"
  579version = "0.1.5"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  582dependencies = [
  583 "libc",
  584]
  585
  586[[package]]
  587name = "anes"
  588version = "0.1.6"
  589source = "registry+https://github.com/rust-lang/crates.io-index"
  590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  591
  592[[package]]
  593name = "annotate-snippets"
  594version = "0.12.12"
  595source = "registry+https://github.com/rust-lang/crates.io-index"
  596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  597dependencies = [
  598 "anstyle",
  599 "memchr",
  600 "unicode-width",
  601]
  602
  603[[package]]
  604name = "anstream"
  605version = "0.6.21"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  608dependencies = [
  609 "anstyle",
  610 "anstyle-parse",
  611 "anstyle-query",
  612 "anstyle-wincon",
  613 "colorchoice",
  614 "is_terminal_polyfill",
  615 "utf8parse",
  616]
  617
  618[[package]]
  619name = "anstyle"
  620version = "1.0.13"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  623
  624[[package]]
  625name = "anstyle-parse"
  626version = "0.2.7"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  629dependencies = [
  630 "utf8parse",
  631]
  632
  633[[package]]
  634name = "anstyle-query"
  635version = "1.1.4"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  638dependencies = [
  639 "windows-sys 0.60.2",
  640]
  641
  642[[package]]
  643name = "anstyle-wincon"
  644version = "3.0.10"
  645source = "registry+https://github.com/rust-lang/crates.io-index"
  646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  647dependencies = [
  648 "anstyle",
  649 "once_cell_polyfill",
  650 "windows-sys 0.60.2",
  651]
  652
  653[[package]]
  654name = "anthropic"
  655version = "0.1.0"
  656dependencies = [
  657 "anyhow",
  658 "chrono",
  659 "futures 0.3.31",
  660 "http_client",
  661 "schemars",
  662 "serde",
  663 "serde_json",
  664 "settings",
  665 "strum 0.27.2",
  666 "thiserror 2.0.17",
  667]
  668
  669[[package]]
  670name = "any_vec"
  671version = "0.14.0"
  672source = "registry+https://github.com/rust-lang/crates.io-index"
  673checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  674
  675[[package]]
  676name = "anyhow"
  677version = "1.0.100"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  680
  681[[package]]
  682name = "approx"
  683version = "0.5.1"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  686dependencies = [
  687 "num-traits",
  688]
  689
  690[[package]]
  691name = "ar_archive_writer"
  692version = "0.5.1"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  695dependencies = [
  696 "object 0.37.3",
  697]
  698
  699[[package]]
  700name = "arbitrary"
  701version = "1.4.2"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  704dependencies = [
  705 "derive_arbitrary",
  706]
  707
  708[[package]]
  709name = "arg_enum_proc_macro"
  710version = "0.3.4"
  711source = "registry+https://github.com/rust-lang/crates.io-index"
  712checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  713dependencies = [
  714 "proc-macro2",
  715 "quote",
  716 "syn 2.0.117",
  717]
  718
  719[[package]]
  720name = "arraydeque"
  721version = "0.5.1"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  724
  725[[package]]
  726name = "arrayref"
  727version = "0.3.9"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  730
  731[[package]]
  732name = "arrayvec"
  733version = "0.7.6"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  736dependencies = [
  737 "serde",
  738]
  739
  740[[package]]
  741name = "as-raw-xcb-connection"
  742version = "1.0.1"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  745
  746[[package]]
  747name = "ascii"
  748version = "1.1.0"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  751
  752[[package]]
  753name = "ash"
  754version = "0.38.0+1.3.281"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  757dependencies = [
  758 "libloading",
  759]
  760
  761[[package]]
  762name = "ashpd"
  763version = "0.13.2"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  766dependencies = [
  767 "enumflags2",
  768 "futures-channel",
  769 "futures-util",
  770 "getrandom 0.4.1",
  771 "serde",
  772 "serde_repr",
  773 "wayland-backend",
  774 "wayland-client",
  775 "wayland-protocols",
  776 "zbus",
  777]
  778
  779[[package]]
  780name = "askpass"
  781version = "0.1.0"
  782dependencies = [
  783 "anyhow",
  784 "futures 0.3.31",
  785 "gpui",
  786 "log",
  787 "net",
  788 "smol",
  789 "tempfile",
  790 "util",
  791 "windows 0.61.3",
  792 "zeroize",
  793]
  794
  795[[package]]
  796name = "assets"
  797version = "0.1.0"
  798dependencies = [
  799 "anyhow",
  800 "gpui",
  801 "rust-embed",
  802]
  803
  804[[package]]
  805name = "assistant_slash_command"
  806version = "0.1.0"
  807dependencies = [
  808 "anyhow",
  809 "async-trait",
  810 "collections",
  811 "derive_more",
  812 "extension",
  813 "futures 0.3.31",
  814 "gpui",
  815 "language",
  816 "language_model",
  817 "parking_lot",
  818 "pretty_assertions",
  819 "serde",
  820 "serde_json",
  821 "ui",
  822 "util",
  823 "workspace",
  824]
  825
  826[[package]]
  827name = "assistant_slash_commands"
  828version = "0.1.0"
  829dependencies = [
  830 "anyhow",
  831 "assistant_slash_command",
  832 "chrono",
  833 "collections",
  834 "editor",
  835 "feature_flags",
  836 "fs",
  837 "futures 0.3.31",
  838 "fuzzy",
  839 "gpui",
  840 "html_to_markdown",
  841 "http_client",
  842 "language",
  843 "multi_buffer",
  844 "pretty_assertions",
  845 "project",
  846 "prompt_store",
  847 "rope",
  848 "serde",
  849 "serde_json",
  850 "settings",
  851 "smol",
  852 "text",
  853 "ui",
  854 "util",
  855 "workspace",
  856 "worktree",
  857 "zlog",
  858]
  859
  860[[package]]
  861name = "assistant_text_thread"
  862version = "0.1.0"
  863dependencies = [
  864 "agent_settings",
  865 "anyhow",
  866 "assistant_slash_command",
  867 "assistant_slash_commands",
  868 "chrono",
  869 "client",
  870 "clock",
  871 "cloud_llm_client",
  872 "collections",
  873 "context_server",
  874 "fs",
  875 "futures 0.3.31",
  876 "fuzzy",
  877 "gpui",
  878 "itertools 0.14.0",
  879 "language",
  880 "language_model",
  881 "log",
  882 "open_ai",
  883 "parking_lot",
  884 "paths",
  885 "pretty_assertions",
  886 "project",
  887 "prompt_store",
  888 "proto",
  889 "rand 0.9.2",
  890 "regex",
  891 "rpc",
  892 "serde",
  893 "serde_json",
  894 "settings",
  895 "smallvec",
  896 "smol",
  897 "telemetry",
  898 "text",
  899 "ui",
  900 "unindent",
  901 "util",
  902 "uuid",
  903 "workspace",
  904 "zed_env_vars",
  905]
  906
  907[[package]]
  908name = "async-attributes"
  909version = "1.1.2"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  912dependencies = [
  913 "quote",
  914 "syn 1.0.109",
  915]
  916
  917[[package]]
  918name = "async-broadcast"
  919version = "0.7.2"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  922dependencies = [
  923 "event-listener 5.4.1",
  924 "event-listener-strategy",
  925 "futures-core",
  926 "pin-project-lite",
  927]
  928
  929[[package]]
  930name = "async-channel"
  931version = "1.9.0"
  932source = "registry+https://github.com/rust-lang/crates.io-index"
  933checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  934dependencies = [
  935 "concurrent-queue",
  936 "event-listener 2.5.3",
  937 "futures-core",
  938]
  939
  940[[package]]
  941name = "async-channel"
  942version = "2.5.0"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  945dependencies = [
  946 "concurrent-queue",
  947 "event-listener-strategy",
  948 "futures-core",
  949 "pin-project-lite",
  950]
  951
  952[[package]]
  953name = "async-compat"
  954version = "0.2.5"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  957dependencies = [
  958 "futures-core",
  959 "futures-io",
  960 "once_cell",
  961 "pin-project-lite",
  962 "tokio",
  963]
  964
  965[[package]]
  966name = "async-compression"
  967version = "0.4.32"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  970dependencies = [
  971 "compression-codecs",
  972 "compression-core",
  973 "futures-core",
  974 "futures-io",
  975 "pin-project-lite",
  976]
  977
  978[[package]]
  979name = "async-dispatcher"
  980version = "0.1.2"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  983dependencies = [
  984 "async-task",
  985 "futures-lite 1.13.0",
  986]
  987
  988[[package]]
  989name = "async-executor"
  990version = "1.13.3"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  993dependencies = [
  994 "async-task",
  995 "concurrent-queue",
  996 "fastrand 2.3.0",
  997 "futures-lite 2.6.1",
  998 "pin-project-lite",
  999 "slab",
 1000]
 1001
 1002[[package]]
 1003name = "async-fs"
 1004version = "2.2.0"
 1005source = "registry+https://github.com/rust-lang/crates.io-index"
 1006checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1007dependencies = [
 1008 "async-lock 3.4.2",
 1009 "blocking",
 1010 "futures-lite 2.6.1",
 1011]
 1012
 1013[[package]]
 1014name = "async-global-executor"
 1015version = "2.4.1"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1018dependencies = [
 1019 "async-channel 2.5.0",
 1020 "async-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "blocking",
 1024 "futures-lite 2.6.1",
 1025 "once_cell",
 1026]
 1027
 1028[[package]]
 1029name = "async-io"
 1030version = "2.6.0"
 1031source = "registry+https://github.com/rust-lang/crates.io-index"
 1032checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1033dependencies = [
 1034 "autocfg",
 1035 "cfg-if",
 1036 "concurrent-queue",
 1037 "futures-io",
 1038 "futures-lite 2.6.1",
 1039 "parking",
 1040 "polling",
 1041 "rustix 1.1.2",
 1042 "slab",
 1043 "windows-sys 0.61.2",
 1044]
 1045
 1046[[package]]
 1047name = "async-lock"
 1048version = "2.8.0"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1051dependencies = [
 1052 "event-listener 2.5.3",
 1053]
 1054
 1055[[package]]
 1056name = "async-lock"
 1057version = "3.4.2"
 1058source = "registry+https://github.com/rust-lang/crates.io-index"
 1059checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1060dependencies = [
 1061 "event-listener 5.4.1",
 1062 "event-listener-strategy",
 1063 "pin-project-lite",
 1064]
 1065
 1066[[package]]
 1067name = "async-net"
 1068version = "2.0.0"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1071dependencies = [
 1072 "async-io",
 1073 "blocking",
 1074 "futures-lite 2.6.1",
 1075]
 1076
 1077[[package]]
 1078name = "async-pipe"
 1079version = "0.1.3"
 1080source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1081dependencies = [
 1082 "futures 0.3.31",
 1083 "log",
 1084]
 1085
 1086[[package]]
 1087name = "async-process"
 1088version = "2.5.0"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1091dependencies = [
 1092 "async-channel 2.5.0",
 1093 "async-io",
 1094 "async-lock 3.4.2",
 1095 "async-signal",
 1096 "async-task",
 1097 "blocking",
 1098 "cfg-if",
 1099 "event-listener 5.4.1",
 1100 "futures-lite 2.6.1",
 1101 "rustix 1.1.2",
 1102]
 1103
 1104[[package]]
 1105name = "async-recursion"
 1106version = "1.1.1"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1109dependencies = [
 1110 "proc-macro2",
 1111 "quote",
 1112 "syn 2.0.117",
 1113]
 1114
 1115[[package]]
 1116name = "async-signal"
 1117version = "0.2.13"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1120dependencies = [
 1121 "async-io",
 1122 "async-lock 3.4.2",
 1123 "atomic-waker",
 1124 "cfg-if",
 1125 "futures-core",
 1126 "futures-io",
 1127 "rustix 1.1.2",
 1128 "signal-hook-registry",
 1129 "slab",
 1130 "windows-sys 0.61.2",
 1131]
 1132
 1133[[package]]
 1134name = "async-std"
 1135version = "1.13.2"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1138dependencies = [
 1139 "async-attributes",
 1140 "async-channel 1.9.0",
 1141 "async-global-executor",
 1142 "async-io",
 1143 "async-lock 3.4.2",
 1144 "async-process",
 1145 "crossbeam-utils",
 1146 "futures-channel",
 1147 "futures-core",
 1148 "futures-io",
 1149 "futures-lite 2.6.1",
 1150 "gloo-timers",
 1151 "kv-log-macro",
 1152 "log",
 1153 "memchr",
 1154 "once_cell",
 1155 "pin-project-lite",
 1156 "pin-utils",
 1157 "slab",
 1158 "wasm-bindgen-futures",
 1159]
 1160
 1161[[package]]
 1162name = "async-stream"
 1163version = "0.3.6"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1166dependencies = [
 1167 "async-stream-impl",
 1168 "futures-core",
 1169 "pin-project-lite",
 1170]
 1171
 1172[[package]]
 1173name = "async-stream-impl"
 1174version = "0.3.6"
 1175source = "registry+https://github.com/rust-lang/crates.io-index"
 1176checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1177dependencies = [
 1178 "proc-macro2",
 1179 "quote",
 1180 "syn 2.0.117",
 1181]
 1182
 1183[[package]]
 1184name = "async-tar"
 1185version = "0.5.1"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1188dependencies = [
 1189 "async-std",
 1190 "filetime",
 1191 "libc",
 1192 "pin-project",
 1193 "redox_syscall 0.2.16",
 1194 "xattr",
 1195]
 1196
 1197[[package]]
 1198name = "async-task"
 1199version = "4.7.1"
 1200source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1201
 1202[[package]]
 1203name = "async-trait"
 1204version = "0.1.89"
 1205source = "registry+https://github.com/rust-lang/crates.io-index"
 1206checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1207dependencies = [
 1208 "proc-macro2",
 1209 "quote",
 1210 "syn 2.0.117",
 1211]
 1212
 1213[[package]]
 1214name = "async-tungstenite"
 1215version = "0.31.0"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1218dependencies = [
 1219 "atomic-waker",
 1220 "futures-core",
 1221 "futures-io",
 1222 "futures-task",
 1223 "futures-util",
 1224 "log",
 1225 "pin-project-lite",
 1226 "rustls-pki-types",
 1227 "tokio",
 1228 "tokio-rustls 0.26.2",
 1229 "tungstenite 0.27.0",
 1230]
 1231
 1232[[package]]
 1233name = "async_zip"
 1234version = "0.0.18"
 1235source = "registry+https://github.com/rust-lang/crates.io-index"
 1236checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1237dependencies = [
 1238 "async-compression",
 1239 "crc32fast",
 1240 "futures-lite 2.6.1",
 1241 "pin-project",
 1242 "thiserror 2.0.17",
 1243]
 1244
 1245[[package]]
 1246name = "asynchronous-codec"
 1247version = "0.7.0"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1250dependencies = [
 1251 "bytes 1.11.1",
 1252 "futures-sink",
 1253 "futures-util",
 1254 "memchr",
 1255 "pin-project-lite",
 1256]
 1257
 1258[[package]]
 1259name = "atoi"
 1260version = "2.0.0"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1263dependencies = [
 1264 "num-traits",
 1265]
 1266
 1267[[package]]
 1268name = "atomic"
 1269version = "0.5.3"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1272
 1273[[package]]
 1274name = "atomic-waker"
 1275version = "1.1.2"
 1276source = "registry+https://github.com/rust-lang/crates.io-index"
 1277checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1278
 1279[[package]]
 1280name = "audio"
 1281version = "0.1.0"
 1282dependencies = [
 1283 "anyhow",
 1284 "async-tar",
 1285 "collections",
 1286 "cpal",
 1287 "crossbeam",
 1288 "denoise",
 1289 "gpui",
 1290 "libwebrtc",
 1291 "log",
 1292 "parking_lot",
 1293 "rodio",
 1294 "serde",
 1295 "settings",
 1296 "smol",
 1297 "thiserror 2.0.17",
 1298 "util",
 1299]
 1300
 1301[[package]]
 1302name = "auditable-serde"
 1303version = "0.8.0"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1306dependencies = [
 1307 "semver",
 1308 "serde",
 1309 "serde_json",
 1310 "topological-sort",
 1311]
 1312
 1313[[package]]
 1314name = "auto_update"
 1315version = "0.1.0"
 1316dependencies = [
 1317 "anyhow",
 1318 "client",
 1319 "clock",
 1320 "ctor",
 1321 "db",
 1322 "futures 0.3.31",
 1323 "futures-lite 1.13.0",
 1324 "gpui",
 1325 "http_client",
 1326 "log",
 1327 "parking_lot",
 1328 "paths",
 1329 "release_channel",
 1330 "semver",
 1331 "serde",
 1332 "serde_json",
 1333 "settings",
 1334 "smol",
 1335 "tempfile",
 1336 "util",
 1337 "which 6.0.3",
 1338 "workspace",
 1339 "zlog",
 1340]
 1341
 1342[[package]]
 1343name = "auto_update_helper"
 1344version = "0.1.0"
 1345dependencies = [
 1346 "anyhow",
 1347 "log",
 1348 "scopeguard",
 1349 "simplelog",
 1350 "tempfile",
 1351 "windows 0.61.3",
 1352 "winresource",
 1353]
 1354
 1355[[package]]
 1356name = "auto_update_ui"
 1357version = "0.1.0"
 1358dependencies = [
 1359 "anyhow",
 1360 "auto_update",
 1361 "client",
 1362 "editor",
 1363 "gpui",
 1364 "markdown_preview",
 1365 "release_channel",
 1366 "semver",
 1367 "serde",
 1368 "serde_json",
 1369 "smol",
 1370 "ui",
 1371 "util",
 1372 "workspace",
 1373]
 1374
 1375[[package]]
 1376name = "autocfg"
 1377version = "1.5.0"
 1378source = "registry+https://github.com/rust-lang/crates.io-index"
 1379checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1380
 1381[[package]]
 1382name = "av1-grain"
 1383version = "0.2.4"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1386dependencies = [
 1387 "anyhow",
 1388 "arrayvec",
 1389 "log",
 1390 "nom 7.1.3",
 1391 "num-rational",
 1392 "v_frame",
 1393]
 1394
 1395[[package]]
 1396name = "avif-serialize"
 1397version = "0.8.6"
 1398source = "registry+https://github.com/rust-lang/crates.io-index"
 1399checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1400dependencies = [
 1401 "arrayvec",
 1402]
 1403
 1404[[package]]
 1405name = "aws-config"
 1406version = "1.8.10"
 1407source = "registry+https://github.com/rust-lang/crates.io-index"
 1408checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1409dependencies = [
 1410 "aws-credential-types",
 1411 "aws-runtime",
 1412 "aws-sdk-sso",
 1413 "aws-sdk-ssooidc",
 1414 "aws-sdk-sts",
 1415 "aws-smithy-async",
 1416 "aws-smithy-http",
 1417 "aws-smithy-json",
 1418 "aws-smithy-runtime",
 1419 "aws-smithy-runtime-api",
 1420 "aws-smithy-types",
 1421 "aws-types",
 1422 "bytes 1.11.1",
 1423 "fastrand 2.3.0",
 1424 "hex",
 1425 "http 1.3.1",
 1426 "ring",
 1427 "time",
 1428 "tokio",
 1429 "tracing",
 1430 "url",
 1431 "zeroize",
 1432]
 1433
 1434[[package]]
 1435name = "aws-credential-types"
 1436version = "1.2.10"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1439dependencies = [
 1440 "aws-smithy-async",
 1441 "aws-smithy-runtime-api",
 1442 "aws-smithy-types",
 1443 "zeroize",
 1444]
 1445
 1446[[package]]
 1447name = "aws-lc-rs"
 1448version = "1.15.4"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1451dependencies = [
 1452 "aws-lc-sys",
 1453 "untrusted 0.7.1",
 1454 "zeroize",
 1455]
 1456
 1457[[package]]
 1458name = "aws-lc-sys"
 1459version = "0.37.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1462dependencies = [
 1463 "cc",
 1464 "cmake",
 1465 "dunce",
 1466 "fs_extra",
 1467]
 1468
 1469[[package]]
 1470name = "aws-runtime"
 1471version = "1.5.16"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-sigv4",
 1477 "aws-smithy-async",
 1478 "aws-smithy-eventstream",
 1479 "aws-smithy-http",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-types",
 1484 "bytes 1.11.1",
 1485 "fastrand 2.3.0",
 1486 "http 0.2.12",
 1487 "http-body 0.4.6",
 1488 "percent-encoding",
 1489 "pin-project-lite",
 1490 "tracing",
 1491 "uuid",
 1492]
 1493
 1494[[package]]
 1495name = "aws-sdk-bedrockruntime"
 1496version = "1.113.0"
 1497source = "registry+https://github.com/rust-lang/crates.io-index"
 1498checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1499dependencies = [
 1500 "aws-credential-types",
 1501 "aws-runtime",
 1502 "aws-sigv4",
 1503 "aws-smithy-async",
 1504 "aws-smithy-eventstream",
 1505 "aws-smithy-http",
 1506 "aws-smithy-json",
 1507 "aws-smithy-runtime",
 1508 "aws-smithy-runtime-api",
 1509 "aws-smithy-types",
 1510 "aws-types",
 1511 "bytes 1.11.1",
 1512 "fastrand 2.3.0",
 1513 "http 0.2.12",
 1514 "hyper 0.14.32",
 1515 "regex-lite",
 1516 "tracing",
 1517]
 1518
 1519[[package]]
 1520name = "aws-sdk-kinesis"
 1521version = "1.95.0"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1524dependencies = [
 1525 "aws-credential-types",
 1526 "aws-runtime",
 1527 "aws-smithy-async",
 1528 "aws-smithy-eventstream",
 1529 "aws-smithy-http",
 1530 "aws-smithy-json",
 1531 "aws-smithy-runtime",
 1532 "aws-smithy-runtime-api",
 1533 "aws-smithy-types",
 1534 "aws-types",
 1535 "bytes 1.11.1",
 1536 "fastrand 2.3.0",
 1537 "http 0.2.12",
 1538 "regex-lite",
 1539 "tracing",
 1540]
 1541
 1542[[package]]
 1543name = "aws-sdk-s3"
 1544version = "1.112.0"
 1545source = "registry+https://github.com/rust-lang/crates.io-index"
 1546checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1547dependencies = [
 1548 "aws-credential-types",
 1549 "aws-runtime",
 1550 "aws-sigv4",
 1551 "aws-smithy-async",
 1552 "aws-smithy-checksums",
 1553 "aws-smithy-eventstream",
 1554 "aws-smithy-http",
 1555 "aws-smithy-json",
 1556 "aws-smithy-runtime",
 1557 "aws-smithy-runtime-api",
 1558 "aws-smithy-types",
 1559 "aws-smithy-xml",
 1560 "aws-types",
 1561 "bytes 1.11.1",
 1562 "fastrand 2.3.0",
 1563 "hex",
 1564 "hmac",
 1565 "http 0.2.12",
 1566 "http 1.3.1",
 1567 "http-body 0.4.6",
 1568 "lru",
 1569 "percent-encoding",
 1570 "regex-lite",
 1571 "sha2",
 1572 "tracing",
 1573 "url",
 1574]
 1575
 1576[[package]]
 1577name = "aws-sdk-sso"
 1578version = "1.88.0"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1581dependencies = [
 1582 "aws-credential-types",
 1583 "aws-runtime",
 1584 "aws-smithy-async",
 1585 "aws-smithy-http",
 1586 "aws-smithy-json",
 1587 "aws-smithy-runtime",
 1588 "aws-smithy-runtime-api",
 1589 "aws-smithy-types",
 1590 "aws-types",
 1591 "bytes 1.11.1",
 1592 "fastrand 2.3.0",
 1593 "http 0.2.12",
 1594 "regex-lite",
 1595 "tracing",
 1596]
 1597
 1598[[package]]
 1599name = "aws-sdk-ssooidc"
 1600version = "1.90.0"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1603dependencies = [
 1604 "aws-credential-types",
 1605 "aws-runtime",
 1606 "aws-smithy-async",
 1607 "aws-smithy-http",
 1608 "aws-smithy-json",
 1609 "aws-smithy-runtime",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "aws-types",
 1613 "bytes 1.11.1",
 1614 "fastrand 2.3.0",
 1615 "http 0.2.12",
 1616 "regex-lite",
 1617 "tracing",
 1618]
 1619
 1620[[package]]
 1621name = "aws-sdk-sts"
 1622version = "1.90.0"
 1623source = "registry+https://github.com/rust-lang/crates.io-index"
 1624checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1625dependencies = [
 1626 "aws-credential-types",
 1627 "aws-runtime",
 1628 "aws-smithy-async",
 1629 "aws-smithy-http",
 1630 "aws-smithy-json",
 1631 "aws-smithy-query",
 1632 "aws-smithy-runtime",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "aws-smithy-xml",
 1636 "aws-types",
 1637 "fastrand 2.3.0",
 1638 "http 0.2.12",
 1639 "regex-lite",
 1640 "tracing",
 1641]
 1642
 1643[[package]]
 1644name = "aws-sigv4"
 1645version = "1.3.6"
 1646source = "registry+https://github.com/rust-lang/crates.io-index"
 1647checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1648dependencies = [
 1649 "aws-credential-types",
 1650 "aws-smithy-eventstream",
 1651 "aws-smithy-http",
 1652 "aws-smithy-runtime-api",
 1653 "aws-smithy-types",
 1654 "bytes 1.11.1",
 1655 "crypto-bigint 0.5.5",
 1656 "form_urlencoded",
 1657 "hex",
 1658 "hmac",
 1659 "http 0.2.12",
 1660 "http 1.3.1",
 1661 "p256",
 1662 "percent-encoding",
 1663 "ring",
 1664 "sha2",
 1665 "subtle",
 1666 "time",
 1667 "tracing",
 1668 "zeroize",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-async"
 1673version = "1.2.6"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1676dependencies = [
 1677 "futures-util",
 1678 "pin-project-lite",
 1679 "tokio",
 1680]
 1681
 1682[[package]]
 1683name = "aws-smithy-checksums"
 1684version = "0.63.11"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1687dependencies = [
 1688 "aws-smithy-http",
 1689 "aws-smithy-types",
 1690 "bytes 1.11.1",
 1691 "crc-fast",
 1692 "hex",
 1693 "http 0.2.12",
 1694 "http-body 0.4.6",
 1695 "md-5",
 1696 "pin-project-lite",
 1697 "sha1",
 1698 "sha2",
 1699 "tracing",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-eventstream"
 1704version = "0.60.13"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1707dependencies = [
 1708 "aws-smithy-types",
 1709 "bytes 1.11.1",
 1710 "crc32fast",
 1711]
 1712
 1713[[package]]
 1714name = "aws-smithy-http"
 1715version = "0.62.5"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1718dependencies = [
 1719 "aws-smithy-eventstream",
 1720 "aws-smithy-runtime-api",
 1721 "aws-smithy-types",
 1722 "bytes 1.11.1",
 1723 "bytes-utils",
 1724 "futures-core",
 1725 "futures-util",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "percent-encoding",
 1730 "pin-project-lite",
 1731 "pin-utils",
 1732 "tracing",
 1733]
 1734
 1735[[package]]
 1736name = "aws-smithy-http-client"
 1737version = "1.1.4"
 1738source = "registry+https://github.com/rust-lang/crates.io-index"
 1739checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1740dependencies = [
 1741 "aws-smithy-async",
 1742 "aws-smithy-runtime-api",
 1743 "aws-smithy-types",
 1744 "h2 0.3.27",
 1745 "h2 0.4.12",
 1746 "http 0.2.12",
 1747 "http 1.3.1",
 1748 "http-body 0.4.6",
 1749 "hyper 0.14.32",
 1750 "hyper 1.7.0",
 1751 "hyper-rustls 0.24.2",
 1752 "hyper-rustls 0.27.7",
 1753 "hyper-util",
 1754 "pin-project-lite",
 1755 "rustls 0.21.12",
 1756 "rustls 0.23.33",
 1757 "rustls-native-certs 0.8.2",
 1758 "rustls-pki-types",
 1759 "tokio",
 1760 "tokio-rustls 0.26.2",
 1761 "tower 0.5.2",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws-smithy-json"
 1767version = "0.61.7"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1770dependencies = [
 1771 "aws-smithy-types",
 1772]
 1773
 1774[[package]]
 1775name = "aws-smithy-observability"
 1776version = "0.1.4"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1779dependencies = [
 1780 "aws-smithy-runtime-api",
 1781]
 1782
 1783[[package]]
 1784name = "aws-smithy-query"
 1785version = "0.60.8"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1788dependencies = [
 1789 "aws-smithy-types",
 1790 "urlencoding",
 1791]
 1792
 1793[[package]]
 1794name = "aws-smithy-runtime"
 1795version = "1.9.4"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1798dependencies = [
 1799 "aws-smithy-async",
 1800 "aws-smithy-http",
 1801 "aws-smithy-http-client",
 1802 "aws-smithy-observability",
 1803 "aws-smithy-runtime-api",
 1804 "aws-smithy-types",
 1805 "bytes 1.11.1",
 1806 "fastrand 2.3.0",
 1807 "http 0.2.12",
 1808 "http 1.3.1",
 1809 "http-body 0.4.6",
 1810 "http-body 1.0.1",
 1811 "pin-project-lite",
 1812 "pin-utils",
 1813 "tokio",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws-smithy-runtime-api"
 1819version = "1.9.2"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1822dependencies = [
 1823 "aws-smithy-async",
 1824 "aws-smithy-types",
 1825 "bytes 1.11.1",
 1826 "http 0.2.12",
 1827 "http 1.3.1",
 1828 "pin-project-lite",
 1829 "tokio",
 1830 "tracing",
 1831 "zeroize",
 1832]
 1833
 1834[[package]]
 1835name = "aws-smithy-types"
 1836version = "1.3.4"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1839dependencies = [
 1840 "base64-simd",
 1841 "bytes 1.11.1",
 1842 "bytes-utils",
 1843 "futures-core",
 1844 "http 0.2.12",
 1845 "http 1.3.1",
 1846 "http-body 0.4.6",
 1847 "http-body 1.0.1",
 1848 "http-body-util",
 1849 "itoa",
 1850 "num-integer",
 1851 "pin-project-lite",
 1852 "pin-utils",
 1853 "ryu",
 1854 "serde",
 1855 "time",
 1856 "tokio",
 1857 "tokio-util",
 1858]
 1859
 1860[[package]]
 1861name = "aws-smithy-xml"
 1862version = "0.60.12"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1865dependencies = [
 1866 "xmlparser",
 1867]
 1868
 1869[[package]]
 1870name = "aws-types"
 1871version = "1.3.10"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1874dependencies = [
 1875 "aws-credential-types",
 1876 "aws-smithy-async",
 1877 "aws-smithy-runtime-api",
 1878 "aws-smithy-types",
 1879 "rustc_version",
 1880 "tracing",
 1881]
 1882
 1883[[package]]
 1884name = "aws_http_client"
 1885version = "0.1.0"
 1886dependencies = [
 1887 "aws-smithy-runtime-api",
 1888 "aws-smithy-types",
 1889 "http_client",
 1890]
 1891
 1892[[package]]
 1893name = "axum"
 1894version = "0.6.20"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1897dependencies = [
 1898 "async-trait",
 1899 "axum-core",
 1900 "base64 0.21.7",
 1901 "bitflags 1.3.2",
 1902 "bytes 1.11.1",
 1903 "futures-util",
 1904 "headers",
 1905 "http 0.2.12",
 1906 "http-body 0.4.6",
 1907 "hyper 0.14.32",
 1908 "itoa",
 1909 "matchit",
 1910 "memchr",
 1911 "mime",
 1912 "percent-encoding",
 1913 "pin-project-lite",
 1914 "rustversion",
 1915 "serde",
 1916 "serde_json",
 1917 "serde_path_to_error",
 1918 "serde_urlencoded",
 1919 "sha1",
 1920 "sync_wrapper 0.1.2",
 1921 "tokio",
 1922 "tokio-tungstenite 0.20.1",
 1923 "tower 0.4.13",
 1924 "tower-layer",
 1925 "tower-service",
 1926]
 1927
 1928[[package]]
 1929name = "axum-core"
 1930version = "0.3.4"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1933dependencies = [
 1934 "async-trait",
 1935 "bytes 1.11.1",
 1936 "futures-util",
 1937 "http 0.2.12",
 1938 "http-body 0.4.6",
 1939 "mime",
 1940 "rustversion",
 1941 "tower-layer",
 1942 "tower-service",
 1943]
 1944
 1945[[package]]
 1946name = "backtrace"
 1947version = "0.3.76"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1950dependencies = [
 1951 "addr2line 0.25.1",
 1952 "cfg-if",
 1953 "libc",
 1954 "miniz_oxide",
 1955 "object 0.37.3",
 1956 "rustc-demangle",
 1957 "windows-link 0.2.1",
 1958]
 1959
 1960[[package]]
 1961name = "base16ct"
 1962version = "0.1.1"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1965
 1966[[package]]
 1967name = "base64"
 1968version = "0.21.7"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1971
 1972[[package]]
 1973name = "base64"
 1974version = "0.22.1"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1977
 1978[[package]]
 1979name = "base64-simd"
 1980version = "0.8.0"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1983dependencies = [
 1984 "outref",
 1985 "vsimd",
 1986]
 1987
 1988[[package]]
 1989name = "base64ct"
 1990version = "1.8.0"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1993
 1994[[package]]
 1995name = "bedrock"
 1996version = "0.1.0"
 1997dependencies = [
 1998 "anyhow",
 1999 "aws-sdk-bedrockruntime",
 2000 "aws-smithy-types",
 2001 "futures 0.3.31",
 2002 "schemars",
 2003 "serde",
 2004 "serde_json",
 2005 "strum 0.27.2",
 2006 "thiserror 2.0.17",
 2007]
 2008
 2009[[package]]
 2010name = "bigdecimal"
 2011version = "0.4.8"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2014dependencies = [
 2015 "autocfg",
 2016 "libm",
 2017 "num-bigint",
 2018 "num-integer",
 2019 "num-traits",
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bincode"
 2025version = "1.3.3"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2028dependencies = [
 2029 "serde",
 2030]
 2031
 2032[[package]]
 2033name = "bindgen"
 2034version = "0.71.1"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2037dependencies = [
 2038 "bitflags 2.10.0",
 2039 "cexpr",
 2040 "clang-sys",
 2041 "itertools 0.12.1",
 2042 "log",
 2043 "prettyplease",
 2044 "proc-macro2",
 2045 "quote",
 2046 "regex",
 2047 "rustc-hash 2.1.1",
 2048 "shlex",
 2049 "syn 2.0.117",
 2050]
 2051
 2052[[package]]
 2053name = "bindgen"
 2054version = "0.72.1"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2057dependencies = [
 2058 "bitflags 2.10.0",
 2059 "cexpr",
 2060 "clang-sys",
 2061 "itertools 0.12.1",
 2062 "proc-macro2",
 2063 "quote",
 2064 "regex",
 2065 "rustc-hash 2.1.1",
 2066 "shlex",
 2067 "syn 2.0.117",
 2068]
 2069
 2070[[package]]
 2071name = "bit-set"
 2072version = "0.8.0"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2075dependencies = [
 2076 "bit-vec",
 2077]
 2078
 2079[[package]]
 2080name = "bit-vec"
 2081version = "0.8.0"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2084
 2085[[package]]
 2086name = "bit_field"
 2087version = "0.10.3"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2090
 2091[[package]]
 2092name = "bitflags"
 2093version = "1.3.2"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2096
 2097[[package]]
 2098name = "bitflags"
 2099version = "2.10.0"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2102dependencies = [
 2103 "serde_core",
 2104]
 2105
 2106[[package]]
 2107name = "bitstream-io"
 2108version = "2.6.0"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2111
 2112[[package]]
 2113name = "bitvec"
 2114version = "1.0.1"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2117dependencies = [
 2118 "funty",
 2119 "radium",
 2120 "tap",
 2121 "wyz",
 2122]
 2123
 2124[[package]]
 2125name = "block"
 2126version = "0.1.6"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2129
 2130[[package]]
 2131name = "block-buffer"
 2132version = "0.10.4"
 2133source = "registry+https://github.com/rust-lang/crates.io-index"
 2134checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2135dependencies = [
 2136 "generic-array",
 2137]
 2138
 2139[[package]]
 2140name = "block-padding"
 2141version = "0.3.3"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2144dependencies = [
 2145 "generic-array",
 2146]
 2147
 2148[[package]]
 2149name = "block2"
 2150version = "0.6.2"
 2151source = "registry+https://github.com/rust-lang/crates.io-index"
 2152checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2153dependencies = [
 2154 "objc2",
 2155]
 2156
 2157[[package]]
 2158name = "blocking"
 2159version = "1.6.2"
 2160source = "registry+https://github.com/rust-lang/crates.io-index"
 2161checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2162dependencies = [
 2163 "async-channel 2.5.0",
 2164 "async-task",
 2165 "futures-io",
 2166 "futures-lite 2.6.1",
 2167 "piper",
 2168]
 2169
 2170[[package]]
 2171name = "bmrng"
 2172version = "0.5.2"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2175dependencies = [
 2176 "futures-core",
 2177 "tokio",
 2178]
 2179
 2180[[package]]
 2181name = "bon"
 2182version = "3.8.2"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2185dependencies = [
 2186 "bon-macros",
 2187 "rustversion",
 2188]
 2189
 2190[[package]]
 2191name = "bon-macros"
 2192version = "3.8.2"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2195dependencies = [
 2196 "darling 0.20.11",
 2197 "ident_case",
 2198 "prettyplease",
 2199 "proc-macro2",
 2200 "quote",
 2201 "rustversion",
 2202 "syn 2.0.117",
 2203]
 2204
 2205[[package]]
 2206name = "borrow-or-share"
 2207version = "0.2.4"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2210
 2211[[package]]
 2212name = "borsh"
 2213version = "1.5.7"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2216dependencies = [
 2217 "borsh-derive",
 2218 "cfg_aliases 0.2.1",
 2219]
 2220
 2221[[package]]
 2222name = "borsh-derive"
 2223version = "1.5.7"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2226dependencies = [
 2227 "once_cell",
 2228 "proc-macro-crate",
 2229 "proc-macro2",
 2230 "quote",
 2231 "syn 2.0.117",
 2232]
 2233
 2234[[package]]
 2235name = "breadcrumbs"
 2236version = "0.1.0"
 2237dependencies = [
 2238 "gpui",
 2239 "ui",
 2240 "workspace",
 2241]
 2242
 2243[[package]]
 2244name = "brotli"
 2245version = "8.0.2"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2248dependencies = [
 2249 "alloc-no-stdlib",
 2250 "alloc-stdlib",
 2251 "brotli-decompressor",
 2252]
 2253
 2254[[package]]
 2255name = "brotli-decompressor"
 2256version = "5.0.0"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2259dependencies = [
 2260 "alloc-no-stdlib",
 2261 "alloc-stdlib",
 2262]
 2263
 2264[[package]]
 2265name = "brush-parser"
 2266version = "0.3.0"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2269dependencies = [
 2270 "bon",
 2271 "cached",
 2272 "indenter",
 2273 "peg",
 2274 "thiserror 2.0.17",
 2275 "tracing",
 2276 "utf8-chars",
 2277]
 2278
 2279[[package]]
 2280name = "bstr"
 2281version = "1.12.0"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2284dependencies = [
 2285 "memchr",
 2286 "regex-automata",
 2287 "serde",
 2288]
 2289
 2290[[package]]
 2291name = "buffer_diff"
 2292version = "0.1.0"
 2293dependencies = [
 2294 "clock",
 2295 "ctor",
 2296 "futures 0.3.31",
 2297 "git2",
 2298 "gpui",
 2299 "language",
 2300 "log",
 2301 "pretty_assertions",
 2302 "rand 0.9.2",
 2303 "rope",
 2304 "settings",
 2305 "sum_tree",
 2306 "text",
 2307 "tracing",
 2308 "unindent",
 2309 "util",
 2310 "zlog",
 2311 "ztracing",
 2312]
 2313
 2314[[package]]
 2315name = "built"
 2316version = "0.7.7"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2319
 2320[[package]]
 2321name = "bumpalo"
 2322version = "3.19.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2325dependencies = [
 2326 "allocator-api2",
 2327]
 2328
 2329[[package]]
 2330name = "by_address"
 2331version = "1.2.1"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2334
 2335[[package]]
 2336name = "bytecheck"
 2337version = "0.6.12"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2340dependencies = [
 2341 "bytecheck_derive",
 2342 "ptr_meta",
 2343 "simdutf8",
 2344]
 2345
 2346[[package]]
 2347name = "bytecheck_derive"
 2348version = "0.6.12"
 2349source = "registry+https://github.com/rust-lang/crates.io-index"
 2350checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2351dependencies = [
 2352 "proc-macro2",
 2353 "quote",
 2354 "syn 1.0.109",
 2355]
 2356
 2357[[package]]
 2358name = "bytecount"
 2359version = "0.6.9"
 2360source = "registry+https://github.com/rust-lang/crates.io-index"
 2361checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2362
 2363[[package]]
 2364name = "bytemuck"
 2365version = "1.24.0"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2368dependencies = [
 2369 "bytemuck_derive",
 2370]
 2371
 2372[[package]]
 2373name = "bytemuck_derive"
 2374version = "1.10.2"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2377dependencies = [
 2378 "proc-macro2",
 2379 "quote",
 2380 "syn 2.0.117",
 2381]
 2382
 2383[[package]]
 2384name = "byteorder"
 2385version = "1.5.0"
 2386source = "registry+https://github.com/rust-lang/crates.io-index"
 2387checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2388
 2389[[package]]
 2390name = "byteorder-lite"
 2391version = "0.1.0"
 2392source = "registry+https://github.com/rust-lang/crates.io-index"
 2393checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2394
 2395[[package]]
 2396name = "bytes"
 2397version = "0.4.12"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2400dependencies = [
 2401 "byteorder",
 2402 "iovec",
 2403]
 2404
 2405[[package]]
 2406name = "bytes"
 2407version = "1.11.1"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2410
 2411[[package]]
 2412name = "bytes-utils"
 2413version = "0.1.4"
 2414source = "registry+https://github.com/rust-lang/crates.io-index"
 2415checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2416dependencies = [
 2417 "bytes 1.11.1",
 2418 "either",
 2419]
 2420
 2421[[package]]
 2422name = "bzip2"
 2423version = "0.4.4"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2426dependencies = [
 2427 "bzip2-sys",
 2428 "libc",
 2429]
 2430
 2431[[package]]
 2432name = "bzip2-sys"
 2433version = "0.1.13+1.0.8"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2436dependencies = [
 2437 "cc",
 2438 "pkg-config",
 2439]
 2440
 2441[[package]]
 2442name = "cached"
 2443version = "0.56.0"
 2444source = "registry+https://github.com/rust-lang/crates.io-index"
 2445checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2446dependencies = [
 2447 "ahash 0.8.12",
 2448 "cached_proc_macro",
 2449 "cached_proc_macro_types",
 2450 "hashbrown 0.15.5",
 2451 "once_cell",
 2452 "thiserror 2.0.17",
 2453 "web-time",
 2454]
 2455
 2456[[package]]
 2457name = "cached_proc_macro"
 2458version = "0.25.0"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2461dependencies = [
 2462 "darling 0.20.11",
 2463 "proc-macro2",
 2464 "quote",
 2465 "syn 2.0.117",
 2466]
 2467
 2468[[package]]
 2469name = "cached_proc_macro_types"
 2470version = "0.1.1"
 2471source = "registry+https://github.com/rust-lang/crates.io-index"
 2472checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2473
 2474[[package]]
 2475name = "call"
 2476version = "0.1.0"
 2477dependencies = [
 2478 "anyhow",
 2479 "audio",
 2480 "client",
 2481 "collections",
 2482 "feature_flags",
 2483 "fs",
 2484 "futures 0.3.31",
 2485 "gpui",
 2486 "gpui_tokio",
 2487 "language",
 2488 "livekit_client",
 2489 "log",
 2490 "postage",
 2491 "project",
 2492 "serde",
 2493 "settings",
 2494 "telemetry",
 2495 "util",
 2496 "workspace",
 2497]
 2498
 2499[[package]]
 2500name = "calloop"
 2501version = "0.14.3"
 2502source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2503dependencies = [
 2504 "bitflags 2.10.0",
 2505 "polling",
 2506 "rustix 1.1.2",
 2507 "slab",
 2508 "tracing",
 2509]
 2510
 2511[[package]]
 2512name = "calloop-wayland-source"
 2513version = "0.4.1"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2516dependencies = [
 2517 "calloop",
 2518 "rustix 1.1.2",
 2519 "wayland-backend",
 2520 "wayland-client",
 2521]
 2522
 2523[[package]]
 2524name = "camino"
 2525version = "1.2.1"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2528dependencies = [
 2529 "serde_core",
 2530]
 2531
 2532[[package]]
 2533name = "candle-core"
 2534version = "0.9.1"
 2535source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2536dependencies = [
 2537 "byteorder",
 2538 "float8",
 2539 "gemm 0.17.1",
 2540 "half",
 2541 "memmap2",
 2542 "num-traits",
 2543 "num_cpus",
 2544 "rand 0.9.2",
 2545 "rand_distr",
 2546 "rayon",
 2547 "safetensors",
 2548 "thiserror 1.0.69",
 2549 "ug",
 2550 "yoke 0.7.5",
 2551 "zip 1.1.4",
 2552]
 2553
 2554[[package]]
 2555name = "candle-nn"
 2556version = "0.9.1"
 2557source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2558dependencies = [
 2559 "candle-core",
 2560 "half",
 2561 "libc",
 2562 "num-traits",
 2563 "rayon",
 2564 "safetensors",
 2565 "serde",
 2566 "thiserror 1.0.69",
 2567]
 2568
 2569[[package]]
 2570name = "candle-onnx"
 2571version = "0.9.1"
 2572source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2573dependencies = [
 2574 "candle-core",
 2575 "candle-nn",
 2576 "prost 0.12.6",
 2577]
 2578
 2579[[package]]
 2580name = "cap-fs-ext"
 2581version = "3.4.4"
 2582source = "registry+https://github.com/rust-lang/crates.io-index"
 2583checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2584dependencies = [
 2585 "cap-primitives",
 2586 "cap-std",
 2587 "io-lifetimes",
 2588 "windows-sys 0.59.0",
 2589]
 2590
 2591[[package]]
 2592name = "cap-net-ext"
 2593version = "3.4.4"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2596dependencies = [
 2597 "cap-primitives",
 2598 "cap-std",
 2599 "rustix 1.1.2",
 2600 "smallvec",
 2601]
 2602
 2603[[package]]
 2604name = "cap-primitives"
 2605version = "3.4.4"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2608dependencies = [
 2609 "ambient-authority",
 2610 "fs-set-times",
 2611 "io-extras",
 2612 "io-lifetimes",
 2613 "ipnet",
 2614 "maybe-owned",
 2615 "rustix 1.1.2",
 2616 "rustix-linux-procfs",
 2617 "windows-sys 0.59.0",
 2618 "winx",
 2619]
 2620
 2621[[package]]
 2622name = "cap-rand"
 2623version = "3.4.4"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2626dependencies = [
 2627 "ambient-authority",
 2628 "rand 0.8.5",
 2629]
 2630
 2631[[package]]
 2632name = "cap-std"
 2633version = "3.4.4"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2636dependencies = [
 2637 "cap-primitives",
 2638 "io-extras",
 2639 "io-lifetimes",
 2640 "rustix 1.1.2",
 2641]
 2642
 2643[[package]]
 2644name = "cap-time-ext"
 2645version = "3.4.4"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2648dependencies = [
 2649 "ambient-authority",
 2650 "cap-primitives",
 2651 "iana-time-zone",
 2652 "once_cell",
 2653 "rustix 1.1.2",
 2654 "winx",
 2655]
 2656
 2657[[package]]
 2658name = "cargo-platform"
 2659version = "0.1.9"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2662dependencies = [
 2663 "serde",
 2664]
 2665
 2666[[package]]
 2667name = "cargo_metadata"
 2668version = "0.19.2"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2671dependencies = [
 2672 "camino",
 2673 "cargo-platform",
 2674 "semver",
 2675 "serde",
 2676 "serde_json",
 2677 "thiserror 2.0.17",
 2678]
 2679
 2680[[package]]
 2681name = "cargo_toml"
 2682version = "0.21.0"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2685dependencies = [
 2686 "serde",
 2687 "toml 0.8.23",
 2688]
 2689
 2690[[package]]
 2691name = "cast"
 2692version = "0.3.0"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2695
 2696[[package]]
 2697name = "cbc"
 2698version = "0.1.2"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2701dependencies = [
 2702 "cipher",
 2703]
 2704
 2705[[package]]
 2706name = "cbindgen"
 2707version = "0.28.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2710dependencies = [
 2711 "heck 0.4.1",
 2712 "indexmap",
 2713 "log",
 2714 "proc-macro2",
 2715 "quote",
 2716 "serde",
 2717 "serde_json",
 2718 "syn 2.0.117",
 2719 "tempfile",
 2720 "toml 0.8.23",
 2721]
 2722
 2723[[package]]
 2724name = "cc"
 2725version = "1.2.49"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2728dependencies = [
 2729 "find-msvc-tools",
 2730 "jobserver",
 2731 "libc",
 2732 "shlex",
 2733]
 2734
 2735[[package]]
 2736name = "cesu8"
 2737version = "1.1.0"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2740
 2741[[package]]
 2742name = "cexpr"
 2743version = "0.6.0"
 2744source = "registry+https://github.com/rust-lang/crates.io-index"
 2745checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2746dependencies = [
 2747 "nom 7.1.3",
 2748]
 2749
 2750[[package]]
 2751name = "cfg-expr"
 2752version = "0.15.8"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2755dependencies = [
 2756 "smallvec",
 2757 "target-lexicon 0.12.16",
 2758]
 2759
 2760[[package]]
 2761name = "cfg-expr"
 2762version = "0.20.6"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2765dependencies = [
 2766 "smallvec",
 2767 "target-lexicon 0.13.3",
 2768]
 2769
 2770[[package]]
 2771name = "cfg-if"
 2772version = "1.0.4"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2775
 2776[[package]]
 2777name = "cfg_aliases"
 2778version = "0.1.1"
 2779source = "registry+https://github.com/rust-lang/crates.io-index"
 2780checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2781
 2782[[package]]
 2783name = "cfg_aliases"
 2784version = "0.2.1"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2787
 2788[[package]]
 2789name = "cgl"
 2790version = "0.3.2"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2793dependencies = [
 2794 "libc",
 2795]
 2796
 2797[[package]]
 2798name = "channel"
 2799version = "0.1.0"
 2800dependencies = [
 2801 "anyhow",
 2802 "client",
 2803 "clock",
 2804 "collections",
 2805 "futures 0.3.31",
 2806 "gpui",
 2807 "http_client",
 2808 "language",
 2809 "log",
 2810 "postage",
 2811 "release_channel",
 2812 "rpc",
 2813 "semver",
 2814 "settings",
 2815 "text",
 2816 "time",
 2817 "util",
 2818]
 2819
 2820[[package]]
 2821name = "chardetng"
 2822version = "0.1.17"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2825dependencies = [
 2826 "cfg-if",
 2827 "encoding_rs",
 2828 "memchr",
 2829]
 2830
 2831[[package]]
 2832name = "chrono"
 2833version = "0.4.42"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2836dependencies = [
 2837 "iana-time-zone",
 2838 "js-sys",
 2839 "num-traits",
 2840 "serde",
 2841 "wasm-bindgen",
 2842 "windows-link 0.2.1",
 2843]
 2844
 2845[[package]]
 2846name = "chunked_transfer"
 2847version = "1.5.0"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2850
 2851[[package]]
 2852name = "ciborium"
 2853version = "0.2.2"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2856dependencies = [
 2857 "ciborium-io",
 2858 "ciborium-ll",
 2859 "serde",
 2860]
 2861
 2862[[package]]
 2863name = "ciborium-io"
 2864version = "0.2.2"
 2865source = "registry+https://github.com/rust-lang/crates.io-index"
 2866checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2867
 2868[[package]]
 2869name = "ciborium-ll"
 2870version = "0.2.2"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2873dependencies = [
 2874 "ciborium-io",
 2875 "half",
 2876]
 2877
 2878[[package]]
 2879name = "cipher"
 2880version = "0.4.4"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2883dependencies = [
 2884 "crypto-common",
 2885 "inout",
 2886 "zeroize",
 2887]
 2888
 2889[[package]]
 2890name = "circular-buffer"
 2891version = "1.2.0"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2894
 2895[[package]]
 2896name = "clang-sys"
 2897version = "1.8.1"
 2898source = "registry+https://github.com/rust-lang/crates.io-index"
 2899checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2900dependencies = [
 2901 "glob",
 2902 "libc",
 2903 "libloading",
 2904]
 2905
 2906[[package]]
 2907name = "clap"
 2908version = "4.5.49"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2911dependencies = [
 2912 "clap_builder",
 2913 "clap_derive",
 2914]
 2915
 2916[[package]]
 2917name = "clap_builder"
 2918version = "4.5.49"
 2919source = "registry+https://github.com/rust-lang/crates.io-index"
 2920checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2921dependencies = [
 2922 "anstream",
 2923 "anstyle",
 2924 "clap_lex",
 2925 "strsim",
 2926 "terminal_size",
 2927]
 2928
 2929[[package]]
 2930name = "clap_complete"
 2931version = "4.5.59"
 2932source = "registry+https://github.com/rust-lang/crates.io-index"
 2933checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2934dependencies = [
 2935 "clap",
 2936]
 2937
 2938[[package]]
 2939name = "clap_derive"
 2940version = "4.5.49"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2943dependencies = [
 2944 "heck 0.5.0",
 2945 "proc-macro2",
 2946 "quote",
 2947 "syn 2.0.117",
 2948]
 2949
 2950[[package]]
 2951name = "clap_lex"
 2952version = "0.7.6"
 2953source = "registry+https://github.com/rust-lang/crates.io-index"
 2954checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2955
 2956[[package]]
 2957name = "cli"
 2958version = "0.1.0"
 2959dependencies = [
 2960 "anyhow",
 2961 "askpass",
 2962 "clap",
 2963 "collections",
 2964 "core-foundation 0.10.0",
 2965 "core-services",
 2966 "exec",
 2967 "fork",
 2968 "ipc-channel",
 2969 "parking_lot",
 2970 "paths",
 2971 "plist",
 2972 "rayon",
 2973 "release_channel",
 2974 "serde",
 2975 "serde_json",
 2976 "tempfile",
 2977 "util",
 2978 "walkdir",
 2979 "windows 0.61.3",
 2980]
 2981
 2982[[package]]
 2983name = "client"
 2984version = "0.1.0"
 2985dependencies = [
 2986 "anyhow",
 2987 "async-tungstenite",
 2988 "base64 0.22.1",
 2989 "chrono",
 2990 "clock",
 2991 "cloud_api_client",
 2992 "cloud_llm_client",
 2993 "collections",
 2994 "credentials_provider",
 2995 "derive_more",
 2996 "feature_flags",
 2997 "fs",
 2998 "futures 0.3.31",
 2999 "gpui",
 3000 "gpui_tokio",
 3001 "http_client",
 3002 "http_client_tls",
 3003 "httparse",
 3004 "log",
 3005 "objc2-foundation",
 3006 "parking_lot",
 3007 "paths",
 3008 "postage",
 3009 "rand 0.9.2",
 3010 "regex",
 3011 "release_channel",
 3012 "rpc",
 3013 "rustls-pki-types",
 3014 "semver",
 3015 "serde",
 3016 "serde_json",
 3017 "serde_urlencoded",
 3018 "settings",
 3019 "sha2",
 3020 "smol",
 3021 "telemetry",
 3022 "telemetry_events",
 3023 "text",
 3024 "thiserror 2.0.17",
 3025 "time",
 3026 "tiny_http",
 3027 "tokio",
 3028 "tokio-native-tls",
 3029 "tokio-rustls 0.26.2",
 3030 "tokio-socks",
 3031 "url",
 3032 "util",
 3033 "windows 0.61.3",
 3034 "worktree",
 3035]
 3036
 3037[[package]]
 3038name = "clock"
 3039version = "0.1.0"
 3040dependencies = [
 3041 "parking_lot",
 3042 "serde",
 3043 "smallvec",
 3044]
 3045
 3046[[package]]
 3047name = "cloud_api_client"
 3048version = "0.1.0"
 3049dependencies = [
 3050 "anyhow",
 3051 "cloud_api_types",
 3052 "futures 0.3.31",
 3053 "gpui",
 3054 "gpui_tokio",
 3055 "http_client",
 3056 "parking_lot",
 3057 "serde_json",
 3058 "thiserror 2.0.17",
 3059 "yawc",
 3060]
 3061
 3062[[package]]
 3063name = "cloud_api_types"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "anyhow",
 3067 "chrono",
 3068 "ciborium",
 3069 "cloud_llm_client",
 3070 "pretty_assertions",
 3071 "serde",
 3072 "serde_json",
 3073 "strum 0.27.2",
 3074]
 3075
 3076[[package]]
 3077name = "cloud_llm_client"
 3078version = "0.1.0"
 3079dependencies = [
 3080 "anyhow",
 3081 "serde",
 3082 "serde_json",
 3083 "strum 0.27.2",
 3084 "uuid",
 3085 "zeta_prompt",
 3086]
 3087
 3088[[package]]
 3089name = "cmake"
 3090version = "0.1.56"
 3091source = "registry+https://github.com/rust-lang/crates.io-index"
 3092checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3093dependencies = [
 3094 "cc",
 3095]
 3096
 3097[[package]]
 3098name = "cobs"
 3099version = "0.3.0"
 3100source = "registry+https://github.com/rust-lang/crates.io-index"
 3101checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3102dependencies = [
 3103 "thiserror 2.0.17",
 3104]
 3105
 3106[[package]]
 3107name = "cocoa"
 3108version = "0.25.0"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3111dependencies = [
 3112 "bitflags 1.3.2",
 3113 "block",
 3114 "cocoa-foundation 0.1.2",
 3115 "core-foundation 0.9.4",
 3116 "core-graphics 0.23.2",
 3117 "foreign-types 0.5.0",
 3118 "libc",
 3119 "objc",
 3120]
 3121
 3122[[package]]
 3123name = "cocoa"
 3124version = "0.26.0"
 3125source = "registry+https://github.com/rust-lang/crates.io-index"
 3126checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3127dependencies = [
 3128 "bitflags 2.10.0",
 3129 "block",
 3130 "cocoa-foundation 0.2.0",
 3131 "core-foundation 0.10.0",
 3132 "core-graphics 0.24.0",
 3133 "foreign-types 0.5.0",
 3134 "libc",
 3135 "objc",
 3136]
 3137
 3138[[package]]
 3139name = "cocoa-foundation"
 3140version = "0.1.2"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3143dependencies = [
 3144 "bitflags 1.3.2",
 3145 "block",
 3146 "core-foundation 0.9.4",
 3147 "core-graphics-types 0.1.3",
 3148 "libc",
 3149 "objc",
 3150]
 3151
 3152[[package]]
 3153name = "cocoa-foundation"
 3154version = "0.2.0"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3157dependencies = [
 3158 "bitflags 2.10.0",
 3159 "block",
 3160 "core-foundation 0.10.0",
 3161 "core-graphics-types 0.2.0",
 3162 "libc",
 3163 "objc",
 3164]
 3165
 3166[[package]]
 3167name = "codespan-reporting"
 3168version = "0.12.0"
 3169source = "registry+https://github.com/rust-lang/crates.io-index"
 3170checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3171dependencies = [
 3172 "serde",
 3173 "termcolor",
 3174 "unicode-width",
 3175]
 3176
 3177[[package]]
 3178name = "codespan-reporting"
 3179version = "0.13.0"
 3180source = "registry+https://github.com/rust-lang/crates.io-index"
 3181checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3182dependencies = [
 3183 "serde",
 3184 "termcolor",
 3185 "unicode-width",
 3186]
 3187
 3188[[package]]
 3189name = "codestral"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "edit_prediction",
 3194 "edit_prediction_types",
 3195 "futures 0.3.31",
 3196 "gpui",
 3197 "http_client",
 3198 "icons",
 3199 "language",
 3200 "language_model",
 3201 "log",
 3202 "serde",
 3203 "serde_json",
 3204 "text",
 3205 "zeta_prompt",
 3206]
 3207
 3208[[package]]
 3209name = "collab"
 3210version = "0.44.0"
 3211dependencies = [
 3212 "agent",
 3213 "anyhow",
 3214 "assistant_slash_command",
 3215 "assistant_text_thread",
 3216 "async-trait",
 3217 "async-tungstenite",
 3218 "aws-config",
 3219 "aws-sdk-kinesis",
 3220 "aws-sdk-s3",
 3221 "axum",
 3222 "buffer_diff",
 3223 "call",
 3224 "channel",
 3225 "chrono",
 3226 "client",
 3227 "clock",
 3228 "cloud_api_types",
 3229 "collab",
 3230 "collab_ui",
 3231 "collections",
 3232 "command_palette_hooks",
 3233 "ctor",
 3234 "dap",
 3235 "dap_adapters",
 3236 "dashmap",
 3237 "debugger_ui",
 3238 "editor",
 3239 "envy",
 3240 "extension",
 3241 "file_finder",
 3242 "fs",
 3243 "futures 0.3.31",
 3244 "git",
 3245 "git_hosting_providers",
 3246 "git_ui",
 3247 "gpui",
 3248 "gpui_tokio",
 3249 "hex",
 3250 "http_client",
 3251 "indoc",
 3252 "language",
 3253 "language_model",
 3254 "livekit_api",
 3255 "livekit_client",
 3256 "log",
 3257 "lsp",
 3258 "menu",
 3259 "multi_buffer",
 3260 "nanoid",
 3261 "node_runtime",
 3262 "notifications",
 3263 "parking_lot",
 3264 "pretty_assertions",
 3265 "project",
 3266 "prometheus",
 3267 "prompt_store",
 3268 "prost 0.9.0",
 3269 "rand 0.9.2",
 3270 "recent_projects",
 3271 "release_channel",
 3272 "remote",
 3273 "remote_server",
 3274 "reqwest 0.11.27",
 3275 "rpc",
 3276 "sea-orm",
 3277 "sea-orm-macros",
 3278 "semver",
 3279 "serde",
 3280 "serde_json",
 3281 "session",
 3282 "settings",
 3283 "sha2",
 3284 "smol",
 3285 "sqlx",
 3286 "strum 0.27.2",
 3287 "task",
 3288 "telemetry_events",
 3289 "text",
 3290 "theme",
 3291 "time",
 3292 "tokio",
 3293 "toml 0.8.23",
 3294 "tower 0.4.13",
 3295 "tower-http 0.4.4",
 3296 "tracing",
 3297 "tracing-subscriber",
 3298 "unindent",
 3299 "util",
 3300 "uuid",
 3301 "workspace",
 3302 "worktree",
 3303 "zed_actions",
 3304 "zlog",
 3305]
 3306
 3307[[package]]
 3308name = "collab_ui"
 3309version = "0.1.0"
 3310dependencies = [
 3311 "anyhow",
 3312 "call",
 3313 "channel",
 3314 "chrono",
 3315 "client",
 3316 "collections",
 3317 "db",
 3318 "editor",
 3319 "futures 0.3.31",
 3320 "fuzzy",
 3321 "gpui",
 3322 "log",
 3323 "menu",
 3324 "notifications",
 3325 "picker",
 3326 "project",
 3327 "release_channel",
 3328 "rpc",
 3329 "serde",
 3330 "serde_json",
 3331 "settings",
 3332 "smallvec",
 3333 "telemetry",
 3334 "theme",
 3335 "time",
 3336 "time_format",
 3337 "title_bar",
 3338 "ui",
 3339 "util",
 3340 "workspace",
 3341]
 3342
 3343[[package]]
 3344name = "collections"
 3345version = "0.1.0"
 3346dependencies = [
 3347 "indexmap",
 3348 "rustc-hash 2.1.1",
 3349]
 3350
 3351[[package]]
 3352name = "color_quant"
 3353version = "1.1.0"
 3354source = "registry+https://github.com/rust-lang/crates.io-index"
 3355checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3356
 3357[[package]]
 3358name = "colorchoice"
 3359version = "1.0.4"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3362
 3363[[package]]
 3364name = "combine"
 3365version = "4.6.7"
 3366source = "registry+https://github.com/rust-lang/crates.io-index"
 3367checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3368dependencies = [
 3369 "bytes 1.11.1",
 3370 "memchr",
 3371]
 3372
 3373[[package]]
 3374name = "command-fds"
 3375version = "0.3.2"
 3376source = "registry+https://github.com/rust-lang/crates.io-index"
 3377checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3378dependencies = [
 3379 "nix 0.30.1",
 3380 "thiserror 2.0.17",
 3381]
 3382
 3383[[package]]
 3384name = "command_palette"
 3385version = "0.1.0"
 3386dependencies = [
 3387 "anyhow",
 3388 "client",
 3389 "collections",
 3390 "command_palette_hooks",
 3391 "db",
 3392 "editor",
 3393 "fuzzy",
 3394 "go_to_line",
 3395 "gpui",
 3396 "language",
 3397 "log",
 3398 "menu",
 3399 "picker",
 3400 "postage",
 3401 "project",
 3402 "serde",
 3403 "settings",
 3404 "telemetry",
 3405 "theme",
 3406 "time",
 3407 "ui",
 3408 "util",
 3409 "workspace",
 3410 "zed_actions",
 3411]
 3412
 3413[[package]]
 3414name = "command_palette_hooks"
 3415version = "0.1.0"
 3416dependencies = [
 3417 "collections",
 3418 "derive_more",
 3419 "gpui",
 3420 "workspace",
 3421]
 3422
 3423[[package]]
 3424name = "component"
 3425version = "0.1.0"
 3426dependencies = [
 3427 "collections",
 3428 "documented",
 3429 "gpui",
 3430 "inventory",
 3431 "parking_lot",
 3432 "strum 0.27.2",
 3433 "theme",
 3434]
 3435
 3436[[package]]
 3437name = "component_preview"
 3438version = "0.1.0"
 3439dependencies = [
 3440 "anyhow",
 3441 "client",
 3442 "collections",
 3443 "component",
 3444 "db",
 3445 "fs",
 3446 "gpui",
 3447 "gpui_platform",
 3448 "language",
 3449 "log",
 3450 "node_runtime",
 3451 "notifications",
 3452 "project",
 3453 "release_channel",
 3454 "reqwest_client",
 3455 "session",
 3456 "settings",
 3457 "theme",
 3458 "ui",
 3459 "ui_input",
 3460 "uuid",
 3461 "workspace",
 3462]
 3463
 3464[[package]]
 3465name = "compression-codecs"
 3466version = "0.4.31"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3469dependencies = [
 3470 "compression-core",
 3471 "deflate64",
 3472 "flate2",
 3473 "memchr",
 3474]
 3475
 3476[[package]]
 3477name = "compression-core"
 3478version = "0.4.29"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3481
 3482[[package]]
 3483name = "concurrent-queue"
 3484version = "2.5.0"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3487dependencies = [
 3488 "crossbeam-utils",
 3489]
 3490
 3491[[package]]
 3492name = "console"
 3493version = "0.15.11"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3496dependencies = [
 3497 "encode_unicode",
 3498 "libc",
 3499 "once_cell",
 3500 "unicode-width",
 3501 "windows-sys 0.59.0",
 3502]
 3503
 3504[[package]]
 3505name = "console_error_panic_hook"
 3506version = "0.1.7"
 3507source = "registry+https://github.com/rust-lang/crates.io-index"
 3508checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3509dependencies = [
 3510 "cfg-if",
 3511 "wasm-bindgen",
 3512]
 3513
 3514[[package]]
 3515name = "const-oid"
 3516version = "0.9.6"
 3517source = "registry+https://github.com/rust-lang/crates.io-index"
 3518checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3519
 3520[[package]]
 3521name = "const-random"
 3522version = "0.1.18"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3525dependencies = [
 3526 "const-random-macro",
 3527]
 3528
 3529[[package]]
 3530name = "const-random-macro"
 3531version = "0.1.16"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3534dependencies = [
 3535 "getrandom 0.2.16",
 3536 "once_cell",
 3537 "tiny-keccak",
 3538]
 3539
 3540[[package]]
 3541name = "const_format"
 3542version = "0.2.35"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3545dependencies = [
 3546 "const_format_proc_macros",
 3547]
 3548
 3549[[package]]
 3550name = "const_format_proc_macros"
 3551version = "0.2.34"
 3552source = "registry+https://github.com/rust-lang/crates.io-index"
 3553checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3554dependencies = [
 3555 "proc-macro2",
 3556 "quote",
 3557 "unicode-xid",
 3558]
 3559
 3560[[package]]
 3561name = "constant_time_eq"
 3562version = "0.1.5"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3565
 3566[[package]]
 3567name = "context_server"
 3568version = "0.1.0"
 3569dependencies = [
 3570 "anyhow",
 3571 "async-trait",
 3572 "collections",
 3573 "futures 0.3.31",
 3574 "gpui",
 3575 "http_client",
 3576 "log",
 3577 "net",
 3578 "parking_lot",
 3579 "postage",
 3580 "schemars",
 3581 "serde",
 3582 "serde_json",
 3583 "settings",
 3584 "slotmap",
 3585 "smol",
 3586 "tempfile",
 3587 "terminal",
 3588 "url",
 3589 "util",
 3590]
 3591
 3592[[package]]
 3593name = "convert_case"
 3594version = "0.8.0"
 3595source = "registry+https://github.com/rust-lang/crates.io-index"
 3596checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3597dependencies = [
 3598 "unicode-segmentation",
 3599]
 3600
 3601[[package]]
 3602name = "convert_case"
 3603version = "0.10.0"
 3604source = "registry+https://github.com/rust-lang/crates.io-index"
 3605checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3606dependencies = [
 3607 "unicode-segmentation",
 3608]
 3609
 3610[[package]]
 3611name = "convert_case"
 3612version = "0.11.0"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3615dependencies = [
 3616 "unicode-segmentation",
 3617]
 3618
 3619[[package]]
 3620name = "copilot"
 3621version = "0.1.0"
 3622dependencies = [
 3623 "anyhow",
 3624 "async-std",
 3625 "collections",
 3626 "command_palette_hooks",
 3627 "copilot_chat",
 3628 "edit_prediction_types",
 3629 "editor",
 3630 "fs",
 3631 "futures 0.3.31",
 3632 "gpui",
 3633 "icons",
 3634 "indoc",
 3635 "language",
 3636 "log",
 3637 "lsp",
 3638 "node_runtime",
 3639 "parking_lot",
 3640 "paths",
 3641 "pretty_assertions",
 3642 "project",
 3643 "rpc",
 3644 "semver",
 3645 "serde",
 3646 "serde_json",
 3647 "settings",
 3648 "sum_tree",
 3649 "theme",
 3650 "util",
 3651 "workspace",
 3652 "zlog",
 3653]
 3654
 3655[[package]]
 3656name = "copilot_chat"
 3657version = "0.1.0"
 3658dependencies = [
 3659 "anthropic",
 3660 "anyhow",
 3661 "collections",
 3662 "dirs 4.0.0",
 3663 "fs",
 3664 "futures 0.3.31",
 3665 "gpui",
 3666 "http_client",
 3667 "log",
 3668 "paths",
 3669 "serde",
 3670 "serde_json",
 3671 "settings",
 3672]
 3673
 3674[[package]]
 3675name = "copilot_ui"
 3676version = "0.1.0"
 3677dependencies = [
 3678 "anyhow",
 3679 "copilot",
 3680 "gpui",
 3681 "language",
 3682 "log",
 3683 "lsp",
 3684 "menu",
 3685 "project",
 3686 "serde_json",
 3687 "settings",
 3688 "ui",
 3689 "util",
 3690 "workspace",
 3691]
 3692
 3693[[package]]
 3694name = "core-foundation"
 3695version = "0.9.4"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3698dependencies = [
 3699 "core-foundation-sys",
 3700 "libc",
 3701]
 3702
 3703[[package]]
 3704name = "core-foundation"
 3705version = "0.10.0"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3708dependencies = [
 3709 "core-foundation-sys",
 3710 "libc",
 3711]
 3712
 3713[[package]]
 3714name = "core-foundation-sys"
 3715version = "0.8.7"
 3716source = "registry+https://github.com/rust-lang/crates.io-index"
 3717checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3718
 3719[[package]]
 3720name = "core-graphics"
 3721version = "0.23.2"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3724dependencies = [
 3725 "bitflags 1.3.2",
 3726 "core-foundation 0.9.4",
 3727 "core-graphics-types 0.1.3",
 3728 "foreign-types 0.5.0",
 3729 "libc",
 3730]
 3731
 3732[[package]]
 3733name = "core-graphics"
 3734version = "0.24.0"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3737dependencies = [
 3738 "bitflags 2.10.0",
 3739 "core-foundation 0.10.0",
 3740 "core-graphics-types 0.2.0",
 3741 "foreign-types 0.5.0",
 3742 "libc",
 3743]
 3744
 3745[[package]]
 3746name = "core-graphics-helmer-fork"
 3747version = "0.24.0"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3750dependencies = [
 3751 "bitflags 2.10.0",
 3752 "core-foundation 0.9.4",
 3753 "core-graphics-types 0.1.3",
 3754 "foreign-types 0.5.0",
 3755 "libc",
 3756]
 3757
 3758[[package]]
 3759name = "core-graphics-types"
 3760version = "0.1.3"
 3761source = "registry+https://github.com/rust-lang/crates.io-index"
 3762checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3763dependencies = [
 3764 "bitflags 1.3.2",
 3765 "core-foundation 0.9.4",
 3766 "libc",
 3767]
 3768
 3769[[package]]
 3770name = "core-graphics-types"
 3771version = "0.2.0"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3774dependencies = [
 3775 "bitflags 2.10.0",
 3776 "core-foundation 0.10.0",
 3777 "libc",
 3778]
 3779
 3780[[package]]
 3781name = "core-graphics2"
 3782version = "0.5.2"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3785dependencies = [
 3786 "bitflags 2.10.0",
 3787 "block",
 3788 "cfg-if",
 3789 "core-foundation 0.10.0",
 3790 "libc",
 3791]
 3792
 3793[[package]]
 3794name = "core-services"
 3795version = "0.2.1"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3798dependencies = [
 3799 "core-foundation 0.9.4",
 3800]
 3801
 3802[[package]]
 3803name = "core-text"
 3804version = "21.0.0"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3807dependencies = [
 3808 "core-foundation 0.10.0",
 3809 "core-graphics 0.24.0",
 3810 "foreign-types 0.5.0",
 3811 "libc",
 3812]
 3813
 3814[[package]]
 3815name = "core-video"
 3816version = "0.5.2"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3819dependencies = [
 3820 "block",
 3821 "core-foundation 0.10.0",
 3822 "core-graphics2",
 3823 "io-surface",
 3824 "libc",
 3825 "metal",
 3826]
 3827
 3828[[package]]
 3829name = "core_maths"
 3830version = "0.1.1"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3833dependencies = [
 3834 "libm",
 3835]
 3836
 3837[[package]]
 3838name = "coreaudio-rs"
 3839version = "0.12.1"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3842dependencies = [
 3843 "bitflags 1.3.2",
 3844 "core-foundation-sys",
 3845 "coreaudio-sys",
 3846]
 3847
 3848[[package]]
 3849name = "coreaudio-rs"
 3850version = "0.13.0"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3853dependencies = [
 3854 "bitflags 1.3.2",
 3855 "libc",
 3856 "objc2-audio-toolbox",
 3857 "objc2-core-audio",
 3858 "objc2-core-audio-types",
 3859 "objc2-core-foundation",
 3860]
 3861
 3862[[package]]
 3863name = "coreaudio-sys"
 3864version = "0.2.17"
 3865source = "registry+https://github.com/rust-lang/crates.io-index"
 3866checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3867dependencies = [
 3868 "bindgen 0.72.1",
 3869]
 3870
 3871[[package]]
 3872name = "cosmic-text"
 3873version = "0.17.1"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3876dependencies = [
 3877 "bitflags 2.10.0",
 3878 "fontdb 0.23.0",
 3879 "harfrust",
 3880 "linebender_resource_handle",
 3881 "log",
 3882 "rangemap",
 3883 "rustc-hash 2.1.1",
 3884 "self_cell",
 3885 "skrifa 0.40.0",
 3886 "smol_str",
 3887 "swash",
 3888 "sys-locale",
 3889 "unicode-bidi",
 3890 "unicode-linebreak",
 3891 "unicode-script",
 3892 "unicode-segmentation",
 3893]
 3894
 3895[[package]]
 3896name = "cpal"
 3897version = "0.17.1"
 3898source = "registry+https://github.com/rust-lang/crates.io-index"
 3899checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3900dependencies = [
 3901 "alsa",
 3902 "coreaudio-rs 0.13.0",
 3903 "dasp_sample",
 3904 "jni",
 3905 "js-sys",
 3906 "libc",
 3907 "mach2 0.5.0",
 3908 "ndk",
 3909 "ndk-context",
 3910 "num-derive",
 3911 "num-traits",
 3912 "objc2",
 3913 "objc2-audio-toolbox",
 3914 "objc2-avf-audio",
 3915 "objc2-core-audio",
 3916 "objc2-core-audio-types",
 3917 "objc2-core-foundation",
 3918 "objc2-foundation",
 3919 "wasm-bindgen",
 3920 "wasm-bindgen-futures",
 3921 "web-sys",
 3922 "windows 0.62.2",
 3923]
 3924
 3925[[package]]
 3926name = "cpp_demangle"
 3927version = "0.4.5"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3930dependencies = [
 3931 "cfg-if",
 3932]
 3933
 3934[[package]]
 3935name = "cpufeatures"
 3936version = "0.2.17"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3939dependencies = [
 3940 "libc",
 3941]
 3942
 3943[[package]]
 3944name = "cranelift-assembler-x64"
 3945version = "0.120.2"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3948dependencies = [
 3949 "cranelift-assembler-x64-meta",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-assembler-x64-meta"
 3954version = "0.120.2"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3957dependencies = [
 3958 "cranelift-srcgen",
 3959]
 3960
 3961[[package]]
 3962name = "cranelift-bforest"
 3963version = "0.120.2"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3966dependencies = [
 3967 "cranelift-entity",
 3968]
 3969
 3970[[package]]
 3971name = "cranelift-bitset"
 3972version = "0.120.2"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3975dependencies = [
 3976 "serde",
 3977 "serde_derive",
 3978]
 3979
 3980[[package]]
 3981name = "cranelift-codegen"
 3982version = "0.120.2"
 3983source = "registry+https://github.com/rust-lang/crates.io-index"
 3984checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3985dependencies = [
 3986 "bumpalo",
 3987 "cranelift-assembler-x64",
 3988 "cranelift-bforest",
 3989 "cranelift-bitset",
 3990 "cranelift-codegen-meta",
 3991 "cranelift-codegen-shared",
 3992 "cranelift-control",
 3993 "cranelift-entity",
 3994 "cranelift-isle",
 3995 "gimli 0.31.1",
 3996 "hashbrown 0.15.5",
 3997 "log",
 3998 "postcard",
 3999 "pulley-interpreter",
 4000 "regalloc2",
 4001 "rustc-hash 2.1.1",
 4002 "serde",
 4003 "serde_derive",
 4004 "sha2",
 4005 "smallvec",
 4006 "target-lexicon 0.13.3",
 4007]
 4008
 4009[[package]]
 4010name = "cranelift-codegen-meta"
 4011version = "0.120.2"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 4014dependencies = [
 4015 "cranelift-assembler-x64-meta",
 4016 "cranelift-codegen-shared",
 4017 "cranelift-srcgen",
 4018 "pulley-interpreter",
 4019]
 4020
 4021[[package]]
 4022name = "cranelift-codegen-shared"
 4023version = "0.120.2"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4026
 4027[[package]]
 4028name = "cranelift-control"
 4029version = "0.120.2"
 4030source = "registry+https://github.com/rust-lang/crates.io-index"
 4031checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4032dependencies = [
 4033 "arbitrary",
 4034]
 4035
 4036[[package]]
 4037name = "cranelift-entity"
 4038version = "0.120.2"
 4039source = "registry+https://github.com/rust-lang/crates.io-index"
 4040checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4041dependencies = [
 4042 "cranelift-bitset",
 4043 "serde",
 4044 "serde_derive",
 4045]
 4046
 4047[[package]]
 4048name = "cranelift-frontend"
 4049version = "0.120.2"
 4050source = "registry+https://github.com/rust-lang/crates.io-index"
 4051checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4052dependencies = [
 4053 "cranelift-codegen",
 4054 "log",
 4055 "smallvec",
 4056 "target-lexicon 0.13.3",
 4057]
 4058
 4059[[package]]
 4060name = "cranelift-isle"
 4061version = "0.120.2"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4064
 4065[[package]]
 4066name = "cranelift-native"
 4067version = "0.120.2"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4070dependencies = [
 4071 "cranelift-codegen",
 4072 "libc",
 4073 "target-lexicon 0.13.3",
 4074]
 4075
 4076[[package]]
 4077name = "cranelift-srcgen"
 4078version = "0.120.2"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4081
 4082[[package]]
 4083name = "crash-context"
 4084version = "0.6.3"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4087dependencies = [
 4088 "cfg-if",
 4089 "libc",
 4090 "mach2 0.4.3",
 4091]
 4092
 4093[[package]]
 4094name = "crash-handler"
 4095version = "0.6.3"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4098dependencies = [
 4099 "cfg-if",
 4100 "crash-context",
 4101 "libc",
 4102 "mach2 0.4.3",
 4103 "parking_lot",
 4104]
 4105
 4106[[package]]
 4107name = "crashes"
 4108version = "0.1.0"
 4109dependencies = [
 4110 "cfg-if",
 4111 "crash-handler",
 4112 "futures 0.3.31",
 4113 "log",
 4114 "mach2 0.5.0",
 4115 "minidumper",
 4116 "parking_lot",
 4117 "paths",
 4118 "release_channel",
 4119 "serde",
 4120 "serde_json",
 4121 "smol",
 4122 "system_specs",
 4123 "windows 0.61.3",
 4124 "zstd",
 4125]
 4126
 4127[[package]]
 4128name = "crc"
 4129version = "3.3.0"
 4130source = "registry+https://github.com/rust-lang/crates.io-index"
 4131checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4132dependencies = [
 4133 "crc-catalog",
 4134]
 4135
 4136[[package]]
 4137name = "crc-catalog"
 4138version = "2.4.0"
 4139source = "registry+https://github.com/rust-lang/crates.io-index"
 4140checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4141
 4142[[package]]
 4143name = "crc-fast"
 4144version = "1.6.0"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4147dependencies = [
 4148 "crc",
 4149 "digest",
 4150 "rand 0.9.2",
 4151 "regex",
 4152 "rustversion",
 4153]
 4154
 4155[[package]]
 4156name = "crc32fast"
 4157version = "1.5.0"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4160dependencies = [
 4161 "cfg-if",
 4162]
 4163
 4164[[package]]
 4165name = "credentials_provider"
 4166version = "0.1.0"
 4167dependencies = [
 4168 "anyhow",
 4169 "futures 0.3.31",
 4170 "gpui",
 4171 "paths",
 4172 "release_channel",
 4173 "serde",
 4174 "serde_json",
 4175]
 4176
 4177[[package]]
 4178name = "criterion"
 4179version = "0.5.1"
 4180source = "registry+https://github.com/rust-lang/crates.io-index"
 4181checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4182dependencies = [
 4183 "anes",
 4184 "cast",
 4185 "ciborium",
 4186 "clap",
 4187 "criterion-plot",
 4188 "is-terminal",
 4189 "itertools 0.10.5",
 4190 "num-traits",
 4191 "once_cell",
 4192 "oorandom",
 4193 "plotters",
 4194 "rayon",
 4195 "regex",
 4196 "serde",
 4197 "serde_derive",
 4198 "serde_json",
 4199 "tinytemplate",
 4200 "walkdir",
 4201]
 4202
 4203[[package]]
 4204name = "criterion-plot"
 4205version = "0.5.0"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4208dependencies = [
 4209 "cast",
 4210 "itertools 0.10.5",
 4211]
 4212
 4213[[package]]
 4214name = "crossbeam"
 4215version = "0.8.4"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4218dependencies = [
 4219 "crossbeam-channel",
 4220 "crossbeam-deque",
 4221 "crossbeam-epoch",
 4222 "crossbeam-queue",
 4223 "crossbeam-utils",
 4224]
 4225
 4226[[package]]
 4227name = "crossbeam-channel"
 4228version = "0.5.15"
 4229source = "registry+https://github.com/rust-lang/crates.io-index"
 4230checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4231dependencies = [
 4232 "crossbeam-utils",
 4233]
 4234
 4235[[package]]
 4236name = "crossbeam-deque"
 4237version = "0.8.6"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4240dependencies = [
 4241 "crossbeam-epoch",
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-epoch"
 4247version = "0.9.18"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4250dependencies = [
 4251 "crossbeam-utils",
 4252]
 4253
 4254[[package]]
 4255name = "crossbeam-queue"
 4256version = "0.3.12"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4259dependencies = [
 4260 "crossbeam-utils",
 4261]
 4262
 4263[[package]]
 4264name = "crossbeam-utils"
 4265version = "0.8.21"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4268
 4269[[package]]
 4270name = "crunchy"
 4271version = "0.2.4"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4274
 4275[[package]]
 4276name = "crypto-bigint"
 4277version = "0.4.9"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4280dependencies = [
 4281 "generic-array",
 4282 "rand_core 0.6.4",
 4283 "subtle",
 4284 "zeroize",
 4285]
 4286
 4287[[package]]
 4288name = "crypto-bigint"
 4289version = "0.5.5"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4292dependencies = [
 4293 "rand_core 0.6.4",
 4294 "subtle",
 4295]
 4296
 4297[[package]]
 4298name = "crypto-common"
 4299version = "0.1.6"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4302dependencies = [
 4303 "generic-array",
 4304 "typenum",
 4305]
 4306
 4307[[package]]
 4308name = "cssparser"
 4309version = "0.35.0"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4312dependencies = [
 4313 "cssparser-macros",
 4314 "dtoa-short",
 4315 "itoa",
 4316 "phf 0.11.3",
 4317 "smallvec",
 4318]
 4319
 4320[[package]]
 4321name = "cssparser-macros"
 4322version = "0.6.1"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4325dependencies = [
 4326 "quote",
 4327 "syn 2.0.117",
 4328]
 4329
 4330[[package]]
 4331name = "csv_preview"
 4332version = "0.1.0"
 4333dependencies = [
 4334 "anyhow",
 4335 "editor",
 4336 "feature_flags",
 4337 "gpui",
 4338 "log",
 4339 "text",
 4340 "ui",
 4341 "workspace",
 4342]
 4343
 4344[[package]]
 4345name = "ctor"
 4346version = "0.4.3"
 4347source = "registry+https://github.com/rust-lang/crates.io-index"
 4348checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4349dependencies = [
 4350 "ctor-proc-macro",
 4351 "dtor",
 4352]
 4353
 4354[[package]]
 4355name = "ctor-proc-macro"
 4356version = "0.0.6"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4359
 4360[[package]]
 4361name = "ctrlc"
 4362version = "3.5.0"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4365dependencies = [
 4366 "dispatch",
 4367 "nix 0.30.1",
 4368 "windows-sys 0.61.2",
 4369]
 4370
 4371[[package]]
 4372name = "cursor-icon"
 4373version = "1.2.0"
 4374source = "registry+https://github.com/rust-lang/crates.io-index"
 4375checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4376
 4377[[package]]
 4378name = "cxx"
 4379version = "1.0.187"
 4380source = "registry+https://github.com/rust-lang/crates.io-index"
 4381checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4382dependencies = [
 4383 "cc",
 4384 "cxx-build",
 4385 "cxxbridge-cmd",
 4386 "cxxbridge-flags",
 4387 "cxxbridge-macro",
 4388 "foldhash 0.2.0",
 4389 "link-cplusplus",
 4390]
 4391
 4392[[package]]
 4393name = "cxx-build"
 4394version = "1.0.187"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4397dependencies = [
 4398 "cc",
 4399 "codespan-reporting 0.13.0",
 4400 "indexmap",
 4401 "proc-macro2",
 4402 "quote",
 4403 "scratch",
 4404 "syn 2.0.117",
 4405]
 4406
 4407[[package]]
 4408name = "cxxbridge-cmd"
 4409version = "1.0.187"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4412dependencies = [
 4413 "clap",
 4414 "codespan-reporting 0.13.0",
 4415 "indexmap",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "cxxbridge-flags"
 4423version = "1.0.187"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4426
 4427[[package]]
 4428name = "cxxbridge-macro"
 4429version = "1.0.187"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4432dependencies = [
 4433 "indexmap",
 4434 "proc-macro2",
 4435 "quote",
 4436 "syn 2.0.117",
 4437]
 4438
 4439[[package]]
 4440name = "dap"
 4441version = "0.1.0"
 4442dependencies = [
 4443 "anyhow",
 4444 "async-compression",
 4445 "async-pipe",
 4446 "async-tar",
 4447 "async-trait",
 4448 "client",
 4449 "collections",
 4450 "dap-types",
 4451 "fs",
 4452 "futures 0.3.31",
 4453 "gpui",
 4454 "http_client",
 4455 "language",
 4456 "libc",
 4457 "log",
 4458 "node_runtime",
 4459 "parking_lot",
 4460 "paths",
 4461 "proto",
 4462 "schemars",
 4463 "serde",
 4464 "serde_json",
 4465 "settings",
 4466 "smallvec",
 4467 "smol",
 4468 "task",
 4469 "telemetry",
 4470 "util",
 4471 "zlog",
 4472]
 4473
 4474[[package]]
 4475name = "dap-types"
 4476version = "0.0.1"
 4477source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4478dependencies = [
 4479 "schemars",
 4480 "serde",
 4481 "serde_json",
 4482]
 4483
 4484[[package]]
 4485name = "dap_adapters"
 4486version = "0.1.0"
 4487dependencies = [
 4488 "anyhow",
 4489 "async-trait",
 4490 "collections",
 4491 "dap",
 4492 "dotenvy",
 4493 "fs",
 4494 "futures 0.3.31",
 4495 "gpui",
 4496 "http_client",
 4497 "json_dotpath",
 4498 "language",
 4499 "log",
 4500 "node_runtime",
 4501 "paths",
 4502 "serde",
 4503 "serde_json",
 4504 "settings",
 4505 "smol",
 4506 "task",
 4507 "util",
 4508]
 4509
 4510[[package]]
 4511name = "darling"
 4512version = "0.20.11"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4515dependencies = [
 4516 "darling_core 0.20.11",
 4517 "darling_macro 0.20.11",
 4518]
 4519
 4520[[package]]
 4521name = "darling"
 4522version = "0.21.3"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4525dependencies = [
 4526 "darling_core 0.21.3",
 4527 "darling_macro 0.21.3",
 4528]
 4529
 4530[[package]]
 4531name = "darling_core"
 4532version = "0.20.11"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4535dependencies = [
 4536 "fnv",
 4537 "ident_case",
 4538 "proc-macro2",
 4539 "quote",
 4540 "strsim",
 4541 "syn 2.0.117",
 4542]
 4543
 4544[[package]]
 4545name = "darling_core"
 4546version = "0.21.3"
 4547source = "registry+https://github.com/rust-lang/crates.io-index"
 4548checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4549dependencies = [
 4550 "fnv",
 4551 "ident_case",
 4552 "proc-macro2",
 4553 "quote",
 4554 "strsim",
 4555 "syn 2.0.117",
 4556]
 4557
 4558[[package]]
 4559name = "darling_macro"
 4560version = "0.20.11"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4563dependencies = [
 4564 "darling_core 0.20.11",
 4565 "quote",
 4566 "syn 2.0.117",
 4567]
 4568
 4569[[package]]
 4570name = "darling_macro"
 4571version = "0.21.3"
 4572source = "registry+https://github.com/rust-lang/crates.io-index"
 4573checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4574dependencies = [
 4575 "darling_core 0.21.3",
 4576 "quote",
 4577 "syn 2.0.117",
 4578]
 4579
 4580[[package]]
 4581name = "dashmap"
 4582version = "6.1.0"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4585dependencies = [
 4586 "cfg-if",
 4587 "crossbeam-utils",
 4588 "hashbrown 0.14.5",
 4589 "lock_api",
 4590 "once_cell",
 4591 "parking_lot_core",
 4592]
 4593
 4594[[package]]
 4595name = "dasp_sample"
 4596version = "0.11.0"
 4597source = "registry+https://github.com/rust-lang/crates.io-index"
 4598checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4599
 4600[[package]]
 4601name = "data-encoding"
 4602version = "2.9.0"
 4603source = "registry+https://github.com/rust-lang/crates.io-index"
 4604checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4605
 4606[[package]]
 4607name = "data-url"
 4608version = "0.3.2"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4611
 4612[[package]]
 4613name = "db"
 4614version = "0.1.0"
 4615dependencies = [
 4616 "anyhow",
 4617 "gpui",
 4618 "indoc",
 4619 "log",
 4620 "paths",
 4621 "release_channel",
 4622 "smol",
 4623 "sqlez",
 4624 "sqlez_macros",
 4625 "tempfile",
 4626 "util",
 4627 "zed_env_vars",
 4628]
 4629
 4630[[package]]
 4631name = "dbus"
 4632version = "0.9.9"
 4633source = "registry+https://github.com/rust-lang/crates.io-index"
 4634checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4635dependencies = [
 4636 "libc",
 4637 "libdbus-sys",
 4638 "windows-sys 0.59.0",
 4639]
 4640
 4641[[package]]
 4642name = "debug_adapter_extension"
 4643version = "0.1.0"
 4644dependencies = [
 4645 "anyhow",
 4646 "async-trait",
 4647 "collections",
 4648 "dap",
 4649 "extension",
 4650 "gpui",
 4651 "serde_json",
 4652 "task",
 4653 "util",
 4654]
 4655
 4656[[package]]
 4657name = "debugger_tools"
 4658version = "0.1.0"
 4659dependencies = [
 4660 "anyhow",
 4661 "dap",
 4662 "editor",
 4663 "futures 0.3.31",
 4664 "gpui",
 4665 "project",
 4666 "serde_json",
 4667 "settings",
 4668 "smol",
 4669 "util",
 4670 "workspace",
 4671]
 4672
 4673[[package]]
 4674name = "debugger_ui"
 4675version = "0.1.0"
 4676dependencies = [
 4677 "alacritty_terminal",
 4678 "anyhow",
 4679 "bitflags 2.10.0",
 4680 "client",
 4681 "collections",
 4682 "command_palette_hooks",
 4683 "dap",
 4684 "dap_adapters",
 4685 "db",
 4686 "debugger_tools",
 4687 "editor",
 4688 "feature_flags",
 4689 "file_icons",
 4690 "futures 0.3.31",
 4691 "fuzzy",
 4692 "gpui",
 4693 "hex",
 4694 "indoc",
 4695 "itertools 0.14.0",
 4696 "language",
 4697 "log",
 4698 "menu",
 4699 "notifications",
 4700 "parking_lot",
 4701 "parse_int",
 4702 "paths",
 4703 "picker",
 4704 "pretty_assertions",
 4705 "project",
 4706 "rpc",
 4707 "schemars",
 4708 "serde",
 4709 "serde_json",
 4710 "serde_json_lenient",
 4711 "settings",
 4712 "sysinfo 0.37.2",
 4713 "task",
 4714 "tasks_ui",
 4715 "terminal_view",
 4716 "text",
 4717 "theme",
 4718 "tree-sitter",
 4719 "tree-sitter-go",
 4720 "tree-sitter-json",
 4721 "ui",
 4722 "ui_input",
 4723 "unindent",
 4724 "util",
 4725 "workspace",
 4726 "zed_actions",
 4727 "zlog",
 4728]
 4729
 4730[[package]]
 4731name = "debugid"
 4732version = "0.8.0"
 4733source = "registry+https://github.com/rust-lang/crates.io-index"
 4734checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4735dependencies = [
 4736 "uuid",
 4737]
 4738
 4739[[package]]
 4740name = "deepseek"
 4741version = "0.1.0"
 4742dependencies = [
 4743 "anyhow",
 4744 "futures 0.3.31",
 4745 "http_client",
 4746 "schemars",
 4747 "serde",
 4748 "serde_json",
 4749]
 4750
 4751[[package]]
 4752name = "deflate64"
 4753version = "0.1.10"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4756
 4757[[package]]
 4758name = "denoise"
 4759version = "0.1.0"
 4760dependencies = [
 4761 "candle-core",
 4762 "candle-onnx",
 4763 "log",
 4764 "realfft",
 4765 "rodio",
 4766 "rustfft",
 4767 "thiserror 2.0.17",
 4768]
 4769
 4770[[package]]
 4771name = "der"
 4772version = "0.6.1"
 4773source = "registry+https://github.com/rust-lang/crates.io-index"
 4774checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4775dependencies = [
 4776 "const-oid",
 4777 "zeroize",
 4778]
 4779
 4780[[package]]
 4781name = "der"
 4782version = "0.7.10"
 4783source = "registry+https://github.com/rust-lang/crates.io-index"
 4784checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4785dependencies = [
 4786 "const-oid",
 4787 "pem-rfc7468",
 4788 "zeroize",
 4789]
 4790
 4791[[package]]
 4792name = "deranged"
 4793version = "0.5.4"
 4794source = "registry+https://github.com/rust-lang/crates.io-index"
 4795checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4796dependencies = [
 4797 "powerfmt",
 4798 "serde_core",
 4799]
 4800
 4801[[package]]
 4802name = "derive_arbitrary"
 4803version = "1.4.2"
 4804source = "registry+https://github.com/rust-lang/crates.io-index"
 4805checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4806dependencies = [
 4807 "proc-macro2",
 4808 "quote",
 4809 "syn 2.0.117",
 4810]
 4811
 4812[[package]]
 4813name = "derive_more"
 4814version = "2.1.1"
 4815source = "registry+https://github.com/rust-lang/crates.io-index"
 4816checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4817dependencies = [
 4818 "derive_more-impl",
 4819]
 4820
 4821[[package]]
 4822name = "derive_more-impl"
 4823version = "2.1.1"
 4824source = "registry+https://github.com/rust-lang/crates.io-index"
 4825checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4826dependencies = [
 4827 "convert_case 0.10.0",
 4828 "proc-macro2",
 4829 "quote",
 4830 "rustc_version",
 4831 "syn 2.0.117",
 4832 "unicode-xid",
 4833]
 4834
 4835[[package]]
 4836name = "derive_refineable"
 4837version = "0.1.0"
 4838dependencies = [
 4839 "proc-macro2",
 4840 "quote",
 4841 "syn 2.0.117",
 4842]
 4843
 4844[[package]]
 4845name = "derive_setters"
 4846version = "0.1.9"
 4847source = "registry+https://github.com/rust-lang/crates.io-index"
 4848checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4849dependencies = [
 4850 "darling 0.21.3",
 4851 "proc-macro2",
 4852 "quote",
 4853 "syn 2.0.117",
 4854]
 4855
 4856[[package]]
 4857name = "dev_container"
 4858version = "0.1.0"
 4859dependencies = [
 4860 "fs",
 4861 "futures 0.3.31",
 4862 "gpui",
 4863 "http 1.3.1",
 4864 "http_client",
 4865 "log",
 4866 "menu",
 4867 "node_runtime",
 4868 "paths",
 4869 "picker",
 4870 "project",
 4871 "serde",
 4872 "serde_json",
 4873 "settings",
 4874 "smol",
 4875 "ui",
 4876 "util",
 4877 "workspace",
 4878 "worktree",
 4879]
 4880
 4881[[package]]
 4882name = "diagnostics"
 4883version = "0.1.0"
 4884dependencies = [
 4885 "anyhow",
 4886 "collections",
 4887 "component",
 4888 "ctor",
 4889 "editor",
 4890 "gpui",
 4891 "indoc",
 4892 "itertools 0.14.0",
 4893 "language",
 4894 "log",
 4895 "lsp",
 4896 "markdown",
 4897 "pretty_assertions",
 4898 "project",
 4899 "rand 0.9.2",
 4900 "serde",
 4901 "serde_json",
 4902 "settings",
 4903 "text",
 4904 "theme",
 4905 "ui",
 4906 "unindent",
 4907 "util",
 4908 "workspace",
 4909 "zed_actions",
 4910 "zlog",
 4911]
 4912
 4913[[package]]
 4914name = "dialoguer"
 4915version = "0.11.0"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4918dependencies = [
 4919 "console",
 4920 "fuzzy-matcher",
 4921 "shell-words",
 4922 "tempfile",
 4923 "thiserror 1.0.69",
 4924 "zeroize",
 4925]
 4926
 4927[[package]]
 4928name = "diff"
 4929version = "0.1.13"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4932
 4933[[package]]
 4934name = "diffy"
 4935version = "0.4.2"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4938dependencies = [
 4939 "nu-ansi-term",
 4940]
 4941
 4942[[package]]
 4943name = "digest"
 4944version = "0.10.7"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4947dependencies = [
 4948 "block-buffer",
 4949 "const-oid",
 4950 "crypto-common",
 4951 "subtle",
 4952]
 4953
 4954[[package]]
 4955name = "dirs"
 4956version = "4.0.0"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4959dependencies = [
 4960 "dirs-sys 0.3.7",
 4961]
 4962
 4963[[package]]
 4964name = "dirs"
 4965version = "5.0.1"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4968dependencies = [
 4969 "dirs-sys 0.4.1",
 4970]
 4971
 4972[[package]]
 4973name = "dirs"
 4974version = "6.0.0"
 4975source = "registry+https://github.com/rust-lang/crates.io-index"
 4976checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4977dependencies = [
 4978 "dirs-sys 0.5.0",
 4979]
 4980
 4981[[package]]
 4982name = "dirs-sys"
 4983version = "0.3.7"
 4984source = "registry+https://github.com/rust-lang/crates.io-index"
 4985checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4986dependencies = [
 4987 "libc",
 4988 "redox_users 0.4.6",
 4989 "winapi",
 4990]
 4991
 4992[[package]]
 4993name = "dirs-sys"
 4994version = "0.4.1"
 4995source = "registry+https://github.com/rust-lang/crates.io-index"
 4996checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4997dependencies = [
 4998 "libc",
 4999 "option-ext",
 5000 "redox_users 0.4.6",
 5001 "windows-sys 0.48.0",
 5002]
 5003
 5004[[package]]
 5005name = "dirs-sys"
 5006version = "0.5.0"
 5007source = "registry+https://github.com/rust-lang/crates.io-index"
 5008checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5009dependencies = [
 5010 "libc",
 5011 "option-ext",
 5012 "redox_users 0.5.2",
 5013 "windows-sys 0.61.2",
 5014]
 5015
 5016[[package]]
 5017name = "dispatch"
 5018version = "0.2.0"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5021
 5022[[package]]
 5023name = "dispatch2"
 5024version = "0.3.1"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5027dependencies = [
 5028 "bitflags 2.10.0",
 5029 "block2",
 5030 "libc",
 5031 "objc2",
 5032]
 5033
 5034[[package]]
 5035name = "displaydoc"
 5036version = "0.2.5"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5039dependencies = [
 5040 "proc-macro2",
 5041 "quote",
 5042 "syn 2.0.117",
 5043]
 5044
 5045[[package]]
 5046name = "dlib"
 5047version = "0.5.2"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5050dependencies = [
 5051 "libloading",
 5052]
 5053
 5054[[package]]
 5055name = "docs_preprocessor"
 5056version = "0.1.0"
 5057dependencies = [
 5058 "anyhow",
 5059 "collections",
 5060 "jsonschema",
 5061 "mdbook",
 5062 "regex",
 5063 "schemars",
 5064 "serde",
 5065 "serde_json",
 5066 "settings",
 5067 "task",
 5068 "theme",
 5069 "util",
 5070 "zlog",
 5071]
 5072
 5073[[package]]
 5074name = "document-features"
 5075version = "0.2.12"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5078dependencies = [
 5079 "litrs",
 5080]
 5081
 5082[[package]]
 5083name = "documented"
 5084version = "0.9.2"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5087dependencies = [
 5088 "documented-macros",
 5089 "phf 0.12.1",
 5090 "thiserror 2.0.17",
 5091]
 5092
 5093[[package]]
 5094name = "documented-macros"
 5095version = "0.9.2"
 5096source = "registry+https://github.com/rust-lang/crates.io-index"
 5097checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5098dependencies = [
 5099 "convert_case 0.8.0",
 5100 "itertools 0.14.0",
 5101 "optfield",
 5102 "proc-macro2",
 5103 "quote",
 5104 "strum 0.27.2",
 5105 "syn 2.0.117",
 5106]
 5107
 5108[[package]]
 5109name = "dotenvy"
 5110version = "0.15.7"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5113
 5114[[package]]
 5115name = "downcast-rs"
 5116version = "1.2.1"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5119
 5120[[package]]
 5121name = "doxygen-rs"
 5122version = "0.4.2"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5125dependencies = [
 5126 "phf 0.11.3",
 5127]
 5128
 5129[[package]]
 5130name = "dtoa"
 5131version = "1.0.10"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5134
 5135[[package]]
 5136name = "dtoa-short"
 5137version = "0.3.5"
 5138source = "registry+https://github.com/rust-lang/crates.io-index"
 5139checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5140dependencies = [
 5141 "dtoa",
 5142]
 5143
 5144[[package]]
 5145name = "dtor"
 5146version = "0.0.6"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5149dependencies = [
 5150 "dtor-proc-macro",
 5151]
 5152
 5153[[package]]
 5154name = "dtor-proc-macro"
 5155version = "0.0.5"
 5156source = "registry+https://github.com/rust-lang/crates.io-index"
 5157checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5158
 5159[[package]]
 5160name = "dunce"
 5161version = "1.0.5"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5164
 5165[[package]]
 5166name = "dwrote"
 5167version = "0.11.5"
 5168source = "registry+https://github.com/rust-lang/crates.io-index"
 5169checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5170dependencies = [
 5171 "lazy_static",
 5172 "libc",
 5173 "winapi",
 5174 "wio",
 5175]
 5176
 5177[[package]]
 5178name = "dyn-clone"
 5179version = "1.0.20"
 5180source = "registry+https://github.com/rust-lang/crates.io-index"
 5181checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5182
 5183[[package]]
 5184name = "dyn-stack"
 5185version = "0.10.0"
 5186source = "registry+https://github.com/rust-lang/crates.io-index"
 5187checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5188dependencies = [
 5189 "bytemuck",
 5190 "reborrow",
 5191]
 5192
 5193[[package]]
 5194name = "dyn-stack"
 5195version = "0.13.2"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5198dependencies = [
 5199 "bytemuck",
 5200 "dyn-stack-macros",
 5201]
 5202
 5203[[package]]
 5204name = "dyn-stack-macros"
 5205version = "0.1.3"
 5206source = "registry+https://github.com/rust-lang/crates.io-index"
 5207checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5208
 5209[[package]]
 5210name = "ec4rs"
 5211version = "1.2.0"
 5212source = "registry+https://github.com/rust-lang/crates.io-index"
 5213checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5214
 5215[[package]]
 5216name = "ecdsa"
 5217version = "0.14.8"
 5218source = "registry+https://github.com/rust-lang/crates.io-index"
 5219checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5220dependencies = [
 5221 "der 0.6.1",
 5222 "elliptic-curve",
 5223 "rfc6979",
 5224 "signature 1.6.4",
 5225]
 5226
 5227[[package]]
 5228name = "edit_prediction"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "ai_onboarding",
 5232 "anyhow",
 5233 "arrayvec",
 5234 "brotli",
 5235 "buffer_diff",
 5236 "client",
 5237 "clock",
 5238 "cloud_api_types",
 5239 "cloud_llm_client",
 5240 "collections",
 5241 "copilot",
 5242 "copilot_ui",
 5243 "ctor",
 5244 "db",
 5245 "edit_prediction_context",
 5246 "edit_prediction_types",
 5247 "feature_flags",
 5248 "fs",
 5249 "futures 0.3.31",
 5250 "gpui",
 5251 "indoc",
 5252 "itertools 0.14.0",
 5253 "language",
 5254 "language_model",
 5255 "log",
 5256 "lsp",
 5257 "menu",
 5258 "open_ai",
 5259 "parking_lot",
 5260 "postage",
 5261 "pretty_assertions",
 5262 "project",
 5263 "pulldown-cmark 0.13.0",
 5264 "rand 0.9.2",
 5265 "regex",
 5266 "release_channel",
 5267 "semver",
 5268 "serde",
 5269 "serde_json",
 5270 "settings",
 5271 "strum 0.27.2",
 5272 "telemetry",
 5273 "telemetry_events",
 5274 "text",
 5275 "thiserror 2.0.17",
 5276 "time",
 5277 "toml 0.8.23",
 5278 "ui",
 5279 "util",
 5280 "uuid",
 5281 "workspace",
 5282 "worktree",
 5283 "zed_actions",
 5284 "zeta_prompt",
 5285 "zlog",
 5286 "zstd",
 5287]
 5288
 5289[[package]]
 5290name = "edit_prediction_cli"
 5291version = "0.1.0"
 5292dependencies = [
 5293 "anthropic",
 5294 "anyhow",
 5295 "chrono",
 5296 "clap",
 5297 "client",
 5298 "cloud_llm_client",
 5299 "collections",
 5300 "debug_adapter_extension",
 5301 "dirs 4.0.0",
 5302 "edit_prediction",
 5303 "extension",
 5304 "flate2",
 5305 "fs",
 5306 "futures 0.3.31",
 5307 "gaoya",
 5308 "gpui",
 5309 "gpui_platform",
 5310 "gpui_tokio",
 5311 "http_client",
 5312 "indoc",
 5313 "language",
 5314 "language_extension",
 5315 "language_model",
 5316 "language_models",
 5317 "languages",
 5318 "libc",
 5319 "log",
 5320 "node_runtime",
 5321 "open_ai",
 5322 "paths",
 5323 "pretty_assertions",
 5324 "project",
 5325 "prompt_store",
 5326 "rand 0.9.2",
 5327 "release_channel",
 5328 "reqwest_client",
 5329 "rust-embed",
 5330 "serde",
 5331 "serde_json",
 5332 "settings",
 5333 "shellexpand 2.1.2",
 5334 "similar",
 5335 "smol",
 5336 "sqlez",
 5337 "sqlez_macros",
 5338 "strum 0.27.2",
 5339 "telemetry_events",
 5340 "tempfile",
 5341 "terminal_view",
 5342 "toml 0.8.23",
 5343 "util",
 5344 "wasmtime",
 5345 "watch",
 5346 "workspace",
 5347 "zeta_prompt",
 5348]
 5349
 5350[[package]]
 5351name = "edit_prediction_context"
 5352version = "0.1.0"
 5353dependencies = [
 5354 "anyhow",
 5355 "clock",
 5356 "collections",
 5357 "env_logger 0.11.8",
 5358 "futures 0.3.31",
 5359 "gpui",
 5360 "indoc",
 5361 "language",
 5362 "log",
 5363 "lsp",
 5364 "parking_lot",
 5365 "pretty_assertions",
 5366 "project",
 5367 "serde",
 5368 "serde_json",
 5369 "settings",
 5370 "smallvec",
 5371 "text",
 5372 "tree-sitter",
 5373 "util",
 5374 "zeta_prompt",
 5375]
 5376
 5377[[package]]
 5378name = "edit_prediction_types"
 5379version = "0.1.0"
 5380dependencies = [
 5381 "client",
 5382 "gpui",
 5383 "icons",
 5384 "language",
 5385 "text",
 5386]
 5387
 5388[[package]]
 5389name = "edit_prediction_ui"
 5390version = "0.1.0"
 5391dependencies = [
 5392 "anyhow",
 5393 "buffer_diff",
 5394 "client",
 5395 "cloud_llm_client",
 5396 "codestral",
 5397 "collections",
 5398 "command_palette_hooks",
 5399 "copilot",
 5400 "copilot_chat",
 5401 "copilot_ui",
 5402 "edit_prediction",
 5403 "edit_prediction_types",
 5404 "editor",
 5405 "feature_flags",
 5406 "fs",
 5407 "futures 0.3.31",
 5408 "gpui",
 5409 "indoc",
 5410 "language",
 5411 "markdown",
 5412 "menu",
 5413 "multi_buffer",
 5414 "paths",
 5415 "project",
 5416 "regex",
 5417 "settings",
 5418 "telemetry",
 5419 "text",
 5420 "theme",
 5421 "time",
 5422 "ui",
 5423 "util",
 5424 "workspace",
 5425 "zed_actions",
 5426 "zeta_prompt",
 5427]
 5428
 5429[[package]]
 5430name = "editor"
 5431version = "0.1.0"
 5432dependencies = [
 5433 "aho-corasick",
 5434 "anyhow",
 5435 "assets",
 5436 "breadcrumbs",
 5437 "buffer_diff",
 5438 "client",
 5439 "clock",
 5440 "collections",
 5441 "convert_case 0.8.0",
 5442 "criterion",
 5443 "ctor",
 5444 "dap",
 5445 "db",
 5446 "edit_prediction_types",
 5447 "emojis",
 5448 "feature_flags",
 5449 "file_icons",
 5450 "fs",
 5451 "futures 0.3.31",
 5452 "fuzzy",
 5453 "git",
 5454 "gpui",
 5455 "indoc",
 5456 "itertools 0.14.0",
 5457 "language",
 5458 "languages",
 5459 "linkify",
 5460 "log",
 5461 "lsp",
 5462 "markdown",
 5463 "menu",
 5464 "multi_buffer",
 5465 "ordered-float 2.10.1",
 5466 "parking_lot",
 5467 "pretty_assertions",
 5468 "project",
 5469 "proptest",
 5470 "proptest-derive",
 5471 "rand 0.9.2",
 5472 "regex",
 5473 "release_channel",
 5474 "rope",
 5475 "rpc",
 5476 "schemars",
 5477 "semver",
 5478 "serde",
 5479 "serde_json",
 5480 "settings",
 5481 "smallvec",
 5482 "smol",
 5483 "snippet",
 5484 "sum_tree",
 5485 "task",
 5486 "telemetry",
 5487 "text",
 5488 "theme",
 5489 "time",
 5490 "tracing",
 5491 "tree-sitter-bash",
 5492 "tree-sitter-c",
 5493 "tree-sitter-html",
 5494 "tree-sitter-md",
 5495 "tree-sitter-python",
 5496 "tree-sitter-rust",
 5497 "tree-sitter-typescript",
 5498 "tree-sitter-yaml",
 5499 "ui",
 5500 "ui_input",
 5501 "unicode-script",
 5502 "unicode-segmentation",
 5503 "unicode-width",
 5504 "unindent",
 5505 "url",
 5506 "util",
 5507 "uuid",
 5508 "vim_mode_setting",
 5509 "workspace",
 5510 "zed_actions",
 5511 "zlog",
 5512 "ztracing",
 5513]
 5514
 5515[[package]]
 5516name = "either"
 5517version = "1.15.0"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5520dependencies = [
 5521 "serde",
 5522]
 5523
 5524[[package]]
 5525name = "elasticlunr-rs"
 5526version = "3.0.2"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5529dependencies = [
 5530 "regex",
 5531 "serde",
 5532 "serde_derive",
 5533 "serde_json",
 5534]
 5535
 5536[[package]]
 5537name = "elliptic-curve"
 5538version = "0.12.3"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5541dependencies = [
 5542 "base16ct",
 5543 "crypto-bigint 0.4.9",
 5544 "der 0.6.1",
 5545 "digest",
 5546 "ff",
 5547 "generic-array",
 5548 "group",
 5549 "pkcs8 0.9.0",
 5550 "rand_core 0.6.4",
 5551 "sec1",
 5552 "subtle",
 5553 "zeroize",
 5554]
 5555
 5556[[package]]
 5557name = "email_address"
 5558version = "0.2.9"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5561dependencies = [
 5562 "serde",
 5563]
 5564
 5565[[package]]
 5566name = "embed-resource"
 5567version = "3.0.6"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5570dependencies = [
 5571 "cc",
 5572 "memchr",
 5573 "rustc_version",
 5574 "toml 0.9.8",
 5575 "vswhom",
 5576 "winreg 0.55.0",
 5577]
 5578
 5579[[package]]
 5580name = "embedded-io"
 5581version = "0.4.0"
 5582source = "registry+https://github.com/rust-lang/crates.io-index"
 5583checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5584
 5585[[package]]
 5586name = "embedded-io"
 5587version = "0.6.1"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5590
 5591[[package]]
 5592name = "emojis"
 5593version = "0.6.4"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5596dependencies = [
 5597 "phf 0.11.3",
 5598]
 5599
 5600[[package]]
 5601name = "encode_unicode"
 5602version = "1.0.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5605
 5606[[package]]
 5607name = "encoding_rs"
 5608version = "0.8.35"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5611dependencies = [
 5612 "cfg-if",
 5613]
 5614
 5615[[package]]
 5616name = "encoding_selector"
 5617version = "0.1.0"
 5618dependencies = [
 5619 "editor",
 5620 "encoding_rs",
 5621 "fuzzy",
 5622 "gpui",
 5623 "language",
 5624 "picker",
 5625 "project",
 5626 "ui",
 5627 "util",
 5628 "workspace",
 5629]
 5630
 5631[[package]]
 5632name = "endi"
 5633version = "1.1.0"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5636
 5637[[package]]
 5638name = "enum-as-inner"
 5639version = "0.6.1"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5642dependencies = [
 5643 "heck 0.5.0",
 5644 "proc-macro2",
 5645 "quote",
 5646 "syn 2.0.117",
 5647]
 5648
 5649[[package]]
 5650name = "enumflags2"
 5651version = "0.7.12"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5654dependencies = [
 5655 "enumflags2_derive",
 5656 "serde",
 5657]
 5658
 5659[[package]]
 5660name = "enumflags2_derive"
 5661version = "0.7.12"
 5662source = "registry+https://github.com/rust-lang/crates.io-index"
 5663checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5664dependencies = [
 5665 "proc-macro2",
 5666 "quote",
 5667 "syn 2.0.117",
 5668]
 5669
 5670[[package]]
 5671name = "env_filter"
 5672version = "0.1.4"
 5673source = "registry+https://github.com/rust-lang/crates.io-index"
 5674checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5675dependencies = [
 5676 "log",
 5677 "regex",
 5678]
 5679
 5680[[package]]
 5681name = "env_logger"
 5682version = "0.10.2"
 5683source = "registry+https://github.com/rust-lang/crates.io-index"
 5684checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5685dependencies = [
 5686 "humantime",
 5687 "is-terminal",
 5688 "log",
 5689 "regex",
 5690 "termcolor",
 5691]
 5692
 5693[[package]]
 5694name = "env_logger"
 5695version = "0.11.8"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5698dependencies = [
 5699 "anstream",
 5700 "anstyle",
 5701 "env_filter",
 5702 "jiff",
 5703 "log",
 5704]
 5705
 5706[[package]]
 5707name = "envy"
 5708version = "0.4.2"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5711dependencies = [
 5712 "serde",
 5713]
 5714
 5715[[package]]
 5716name = "equator"
 5717version = "0.4.2"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5720dependencies = [
 5721 "equator-macro",
 5722]
 5723
 5724[[package]]
 5725name = "equator-macro"
 5726version = "0.4.2"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5729dependencies = [
 5730 "proc-macro2",
 5731 "quote",
 5732 "syn 2.0.117",
 5733]
 5734
 5735[[package]]
 5736name = "equivalent"
 5737version = "1.0.2"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5740
 5741[[package]]
 5742name = "erased-serde"
 5743version = "0.4.9"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5746dependencies = [
 5747 "serde",
 5748 "serde_core",
 5749 "typeid",
 5750]
 5751
 5752[[package]]
 5753name = "errno"
 5754version = "0.2.8"
 5755source = "registry+https://github.com/rust-lang/crates.io-index"
 5756checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5757dependencies = [
 5758 "errno-dragonfly",
 5759 "libc",
 5760 "winapi",
 5761]
 5762
 5763[[package]]
 5764name = "errno"
 5765version = "0.3.14"
 5766source = "registry+https://github.com/rust-lang/crates.io-index"
 5767checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5768dependencies = [
 5769 "libc",
 5770 "windows-sys 0.61.2",
 5771]
 5772
 5773[[package]]
 5774name = "errno-dragonfly"
 5775version = "0.1.2"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5778dependencies = [
 5779 "cc",
 5780 "libc",
 5781]
 5782
 5783[[package]]
 5784name = "error-graph"
 5785version = "0.1.1"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5788dependencies = [
 5789 "serde",
 5790]
 5791
 5792[[package]]
 5793name = "etagere"
 5794version = "0.2.15"
 5795source = "registry+https://github.com/rust-lang/crates.io-index"
 5796checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5797dependencies = [
 5798 "euclid",
 5799 "svg_fmt",
 5800]
 5801
 5802[[package]]
 5803name = "etcetera"
 5804version = "0.8.0"
 5805source = "registry+https://github.com/rust-lang/crates.io-index"
 5806checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5807dependencies = [
 5808 "cfg-if",
 5809 "home",
 5810 "windows-sys 0.48.0",
 5811]
 5812
 5813[[package]]
 5814name = "etw_tracing"
 5815version = "0.1.0"
 5816dependencies = [
 5817 "anyhow",
 5818 "gpui",
 5819 "log",
 5820 "net",
 5821 "serde",
 5822 "serde_json",
 5823 "util",
 5824 "windows 0.61.3",
 5825 "windows-core 0.61.2",
 5826 "workspace",
 5827 "wprcontrol",
 5828]
 5829
 5830[[package]]
 5831name = "euclid"
 5832version = "0.22.11"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5835dependencies = [
 5836 "num-traits",
 5837]
 5838
 5839[[package]]
 5840name = "eval"
 5841version = "0.1.0"
 5842dependencies = [
 5843 "acp_thread",
 5844 "agent",
 5845 "agent-client-protocol",
 5846 "agent_settings",
 5847 "agent_ui",
 5848 "anyhow",
 5849 "async-trait",
 5850 "buffer_diff",
 5851 "chrono",
 5852 "clap",
 5853 "client",
 5854 "collections",
 5855 "debug_adapter_extension",
 5856 "dirs 4.0.0",
 5857 "dotenvy",
 5858 "env_logger 0.11.8",
 5859 "extension",
 5860 "fs",
 5861 "futures 0.3.31",
 5862 "gpui",
 5863 "gpui_platform",
 5864 "gpui_tokio",
 5865 "handlebars 4.5.0",
 5866 "language",
 5867 "language_extension",
 5868 "language_model",
 5869 "language_models",
 5870 "languages",
 5871 "markdown",
 5872 "node_runtime",
 5873 "pathdiff",
 5874 "paths",
 5875 "pretty_assertions",
 5876 "project",
 5877 "prompt_store",
 5878 "rand 0.9.2",
 5879 "regex",
 5880 "release_channel",
 5881 "reqwest_client",
 5882 "serde",
 5883 "serde_json",
 5884 "settings",
 5885 "shellexpand 2.1.2",
 5886 "telemetry",
 5887 "terminal_view",
 5888 "toml 0.8.23",
 5889 "unindent",
 5890 "util",
 5891 "uuid",
 5892 "watch",
 5893]
 5894
 5895[[package]]
 5896name = "eval_cli"
 5897version = "0.1.0"
 5898dependencies = [
 5899 "acp_thread",
 5900 "agent",
 5901 "agent-client-protocol",
 5902 "agent_ui",
 5903 "anyhow",
 5904 "clap",
 5905 "client",
 5906 "ctrlc",
 5907 "debug_adapter_extension",
 5908 "env_logger 0.11.8",
 5909 "extension",
 5910 "feature_flags",
 5911 "fs",
 5912 "futures 0.3.31",
 5913 "gpui",
 5914 "gpui_platform",
 5915 "gpui_tokio",
 5916 "language",
 5917 "language_extension",
 5918 "language_model",
 5919 "language_models",
 5920 "languages",
 5921 "node_runtime",
 5922 "paths",
 5923 "project",
 5924 "prompt_store",
 5925 "release_channel",
 5926 "reqwest_client",
 5927 "serde",
 5928 "serde_json",
 5929 "settings",
 5930 "shellexpand 2.1.2",
 5931 "terminal_view",
 5932 "util",
 5933 "watch",
 5934]
 5935
 5936[[package]]
 5937name = "eval_utils"
 5938version = "0.1.0"
 5939dependencies = [
 5940 "gpui_platform",
 5941 "serde",
 5942 "smol",
 5943]
 5944
 5945[[package]]
 5946name = "event-listener"
 5947version = "2.5.3"
 5948source = "registry+https://github.com/rust-lang/crates.io-index"
 5949checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5950
 5951[[package]]
 5952name = "event-listener"
 5953version = "5.4.1"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5956dependencies = [
 5957 "concurrent-queue",
 5958 "parking",
 5959 "pin-project-lite",
 5960]
 5961
 5962[[package]]
 5963name = "event-listener-strategy"
 5964version = "0.5.4"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5967dependencies = [
 5968 "event-listener 5.4.1",
 5969 "pin-project-lite",
 5970]
 5971
 5972[[package]]
 5973name = "exec"
 5974version = "0.3.1"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5977dependencies = [
 5978 "errno 0.2.8",
 5979 "libc",
 5980]
 5981
 5982[[package]]
 5983name = "explorer_command_injector"
 5984version = "0.1.0"
 5985dependencies = [
 5986 "windows 0.61.3",
 5987 "windows-core 0.61.2",
 5988 "windows-registry 0.5.3",
 5989]
 5990
 5991[[package]]
 5992name = "exr"
 5993version = "1.73.0"
 5994source = "registry+https://github.com/rust-lang/crates.io-index"
 5995checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5996dependencies = [
 5997 "bit_field",
 5998 "half",
 5999 "lebe",
 6000 "miniz_oxide",
 6001 "rayon-core",
 6002 "smallvec",
 6003 "zune-inflate",
 6004]
 6005
 6006[[package]]
 6007name = "extended"
 6008version = "0.1.0"
 6009source = "registry+https://github.com/rust-lang/crates.io-index"
 6010checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6011
 6012[[package]]
 6013name = "extension"
 6014version = "0.1.0"
 6015dependencies = [
 6016 "anyhow",
 6017 "async-trait",
 6018 "cloud_api_types",
 6019 "collections",
 6020 "dap",
 6021 "fs",
 6022 "futures 0.3.31",
 6023 "gpui",
 6024 "heck 0.5.0",
 6025 "http_client",
 6026 "indoc",
 6027 "language",
 6028 "log",
 6029 "lsp",
 6030 "parking_lot",
 6031 "pretty_assertions",
 6032 "proto",
 6033 "semver",
 6034 "serde",
 6035 "serde_json",
 6036 "task",
 6037 "tempfile",
 6038 "toml 0.8.23",
 6039 "tracing",
 6040 "url",
 6041 "util",
 6042 "wasm-encoder 0.221.3",
 6043 "wasmparser 0.221.3",
 6044 "ztracing",
 6045]
 6046
 6047[[package]]
 6048name = "extension_cli"
 6049version = "0.1.0"
 6050dependencies = [
 6051 "anyhow",
 6052 "clap",
 6053 "cloud_api_types",
 6054 "env_logger 0.11.8",
 6055 "extension",
 6056 "fs",
 6057 "gpui_platform",
 6058 "language",
 6059 "log",
 6060 "reqwest_client",
 6061 "serde",
 6062 "serde_json",
 6063 "serde_json_lenient",
 6064 "settings_content",
 6065 "snippet_provider",
 6066 "task",
 6067 "theme",
 6068 "tokio",
 6069 "toml 0.8.23",
 6070 "tree-sitter",
 6071 "wasmtime",
 6072]
 6073
 6074[[package]]
 6075name = "extension_host"
 6076version = "0.1.0"
 6077dependencies = [
 6078 "anyhow",
 6079 "async-compression",
 6080 "async-tar",
 6081 "async-trait",
 6082 "client",
 6083 "cloud_api_types",
 6084 "collections",
 6085 "criterion",
 6086 "ctor",
 6087 "dap",
 6088 "extension",
 6089 "fs",
 6090 "futures 0.3.31",
 6091 "gpui",
 6092 "gpui_tokio",
 6093 "http_client",
 6094 "language",
 6095 "language_extension",
 6096 "log",
 6097 "lsp",
 6098 "moka",
 6099 "node_runtime",
 6100 "parking_lot",
 6101 "paths",
 6102 "project",
 6103 "release_channel",
 6104 "remote",
 6105 "reqwest_client",
 6106 "semver",
 6107 "serde",
 6108 "serde_json",
 6109 "serde_json_lenient",
 6110 "settings",
 6111 "task",
 6112 "telemetry",
 6113 "tempfile",
 6114 "theme",
 6115 "theme_extension",
 6116 "toml 0.8.23",
 6117 "tracing",
 6118 "url",
 6119 "util",
 6120 "wasmparser 0.221.3",
 6121 "wasmtime",
 6122 "wasmtime-wasi",
 6123 "zlog",
 6124 "ztracing",
 6125]
 6126
 6127[[package]]
 6128name = "extensions_ui"
 6129version = "0.1.0"
 6130dependencies = [
 6131 "anyhow",
 6132 "client",
 6133 "cloud_api_types",
 6134 "collections",
 6135 "db",
 6136 "editor",
 6137 "extension",
 6138 "extension_host",
 6139 "fs",
 6140 "fuzzy",
 6141 "gpui",
 6142 "language",
 6143 "log",
 6144 "num-format",
 6145 "picker",
 6146 "project",
 6147 "release_channel",
 6148 "semver",
 6149 "serde",
 6150 "settings",
 6151 "smallvec",
 6152 "strum 0.27.2",
 6153 "telemetry",
 6154 "theme",
 6155 "ui",
 6156 "util",
 6157 "vim_mode_setting",
 6158 "workspace",
 6159 "zed_actions",
 6160]
 6161
 6162[[package]]
 6163name = "failspot"
 6164version = "0.2.0"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6167
 6168[[package]]
 6169name = "fallible-iterator"
 6170version = "0.3.0"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6173
 6174[[package]]
 6175name = "fancy-regex"
 6176version = "0.16.2"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6179dependencies = [
 6180 "bit-set",
 6181 "regex-automata",
 6182 "regex-syntax",
 6183]
 6184
 6185[[package]]
 6186name = "fast-srgb8"
 6187version = "1.0.0"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6190
 6191[[package]]
 6192name = "fastrand"
 6193version = "1.9.0"
 6194source = "registry+https://github.com/rust-lang/crates.io-index"
 6195checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6196dependencies = [
 6197 "instant",
 6198]
 6199
 6200[[package]]
 6201name = "fastrand"
 6202version = "2.3.0"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6205
 6206[[package]]
 6207name = "fax"
 6208version = "0.2.6"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6211dependencies = [
 6212 "fax_derive",
 6213]
 6214
 6215[[package]]
 6216name = "fax_derive"
 6217version = "0.2.0"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6220dependencies = [
 6221 "proc-macro2",
 6222 "quote",
 6223 "syn 2.0.117",
 6224]
 6225
 6226[[package]]
 6227name = "fd-lock"
 6228version = "4.0.4"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6231dependencies = [
 6232 "cfg-if",
 6233 "rustix 1.1.2",
 6234 "windows-sys 0.59.0",
 6235]
 6236
 6237[[package]]
 6238name = "fdeflate"
 6239version = "0.3.7"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6242dependencies = [
 6243 "simd-adler32",
 6244]
 6245
 6246[[package]]
 6247name = "feature_flags"
 6248version = "0.1.0"
 6249dependencies = [
 6250 "gpui",
 6251]
 6252
 6253[[package]]
 6254name = "feedback"
 6255version = "0.1.0"
 6256dependencies = [
 6257 "gpui",
 6258 "system_specs",
 6259 "urlencoding",
 6260 "util",
 6261 "workspace",
 6262 "zed_actions",
 6263]
 6264
 6265[[package]]
 6266name = "ff"
 6267version = "0.12.1"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6270dependencies = [
 6271 "rand_core 0.6.4",
 6272 "subtle",
 6273]
 6274
 6275[[package]]
 6276name = "file_finder"
 6277version = "0.1.0"
 6278dependencies = [
 6279 "anyhow",
 6280 "channel",
 6281 "client",
 6282 "collections",
 6283 "ctor",
 6284 "editor",
 6285 "file_icons",
 6286 "futures 0.3.31",
 6287 "fuzzy",
 6288 "gpui",
 6289 "menu",
 6290 "open_path_prompt",
 6291 "picker",
 6292 "pretty_assertions",
 6293 "project",
 6294 "project_panel",
 6295 "remote_connection",
 6296 "serde",
 6297 "serde_json",
 6298 "settings",
 6299 "theme",
 6300 "ui",
 6301 "util",
 6302 "workspace",
 6303 "zed_actions",
 6304 "zlog",
 6305]
 6306
 6307[[package]]
 6308name = "file_icons"
 6309version = "0.1.0"
 6310dependencies = [
 6311 "gpui",
 6312 "serde",
 6313 "theme",
 6314 "util",
 6315]
 6316
 6317[[package]]
 6318name = "filedescriptor"
 6319version = "0.8.3"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6322dependencies = [
 6323 "libc",
 6324 "thiserror 1.0.69",
 6325 "winapi",
 6326]
 6327
 6328[[package]]
 6329name = "filetime"
 6330version = "0.2.26"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6333dependencies = [
 6334 "cfg-if",
 6335 "libc",
 6336 "libredox",
 6337 "windows-sys 0.60.2",
 6338]
 6339
 6340[[package]]
 6341name = "find-msvc-tools"
 6342version = "0.1.5"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6345
 6346[[package]]
 6347name = "fixedbitset"
 6348version = "0.4.2"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6351
 6352[[package]]
 6353name = "fixedbitset"
 6354version = "0.5.7"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6357
 6358[[package]]
 6359name = "flate2"
 6360version = "1.1.8"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6363dependencies = [
 6364 "crc32fast",
 6365 "miniz_oxide",
 6366]
 6367
 6368[[package]]
 6369name = "float-cmp"
 6370version = "0.9.0"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6373
 6374[[package]]
 6375name = "float-ord"
 6376version = "0.3.2"
 6377source = "registry+https://github.com/rust-lang/crates.io-index"
 6378checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6379
 6380[[package]]
 6381name = "float8"
 6382version = "0.4.2"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6385dependencies = [
 6386 "half",
 6387 "num-traits",
 6388 "rand 0.9.2",
 6389 "rand_distr",
 6390]
 6391
 6392[[package]]
 6393name = "float_next_after"
 6394version = "1.0.0"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6397
 6398[[package]]
 6399name = "fluent-uri"
 6400version = "0.4.1"
 6401source = "registry+https://github.com/rust-lang/crates.io-index"
 6402checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6403dependencies = [
 6404 "borrow-or-share",
 6405 "ref-cast",
 6406 "serde",
 6407]
 6408
 6409[[package]]
 6410name = "flume"
 6411version = "0.11.1"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6414dependencies = [
 6415 "futures-core",
 6416 "futures-sink",
 6417 "nanorand",
 6418 "spin 0.9.8",
 6419]
 6420
 6421[[package]]
 6422name = "fnv"
 6423version = "1.0.7"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6426
 6427[[package]]
 6428name = "foldhash"
 6429version = "0.1.5"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6432
 6433[[package]]
 6434name = "foldhash"
 6435version = "0.2.0"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6438
 6439[[package]]
 6440name = "font-types"
 6441version = "0.10.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6444dependencies = [
 6445 "bytemuck",
 6446]
 6447
 6448[[package]]
 6449name = "font-types"
 6450version = "0.11.0"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6453dependencies = [
 6454 "bytemuck",
 6455]
 6456
 6457[[package]]
 6458name = "fontconfig-parser"
 6459version = "0.5.8"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6462dependencies = [
 6463 "roxmltree",
 6464]
 6465
 6466[[package]]
 6467name = "fontdb"
 6468version = "0.16.2"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6471dependencies = [
 6472 "fontconfig-parser",
 6473 "log",
 6474 "memmap2",
 6475 "slotmap",
 6476 "tinyvec",
 6477 "ttf-parser 0.20.0",
 6478]
 6479
 6480[[package]]
 6481name = "fontdb"
 6482version = "0.23.0"
 6483source = "registry+https://github.com/rust-lang/crates.io-index"
 6484checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6485dependencies = [
 6486 "fontconfig-parser",
 6487 "log",
 6488 "memmap2",
 6489 "slotmap",
 6490 "tinyvec",
 6491 "ttf-parser 0.25.1",
 6492]
 6493
 6494[[package]]
 6495name = "foreign-types"
 6496version = "0.3.2"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6499dependencies = [
 6500 "foreign-types-shared 0.1.1",
 6501]
 6502
 6503[[package]]
 6504name = "foreign-types"
 6505version = "0.5.0"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6508dependencies = [
 6509 "foreign-types-macros",
 6510 "foreign-types-shared 0.3.1",
 6511]
 6512
 6513[[package]]
 6514name = "foreign-types-macros"
 6515version = "0.2.3"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6518dependencies = [
 6519 "proc-macro2",
 6520 "quote",
 6521 "syn 2.0.117",
 6522]
 6523
 6524[[package]]
 6525name = "foreign-types-shared"
 6526version = "0.1.1"
 6527source = "registry+https://github.com/rust-lang/crates.io-index"
 6528checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6529
 6530[[package]]
 6531name = "foreign-types-shared"
 6532version = "0.3.1"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6535
 6536[[package]]
 6537name = "fork"
 6538version = "0.4.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6541dependencies = [
 6542 "libc",
 6543]
 6544
 6545[[package]]
 6546name = "form_urlencoded"
 6547version = "1.2.2"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6550dependencies = [
 6551 "percent-encoding",
 6552]
 6553
 6554[[package]]
 6555name = "fraction"
 6556version = "0.15.3"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6559dependencies = [
 6560 "lazy_static",
 6561 "num",
 6562]
 6563
 6564[[package]]
 6565name = "freetype-sys"
 6566version = "0.20.1"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6569dependencies = [
 6570 "cc",
 6571 "libc",
 6572 "pkg-config",
 6573]
 6574
 6575[[package]]
 6576name = "fs"
 6577version = "0.1.0"
 6578dependencies = [
 6579 "anyhow",
 6580 "ashpd",
 6581 "async-tar",
 6582 "async-trait",
 6583 "cocoa 0.26.0",
 6584 "collections",
 6585 "dunce",
 6586 "fs",
 6587 "futures 0.3.31",
 6588 "git",
 6589 "gpui",
 6590 "ignore",
 6591 "is_executable",
 6592 "libc",
 6593 "log",
 6594 "notify 8.2.0",
 6595 "objc",
 6596 "parking_lot",
 6597 "paths",
 6598 "proto",
 6599 "rope",
 6600 "serde",
 6601 "serde_json",
 6602 "smol",
 6603 "tempfile",
 6604 "text",
 6605 "time",
 6606 "util",
 6607 "windows 0.61.3",
 6608]
 6609
 6610[[package]]
 6611name = "fs-set-times"
 6612version = "0.20.3"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6615dependencies = [
 6616 "io-lifetimes",
 6617 "rustix 1.1.2",
 6618 "windows-sys 0.59.0",
 6619]
 6620
 6621[[package]]
 6622name = "fs2"
 6623version = "0.4.3"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6626dependencies = [
 6627 "libc",
 6628 "winapi",
 6629]
 6630
 6631[[package]]
 6632name = "fs_benchmarks"
 6633version = "0.1.0"
 6634dependencies = [
 6635 "fs",
 6636 "gpui",
 6637 "gpui_platform",
 6638]
 6639
 6640[[package]]
 6641name = "fs_extra"
 6642version = "1.3.0"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6645
 6646[[package]]
 6647name = "fsevent-sys"
 6648version = "4.1.0"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6651dependencies = [
 6652 "libc",
 6653]
 6654
 6655[[package]]
 6656name = "fuchsia-cprng"
 6657version = "0.1.1"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6660
 6661[[package]]
 6662name = "funty"
 6663version = "2.0.0"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6666
 6667[[package]]
 6668name = "futf"
 6669version = "0.1.5"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6672dependencies = [
 6673 "mac",
 6674 "new_debug_unreachable",
 6675]
 6676
 6677[[package]]
 6678name = "futures"
 6679version = "0.1.31"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6682
 6683[[package]]
 6684name = "futures"
 6685version = "0.3.31"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6688dependencies = [
 6689 "futures-channel",
 6690 "futures-core",
 6691 "futures-executor",
 6692 "futures-io",
 6693 "futures-sink",
 6694 "futures-task",
 6695 "futures-util",
 6696]
 6697
 6698[[package]]
 6699name = "futures-channel"
 6700version = "0.3.31"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6703dependencies = [
 6704 "futures-core",
 6705 "futures-sink",
 6706]
 6707
 6708[[package]]
 6709name = "futures-concurrency"
 6710version = "7.7.1"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6713dependencies = [
 6714 "fixedbitset 0.5.7",
 6715 "futures-core",
 6716 "futures-lite 2.6.1",
 6717 "pin-project",
 6718 "smallvec",
 6719]
 6720
 6721[[package]]
 6722name = "futures-core"
 6723version = "0.3.31"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6726
 6727[[package]]
 6728name = "futures-executor"
 6729version = "0.3.31"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6732dependencies = [
 6733 "futures-core",
 6734 "futures-task",
 6735 "futures-util",
 6736]
 6737
 6738[[package]]
 6739name = "futures-intrusive"
 6740version = "0.5.0"
 6741source = "registry+https://github.com/rust-lang/crates.io-index"
 6742checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6743dependencies = [
 6744 "futures-core",
 6745 "lock_api",
 6746 "parking_lot",
 6747]
 6748
 6749[[package]]
 6750name = "futures-io"
 6751version = "0.3.31"
 6752source = "registry+https://github.com/rust-lang/crates.io-index"
 6753checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6754
 6755[[package]]
 6756name = "futures-lite"
 6757version = "1.13.0"
 6758source = "registry+https://github.com/rust-lang/crates.io-index"
 6759checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6760dependencies = [
 6761 "fastrand 1.9.0",
 6762 "futures-core",
 6763 "futures-io",
 6764 "memchr",
 6765 "parking",
 6766 "pin-project-lite",
 6767 "waker-fn",
 6768]
 6769
 6770[[package]]
 6771name = "futures-lite"
 6772version = "2.6.1"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6775dependencies = [
 6776 "fastrand 2.3.0",
 6777 "futures-core",
 6778 "futures-io",
 6779 "parking",
 6780 "pin-project-lite",
 6781]
 6782
 6783[[package]]
 6784name = "futures-macro"
 6785version = "0.3.31"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6788dependencies = [
 6789 "proc-macro2",
 6790 "quote",
 6791 "syn 2.0.117",
 6792]
 6793
 6794[[package]]
 6795name = "futures-sink"
 6796version = "0.3.31"
 6797source = "registry+https://github.com/rust-lang/crates.io-index"
 6798checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6799
 6800[[package]]
 6801name = "futures-task"
 6802version = "0.3.31"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6805
 6806[[package]]
 6807name = "futures-util"
 6808version = "0.3.31"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6811dependencies = [
 6812 "futures 0.1.31",
 6813 "futures-channel",
 6814 "futures-core",
 6815 "futures-io",
 6816 "futures-macro",
 6817 "futures-sink",
 6818 "futures-task",
 6819 "memchr",
 6820 "pin-project-lite",
 6821 "pin-utils",
 6822 "slab",
 6823 "tokio-io",
 6824]
 6825
 6826[[package]]
 6827name = "fuzzy"
 6828version = "0.1.0"
 6829dependencies = [
 6830 "gpui",
 6831 "log",
 6832 "util",
 6833]
 6834
 6835[[package]]
 6836name = "fuzzy-matcher"
 6837version = "0.3.7"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6840dependencies = [
 6841 "thread_local",
 6842]
 6843
 6844[[package]]
 6845name = "gaoya"
 6846version = "0.2.0"
 6847source = "registry+https://github.com/rust-lang/crates.io-index"
 6848checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6849dependencies = [
 6850 "ahash 0.8.12",
 6851 "crossbeam-utils",
 6852 "fnv",
 6853 "itertools 0.10.5",
 6854 "num-traits",
 6855 "rand 0.8.5",
 6856 "rand_pcg",
 6857 "random_choice",
 6858 "rayon",
 6859 "seahash",
 6860 "sha-1",
 6861 "shingles",
 6862 "siphasher 0.3.11",
 6863 "smallvec",
 6864 "triomphe",
 6865]
 6866
 6867[[package]]
 6868name = "gemm"
 6869version = "0.17.1"
 6870source = "registry+https://github.com/rust-lang/crates.io-index"
 6871checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6872dependencies = [
 6873 "dyn-stack 0.10.0",
 6874 "gemm-c32 0.17.1",
 6875 "gemm-c64 0.17.1",
 6876 "gemm-common 0.17.1",
 6877 "gemm-f16 0.17.1",
 6878 "gemm-f32 0.17.1",
 6879 "gemm-f64 0.17.1",
 6880 "num-complex",
 6881 "num-traits",
 6882 "paste",
 6883 "raw-cpuid 10.7.0",
 6884 "seq-macro",
 6885]
 6886
 6887[[package]]
 6888name = "gemm"
 6889version = "0.18.2"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6892dependencies = [
 6893 "dyn-stack 0.13.2",
 6894 "gemm-c32 0.18.2",
 6895 "gemm-c64 0.18.2",
 6896 "gemm-common 0.18.2",
 6897 "gemm-f16 0.18.2",
 6898 "gemm-f32 0.18.2",
 6899 "gemm-f64 0.18.2",
 6900 "num-complex",
 6901 "num-traits",
 6902 "paste",
 6903 "raw-cpuid 11.6.0",
 6904 "seq-macro",
 6905]
 6906
 6907[[package]]
 6908name = "gemm-c32"
 6909version = "0.17.1"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6912dependencies = [
 6913 "dyn-stack 0.10.0",
 6914 "gemm-common 0.17.1",
 6915 "num-complex",
 6916 "num-traits",
 6917 "paste",
 6918 "raw-cpuid 10.7.0",
 6919 "seq-macro",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-c32"
 6924version = "0.18.2"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6927dependencies = [
 6928 "dyn-stack 0.13.2",
 6929 "gemm-common 0.18.2",
 6930 "num-complex",
 6931 "num-traits",
 6932 "paste",
 6933 "raw-cpuid 11.6.0",
 6934 "seq-macro",
 6935]
 6936
 6937[[package]]
 6938name = "gemm-c64"
 6939version = "0.17.1"
 6940source = "registry+https://github.com/rust-lang/crates.io-index"
 6941checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6942dependencies = [
 6943 "dyn-stack 0.10.0",
 6944 "gemm-common 0.17.1",
 6945 "num-complex",
 6946 "num-traits",
 6947 "paste",
 6948 "raw-cpuid 10.7.0",
 6949 "seq-macro",
 6950]
 6951
 6952[[package]]
 6953name = "gemm-c64"
 6954version = "0.18.2"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6957dependencies = [
 6958 "dyn-stack 0.13.2",
 6959 "gemm-common 0.18.2",
 6960 "num-complex",
 6961 "num-traits",
 6962 "paste",
 6963 "raw-cpuid 11.6.0",
 6964 "seq-macro",
 6965]
 6966
 6967[[package]]
 6968name = "gemm-common"
 6969version = "0.17.1"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6972dependencies = [
 6973 "bytemuck",
 6974 "dyn-stack 0.10.0",
 6975 "half",
 6976 "num-complex",
 6977 "num-traits",
 6978 "once_cell",
 6979 "paste",
 6980 "pulp 0.18.22",
 6981 "raw-cpuid 10.7.0",
 6982 "rayon",
 6983 "seq-macro",
 6984 "sysctl 0.5.5",
 6985]
 6986
 6987[[package]]
 6988name = "gemm-common"
 6989version = "0.18.2"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6992dependencies = [
 6993 "bytemuck",
 6994 "dyn-stack 0.13.2",
 6995 "half",
 6996 "libm",
 6997 "num-complex",
 6998 "num-traits",
 6999 "once_cell",
 7000 "paste",
 7001 "pulp 0.21.5",
 7002 "raw-cpuid 11.6.0",
 7003 "rayon",
 7004 "seq-macro",
 7005 "sysctl 0.6.0",
 7006]
 7007
 7008[[package]]
 7009name = "gemm-f16"
 7010version = "0.17.1"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7013dependencies = [
 7014 "dyn-stack 0.10.0",
 7015 "gemm-common 0.17.1",
 7016 "gemm-f32 0.17.1",
 7017 "half",
 7018 "num-complex",
 7019 "num-traits",
 7020 "paste",
 7021 "raw-cpuid 10.7.0",
 7022 "rayon",
 7023 "seq-macro",
 7024]
 7025
 7026[[package]]
 7027name = "gemm-f16"
 7028version = "0.18.2"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7031dependencies = [
 7032 "dyn-stack 0.13.2",
 7033 "gemm-common 0.18.2",
 7034 "gemm-f32 0.18.2",
 7035 "half",
 7036 "num-complex",
 7037 "num-traits",
 7038 "paste",
 7039 "raw-cpuid 11.6.0",
 7040 "rayon",
 7041 "seq-macro",
 7042]
 7043
 7044[[package]]
 7045name = "gemm-f32"
 7046version = "0.17.1"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7049dependencies = [
 7050 "dyn-stack 0.10.0",
 7051 "gemm-common 0.17.1",
 7052 "num-complex",
 7053 "num-traits",
 7054 "paste",
 7055 "raw-cpuid 10.7.0",
 7056 "seq-macro",
 7057]
 7058
 7059[[package]]
 7060name = "gemm-f32"
 7061version = "0.18.2"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7064dependencies = [
 7065 "dyn-stack 0.13.2",
 7066 "gemm-common 0.18.2",
 7067 "num-complex",
 7068 "num-traits",
 7069 "paste",
 7070 "raw-cpuid 11.6.0",
 7071 "seq-macro",
 7072]
 7073
 7074[[package]]
 7075name = "gemm-f64"
 7076version = "0.17.1"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7079dependencies = [
 7080 "dyn-stack 0.10.0",
 7081 "gemm-common 0.17.1",
 7082 "num-complex",
 7083 "num-traits",
 7084 "paste",
 7085 "raw-cpuid 10.7.0",
 7086 "seq-macro",
 7087]
 7088
 7089[[package]]
 7090name = "gemm-f64"
 7091version = "0.18.2"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7094dependencies = [
 7095 "dyn-stack 0.13.2",
 7096 "gemm-common 0.18.2",
 7097 "num-complex",
 7098 "num-traits",
 7099 "paste",
 7100 "raw-cpuid 11.6.0",
 7101 "seq-macro",
 7102]
 7103
 7104[[package]]
 7105name = "generator"
 7106version = "0.8.7"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7109dependencies = [
 7110 "cc",
 7111 "cfg-if",
 7112 "libc",
 7113 "log",
 7114 "rustversion",
 7115 "windows 0.61.3",
 7116]
 7117
 7118[[package]]
 7119name = "generic-array"
 7120version = "0.14.7"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7123dependencies = [
 7124 "typenum",
 7125 "version_check",
 7126]
 7127
 7128[[package]]
 7129name = "gethostname"
 7130version = "1.1.0"
 7131source = "registry+https://github.com/rust-lang/crates.io-index"
 7132checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7133dependencies = [
 7134 "rustix 1.1.2",
 7135 "windows-link 0.2.1",
 7136]
 7137
 7138[[package]]
 7139name = "getrandom"
 7140version = "0.2.16"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7143dependencies = [
 7144 "cfg-if",
 7145 "js-sys",
 7146 "libc",
 7147 "wasi",
 7148 "wasm-bindgen",
 7149]
 7150
 7151[[package]]
 7152name = "getrandom"
 7153version = "0.3.4"
 7154source = "registry+https://github.com/rust-lang/crates.io-index"
 7155checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7156dependencies = [
 7157 "cfg-if",
 7158 "js-sys",
 7159 "libc",
 7160 "r-efi",
 7161 "wasip2",
 7162 "wasm-bindgen",
 7163]
 7164
 7165[[package]]
 7166name = "getrandom"
 7167version = "0.4.1"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7170dependencies = [
 7171 "cfg-if",
 7172 "libc",
 7173 "r-efi",
 7174 "wasip2",
 7175 "wasip3",
 7176]
 7177
 7178[[package]]
 7179name = "gh-workflow"
 7180version = "0.8.0"
 7181source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7182dependencies = [
 7183 "async-trait",
 7184 "derive_more",
 7185 "derive_setters",
 7186 "gh-workflow-macros",
 7187 "indexmap",
 7188 "merge",
 7189 "serde",
 7190 "serde_json",
 7191 "serde_yaml",
 7192 "strum_macros 0.27.2",
 7193]
 7194
 7195[[package]]
 7196name = "gh-workflow-macros"
 7197version = "0.8.0"
 7198source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7199dependencies = [
 7200 "heck 0.5.0",
 7201 "quote",
 7202 "syn 2.0.117",
 7203]
 7204
 7205[[package]]
 7206name = "gif"
 7207version = "0.13.3"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7210dependencies = [
 7211 "color_quant",
 7212 "weezl",
 7213]
 7214
 7215[[package]]
 7216name = "gimli"
 7217version = "0.31.1"
 7218source = "registry+https://github.com/rust-lang/crates.io-index"
 7219checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7220dependencies = [
 7221 "fallible-iterator",
 7222 "indexmap",
 7223 "stable_deref_trait",
 7224]
 7225
 7226[[package]]
 7227name = "gimli"
 7228version = "0.32.3"
 7229source = "registry+https://github.com/rust-lang/crates.io-index"
 7230checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7231
 7232[[package]]
 7233name = "gio-sys"
 7234version = "0.21.5"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7237dependencies = [
 7238 "glib-sys",
 7239 "gobject-sys",
 7240 "libc",
 7241 "system-deps 7.0.7",
 7242 "windows-sys 0.61.2",
 7243]
 7244
 7245[[package]]
 7246name = "git"
 7247version = "0.1.0"
 7248dependencies = [
 7249 "anyhow",
 7250 "askpass",
 7251 "async-trait",
 7252 "collections",
 7253 "derive_more",
 7254 "futures 0.3.31",
 7255 "git2",
 7256 "gpui",
 7257 "http_client",
 7258 "itertools 0.14.0",
 7259 "log",
 7260 "parking_lot",
 7261 "pretty_assertions",
 7262 "rand 0.9.2",
 7263 "regex",
 7264 "rope",
 7265 "schemars",
 7266 "serde",
 7267 "serde_json",
 7268 "smallvec",
 7269 "smol",
 7270 "sum_tree",
 7271 "tempfile",
 7272 "text",
 7273 "thiserror 2.0.17",
 7274 "time",
 7275 "url",
 7276 "urlencoding",
 7277 "util",
 7278 "uuid",
 7279 "ztracing",
 7280]
 7281
 7282[[package]]
 7283name = "git2"
 7284version = "0.20.4"
 7285source = "registry+https://github.com/rust-lang/crates.io-index"
 7286checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7287dependencies = [
 7288 "bitflags 2.10.0",
 7289 "libc",
 7290 "libgit2-sys",
 7291 "log",
 7292 "url",
 7293]
 7294
 7295[[package]]
 7296name = "git_graph"
 7297version = "0.1.0"
 7298dependencies = [
 7299 "anyhow",
 7300 "collections",
 7301 "db",
 7302 "feature_flags",
 7303 "fs",
 7304 "git",
 7305 "git_ui",
 7306 "gpui",
 7307 "language",
 7308 "menu",
 7309 "project",
 7310 "rand 0.9.2",
 7311 "serde_json",
 7312 "settings",
 7313 "smallvec",
 7314 "theme",
 7315 "time",
 7316 "ui",
 7317 "workspace",
 7318]
 7319
 7320[[package]]
 7321name = "git_hosting_providers"
 7322version = "0.1.0"
 7323dependencies = [
 7324 "anyhow",
 7325 "async-trait",
 7326 "futures 0.3.31",
 7327 "git",
 7328 "gpui",
 7329 "http_client",
 7330 "indoc",
 7331 "itertools 0.14.0",
 7332 "pretty_assertions",
 7333 "regex",
 7334 "serde",
 7335 "serde_json",
 7336 "settings",
 7337 "url",
 7338 "urlencoding",
 7339 "util",
 7340]
 7341
 7342[[package]]
 7343name = "git_ui"
 7344version = "0.1.0"
 7345dependencies = [
 7346 "agent_settings",
 7347 "anyhow",
 7348 "askpass",
 7349 "buffer_diff",
 7350 "call",
 7351 "cloud_llm_client",
 7352 "collections",
 7353 "component",
 7354 "ctor",
 7355 "db",
 7356 "editor",
 7357 "feature_flags",
 7358 "file_icons",
 7359 "futures 0.3.31",
 7360 "fuzzy",
 7361 "git",
 7362 "gpui",
 7363 "indoc",
 7364 "itertools 0.14.0",
 7365 "language",
 7366 "language_model",
 7367 "linkify",
 7368 "log",
 7369 "markdown",
 7370 "menu",
 7371 "multi_buffer",
 7372 "notifications",
 7373 "panel",
 7374 "picker",
 7375 "pretty_assertions",
 7376 "project",
 7377 "prompt_store",
 7378 "proto",
 7379 "rand 0.9.2",
 7380 "remote",
 7381 "remote_connection",
 7382 "schemars",
 7383 "serde",
 7384 "serde_json",
 7385 "settings",
 7386 "smallvec",
 7387 "smol",
 7388 "strum 0.27.2",
 7389 "telemetry",
 7390 "theme",
 7391 "time",
 7392 "time_format",
 7393 "tracing",
 7394 "ui",
 7395 "ui_input",
 7396 "unindent",
 7397 "util",
 7398 "watch",
 7399 "windows 0.61.3",
 7400 "workspace",
 7401 "zed_actions",
 7402 "zeroize",
 7403 "zlog",
 7404 "ztracing",
 7405]
 7406
 7407[[package]]
 7408name = "gl_generator"
 7409version = "0.14.0"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7412dependencies = [
 7413 "khronos_api",
 7414 "log",
 7415 "xml-rs",
 7416]
 7417
 7418[[package]]
 7419name = "glib"
 7420version = "0.21.5"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7423dependencies = [
 7424 "bitflags 2.10.0",
 7425 "futures-channel",
 7426 "futures-core",
 7427 "futures-executor",
 7428 "futures-task",
 7429 "futures-util",
 7430 "gio-sys",
 7431 "glib-macros",
 7432 "glib-sys",
 7433 "gobject-sys",
 7434 "libc",
 7435 "memchr",
 7436 "smallvec",
 7437]
 7438
 7439[[package]]
 7440name = "glib-macros"
 7441version = "0.21.5"
 7442source = "registry+https://github.com/rust-lang/crates.io-index"
 7443checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7444dependencies = [
 7445 "heck 0.5.0",
 7446 "proc-macro-crate",
 7447 "proc-macro2",
 7448 "quote",
 7449 "syn 2.0.117",
 7450]
 7451
 7452[[package]]
 7453name = "glib-sys"
 7454version = "0.21.5"
 7455source = "registry+https://github.com/rust-lang/crates.io-index"
 7456checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7457dependencies = [
 7458 "libc",
 7459 "system-deps 7.0.7",
 7460]
 7461
 7462[[package]]
 7463name = "glob"
 7464version = "0.3.3"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7467
 7468[[package]]
 7469name = "globset"
 7470version = "0.4.17"
 7471source = "registry+https://github.com/rust-lang/crates.io-index"
 7472checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7473dependencies = [
 7474 "aho-corasick",
 7475 "bstr",
 7476 "log",
 7477 "regex-automata",
 7478 "regex-syntax",
 7479]
 7480
 7481[[package]]
 7482name = "gloo-timers"
 7483version = "0.3.0"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7486dependencies = [
 7487 "futures-channel",
 7488 "futures-core",
 7489 "js-sys",
 7490 "wasm-bindgen",
 7491]
 7492
 7493[[package]]
 7494name = "glow"
 7495version = "0.16.0"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
 7498dependencies = [
 7499 "js-sys",
 7500 "slotmap",
 7501 "wasm-bindgen",
 7502 "web-sys",
 7503]
 7504
 7505[[package]]
 7506name = "glutin_wgl_sys"
 7507version = "0.6.1"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7510dependencies = [
 7511 "gl_generator",
 7512]
 7513
 7514[[package]]
 7515name = "go_to_line"
 7516version = "0.1.0"
 7517dependencies = [
 7518 "editor",
 7519 "gpui",
 7520 "indoc",
 7521 "language",
 7522 "menu",
 7523 "multi_buffer",
 7524 "project",
 7525 "rope",
 7526 "serde",
 7527 "serde_json",
 7528 "settings",
 7529 "text",
 7530 "theme",
 7531 "ui",
 7532 "util",
 7533 "workspace",
 7534]
 7535
 7536[[package]]
 7537name = "gobject-sys"
 7538version = "0.21.5"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7541dependencies = [
 7542 "glib-sys",
 7543 "libc",
 7544 "system-deps 7.0.7",
 7545]
 7546
 7547[[package]]
 7548name = "goblin"
 7549version = "0.9.3"
 7550source = "registry+https://github.com/rust-lang/crates.io-index"
 7551checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7552dependencies = [
 7553 "log",
 7554 "plain",
 7555 "scroll",
 7556]
 7557
 7558[[package]]
 7559name = "google_ai"
 7560version = "0.1.0"
 7561dependencies = [
 7562 "anyhow",
 7563 "futures 0.3.31",
 7564 "http_client",
 7565 "schemars",
 7566 "serde",
 7567 "serde_json",
 7568 "settings",
 7569 "strum 0.27.2",
 7570]
 7571
 7572[[package]]
 7573name = "gpu-allocator"
 7574version = "0.28.0"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7577dependencies = [
 7578 "ash",
 7579 "hashbrown 0.16.1",
 7580 "log",
 7581 "presser",
 7582 "thiserror 2.0.17",
 7583 "windows 0.62.2",
 7584]
 7585
 7586[[package]]
 7587name = "gpu-descriptor"
 7588version = "0.3.2"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7591dependencies = [
 7592 "bitflags 2.10.0",
 7593 "gpu-descriptor-types",
 7594 "hashbrown 0.15.5",
 7595]
 7596
 7597[[package]]
 7598name = "gpu-descriptor-types"
 7599version = "0.2.0"
 7600source = "registry+https://github.com/rust-lang/crates.io-index"
 7601checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7602dependencies = [
 7603 "bitflags 2.10.0",
 7604]
 7605
 7606[[package]]
 7607name = "gpui"
 7608version = "0.2.2"
 7609dependencies = [
 7610 "anyhow",
 7611 "async-channel 2.5.0",
 7612 "async-task",
 7613 "backtrace",
 7614 "bindgen 0.71.1",
 7615 "bitflags 2.10.0",
 7616 "block",
 7617 "cbindgen",
 7618 "chrono",
 7619 "circular-buffer",
 7620 "cocoa 0.26.0",
 7621 "cocoa-foundation 0.2.0",
 7622 "collections",
 7623 "core-foundation 0.10.0",
 7624 "core-foundation-sys",
 7625 "core-graphics 0.24.0",
 7626 "core-text",
 7627 "core-video",
 7628 "ctor",
 7629 "derive_more",
 7630 "embed-resource",
 7631 "env_logger 0.11.8",
 7632 "etagere",
 7633 "foreign-types 0.5.0",
 7634 "futures 0.3.31",
 7635 "futures-concurrency",
 7636 "getrandom 0.3.4",
 7637 "gpui_macros",
 7638 "gpui_platform",
 7639 "gpui_util",
 7640 "gpui_web",
 7641 "http_client",
 7642 "image",
 7643 "inventory",
 7644 "itertools 0.14.0",
 7645 "log",
 7646 "lyon",
 7647 "mach2 0.5.0",
 7648 "media",
 7649 "metal",
 7650 "naga 28.0.0",
 7651 "num_cpus",
 7652 "objc",
 7653 "objc2",
 7654 "objc2-metal",
 7655 "parking",
 7656 "parking_lot",
 7657 "pathfinder_geometry",
 7658 "pin-project",
 7659 "pollster 0.4.0",
 7660 "postage",
 7661 "profiling",
 7662 "proptest",
 7663 "rand 0.9.2",
 7664 "raw-window-handle",
 7665 "refineable",
 7666 "reqwest_client",
 7667 "resvg",
 7668 "scheduler",
 7669 "schemars",
 7670 "seahash",
 7671 "serde",
 7672 "serde_json",
 7673 "slotmap",
 7674 "smallvec",
 7675 "spin 0.10.0",
 7676 "stacksafe",
 7677 "strum 0.27.2",
 7678 "sum_tree",
 7679 "taffy",
 7680 "thiserror 2.0.17",
 7681 "unicode-segmentation",
 7682 "url",
 7683 "usvg",
 7684 "util_macros",
 7685 "uuid",
 7686 "waker-fn",
 7687 "wasm-bindgen",
 7688 "web-time",
 7689 "windows 0.61.3",
 7690 "zed-font-kit",
 7691 "zed-scap",
 7692]
 7693
 7694[[package]]
 7695name = "gpui_linux"
 7696version = "0.1.0"
 7697dependencies = [
 7698 "anyhow",
 7699 "as-raw-xcb-connection",
 7700 "ashpd",
 7701 "bitflags 2.10.0",
 7702 "bytemuck",
 7703 "calloop",
 7704 "calloop-wayland-source",
 7705 "collections",
 7706 "filedescriptor",
 7707 "futures 0.3.31",
 7708 "gpui",
 7709 "gpui_wgpu",
 7710 "http_client",
 7711 "itertools 0.14.0",
 7712 "libc",
 7713 "log",
 7714 "oo7",
 7715 "open",
 7716 "parking_lot",
 7717 "pathfinder_geometry",
 7718 "pollster 0.4.0",
 7719 "profiling",
 7720 "raw-window-handle",
 7721 "smallvec",
 7722 "smol",
 7723 "strum 0.27.2",
 7724 "swash",
 7725 "url",
 7726 "util",
 7727 "uuid",
 7728 "wayland-backend",
 7729 "wayland-client",
 7730 "wayland-cursor",
 7731 "wayland-protocols",
 7732 "wayland-protocols-plasma",
 7733 "wayland-protocols-wlr",
 7734 "x11-clipboard",
 7735 "x11rb",
 7736 "xkbcommon",
 7737 "zed-scap",
 7738 "zed-xim",
 7739]
 7740
 7741[[package]]
 7742name = "gpui_macos"
 7743version = "0.1.0"
 7744dependencies = [
 7745 "anyhow",
 7746 "async-task",
 7747 "block",
 7748 "cbindgen",
 7749 "cocoa 0.26.0",
 7750 "collections",
 7751 "core-foundation 0.10.0",
 7752 "core-foundation-sys",
 7753 "core-graphics 0.24.0",
 7754 "core-text",
 7755 "core-video",
 7756 "ctor",
 7757 "derive_more",
 7758 "dispatch2",
 7759 "etagere",
 7760 "foreign-types 0.5.0",
 7761 "futures 0.3.31",
 7762 "gpui",
 7763 "image",
 7764 "itertools 0.14.0",
 7765 "libc",
 7766 "log",
 7767 "mach2 0.5.0",
 7768 "media",
 7769 "metal",
 7770 "objc",
 7771 "parking_lot",
 7772 "pathfinder_geometry",
 7773 "raw-window-handle",
 7774 "semver",
 7775 "smallvec",
 7776 "strum 0.27.2",
 7777 "util",
 7778 "uuid",
 7779 "zed-font-kit",
 7780]
 7781
 7782[[package]]
 7783name = "gpui_macros"
 7784version = "0.1.0"
 7785dependencies = [
 7786 "gpui",
 7787 "heck 0.5.0",
 7788 "proc-macro2",
 7789 "quote",
 7790 "syn 2.0.117",
 7791]
 7792
 7793[[package]]
 7794name = "gpui_platform"
 7795version = "0.1.0"
 7796dependencies = [
 7797 "console_error_panic_hook",
 7798 "gpui",
 7799 "gpui_linux",
 7800 "gpui_macos",
 7801 "gpui_web",
 7802 "gpui_windows",
 7803]
 7804
 7805[[package]]
 7806name = "gpui_tokio"
 7807version = "0.1.0"
 7808dependencies = [
 7809 "anyhow",
 7810 "gpui",
 7811 "tokio",
 7812 "util",
 7813]
 7814
 7815[[package]]
 7816name = "gpui_util"
 7817version = "0.1.0"
 7818dependencies = [
 7819 "anyhow",
 7820 "log",
 7821]
 7822
 7823[[package]]
 7824name = "gpui_web"
 7825version = "0.1.0"
 7826dependencies = [
 7827 "anyhow",
 7828 "console_error_panic_hook",
 7829 "futures 0.3.31",
 7830 "gpui",
 7831 "gpui_wgpu",
 7832 "http_client",
 7833 "js-sys",
 7834 "log",
 7835 "parking_lot",
 7836 "raw-window-handle",
 7837 "smallvec",
 7838 "uuid",
 7839 "wasm-bindgen",
 7840 "wasm-bindgen-futures",
 7841 "wasm_thread",
 7842 "web-sys",
 7843 "web-time",
 7844]
 7845
 7846[[package]]
 7847name = "gpui_wgpu"
 7848version = "0.1.0"
 7849dependencies = [
 7850 "anyhow",
 7851 "bytemuck",
 7852 "collections",
 7853 "cosmic-text",
 7854 "etagere",
 7855 "gpui",
 7856 "gpui_util",
 7857 "itertools 0.14.0",
 7858 "js-sys",
 7859 "log",
 7860 "parking_lot",
 7861 "pollster 0.4.0",
 7862 "profiling",
 7863 "raw-window-handle",
 7864 "smallvec",
 7865 "swash",
 7866 "wasm-bindgen",
 7867 "wasm-bindgen-futures",
 7868 "web-sys",
 7869 "wgpu",
 7870 "zed-font-kit",
 7871]
 7872
 7873[[package]]
 7874name = "gpui_windows"
 7875version = "0.1.0"
 7876dependencies = [
 7877 "anyhow",
 7878 "collections",
 7879 "etagere",
 7880 "futures 0.3.31",
 7881 "gpui",
 7882 "image",
 7883 "itertools 0.14.0",
 7884 "log",
 7885 "parking_lot",
 7886 "rand 0.9.2",
 7887 "raw-window-handle",
 7888 "smallvec",
 7889 "util",
 7890 "uuid",
 7891 "windows 0.61.3",
 7892 "windows-core 0.61.2",
 7893 "windows-numerics 0.2.0",
 7894 "windows-registry 0.5.3",
 7895 "zed-scap",
 7896]
 7897
 7898[[package]]
 7899name = "grid"
 7900version = "0.18.0"
 7901source = "registry+https://github.com/rust-lang/crates.io-index"
 7902checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7903
 7904[[package]]
 7905name = "group"
 7906version = "0.12.1"
 7907source = "registry+https://github.com/rust-lang/crates.io-index"
 7908checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7909dependencies = [
 7910 "ff",
 7911 "rand_core 0.6.4",
 7912 "subtle",
 7913]
 7914
 7915[[package]]
 7916name = "h2"
 7917version = "0.3.27"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7920dependencies = [
 7921 "bytes 1.11.1",
 7922 "fnv",
 7923 "futures-core",
 7924 "futures-sink",
 7925 "futures-util",
 7926 "http 0.2.12",
 7927 "indexmap",
 7928 "slab",
 7929 "tokio",
 7930 "tokio-util",
 7931 "tracing",
 7932]
 7933
 7934[[package]]
 7935name = "h2"
 7936version = "0.4.12"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7939dependencies = [
 7940 "atomic-waker",
 7941 "bytes 1.11.1",
 7942 "fnv",
 7943 "futures-core",
 7944 "futures-sink",
 7945 "http 1.3.1",
 7946 "indexmap",
 7947 "slab",
 7948 "tokio",
 7949 "tokio-util",
 7950 "tracing",
 7951]
 7952
 7953[[package]]
 7954name = "half"
 7955version = "2.7.1"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7958dependencies = [
 7959 "bytemuck",
 7960 "cfg-if",
 7961 "crunchy",
 7962 "num-traits",
 7963 "rand 0.9.2",
 7964 "rand_distr",
 7965 "zerocopy",
 7966]
 7967
 7968[[package]]
 7969name = "handlebars"
 7970version = "4.5.0"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7973dependencies = [
 7974 "log",
 7975 "pest",
 7976 "pest_derive",
 7977 "rust-embed",
 7978 "serde",
 7979 "serde_json",
 7980 "thiserror 1.0.69",
 7981]
 7982
 7983[[package]]
 7984name = "handlebars"
 7985version = "5.1.2"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7988dependencies = [
 7989 "log",
 7990 "pest",
 7991 "pest_derive",
 7992 "serde",
 7993 "serde_json",
 7994 "thiserror 1.0.69",
 7995]
 7996
 7997[[package]]
 7998name = "harfrust"
 7999version = "0.5.0"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8002dependencies = [
 8003 "bitflags 2.10.0",
 8004 "bytemuck",
 8005 "core_maths",
 8006 "read-fonts 0.37.0",
 8007 "smallvec",
 8008]
 8009
 8010[[package]]
 8011name = "hashbrown"
 8012version = "0.12.3"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8015dependencies = [
 8016 "ahash 0.7.8",
 8017]
 8018
 8019[[package]]
 8020name = "hashbrown"
 8021version = "0.14.5"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8024dependencies = [
 8025 "ahash 0.8.12",
 8026 "allocator-api2",
 8027]
 8028
 8029[[package]]
 8030name = "hashbrown"
 8031version = "0.15.5"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8034dependencies = [
 8035 "allocator-api2",
 8036 "equivalent",
 8037 "foldhash 0.1.5",
 8038 "serde",
 8039]
 8040
 8041[[package]]
 8042name = "hashbrown"
 8043version = "0.16.1"
 8044source = "registry+https://github.com/rust-lang/crates.io-index"
 8045checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8046dependencies = [
 8047 "allocator-api2",
 8048 "equivalent",
 8049 "foldhash 0.2.0",
 8050]
 8051
 8052[[package]]
 8053name = "hashlink"
 8054version = "0.8.4"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8057dependencies = [
 8058 "hashbrown 0.14.5",
 8059]
 8060
 8061[[package]]
 8062name = "hashlink"
 8063version = "0.10.0"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8066dependencies = [
 8067 "hashbrown 0.15.5",
 8068]
 8069
 8070[[package]]
 8071name = "headers"
 8072version = "0.3.9"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8075dependencies = [
 8076 "base64 0.21.7",
 8077 "bytes 1.11.1",
 8078 "headers-core",
 8079 "http 0.2.12",
 8080 "httpdate",
 8081 "mime",
 8082 "sha1",
 8083]
 8084
 8085[[package]]
 8086name = "headers-core"
 8087version = "0.2.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8090dependencies = [
 8091 "http 0.2.12",
 8092]
 8093
 8094[[package]]
 8095name = "heck"
 8096version = "0.3.3"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8099dependencies = [
 8100 "unicode-segmentation",
 8101]
 8102
 8103[[package]]
 8104name = "heck"
 8105version = "0.4.1"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8108dependencies = [
 8109 "unicode-segmentation",
 8110]
 8111
 8112[[package]]
 8113name = "heck"
 8114version = "0.5.0"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8117
 8118[[package]]
 8119name = "heed"
 8120version = "0.21.0"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8123dependencies = [
 8124 "bitflags 2.10.0",
 8125 "byteorder",
 8126 "heed-traits",
 8127 "heed-types",
 8128 "libc",
 8129 "lmdb-master-sys",
 8130 "once_cell",
 8131 "page_size",
 8132 "serde",
 8133 "synchronoise",
 8134 "url",
 8135]
 8136
 8137[[package]]
 8138name = "heed-traits"
 8139version = "0.20.0"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8142
 8143[[package]]
 8144name = "heed-types"
 8145version = "0.21.0"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8148dependencies = [
 8149 "bincode",
 8150 "byteorder",
 8151 "heed-traits",
 8152 "serde",
 8153 "serde_json",
 8154]
 8155
 8156[[package]]
 8157name = "hermit-abi"
 8158version = "0.5.2"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8161
 8162[[package]]
 8163name = "hex"
 8164version = "0.4.3"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8167
 8168[[package]]
 8169name = "hexf-parse"
 8170version = "0.2.1"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8173
 8174[[package]]
 8175name = "hkdf"
 8176version = "0.12.4"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8179dependencies = [
 8180 "hmac",
 8181]
 8182
 8183[[package]]
 8184name = "hmac"
 8185version = "0.12.1"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8188dependencies = [
 8189 "digest",
 8190]
 8191
 8192[[package]]
 8193name = "home"
 8194version = "0.5.11"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8197dependencies = [
 8198 "windows-sys 0.59.0",
 8199]
 8200
 8201[[package]]
 8202name = "hound"
 8203version = "3.5.1"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8206
 8207[[package]]
 8208name = "html5ever"
 8209version = "0.27.0"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8212dependencies = [
 8213 "log",
 8214 "mac",
 8215 "markup5ever 0.12.1",
 8216 "proc-macro2",
 8217 "quote",
 8218 "syn 2.0.117",
 8219]
 8220
 8221[[package]]
 8222name = "html5ever"
 8223version = "0.35.0"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8226dependencies = [
 8227 "log",
 8228 "markup5ever 0.35.0",
 8229 "match_token",
 8230]
 8231
 8232[[package]]
 8233name = "html_to_markdown"
 8234version = "0.1.0"
 8235dependencies = [
 8236 "anyhow",
 8237 "html5ever 0.27.0",
 8238 "indoc",
 8239 "markup5ever_rcdom",
 8240 "pretty_assertions",
 8241 "regex",
 8242]
 8243
 8244[[package]]
 8245name = "http"
 8246version = "0.2.12"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8249dependencies = [
 8250 "bytes 1.11.1",
 8251 "fnv",
 8252 "itoa",
 8253]
 8254
 8255[[package]]
 8256name = "http"
 8257version = "1.3.1"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8260dependencies = [
 8261 "bytes 1.11.1",
 8262 "fnv",
 8263 "itoa",
 8264]
 8265
 8266[[package]]
 8267name = "http-body"
 8268version = "0.4.6"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8271dependencies = [
 8272 "bytes 1.11.1",
 8273 "http 0.2.12",
 8274 "pin-project-lite",
 8275]
 8276
 8277[[package]]
 8278name = "http-body"
 8279version = "1.0.1"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8282dependencies = [
 8283 "bytes 1.11.1",
 8284 "http 1.3.1",
 8285]
 8286
 8287[[package]]
 8288name = "http-body-util"
 8289version = "0.1.3"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8292dependencies = [
 8293 "bytes 1.11.1",
 8294 "futures-core",
 8295 "http 1.3.1",
 8296 "http-body 1.0.1",
 8297 "pin-project-lite",
 8298]
 8299
 8300[[package]]
 8301name = "http-range-header"
 8302version = "0.3.1"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8305
 8306[[package]]
 8307name = "http_client"
 8308version = "0.1.0"
 8309dependencies = [
 8310 "anyhow",
 8311 "async-compression",
 8312 "async-fs",
 8313 "async-tar",
 8314 "bytes 1.11.1",
 8315 "derive_more",
 8316 "futures 0.3.31",
 8317 "http 1.3.1",
 8318 "http-body 1.0.1",
 8319 "log",
 8320 "parking_lot",
 8321 "serde",
 8322 "serde_json",
 8323 "serde_urlencoded",
 8324 "sha2",
 8325 "tempfile",
 8326 "url",
 8327 "util",
 8328]
 8329
 8330[[package]]
 8331name = "http_client_tls"
 8332version = "0.1.0"
 8333dependencies = [
 8334 "rustls 0.23.33",
 8335 "rustls-platform-verifier",
 8336]
 8337
 8338[[package]]
 8339name = "httparse"
 8340version = "1.10.1"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8343
 8344[[package]]
 8345name = "httpdate"
 8346version = "1.0.3"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8349
 8350[[package]]
 8351name = "human_bytes"
 8352version = "0.4.3"
 8353source = "registry+https://github.com/rust-lang/crates.io-index"
 8354checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8355
 8356[[package]]
 8357name = "humantime"
 8358version = "2.3.0"
 8359source = "registry+https://github.com/rust-lang/crates.io-index"
 8360checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8361
 8362[[package]]
 8363name = "hyper"
 8364version = "0.14.32"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8367dependencies = [
 8368 "bytes 1.11.1",
 8369 "futures-channel",
 8370 "futures-core",
 8371 "futures-util",
 8372 "h2 0.3.27",
 8373 "http 0.2.12",
 8374 "http-body 0.4.6",
 8375 "httparse",
 8376 "httpdate",
 8377 "itoa",
 8378 "pin-project-lite",
 8379 "socket2 0.5.10",
 8380 "tokio",
 8381 "tower-service",
 8382 "tracing",
 8383 "want",
 8384]
 8385
 8386[[package]]
 8387name = "hyper"
 8388version = "1.7.0"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8391dependencies = [
 8392 "atomic-waker",
 8393 "bytes 1.11.1",
 8394 "futures-channel",
 8395 "futures-core",
 8396 "h2 0.4.12",
 8397 "http 1.3.1",
 8398 "http-body 1.0.1",
 8399 "httparse",
 8400 "itoa",
 8401 "pin-project-lite",
 8402 "pin-utils",
 8403 "smallvec",
 8404 "tokio",
 8405 "want",
 8406]
 8407
 8408[[package]]
 8409name = "hyper-rustls"
 8410version = "0.24.2"
 8411source = "registry+https://github.com/rust-lang/crates.io-index"
 8412checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8413dependencies = [
 8414 "futures-util",
 8415 "http 0.2.12",
 8416 "hyper 0.14.32",
 8417 "log",
 8418 "rustls 0.21.12",
 8419 "rustls-native-certs 0.6.3",
 8420 "tokio",
 8421 "tokio-rustls 0.24.1",
 8422]
 8423
 8424[[package]]
 8425name = "hyper-rustls"
 8426version = "0.27.7"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8429dependencies = [
 8430 "http 1.3.1",
 8431 "hyper 1.7.0",
 8432 "hyper-util",
 8433 "rustls 0.23.33",
 8434 "rustls-native-certs 0.8.2",
 8435 "rustls-pki-types",
 8436 "tokio",
 8437 "tokio-rustls 0.26.2",
 8438 "tower-service",
 8439]
 8440
 8441[[package]]
 8442name = "hyper-tls"
 8443version = "0.5.0"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8446dependencies = [
 8447 "bytes 1.11.1",
 8448 "hyper 0.14.32",
 8449 "native-tls",
 8450 "tokio",
 8451 "tokio-native-tls",
 8452]
 8453
 8454[[package]]
 8455name = "hyper-util"
 8456version = "0.1.17"
 8457source = "registry+https://github.com/rust-lang/crates.io-index"
 8458checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8459dependencies = [
 8460 "base64 0.22.1",
 8461 "bytes 1.11.1",
 8462 "futures-channel",
 8463 "futures-core",
 8464 "futures-util",
 8465 "http 1.3.1",
 8466 "http-body 1.0.1",
 8467 "hyper 1.7.0",
 8468 "ipnet",
 8469 "libc",
 8470 "percent-encoding",
 8471 "pin-project-lite",
 8472 "socket2 0.6.1",
 8473 "tokio",
 8474 "tower-service",
 8475 "tracing",
 8476]
 8477
 8478[[package]]
 8479name = "iana-time-zone"
 8480version = "0.1.64"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8483dependencies = [
 8484 "android_system_properties",
 8485 "core-foundation-sys",
 8486 "iana-time-zone-haiku",
 8487 "js-sys",
 8488 "log",
 8489 "wasm-bindgen",
 8490 "windows-core 0.62.2",
 8491]
 8492
 8493[[package]]
 8494name = "iana-time-zone-haiku"
 8495version = "0.1.2"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8498dependencies = [
 8499 "cc",
 8500]
 8501
 8502[[package]]
 8503name = "icons"
 8504version = "0.1.0"
 8505dependencies = [
 8506 "serde",
 8507 "strum 0.27.2",
 8508]
 8509
 8510[[package]]
 8511name = "icu_collections"
 8512version = "2.0.0"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8515dependencies = [
 8516 "displaydoc",
 8517 "potential_utf",
 8518 "yoke 0.8.0",
 8519 "zerofrom",
 8520 "zerovec",
 8521]
 8522
 8523[[package]]
 8524name = "icu_locale_core"
 8525version = "2.0.0"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8528dependencies = [
 8529 "displaydoc",
 8530 "litemap",
 8531 "tinystr",
 8532 "writeable",
 8533 "zerovec",
 8534]
 8535
 8536[[package]]
 8537name = "icu_normalizer"
 8538version = "2.0.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8541dependencies = [
 8542 "displaydoc",
 8543 "icu_collections",
 8544 "icu_normalizer_data",
 8545 "icu_properties",
 8546 "icu_provider",
 8547 "smallvec",
 8548 "zerovec",
 8549]
 8550
 8551[[package]]
 8552name = "icu_normalizer_data"
 8553version = "2.0.0"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8556
 8557[[package]]
 8558name = "icu_properties"
 8559version = "2.0.1"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8562dependencies = [
 8563 "displaydoc",
 8564 "icu_collections",
 8565 "icu_locale_core",
 8566 "icu_properties_data",
 8567 "icu_provider",
 8568 "potential_utf",
 8569 "zerotrie",
 8570 "zerovec",
 8571]
 8572
 8573[[package]]
 8574name = "icu_properties_data"
 8575version = "2.0.1"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8578
 8579[[package]]
 8580name = "icu_provider"
 8581version = "2.0.0"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8584dependencies = [
 8585 "displaydoc",
 8586 "icu_locale_core",
 8587 "stable_deref_trait",
 8588 "tinystr",
 8589 "writeable",
 8590 "yoke 0.8.0",
 8591 "zerofrom",
 8592 "zerotrie",
 8593 "zerovec",
 8594]
 8595
 8596[[package]]
 8597name = "id-arena"
 8598version = "2.2.1"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8601
 8602[[package]]
 8603name = "ident_case"
 8604version = "1.0.1"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8607
 8608[[package]]
 8609name = "idna"
 8610version = "1.1.0"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8613dependencies = [
 8614 "idna_adapter",
 8615 "smallvec",
 8616 "utf8_iter",
 8617]
 8618
 8619[[package]]
 8620name = "idna_adapter"
 8621version = "1.2.1"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8624dependencies = [
 8625 "icu_normalizer",
 8626 "icu_properties",
 8627]
 8628
 8629[[package]]
 8630name = "ignore"
 8631version = "0.4.24"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8634dependencies = [
 8635 "crossbeam-deque",
 8636 "globset",
 8637 "log",
 8638 "memchr",
 8639 "regex-automata",
 8640 "same-file",
 8641 "walkdir",
 8642 "winapi-util",
 8643]
 8644
 8645[[package]]
 8646name = "image"
 8647version = "0.25.8"
 8648source = "registry+https://github.com/rust-lang/crates.io-index"
 8649checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8650dependencies = [
 8651 "bytemuck",
 8652 "byteorder-lite",
 8653 "color_quant",
 8654 "exr",
 8655 "gif",
 8656 "image-webp",
 8657 "moxcms",
 8658 "num-traits",
 8659 "png 0.18.0",
 8660 "qoi",
 8661 "ravif",
 8662 "rayon",
 8663 "rgb",
 8664 "tiff",
 8665 "zune-core",
 8666 "zune-jpeg",
 8667]
 8668
 8669[[package]]
 8670name = "image-webp"
 8671version = "0.2.4"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8674dependencies = [
 8675 "byteorder-lite",
 8676 "quick-error 2.0.1",
 8677]
 8678
 8679[[package]]
 8680name = "image_viewer"
 8681version = "0.1.0"
 8682dependencies = [
 8683 "anyhow",
 8684 "db",
 8685 "editor",
 8686 "file_icons",
 8687 "gpui",
 8688 "language",
 8689 "log",
 8690 "project",
 8691 "serde",
 8692 "settings",
 8693 "theme",
 8694 "ui",
 8695 "util",
 8696 "workspace",
 8697]
 8698
 8699[[package]]
 8700name = "imagesize"
 8701version = "0.13.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8704
 8705[[package]]
 8706name = "imara-diff"
 8707version = "0.1.8"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8710dependencies = [
 8711 "hashbrown 0.15.5",
 8712]
 8713
 8714[[package]]
 8715name = "imgref"
 8716version = "1.12.0"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8719
 8720[[package]]
 8721name = "indenter"
 8722version = "0.3.4"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8725
 8726[[package]]
 8727name = "indexmap"
 8728version = "2.11.4"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8731dependencies = [
 8732 "equivalent",
 8733 "hashbrown 0.16.1",
 8734 "serde",
 8735 "serde_core",
 8736]
 8737
 8738[[package]]
 8739name = "indoc"
 8740version = "2.0.6"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8743
 8744[[package]]
 8745name = "inherent"
 8746version = "1.0.13"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8749dependencies = [
 8750 "proc-macro2",
 8751 "quote",
 8752 "syn 2.0.117",
 8753]
 8754
 8755[[package]]
 8756name = "inotify"
 8757version = "0.9.6"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8760dependencies = [
 8761 "bitflags 1.3.2",
 8762 "inotify-sys",
 8763 "libc",
 8764]
 8765
 8766[[package]]
 8767name = "inotify"
 8768version = "0.11.0"
 8769source = "registry+https://github.com/rust-lang/crates.io-index"
 8770checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8771dependencies = [
 8772 "bitflags 2.10.0",
 8773 "inotify-sys",
 8774 "libc",
 8775]
 8776
 8777[[package]]
 8778name = "inotify-sys"
 8779version = "0.1.5"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8782dependencies = [
 8783 "libc",
 8784]
 8785
 8786[[package]]
 8787name = "inout"
 8788version = "0.1.4"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8791dependencies = [
 8792 "block-padding",
 8793 "generic-array",
 8794]
 8795
 8796[[package]]
 8797name = "inspector_ui"
 8798version = "0.1.0"
 8799dependencies = [
 8800 "anyhow",
 8801 "command_palette_hooks",
 8802 "editor",
 8803 "fuzzy",
 8804 "gpui",
 8805 "language",
 8806 "project",
 8807 "serde_json",
 8808 "serde_json_lenient",
 8809 "theme",
 8810 "ui",
 8811 "util",
 8812 "util_macros",
 8813 "workspace",
 8814 "zed_actions",
 8815]
 8816
 8817[[package]]
 8818name = "install_cli"
 8819version = "0.1.0"
 8820dependencies = [
 8821 "anyhow",
 8822 "client",
 8823 "gpui",
 8824 "release_channel",
 8825 "smol",
 8826 "util",
 8827 "workspace",
 8828]
 8829
 8830[[package]]
 8831name = "instant"
 8832version = "0.1.13"
 8833source = "registry+https://github.com/rust-lang/crates.io-index"
 8834checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8835dependencies = [
 8836 "cfg-if",
 8837]
 8838
 8839[[package]]
 8840name = "interpolate_name"
 8841version = "0.2.4"
 8842source = "registry+https://github.com/rust-lang/crates.io-index"
 8843checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8844dependencies = [
 8845 "proc-macro2",
 8846 "quote",
 8847 "syn 2.0.117",
 8848]
 8849
 8850[[package]]
 8851name = "inventory"
 8852version = "0.3.21"
 8853source = "registry+https://github.com/rust-lang/crates.io-index"
 8854checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8855dependencies = [
 8856 "rustversion",
 8857]
 8858
 8859[[package]]
 8860name = "io-extras"
 8861version = "0.18.4"
 8862source = "registry+https://github.com/rust-lang/crates.io-index"
 8863checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8864dependencies = [
 8865 "io-lifetimes",
 8866 "windows-sys 0.59.0",
 8867]
 8868
 8869[[package]]
 8870name = "io-lifetimes"
 8871version = "2.0.4"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8874
 8875[[package]]
 8876name = "io-surface"
 8877version = "0.16.1"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8880dependencies = [
 8881 "cgl",
 8882 "core-foundation 0.10.0",
 8883 "core-foundation-sys",
 8884 "leaky-cow",
 8885]
 8886
 8887[[package]]
 8888name = "iovec"
 8889version = "0.1.4"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8892dependencies = [
 8893 "libc",
 8894]
 8895
 8896[[package]]
 8897name = "ipc-channel"
 8898version = "0.19.0"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8901dependencies = [
 8902 "bincode",
 8903 "crossbeam-channel",
 8904 "fnv",
 8905 "lazy_static",
 8906 "libc",
 8907 "mio 1.1.0",
 8908 "rand 0.8.5",
 8909 "serde",
 8910 "tempfile",
 8911 "uuid",
 8912 "windows 0.58.0",
 8913]
 8914
 8915[[package]]
 8916name = "ipnet"
 8917version = "2.11.0"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8920
 8921[[package]]
 8922name = "iri-string"
 8923version = "0.7.8"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8926dependencies = [
 8927 "memchr",
 8928 "serde",
 8929]
 8930
 8931[[package]]
 8932name = "is-docker"
 8933version = "0.2.0"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8936dependencies = [
 8937 "once_cell",
 8938]
 8939
 8940[[package]]
 8941name = "is-terminal"
 8942version = "0.4.16"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8945dependencies = [
 8946 "hermit-abi",
 8947 "libc",
 8948 "windows-sys 0.59.0",
 8949]
 8950
 8951[[package]]
 8952name = "is-wsl"
 8953version = "0.4.0"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8956dependencies = [
 8957 "is-docker",
 8958 "once_cell",
 8959]
 8960
 8961[[package]]
 8962name = "is_executable"
 8963version = "1.0.5"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8966dependencies = [
 8967 "windows-sys 0.60.2",
 8968]
 8969
 8970[[package]]
 8971name = "is_terminal_polyfill"
 8972version = "1.70.1"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8975
 8976[[package]]
 8977name = "itertools"
 8978version = "0.10.5"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8981dependencies = [
 8982 "either",
 8983]
 8984
 8985[[package]]
 8986name = "itertools"
 8987version = "0.11.0"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8990dependencies = [
 8991 "either",
 8992]
 8993
 8994[[package]]
 8995name = "itertools"
 8996version = "0.12.1"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8999dependencies = [
 9000 "either",
 9001]
 9002
 9003[[package]]
 9004name = "itertools"
 9005version = "0.14.0"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9008dependencies = [
 9009 "either",
 9010]
 9011
 9012[[package]]
 9013name = "itoa"
 9014version = "1.0.15"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9017
 9018[[package]]
 9019name = "jiff"
 9020version = "0.2.15"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9023dependencies = [
 9024 "jiff-static",
 9025 "log",
 9026 "portable-atomic",
 9027 "portable-atomic-util",
 9028 "serde",
 9029]
 9030
 9031[[package]]
 9032name = "jiff-static"
 9033version = "0.2.15"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9036dependencies = [
 9037 "proc-macro2",
 9038 "quote",
 9039 "syn 2.0.117",
 9040]
 9041
 9042[[package]]
 9043name = "jni"
 9044version = "0.21.1"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9047dependencies = [
 9048 "cesu8",
 9049 "cfg-if",
 9050 "combine",
 9051 "jni-sys",
 9052 "log",
 9053 "thiserror 1.0.69",
 9054 "walkdir",
 9055 "windows-sys 0.45.0",
 9056]
 9057
 9058[[package]]
 9059name = "jni-sys"
 9060version = "0.3.0"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9063
 9064[[package]]
 9065name = "jobserver"
 9066version = "0.1.34"
 9067source = "registry+https://github.com/rust-lang/crates.io-index"
 9068checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9069dependencies = [
 9070 "getrandom 0.3.4",
 9071 "libc",
 9072]
 9073
 9074[[package]]
 9075name = "journal"
 9076version = "0.1.0"
 9077dependencies = [
 9078 "anyhow",
 9079 "chrono",
 9080 "editor",
 9081 "gpui",
 9082 "log",
 9083 "serde",
 9084 "settings",
 9085 "shellexpand 2.1.2",
 9086 "workspace",
 9087]
 9088
 9089[[package]]
 9090name = "js-sys"
 9091version = "0.3.90"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9094dependencies = [
 9095 "once_cell",
 9096 "wasm-bindgen",
 9097]
 9098
 9099[[package]]
 9100name = "json5"
 9101version = "0.4.1"
 9102source = "registry+https://github.com/rust-lang/crates.io-index"
 9103checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9104dependencies = [
 9105 "pest",
 9106 "pest_derive",
 9107 "serde",
 9108]
 9109
 9110[[package]]
 9111name = "json_dotpath"
 9112version = "1.1.0"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9115dependencies = [
 9116 "serde",
 9117 "serde_derive",
 9118 "serde_json",
 9119 "thiserror 1.0.69",
 9120]
 9121
 9122[[package]]
 9123name = "json_schema_store"
 9124version = "0.1.0"
 9125dependencies = [
 9126 "anyhow",
 9127 "collections",
 9128 "dap",
 9129 "extension",
 9130 "gpui",
 9131 "language",
 9132 "parking_lot",
 9133 "paths",
 9134 "project",
 9135 "schemars",
 9136 "serde",
 9137 "serde_json",
 9138 "settings",
 9139 "snippet_provider",
 9140 "task",
 9141 "theme",
 9142 "util",
 9143]
 9144
 9145[[package]]
 9146name = "jsonschema"
 9147version = "0.37.4"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9150dependencies = [
 9151 "ahash 0.8.12",
 9152 "bytecount",
 9153 "data-encoding",
 9154 "email_address",
 9155 "fancy-regex",
 9156 "fraction",
 9157 "getrandom 0.3.4",
 9158 "idna",
 9159 "itoa",
 9160 "num-cmp",
 9161 "num-traits",
 9162 "percent-encoding",
 9163 "referencing",
 9164 "regex",
 9165 "regex-syntax",
 9166 "reqwest 0.12.24",
 9167 "serde",
 9168 "serde_json",
 9169 "unicode-general-category",
 9170 "uuid-simd",
 9171]
 9172
 9173[[package]]
 9174name = "jsonwebtoken"
 9175version = "10.3.0"
 9176source = "registry+https://github.com/rust-lang/crates.io-index"
 9177checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9178dependencies = [
 9179 "aws-lc-rs",
 9180 "base64 0.22.1",
 9181 "getrandom 0.2.16",
 9182 "js-sys",
 9183 "pem",
 9184 "serde",
 9185 "serde_json",
 9186 "signature 2.2.0",
 9187 "simple_asn1",
 9188]
 9189
 9190[[package]]
 9191name = "jupyter-protocol"
 9192version = "1.4.0"
 9193source = "registry+https://github.com/rust-lang/crates.io-index"
 9194checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9195dependencies = [
 9196 "async-trait",
 9197 "bytes 1.11.1",
 9198 "chrono",
 9199 "futures 0.3.31",
 9200 "serde",
 9201 "serde_json",
 9202 "thiserror 2.0.17",
 9203 "uuid",
 9204]
 9205
 9206[[package]]
 9207name = "jupyter-websocket-client"
 9208version = "1.0.0"
 9209source = "registry+https://github.com/rust-lang/crates.io-index"
 9210checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9211dependencies = [
 9212 "anyhow",
 9213 "async-trait",
 9214 "async-tungstenite",
 9215 "futures 0.3.31",
 9216 "jupyter-protocol",
 9217 "serde",
 9218 "serde_json",
 9219 "tokio",
 9220 "url",
 9221 "uuid",
 9222]
 9223
 9224[[package]]
 9225name = "keymap_editor"
 9226version = "0.1.0"
 9227dependencies = [
 9228 "anyhow",
 9229 "collections",
 9230 "command_palette",
 9231 "component",
 9232 "db",
 9233 "editor",
 9234 "fs",
 9235 "fuzzy",
 9236 "gpui",
 9237 "itertools 0.14.0",
 9238 "json_schema_store",
 9239 "language",
 9240 "log",
 9241 "menu",
 9242 "notifications",
 9243 "paths",
 9244 "project",
 9245 "search",
 9246 "serde",
 9247 "serde_json",
 9248 "settings",
 9249 "telemetry",
 9250 "tempfile",
 9251 "theme",
 9252 "tree-sitter-json",
 9253 "tree-sitter-rust",
 9254 "ui",
 9255 "ui_input",
 9256 "util",
 9257 "workspace",
 9258 "zed_actions",
 9259]
 9260
 9261[[package]]
 9262name = "khronos-egl"
 9263version = "6.0.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9266dependencies = [
 9267 "libc",
 9268 "libloading",
 9269 "pkg-config",
 9270]
 9271
 9272[[package]]
 9273name = "khronos_api"
 9274version = "3.1.0"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9277
 9278[[package]]
 9279name = "kqueue"
 9280version = "1.1.1"
 9281source = "registry+https://github.com/rust-lang/crates.io-index"
 9282checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9283dependencies = [
 9284 "kqueue-sys",
 9285 "libc",
 9286]
 9287
 9288[[package]]
 9289name = "kqueue-sys"
 9290version = "1.0.4"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9293dependencies = [
 9294 "bitflags 1.3.2",
 9295 "libc",
 9296]
 9297
 9298[[package]]
 9299name = "kurbo"
 9300version = "0.11.3"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9303dependencies = [
 9304 "arrayvec",
 9305 "euclid",
 9306 "smallvec",
 9307]
 9308
 9309[[package]]
 9310name = "kv-log-macro"
 9311version = "1.0.7"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9314dependencies = [
 9315 "log",
 9316]
 9317
 9318[[package]]
 9319name = "language"
 9320version = "0.1.0"
 9321dependencies = [
 9322 "anyhow",
 9323 "async-trait",
 9324 "clock",
 9325 "collections",
 9326 "ctor",
 9327 "diffy",
 9328 "ec4rs",
 9329 "encoding_rs",
 9330 "fs",
 9331 "futures 0.3.31",
 9332 "fuzzy",
 9333 "globset",
 9334 "gpui",
 9335 "http_client",
 9336 "imara-diff",
 9337 "indoc",
 9338 "itertools 0.14.0",
 9339 "log",
 9340 "lsp",
 9341 "parking_lot",
 9342 "postage",
 9343 "pretty_assertions",
 9344 "rand 0.9.2",
 9345 "regex",
 9346 "rpc",
 9347 "schemars",
 9348 "semver",
 9349 "serde",
 9350 "serde_json",
 9351 "settings",
 9352 "shellexpand 2.1.2",
 9353 "smallvec",
 9354 "smol",
 9355 "streaming-iterator",
 9356 "strsim",
 9357 "sum_tree",
 9358 "task",
 9359 "text",
 9360 "theme",
 9361 "toml 0.8.23",
 9362 "tracing",
 9363 "tree-sitter",
 9364 "tree-sitter-elixir",
 9365 "tree-sitter-embedded-template",
 9366 "tree-sitter-heex",
 9367 "tree-sitter-html",
 9368 "tree-sitter-json",
 9369 "tree-sitter-md",
 9370 "tree-sitter-python",
 9371 "tree-sitter-ruby",
 9372 "tree-sitter-rust",
 9373 "tree-sitter-typescript",
 9374 "unicase",
 9375 "unindent",
 9376 "util",
 9377 "watch",
 9378 "zlog",
 9379 "ztracing",
 9380]
 9381
 9382[[package]]
 9383name = "language_extension"
 9384version = "0.1.0"
 9385dependencies = [
 9386 "anyhow",
 9387 "async-trait",
 9388 "collections",
 9389 "extension",
 9390 "fs",
 9391 "futures 0.3.31",
 9392 "gpui",
 9393 "language",
 9394 "log",
 9395 "lsp",
 9396 "project",
 9397 "serde",
 9398 "serde_json",
 9399 "tracing",
 9400 "util",
 9401 "ztracing",
 9402]
 9403
 9404[[package]]
 9405name = "language_model"
 9406version = "0.1.0"
 9407dependencies = [
 9408 "anthropic",
 9409 "anyhow",
 9410 "base64 0.22.1",
 9411 "client",
 9412 "cloud_api_client",
 9413 "cloud_api_types",
 9414 "cloud_llm_client",
 9415 "collections",
 9416 "credentials_provider",
 9417 "futures 0.3.31",
 9418 "gpui",
 9419 "http_client",
 9420 "icons",
 9421 "image",
 9422 "log",
 9423 "open_ai",
 9424 "open_router",
 9425 "parking_lot",
 9426 "proto",
 9427 "schemars",
 9428 "serde",
 9429 "serde_json",
 9430 "settings",
 9431 "smol",
 9432 "thiserror 2.0.17",
 9433 "util",
 9434 "zed_env_vars",
 9435]
 9436
 9437[[package]]
 9438name = "language_models"
 9439version = "0.1.0"
 9440dependencies = [
 9441 "ai_onboarding",
 9442 "anthropic",
 9443 "anyhow",
 9444 "aws-config",
 9445 "aws-credential-types",
 9446 "aws_http_client",
 9447 "base64 0.22.1",
 9448 "bedrock",
 9449 "client",
 9450 "cloud_api_types",
 9451 "cloud_llm_client",
 9452 "collections",
 9453 "component",
 9454 "convert_case 0.8.0",
 9455 "copilot",
 9456 "copilot_chat",
 9457 "copilot_ui",
 9458 "credentials_provider",
 9459 "deepseek",
 9460 "extension",
 9461 "extension_host",
 9462 "fs",
 9463 "futures 0.3.31",
 9464 "google_ai",
 9465 "gpui",
 9466 "gpui_tokio",
 9467 "http_client",
 9468 "language",
 9469 "language_model",
 9470 "lmstudio",
 9471 "log",
 9472 "menu",
 9473 "mistral",
 9474 "ollama",
 9475 "open_ai",
 9476 "open_router",
 9477 "partial-json-fixer",
 9478 "pretty_assertions",
 9479 "release_channel",
 9480 "schemars",
 9481 "semver",
 9482 "serde",
 9483 "serde_json",
 9484 "settings",
 9485 "smol",
 9486 "strum 0.27.2",
 9487 "thiserror 2.0.17",
 9488 "tiktoken-rs",
 9489 "tokio",
 9490 "ui",
 9491 "ui_input",
 9492 "util",
 9493 "vercel",
 9494 "x_ai",
 9495]
 9496
 9497[[package]]
 9498name = "language_onboarding"
 9499version = "0.1.0"
 9500dependencies = [
 9501 "db",
 9502 "editor",
 9503 "gpui",
 9504 "project",
 9505 "ui",
 9506 "workspace",
 9507]
 9508
 9509[[package]]
 9510name = "language_selector"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "editor",
 9515 "file_icons",
 9516 "fuzzy",
 9517 "gpui",
 9518 "language",
 9519 "open_path_prompt",
 9520 "picker",
 9521 "project",
 9522 "serde_json",
 9523 "settings",
 9524 "ui",
 9525 "util",
 9526 "workspace",
 9527]
 9528
 9529[[package]]
 9530name = "language_tools"
 9531version = "0.1.0"
 9532dependencies = [
 9533 "anyhow",
 9534 "client",
 9535 "collections",
 9536 "command_palette_hooks",
 9537 "edit_prediction",
 9538 "editor",
 9539 "futures 0.3.31",
 9540 "gpui",
 9541 "itertools 0.14.0",
 9542 "language",
 9543 "lsp",
 9544 "menu",
 9545 "project",
 9546 "proto",
 9547 "release_channel",
 9548 "semver",
 9549 "serde_json",
 9550 "settings",
 9551 "sysinfo 0.37.2",
 9552 "telemetry",
 9553 "theme",
 9554 "tree-sitter",
 9555 "ui",
 9556 "util",
 9557 "workspace",
 9558 "zed_actions",
 9559 "zlog",
 9560]
 9561
 9562[[package]]
 9563name = "languages"
 9564version = "0.1.0"
 9565dependencies = [
 9566 "anyhow",
 9567 "async-compression",
 9568 "async-fs",
 9569 "async-tar",
 9570 "async-trait",
 9571 "chrono",
 9572 "collections",
 9573 "futures 0.3.31",
 9574 "globset",
 9575 "gpui",
 9576 "http_client",
 9577 "itertools 0.14.0",
 9578 "json_schema_store",
 9579 "language",
 9580 "log",
 9581 "lsp",
 9582 "node_runtime",
 9583 "parking_lot",
 9584 "pet",
 9585 "pet-conda",
 9586 "pet-core",
 9587 "pet-fs",
 9588 "pet-poetry",
 9589 "pet-reporter",
 9590 "pet-virtualenv",
 9591 "pretty_assertions",
 9592 "project",
 9593 "regex",
 9594 "rope",
 9595 "rust-embed",
 9596 "semver",
 9597 "serde",
 9598 "serde_json",
 9599 "serde_json_lenient",
 9600 "settings",
 9601 "smallvec",
 9602 "smol",
 9603 "snippet",
 9604 "task",
 9605 "terminal",
 9606 "theme",
 9607 "toml 0.8.23",
 9608 "tree-sitter",
 9609 "tree-sitter-bash",
 9610 "tree-sitter-c",
 9611 "tree-sitter-cpp",
 9612 "tree-sitter-css",
 9613 "tree-sitter-diff",
 9614 "tree-sitter-gitcommit",
 9615 "tree-sitter-go",
 9616 "tree-sitter-gomod",
 9617 "tree-sitter-gowork",
 9618 "tree-sitter-jsdoc",
 9619 "tree-sitter-json",
 9620 "tree-sitter-md",
 9621 "tree-sitter-python",
 9622 "tree-sitter-regex",
 9623 "tree-sitter-rust",
 9624 "tree-sitter-typescript",
 9625 "tree-sitter-yaml",
 9626 "unindent",
 9627 "url",
 9628 "util",
 9629]
 9630
 9631[[package]]
 9632name = "lazy_static"
 9633version = "1.5.0"
 9634source = "registry+https://github.com/rust-lang/crates.io-index"
 9635checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9636dependencies = [
 9637 "spin 0.9.8",
 9638]
 9639
 9640[[package]]
 9641name = "leak"
 9642version = "0.1.2"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9645
 9646[[package]]
 9647name = "leaky-cow"
 9648version = "0.1.1"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9651dependencies = [
 9652 "leak",
 9653]
 9654
 9655[[package]]
 9656name = "leb128"
 9657version = "0.2.5"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9660
 9661[[package]]
 9662name = "leb128fmt"
 9663version = "0.1.0"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9666
 9667[[package]]
 9668name = "lebe"
 9669version = "0.5.3"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9672
 9673[[package]]
 9674name = "libc"
 9675version = "0.2.182"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9678
 9679[[package]]
 9680name = "libdbus-sys"
 9681version = "0.2.6"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9684dependencies = [
 9685 "cc",
 9686 "pkg-config",
 9687]
 9688
 9689[[package]]
 9690name = "libfuzzer-sys"
 9691version = "0.4.10"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9694dependencies = [
 9695 "arbitrary",
 9696 "cc",
 9697]
 9698
 9699[[package]]
 9700name = "libgit2-sys"
 9701version = "0.18.3+1.9.2"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9704dependencies = [
 9705 "cc",
 9706 "libc",
 9707 "libz-sys",
 9708 "pkg-config",
 9709]
 9710
 9711[[package]]
 9712name = "libloading"
 9713version = "0.8.9"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9716dependencies = [
 9717 "cfg-if",
 9718 "windows-link 0.2.1",
 9719]
 9720
 9721[[package]]
 9722name = "libm"
 9723version = "0.2.15"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9726
 9727[[package]]
 9728name = "libmimalloc-sys"
 9729version = "0.1.44"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9732dependencies = [
 9733 "cc",
 9734 "libc",
 9735]
 9736
 9737[[package]]
 9738name = "libredox"
 9739version = "0.1.10"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9742dependencies = [
 9743 "bitflags 2.10.0",
 9744 "libc",
 9745 "redox_syscall 0.5.18",
 9746]
 9747
 9748[[package]]
 9749name = "libsqlite3-sys"
 9750version = "0.30.1"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9753dependencies = [
 9754 "cc",
 9755 "pkg-config",
 9756 "vcpkg",
 9757]
 9758
 9759[[package]]
 9760name = "libwebrtc"
 9761version = "0.3.26"
 9762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9763dependencies = [
 9764 "cxx",
 9765 "glib",
 9766 "jni",
 9767 "js-sys",
 9768 "lazy_static",
 9769 "livekit-protocol",
 9770 "livekit-runtime",
 9771 "log",
 9772 "parking_lot",
 9773 "serde",
 9774 "serde_json",
 9775 "thiserror 1.0.69",
 9776 "tokio",
 9777 "wasm-bindgen",
 9778 "wasm-bindgen-futures",
 9779 "web-sys",
 9780 "webrtc-sys",
 9781]
 9782
 9783[[package]]
 9784name = "libz-sys"
 9785version = "1.1.22"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9788dependencies = [
 9789 "cc",
 9790 "libc",
 9791 "pkg-config",
 9792 "vcpkg",
 9793]
 9794
 9795[[package]]
 9796name = "line_ending_selector"
 9797version = "0.1.0"
 9798dependencies = [
 9799 "editor",
 9800 "gpui",
 9801 "language",
 9802 "picker",
 9803 "project",
 9804 "ui",
 9805 "util",
 9806 "workspace",
 9807]
 9808
 9809[[package]]
 9810name = "linebender_resource_handle"
 9811version = "0.1.1"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9814
 9815[[package]]
 9816name = "link-cplusplus"
 9817version = "1.0.12"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9820dependencies = [
 9821 "cc",
 9822]
 9823
 9824[[package]]
 9825name = "linkify"
 9826version = "0.10.0"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9829dependencies = [
 9830 "memchr",
 9831]
 9832
 9833[[package]]
 9834name = "linux-raw-sys"
 9835version = "0.4.15"
 9836source = "registry+https://github.com/rust-lang/crates.io-index"
 9837checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9838
 9839[[package]]
 9840name = "linux-raw-sys"
 9841version = "0.11.0"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9844
 9845[[package]]
 9846name = "litemap"
 9847version = "0.8.0"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9850
 9851[[package]]
 9852name = "litrs"
 9853version = "1.0.0"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9856
 9857[[package]]
 9858name = "livekit"
 9859version = "0.7.32"
 9860source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9861dependencies = [
 9862 "base64 0.22.1",
 9863 "bmrng",
 9864 "bytes 1.11.1",
 9865 "chrono",
 9866 "futures-util",
 9867 "lazy_static",
 9868 "libloading",
 9869 "libwebrtc",
 9870 "livekit-api",
 9871 "livekit-protocol",
 9872 "livekit-runtime",
 9873 "log",
 9874 "parking_lot",
 9875 "prost 0.12.6",
 9876 "semver",
 9877 "serde",
 9878 "serde_json",
 9879 "thiserror 1.0.69",
 9880 "tokio",
 9881]
 9882
 9883[[package]]
 9884name = "livekit-api"
 9885version = "0.4.14"
 9886source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9887dependencies = [
 9888 "base64 0.21.7",
 9889 "futures-util",
 9890 "http 1.3.1",
 9891 "livekit-protocol",
 9892 "livekit-runtime",
 9893 "log",
 9894 "parking_lot",
 9895 "pbjson-types",
 9896 "prost 0.12.6",
 9897 "rand 0.9.2",
 9898 "reqwest 0.12.24",
 9899 "rustls-native-certs 0.6.3",
 9900 "scopeguard",
 9901 "serde",
 9902 "sha2",
 9903 "thiserror 1.0.69",
 9904 "tokio",
 9905 "tokio-rustls 0.26.2",
 9906 "tokio-tungstenite 0.28.0",
 9907 "url",
 9908]
 9909
 9910[[package]]
 9911name = "livekit-protocol"
 9912version = "0.7.1"
 9913source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9914dependencies = [
 9915 "futures-util",
 9916 "livekit-runtime",
 9917 "parking_lot",
 9918 "pbjson",
 9919 "pbjson-types",
 9920 "prost 0.12.6",
 9921 "serde",
 9922 "thiserror 1.0.69",
 9923 "tokio",
 9924]
 9925
 9926[[package]]
 9927name = "livekit-runtime"
 9928version = "0.4.0"
 9929source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9930dependencies = [
 9931 "tokio",
 9932 "tokio-stream",
 9933]
 9934
 9935[[package]]
 9936name = "livekit_api"
 9937version = "0.1.0"
 9938dependencies = [
 9939 "anyhow",
 9940 "async-trait",
 9941 "jsonwebtoken",
 9942 "log",
 9943 "prost 0.9.0",
 9944 "prost-build 0.9.0",
 9945 "prost-types 0.9.0",
 9946 "serde",
 9947 "zed-reqwest",
 9948]
 9949
 9950[[package]]
 9951name = "livekit_client"
 9952version = "0.1.0"
 9953dependencies = [
 9954 "anyhow",
 9955 "async-trait",
 9956 "audio",
 9957 "cocoa 0.26.0",
 9958 "collections",
 9959 "core-foundation 0.10.0",
 9960 "core-video",
 9961 "coreaudio-rs 0.12.1",
 9962 "cpal",
 9963 "futures 0.3.31",
 9964 "gpui",
 9965 "gpui_platform",
 9966 "gpui_tokio",
 9967 "http_client_tls",
 9968 "image",
 9969 "libwebrtc",
 9970 "livekit",
 9971 "livekit_api",
 9972 "log",
 9973 "nanoid",
 9974 "objc",
 9975 "parking_lot",
 9976 "postage",
 9977 "rodio",
 9978 "serde",
 9979 "serde_json",
 9980 "serde_urlencoded",
 9981 "settings",
 9982 "simplelog",
 9983 "smallvec",
 9984 "ui",
 9985 "util",
 9986 "zed-scap",
 9987]
 9988
 9989[[package]]
 9990name = "lmdb-master-sys"
 9991version = "0.2.5"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9994dependencies = [
 9995 "cc",
 9996 "doxygen-rs",
 9997 "libc",
 9998]
 9999
10000[[package]]
10001name = "lmstudio"
10002version = "0.1.0"
10003dependencies = [
10004 "anyhow",
10005 "futures 0.3.31",
10006 "http_client",
10007 "schemars",
10008 "serde",
10009 "serde_json",
10010]
10011
10012[[package]]
10013name = "lock_api"
10014version = "0.4.14"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10017dependencies = [
10018 "scopeguard",
10019]
10020
10021[[package]]
10022name = "log"
10023version = "0.4.29"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10026dependencies = [
10027 "serde_core",
10028 "value-bag",
10029]
10030
10031[[package]]
10032name = "loom"
10033version = "0.7.2"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10036dependencies = [
10037 "cfg-if",
10038 "generator",
10039 "scoped-tls",
10040 "tracing",
10041 "tracing-subscriber",
10042]
10043
10044[[package]]
10045name = "loop9"
10046version = "0.1.5"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10049dependencies = [
10050 "imgref",
10051]
10052
10053[[package]]
10054name = "lru"
10055version = "0.12.5"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10058dependencies = [
10059 "hashbrown 0.15.5",
10060]
10061
10062[[package]]
10063name = "lru-slab"
10064version = "0.1.2"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10067
10068[[package]]
10069name = "lsp"
10070version = "0.1.0"
10071dependencies = [
10072 "anyhow",
10073 "async-pipe",
10074 "collections",
10075 "ctor",
10076 "futures 0.3.31",
10077 "gpui",
10078 "gpui_util",
10079 "log",
10080 "lsp-types",
10081 "parking_lot",
10082 "postage",
10083 "release_channel",
10084 "schemars",
10085 "semver",
10086 "serde",
10087 "serde_json",
10088 "smol",
10089 "util",
10090 "zlog",
10091]
10092
10093[[package]]
10094name = "lsp-types"
10095version = "0.95.1"
10096source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10097dependencies = [
10098 "bitflags 1.3.2",
10099 "serde",
10100 "serde_json",
10101 "url",
10102]
10103
10104[[package]]
10105name = "lyon"
10106version = "1.0.16"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10109dependencies = [
10110 "lyon_algorithms",
10111 "lyon_extra",
10112 "lyon_tessellation",
10113]
10114
10115[[package]]
10116name = "lyon_algorithms"
10117version = "1.0.16"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10120dependencies = [
10121 "lyon_path",
10122 "num-traits",
10123]
10124
10125[[package]]
10126name = "lyon_extra"
10127version = "1.0.3"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10130dependencies = [
10131 "lyon_path",
10132 "thiserror 1.0.69",
10133]
10134
10135[[package]]
10136name = "lyon_geom"
10137version = "1.0.17"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10140dependencies = [
10141 "arrayvec",
10142 "euclid",
10143 "num-traits",
10144]
10145
10146[[package]]
10147name = "lyon_path"
10148version = "1.0.16"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10151dependencies = [
10152 "lyon_geom",
10153 "num-traits",
10154]
10155
10156[[package]]
10157name = "lyon_tessellation"
10158version = "1.0.16"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10161dependencies = [
10162 "float_next_after",
10163 "lyon_path",
10164 "num-traits",
10165]
10166
10167[[package]]
10168name = "mac"
10169version = "0.1.1"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10172
10173[[package]]
10174name = "mach2"
10175version = "0.4.3"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10178dependencies = [
10179 "libc",
10180]
10181
10182[[package]]
10183name = "mach2"
10184version = "0.5.0"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10187dependencies = [
10188 "libc",
10189]
10190
10191[[package]]
10192name = "malloc_buf"
10193version = "0.0.6"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10196dependencies = [
10197 "libc",
10198]
10199
10200[[package]]
10201name = "maplit"
10202version = "1.0.2"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10205
10206[[package]]
10207name = "markdown"
10208version = "0.1.0"
10209dependencies = [
10210 "assets",
10211 "base64 0.22.1",
10212 "collections",
10213 "env_logger 0.11.8",
10214 "fs",
10215 "futures 0.3.31",
10216 "gpui",
10217 "gpui_platform",
10218 "language",
10219 "languages",
10220 "linkify",
10221 "log",
10222 "node_runtime",
10223 "pulldown-cmark 0.13.0",
10224 "settings",
10225 "sum_tree",
10226 "theme",
10227 "ui",
10228 "util",
10229]
10230
10231[[package]]
10232name = "markdown_preview"
10233version = "0.1.0"
10234dependencies = [
10235 "anyhow",
10236 "async-recursion",
10237 "collections",
10238 "editor",
10239 "fs",
10240 "gpui",
10241 "html5ever 0.27.0",
10242 "language",
10243 "linkify",
10244 "log",
10245 "markdown",
10246 "markup5ever_rcdom",
10247 "mermaid-rs-renderer",
10248 "pretty_assertions",
10249 "pulldown-cmark 0.13.0",
10250 "settings",
10251 "stacksafe",
10252 "theme",
10253 "ui",
10254 "urlencoding",
10255 "util",
10256 "workspace",
10257 "zed_actions",
10258]
10259
10260[[package]]
10261name = "markup5ever"
10262version = "0.12.1"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10265dependencies = [
10266 "log",
10267 "phf 0.11.3",
10268 "phf_codegen",
10269 "string_cache",
10270 "string_cache_codegen",
10271 "tendril",
10272]
10273
10274[[package]]
10275name = "markup5ever"
10276version = "0.35.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10279dependencies = [
10280 "log",
10281 "tendril",
10282 "web_atoms",
10283]
10284
10285[[package]]
10286name = "markup5ever_rcdom"
10287version = "0.3.0"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10290dependencies = [
10291 "html5ever 0.27.0",
10292 "markup5ever 0.12.1",
10293 "tendril",
10294 "xml5ever",
10295]
10296
10297[[package]]
10298name = "match_token"
10299version = "0.35.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10302dependencies = [
10303 "proc-macro2",
10304 "quote",
10305 "syn 2.0.117",
10306]
10307
10308[[package]]
10309name = "matchers"
10310version = "0.2.0"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10313dependencies = [
10314 "regex-automata",
10315]
10316
10317[[package]]
10318name = "matchit"
10319version = "0.7.3"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10322
10323[[package]]
10324name = "maybe-owned"
10325version = "0.3.4"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10328
10329[[package]]
10330name = "maybe-rayon"
10331version = "0.1.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10334dependencies = [
10335 "cfg-if",
10336 "rayon",
10337]
10338
10339[[package]]
10340name = "md-5"
10341version = "0.10.6"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10344dependencies = [
10345 "cfg-if",
10346 "digest",
10347]
10348
10349[[package]]
10350name = "mdbook"
10351version = "0.4.40"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10354dependencies = [
10355 "ammonia",
10356 "anyhow",
10357 "chrono",
10358 "clap",
10359 "clap_complete",
10360 "elasticlunr-rs",
10361 "env_logger 0.11.8",
10362 "futures-util",
10363 "handlebars 5.1.2",
10364 "ignore",
10365 "log",
10366 "memchr",
10367 "notify 6.1.1",
10368 "notify-debouncer-mini",
10369 "once_cell",
10370 "opener",
10371 "pathdiff",
10372 "pulldown-cmark 0.10.3",
10373 "regex",
10374 "serde",
10375 "serde_json",
10376 "shlex",
10377 "tempfile",
10378 "tokio",
10379 "toml 0.5.11",
10380 "topological-sort",
10381 "walkdir",
10382 "warp",
10383]
10384
10385[[package]]
10386name = "media"
10387version = "0.1.0"
10388dependencies = [
10389 "anyhow",
10390 "bindgen 0.71.1",
10391 "core-foundation 0.10.0",
10392 "core-video",
10393 "ctor",
10394 "foreign-types 0.5.0",
10395 "metal",
10396 "objc",
10397]
10398
10399[[package]]
10400name = "memchr"
10401version = "2.7.6"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10404
10405[[package]]
10406name = "memfd"
10407version = "0.6.5"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10410dependencies = [
10411 "rustix 1.1.2",
10412]
10413
10414[[package]]
10415name = "memmap2"
10416version = "0.9.8"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10419dependencies = [
10420 "libc",
10421 "stable_deref_trait",
10422]
10423
10424[[package]]
10425name = "memoffset"
10426version = "0.9.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10429dependencies = [
10430 "autocfg",
10431]
10432
10433[[package]]
10434name = "menu"
10435version = "0.1.0"
10436dependencies = [
10437 "gpui",
10438]
10439
10440[[package]]
10441name = "merge"
10442version = "0.1.0"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10445dependencies = [
10446 "merge_derive",
10447 "num-traits",
10448]
10449
10450[[package]]
10451name = "merge_derive"
10452version = "0.1.0"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10455dependencies = [
10456 "proc-macro-error",
10457 "proc-macro2",
10458 "quote",
10459 "syn 1.0.109",
10460]
10461
10462[[package]]
10463name = "mermaid-rs-renderer"
10464version = "0.2.0"
10465source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10466dependencies = [
10467 "anyhow",
10468 "fontdb 0.16.2",
10469 "json5",
10470 "once_cell",
10471 "regex",
10472 "serde",
10473 "serde_json",
10474 "thiserror 2.0.17",
10475 "ttf-parser 0.20.0",
10476]
10477
10478[[package]]
10479name = "metal"
10480version = "0.33.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10483dependencies = [
10484 "bitflags 2.10.0",
10485 "block",
10486 "core-graphics-types 0.2.0",
10487 "foreign-types 0.5.0",
10488 "log",
10489 "objc",
10490 "paste",
10491]
10492
10493[[package]]
10494name = "migrator"
10495version = "0.1.0"
10496dependencies = [
10497 "anyhow",
10498 "collections",
10499 "convert_case 0.8.0",
10500 "log",
10501 "pretty_assertions",
10502 "serde_json",
10503 "serde_json_lenient",
10504 "settings_content",
10505 "settings_json",
10506 "streaming-iterator",
10507 "tree-sitter",
10508 "tree-sitter-json",
10509 "unindent",
10510]
10511
10512[[package]]
10513name = "mimalloc"
10514version = "0.1.48"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10517dependencies = [
10518 "libmimalloc-sys",
10519]
10520
10521[[package]]
10522name = "mime"
10523version = "0.3.17"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10526
10527[[package]]
10528name = "mime_guess"
10529version = "2.0.5"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10532dependencies = [
10533 "mime",
10534 "unicase",
10535]
10536
10537[[package]]
10538name = "minidump-common"
10539version = "0.26.1"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10542dependencies = [
10543 "bitflags 2.10.0",
10544 "debugid",
10545 "num-derive",
10546 "num-traits",
10547 "range-map",
10548 "scroll",
10549 "smart-default",
10550]
10551
10552[[package]]
10553name = "minidump-writer"
10554version = "0.11.0"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10557dependencies = [
10558 "bitflags 2.10.0",
10559 "byteorder",
10560 "cfg-if",
10561 "crash-context",
10562 "error-graph",
10563 "failspot",
10564 "goblin",
10565 "libc",
10566 "log",
10567 "mach2 0.4.3",
10568 "memmap2",
10569 "memoffset",
10570 "minidump-common",
10571 "nix 0.29.0",
10572 "procfs-core",
10573 "scroll",
10574 "serde",
10575 "serde_json",
10576 "tempfile",
10577 "thiserror 2.0.17",
10578]
10579
10580[[package]]
10581name = "minidumper"
10582version = "0.9.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10585dependencies = [
10586 "cfg-if",
10587 "crash-context",
10588 "libc",
10589 "log",
10590 "minidump-writer",
10591 "parking_lot",
10592 "polling",
10593 "scroll",
10594 "thiserror 2.0.17",
10595 "uds",
10596]
10597
10598[[package]]
10599name = "minimal-lexical"
10600version = "0.2.1"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10603
10604[[package]]
10605name = "miniprofiler_ui"
10606version = "0.1.0"
10607dependencies = [
10608 "gpui",
10609 "rpc",
10610 "serde_json",
10611 "smol",
10612 "theme",
10613 "util",
10614 "workspace",
10615 "zed_actions",
10616]
10617
10618[[package]]
10619name = "miniz_oxide"
10620version = "0.8.9"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10623dependencies = [
10624 "adler2",
10625 "simd-adler32",
10626]
10627
10628[[package]]
10629name = "mio"
10630version = "0.8.11"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10633dependencies = [
10634 "libc",
10635 "log",
10636 "wasi",
10637 "windows-sys 0.48.0",
10638]
10639
10640[[package]]
10641name = "mio"
10642version = "1.1.0"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10645dependencies = [
10646 "libc",
10647 "log",
10648 "wasi",
10649 "windows-sys 0.61.2",
10650]
10651
10652[[package]]
10653name = "miow"
10654version = "0.6.1"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10657dependencies = [
10658 "windows-sys 0.61.2",
10659]
10660
10661[[package]]
10662name = "mistral"
10663version = "0.1.0"
10664dependencies = [
10665 "anyhow",
10666 "futures 0.3.31",
10667 "http_client",
10668 "schemars",
10669 "serde",
10670 "serde_json",
10671 "strum 0.27.2",
10672]
10673
10674[[package]]
10675name = "moka"
10676version = "0.12.11"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10679dependencies = [
10680 "crossbeam-channel",
10681 "crossbeam-epoch",
10682 "crossbeam-utils",
10683 "equivalent",
10684 "parking_lot",
10685 "portable-atomic",
10686 "rustc_version",
10687 "smallvec",
10688 "tagptr",
10689 "uuid",
10690]
10691
10692[[package]]
10693name = "moxcms"
10694version = "0.7.7"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10697dependencies = [
10698 "num-traits",
10699 "pxfm",
10700]
10701
10702[[package]]
10703name = "msvc_spectre_libs"
10704version = "0.1.3"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10707dependencies = [
10708 "cc",
10709]
10710
10711[[package]]
10712name = "multi_buffer"
10713version = "0.1.0"
10714dependencies = [
10715 "anyhow",
10716 "buffer_diff",
10717 "clock",
10718 "collections",
10719 "ctor",
10720 "gpui",
10721 "indoc",
10722 "itertools 0.14.0",
10723 "language",
10724 "log",
10725 "parking_lot",
10726 "pretty_assertions",
10727 "rand 0.9.2",
10728 "rope",
10729 "serde",
10730 "settings",
10731 "smallvec",
10732 "smol",
10733 "sum_tree",
10734 "text",
10735 "theme",
10736 "tracing",
10737 "tree-sitter",
10738 "util",
10739 "zlog",
10740 "ztracing",
10741]
10742
10743[[package]]
10744name = "multimap"
10745version = "0.8.3"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10748
10749[[package]]
10750name = "naga"
10751version = "28.0.0"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10754dependencies = [
10755 "arrayvec",
10756 "bit-set",
10757 "bitflags 2.10.0",
10758 "cfg-if",
10759 "cfg_aliases 0.2.1",
10760 "codespan-reporting 0.12.0",
10761 "half",
10762 "hashbrown 0.16.1",
10763 "hexf-parse",
10764 "indexmap",
10765 "libm",
10766 "log",
10767 "num-traits",
10768 "once_cell",
10769 "rustc-hash 1.1.0",
10770 "thiserror 2.0.17",
10771 "unicode-ident",
10772]
10773
10774[[package]]
10775name = "naga"
10776version = "28.0.1"
10777source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10778dependencies = [
10779 "arrayvec",
10780 "bit-set",
10781 "bitflags 2.10.0",
10782 "cfg-if",
10783 "cfg_aliases 0.2.1",
10784 "codespan-reporting 0.12.0",
10785 "half",
10786 "hashbrown 0.16.1",
10787 "hexf-parse",
10788 "indexmap",
10789 "libm",
10790 "log",
10791 "num-traits",
10792 "once_cell",
10793 "rustc-hash 1.1.0",
10794 "spirv",
10795 "thiserror 2.0.17",
10796 "unicode-ident",
10797]
10798
10799[[package]]
10800name = "nanoid"
10801version = "0.4.0"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10804dependencies = [
10805 "rand 0.8.5",
10806]
10807
10808[[package]]
10809name = "nanorand"
10810version = "0.7.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10813dependencies = [
10814 "getrandom 0.2.16",
10815]
10816
10817[[package]]
10818name = "native-tls"
10819version = "0.2.14"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10822dependencies = [
10823 "libc",
10824 "log",
10825 "openssl",
10826 "openssl-probe",
10827 "openssl-sys",
10828 "schannel",
10829 "security-framework 2.11.1",
10830 "security-framework-sys",
10831 "tempfile",
10832]
10833
10834[[package]]
10835name = "nbformat"
10836version = "1.2.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10839dependencies = [
10840 "anyhow",
10841 "chrono",
10842 "jupyter-protocol",
10843 "serde",
10844 "serde_json",
10845 "thiserror 1.0.69",
10846 "uuid",
10847]
10848
10849[[package]]
10850name = "nc"
10851version = "0.1.0"
10852dependencies = [
10853 "anyhow",
10854 "futures 0.3.31",
10855 "net",
10856 "smol",
10857]
10858
10859[[package]]
10860name = "ndk"
10861version = "0.9.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10864dependencies = [
10865 "bitflags 2.10.0",
10866 "jni-sys",
10867 "log",
10868 "ndk-sys",
10869 "num_enum",
10870 "thiserror 1.0.69",
10871]
10872
10873[[package]]
10874name = "ndk-context"
10875version = "0.1.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10878
10879[[package]]
10880name = "ndk-sys"
10881version = "0.6.0+11769913"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10884dependencies = [
10885 "jni-sys",
10886]
10887
10888[[package]]
10889name = "net"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "async-io",
10894 "smol",
10895 "tempfile",
10896 "windows 0.61.3",
10897]
10898
10899[[package]]
10900name = "new_debug_unreachable"
10901version = "1.0.6"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10904
10905[[package]]
10906name = "nix"
10907version = "0.28.0"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10910dependencies = [
10911 "bitflags 2.10.0",
10912 "cfg-if",
10913 "cfg_aliases 0.1.1",
10914 "libc",
10915]
10916
10917[[package]]
10918name = "nix"
10919version = "0.29.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10922dependencies = [
10923 "bitflags 2.10.0",
10924 "cfg-if",
10925 "cfg_aliases 0.2.1",
10926 "libc",
10927]
10928
10929[[package]]
10930name = "nix"
10931version = "0.30.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10934dependencies = [
10935 "bitflags 2.10.0",
10936 "cfg-if",
10937 "cfg_aliases 0.2.1",
10938 "libc",
10939]
10940
10941[[package]]
10942name = "node_runtime"
10943version = "0.1.0"
10944dependencies = [
10945 "anyhow",
10946 "async-compression",
10947 "async-std",
10948 "async-tar",
10949 "async-trait",
10950 "futures 0.3.31",
10951 "http_client",
10952 "log",
10953 "paths",
10954 "semver",
10955 "serde",
10956 "serde_json",
10957 "smol",
10958 "util",
10959 "watch",
10960 "which 6.0.3",
10961]
10962
10963[[package]]
10964name = "nom"
10965version = "7.1.3"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10968dependencies = [
10969 "memchr",
10970 "minimal-lexical",
10971]
10972
10973[[package]]
10974name = "nom"
10975version = "8.0.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10978dependencies = [
10979 "memchr",
10980]
10981
10982[[package]]
10983name = "noop_proc_macro"
10984version = "0.3.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10987
10988[[package]]
10989name = "normpath"
10990version = "1.5.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10993dependencies = [
10994 "windows-sys 0.61.2",
10995]
10996
10997[[package]]
10998name = "notifications"
10999version = "0.1.0"
11000dependencies = [
11001 "anyhow",
11002 "channel",
11003 "client",
11004 "component",
11005 "db",
11006 "gpui",
11007 "rpc",
11008 "sum_tree",
11009 "time",
11010 "ui",
11011 "util",
11012 "workspace",
11013 "zed_actions",
11014]
11015
11016[[package]]
11017name = "notify"
11018version = "6.1.1"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11021dependencies = [
11022 "bitflags 2.10.0",
11023 "crossbeam-channel",
11024 "filetime",
11025 "fsevent-sys",
11026 "inotify 0.9.6",
11027 "kqueue",
11028 "libc",
11029 "log",
11030 "mio 0.8.11",
11031 "walkdir",
11032 "windows-sys 0.48.0",
11033]
11034
11035[[package]]
11036name = "notify"
11037version = "8.2.0"
11038source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11039dependencies = [
11040 "bitflags 2.10.0",
11041 "fsevent-sys",
11042 "inotify 0.11.0",
11043 "kqueue",
11044 "libc",
11045 "log",
11046 "mio 1.1.0",
11047 "notify-types",
11048 "walkdir",
11049 "windows-sys 0.60.2",
11050]
11051
11052[[package]]
11053name = "notify-debouncer-mini"
11054version = "0.4.1"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11057dependencies = [
11058 "crossbeam-channel",
11059 "log",
11060 "notify 6.1.1",
11061]
11062
11063[[package]]
11064name = "notify-types"
11065version = "2.0.0"
11066source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11067
11068[[package]]
11069name = "ntapi"
11070version = "0.4.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11073dependencies = [
11074 "winapi",
11075]
11076
11077[[package]]
11078name = "nu-ansi-term"
11079version = "0.50.3"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11082dependencies = [
11083 "windows-sys 0.61.2",
11084]
11085
11086[[package]]
11087name = "num"
11088version = "0.4.3"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11091dependencies = [
11092 "num-bigint",
11093 "num-complex",
11094 "num-integer",
11095 "num-iter",
11096 "num-rational",
11097 "num-traits",
11098]
11099
11100[[package]]
11101name = "num-bigint"
11102version = "0.4.6"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11105dependencies = [
11106 "num-integer",
11107 "num-traits",
11108]
11109
11110[[package]]
11111name = "num-bigint-dig"
11112version = "0.8.6"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11115dependencies = [
11116 "lazy_static",
11117 "libm",
11118 "num-integer",
11119 "num-iter",
11120 "num-traits",
11121 "rand 0.8.5",
11122 "smallvec",
11123 "zeroize",
11124]
11125
11126[[package]]
11127name = "num-bigint-dig"
11128version = "0.9.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11131dependencies = [
11132 "libm",
11133 "num-integer",
11134 "num-iter",
11135 "num-traits",
11136 "once_cell",
11137 "rand 0.9.2",
11138 "serde",
11139 "smallvec",
11140 "zeroize",
11141]
11142
11143[[package]]
11144name = "num-cmp"
11145version = "0.1.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11148
11149[[package]]
11150name = "num-complex"
11151version = "0.4.6"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11154dependencies = [
11155 "bytemuck",
11156 "num-traits",
11157]
11158
11159[[package]]
11160name = "num-conv"
11161version = "0.2.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11164
11165[[package]]
11166name = "num-derive"
11167version = "0.4.2"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11170dependencies = [
11171 "proc-macro2",
11172 "quote",
11173 "syn 2.0.117",
11174]
11175
11176[[package]]
11177name = "num-format"
11178version = "0.4.4"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11181dependencies = [
11182 "arrayvec",
11183 "itoa",
11184]
11185
11186[[package]]
11187name = "num-integer"
11188version = "0.1.46"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11191dependencies = [
11192 "num-traits",
11193]
11194
11195[[package]]
11196name = "num-iter"
11197version = "0.1.45"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11200dependencies = [
11201 "autocfg",
11202 "num-integer",
11203 "num-traits",
11204]
11205
11206[[package]]
11207name = "num-rational"
11208version = "0.4.2"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11211dependencies = [
11212 "num-bigint",
11213 "num-integer",
11214 "num-traits",
11215]
11216
11217[[package]]
11218name = "num-traits"
11219version = "0.2.19"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11222dependencies = [
11223 "autocfg",
11224 "libm",
11225]
11226
11227[[package]]
11228name = "num_cpus"
11229version = "1.17.0"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11232dependencies = [
11233 "hermit-abi",
11234 "libc",
11235]
11236
11237[[package]]
11238name = "num_enum"
11239version = "0.7.4"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11242dependencies = [
11243 "num_enum_derive",
11244 "rustversion",
11245]
11246
11247[[package]]
11248name = "num_enum_derive"
11249version = "0.7.4"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11252dependencies = [
11253 "proc-macro-crate",
11254 "proc-macro2",
11255 "quote",
11256 "syn 2.0.117",
11257]
11258
11259[[package]]
11260name = "num_threads"
11261version = "0.1.7"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11264dependencies = [
11265 "libc",
11266]
11267
11268[[package]]
11269name = "nvim-rs"
11270version = "0.9.2"
11271source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11272dependencies = [
11273 "async-trait",
11274 "futures 0.3.31",
11275 "log",
11276 "rmp",
11277 "rmpv",
11278 "tokio",
11279 "tokio-util",
11280]
11281
11282[[package]]
11283name = "objc"
11284version = "0.2.7"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11287dependencies = [
11288 "malloc_buf",
11289 "objc_exception",
11290]
11291
11292[[package]]
11293name = "objc-foundation"
11294version = "0.1.1"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11297dependencies = [
11298 "block",
11299 "objc",
11300 "objc_id",
11301]
11302
11303[[package]]
11304name = "objc2"
11305version = "0.6.3"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11308dependencies = [
11309 "objc2-encode",
11310]
11311
11312[[package]]
11313name = "objc2-audio-toolbox"
11314version = "0.3.1"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11317dependencies = [
11318 "bitflags 2.10.0",
11319 "libc",
11320 "objc2",
11321 "objc2-core-audio",
11322 "objc2-core-audio-types",
11323 "objc2-core-foundation",
11324 "objc2-foundation",
11325]
11326
11327[[package]]
11328name = "objc2-avf-audio"
11329version = "0.3.1"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11332dependencies = [
11333 "objc2",
11334 "objc2-foundation",
11335]
11336
11337[[package]]
11338name = "objc2-core-audio"
11339version = "0.3.1"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11342dependencies = [
11343 "dispatch2",
11344 "objc2",
11345 "objc2-core-audio-types",
11346 "objc2-core-foundation",
11347 "objc2-foundation",
11348]
11349
11350[[package]]
11351name = "objc2-core-audio-types"
11352version = "0.3.2"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11355dependencies = [
11356 "bitflags 2.10.0",
11357 "objc2",
11358]
11359
11360[[package]]
11361name = "objc2-core-foundation"
11362version = "0.3.2"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11365dependencies = [
11366 "bitflags 2.10.0",
11367 "block2",
11368 "dispatch2",
11369 "libc",
11370 "objc2",
11371]
11372
11373[[package]]
11374name = "objc2-encode"
11375version = "4.1.0"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11378
11379[[package]]
11380name = "objc2-foundation"
11381version = "0.3.1"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11384dependencies = [
11385 "bitflags 2.10.0",
11386 "block2",
11387 "libc",
11388 "objc2",
11389 "objc2-core-foundation",
11390]
11391
11392[[package]]
11393name = "objc2-io-kit"
11394version = "0.3.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11397dependencies = [
11398 "libc",
11399 "objc2-core-foundation",
11400]
11401
11402[[package]]
11403name = "objc2-metal"
11404version = "0.3.1"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11407dependencies = [
11408 "bitflags 2.10.0",
11409 "block2",
11410 "dispatch2",
11411 "objc2",
11412 "objc2-core-foundation",
11413 "objc2-foundation",
11414]
11415
11416[[package]]
11417name = "objc_exception"
11418version = "0.1.2"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11421dependencies = [
11422 "cc",
11423]
11424
11425[[package]]
11426name = "objc_id"
11427version = "0.1.1"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11430dependencies = [
11431 "objc",
11432]
11433
11434[[package]]
11435name = "object"
11436version = "0.36.7"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11439dependencies = [
11440 "crc32fast",
11441 "hashbrown 0.15.5",
11442 "indexmap",
11443 "memchr",
11444]
11445
11446[[package]]
11447name = "object"
11448version = "0.37.3"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11451dependencies = [
11452 "memchr",
11453]
11454
11455[[package]]
11456name = "ollama"
11457version = "0.1.0"
11458dependencies = [
11459 "anyhow",
11460 "futures 0.3.31",
11461 "http_client",
11462 "schemars",
11463 "serde",
11464 "serde_json",
11465 "settings",
11466]
11467
11468[[package]]
11469name = "onboarding"
11470version = "0.1.0"
11471dependencies = [
11472 "anyhow",
11473 "client",
11474 "component",
11475 "db",
11476 "documented",
11477 "fs",
11478 "fuzzy",
11479 "gpui",
11480 "menu",
11481 "notifications",
11482 "picker",
11483 "project",
11484 "schemars",
11485 "serde",
11486 "settings",
11487 "telemetry",
11488 "theme",
11489 "ui",
11490 "util",
11491 "vim_mode_setting",
11492 "workspace",
11493 "zed_actions",
11494 "zlog",
11495]
11496
11497[[package]]
11498name = "once_cell"
11499version = "1.21.3"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11502
11503[[package]]
11504name = "once_cell_polyfill"
11505version = "1.70.1"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11508
11509[[package]]
11510name = "oo7"
11511version = "0.6.0"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11514dependencies = [
11515 "aes",
11516 "ashpd",
11517 "async-fs",
11518 "async-io",
11519 "async-lock 3.4.2",
11520 "blocking",
11521 "cbc",
11522 "cipher",
11523 "digest",
11524 "endi",
11525 "futures-lite 2.6.1",
11526 "futures-util",
11527 "getrandom 0.4.1",
11528 "hkdf",
11529 "hmac",
11530 "md-5",
11531 "num",
11532 "num-bigint-dig 0.9.1",
11533 "pbkdf2 0.12.2",
11534 "serde",
11535 "serde_bytes",
11536 "sha2",
11537 "subtle",
11538 "zbus",
11539 "zbus_macros",
11540 "zeroize",
11541 "zvariant",
11542]
11543
11544[[package]]
11545name = "oorandom"
11546version = "11.1.5"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11549
11550[[package]]
11551name = "open"
11552version = "5.3.2"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11555dependencies = [
11556 "is-wsl",
11557 "libc",
11558 "pathdiff",
11559]
11560
11561[[package]]
11562name = "open_ai"
11563version = "0.1.0"
11564dependencies = [
11565 "anyhow",
11566 "futures 0.3.31",
11567 "http_client",
11568 "log",
11569 "rand 0.9.2",
11570 "schemars",
11571 "serde",
11572 "serde_json",
11573 "settings",
11574 "strum 0.27.2",
11575 "thiserror 2.0.17",
11576]
11577
11578[[package]]
11579name = "open_path_prompt"
11580version = "0.1.0"
11581dependencies = [
11582 "editor",
11583 "file_icons",
11584 "futures 0.3.31",
11585 "fuzzy",
11586 "gpui",
11587 "picker",
11588 "project",
11589 "schemars",
11590 "serde",
11591 "serde_json",
11592 "settings",
11593 "theme",
11594 "ui",
11595 "util",
11596 "workspace",
11597]
11598
11599[[package]]
11600name = "open_router"
11601version = "0.1.0"
11602dependencies = [
11603 "anyhow",
11604 "futures 0.3.31",
11605 "http_client",
11606 "schemars",
11607 "serde",
11608 "serde_json",
11609 "settings",
11610 "strum 0.27.2",
11611 "thiserror 2.0.17",
11612]
11613
11614[[package]]
11615name = "opener"
11616version = "0.7.2"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11619dependencies = [
11620 "bstr",
11621 "dbus",
11622 "normpath",
11623 "windows-sys 0.59.0",
11624]
11625
11626[[package]]
11627name = "openssl"
11628version = "0.10.74"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11631dependencies = [
11632 "bitflags 2.10.0",
11633 "cfg-if",
11634 "foreign-types 0.3.2",
11635 "libc",
11636 "once_cell",
11637 "openssl-macros",
11638 "openssl-sys",
11639]
11640
11641[[package]]
11642name = "openssl-macros"
11643version = "0.1.1"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11646dependencies = [
11647 "proc-macro2",
11648 "quote",
11649 "syn 2.0.117",
11650]
11651
11652[[package]]
11653name = "openssl-probe"
11654version = "0.1.6"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11657
11658[[package]]
11659name = "openssl-sys"
11660version = "0.9.110"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11663dependencies = [
11664 "cc",
11665 "libc",
11666 "pkg-config",
11667 "vcpkg",
11668]
11669
11670[[package]]
11671name = "optfield"
11672version = "0.4.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11675dependencies = [
11676 "proc-macro2",
11677 "quote",
11678 "syn 2.0.117",
11679]
11680
11681[[package]]
11682name = "option-ext"
11683version = "0.2.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11686
11687[[package]]
11688name = "ordered-float"
11689version = "2.10.1"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11692dependencies = [
11693 "num-traits",
11694]
11695
11696[[package]]
11697name = "ordered-float"
11698version = "4.6.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11701dependencies = [
11702 "num-traits",
11703]
11704
11705[[package]]
11706name = "ordered-stream"
11707version = "0.2.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11710dependencies = [
11711 "futures-core",
11712 "pin-project-lite",
11713]
11714
11715[[package]]
11716name = "ouroboros"
11717version = "0.18.5"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11720dependencies = [
11721 "aliasable",
11722 "ouroboros_macro",
11723 "static_assertions",
11724]
11725
11726[[package]]
11727name = "ouroboros_macro"
11728version = "0.18.5"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11731dependencies = [
11732 "heck 0.4.1",
11733 "proc-macro2",
11734 "proc-macro2-diagnostics",
11735 "quote",
11736 "syn 2.0.117",
11737]
11738
11739[[package]]
11740name = "outline"
11741version = "0.1.0"
11742dependencies = [
11743 "editor",
11744 "fuzzy",
11745 "gpui",
11746 "indoc",
11747 "language",
11748 "lsp",
11749 "menu",
11750 "ordered-float 2.10.1",
11751 "picker",
11752 "project",
11753 "rope",
11754 "serde_json",
11755 "settings",
11756 "smol",
11757 "theme",
11758 "ui",
11759 "util",
11760 "workspace",
11761 "zed_actions",
11762]
11763
11764[[package]]
11765name = "outline_panel"
11766version = "0.1.0"
11767dependencies = [
11768 "anyhow",
11769 "collections",
11770 "db",
11771 "editor",
11772 "file_icons",
11773 "fuzzy",
11774 "gpui",
11775 "itertools 0.14.0",
11776 "language",
11777 "log",
11778 "lsp",
11779 "menu",
11780 "outline",
11781 "pretty_assertions",
11782 "project",
11783 "search",
11784 "serde",
11785 "serde_json",
11786 "settings",
11787 "smallvec",
11788 "smol",
11789 "theme",
11790 "ui",
11791 "util",
11792 "workspace",
11793 "worktree",
11794 "zed_actions",
11795]
11796
11797[[package]]
11798name = "outref"
11799version = "0.5.2"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11802
11803[[package]]
11804name = "p256"
11805version = "0.11.1"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11808dependencies = [
11809 "ecdsa",
11810 "elliptic-curve",
11811 "sha2",
11812]
11813
11814[[package]]
11815name = "page_size"
11816version = "0.6.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11819dependencies = [
11820 "libc",
11821 "winapi",
11822]
11823
11824[[package]]
11825name = "palette"
11826version = "0.7.6"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11829dependencies = [
11830 "approx",
11831 "fast-srgb8",
11832 "palette_derive",
11833]
11834
11835[[package]]
11836name = "palette_derive"
11837version = "0.7.6"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11840dependencies = [
11841 "by_address",
11842 "proc-macro2",
11843 "quote",
11844 "syn 2.0.117",
11845]
11846
11847[[package]]
11848name = "panel"
11849version = "0.1.0"
11850dependencies = [
11851 "gpui",
11852 "ui",
11853 "workspace",
11854]
11855
11856[[package]]
11857name = "parking"
11858version = "2.2.1"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11861
11862[[package]]
11863name = "parking_lot"
11864version = "0.12.5"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11867dependencies = [
11868 "lock_api",
11869 "parking_lot_core",
11870]
11871
11872[[package]]
11873name = "parking_lot_core"
11874version = "0.9.12"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11877dependencies = [
11878 "cfg-if",
11879 "libc",
11880 "redox_syscall 0.5.18",
11881 "smallvec",
11882 "windows-link 0.2.1",
11883]
11884
11885[[package]]
11886name = "parse_int"
11887version = "0.9.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11890dependencies = [
11891 "num-traits",
11892]
11893
11894[[package]]
11895name = "partial-json-fixer"
11896version = "0.5.3"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11899
11900[[package]]
11901name = "password-hash"
11902version = "0.4.2"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11905dependencies = [
11906 "base64ct",
11907 "rand_core 0.6.4",
11908 "subtle",
11909]
11910
11911[[package]]
11912name = "paste"
11913version = "1.0.15"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11916
11917[[package]]
11918name = "pathdiff"
11919version = "0.2.3"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11922
11923[[package]]
11924name = "pathfinder_geometry"
11925version = "0.5.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11928dependencies = [
11929 "log",
11930 "pathfinder_simd",
11931]
11932
11933[[package]]
11934name = "pathfinder_simd"
11935version = "0.5.5"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11938dependencies = [
11939 "rustc_version",
11940]
11941
11942[[package]]
11943name = "paths"
11944version = "0.1.0"
11945dependencies = [
11946 "dirs 4.0.0",
11947 "ignore",
11948 "util",
11949]
11950
11951[[package]]
11952name = "pbjson"
11953version = "0.6.0"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11956dependencies = [
11957 "base64 0.21.7",
11958 "serde",
11959]
11960
11961[[package]]
11962name = "pbjson-build"
11963version = "0.6.2"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11966dependencies = [
11967 "heck 0.4.1",
11968 "itertools 0.11.0",
11969 "prost 0.12.6",
11970 "prost-types 0.12.6",
11971]
11972
11973[[package]]
11974name = "pbjson-types"
11975version = "0.6.0"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11978dependencies = [
11979 "bytes 1.11.1",
11980 "chrono",
11981 "pbjson",
11982 "pbjson-build",
11983 "prost 0.12.6",
11984 "prost-build 0.12.6",
11985 "serde",
11986]
11987
11988[[package]]
11989name = "pbkdf2"
11990version = "0.11.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11993dependencies = [
11994 "digest",
11995 "hmac",
11996 "password-hash",
11997 "sha2",
11998]
11999
12000[[package]]
12001name = "pbkdf2"
12002version = "0.12.2"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12005dependencies = [
12006 "digest",
12007 "hmac",
12008]
12009
12010[[package]]
12011name = "pciid-parser"
12012version = "0.8.0"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12015
12016[[package]]
12017name = "peg"
12018version = "0.8.5"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12021dependencies = [
12022 "peg-macros",
12023 "peg-runtime",
12024]
12025
12026[[package]]
12027name = "peg-macros"
12028version = "0.8.5"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12031dependencies = [
12032 "peg-runtime",
12033 "proc-macro2",
12034 "quote",
12035]
12036
12037[[package]]
12038name = "peg-runtime"
12039version = "0.8.5"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12042
12043[[package]]
12044name = "pem"
12045version = "3.0.6"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12048dependencies = [
12049 "base64 0.22.1",
12050 "serde_core",
12051]
12052
12053[[package]]
12054name = "pem-rfc7468"
12055version = "0.7.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12058dependencies = [
12059 "base64ct",
12060]
12061
12062[[package]]
12063name = "percent-encoding"
12064version = "2.3.2"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12067
12068[[package]]
12069name = "perf"
12070version = "0.1.0"
12071dependencies = [
12072 "collections",
12073 "serde",
12074 "serde_json",
12075]
12076
12077[[package]]
12078name = "pest"
12079version = "2.8.3"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12082dependencies = [
12083 "memchr",
12084 "ucd-trie",
12085]
12086
12087[[package]]
12088name = "pest_derive"
12089version = "2.8.3"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12092dependencies = [
12093 "pest",
12094 "pest_generator",
12095]
12096
12097[[package]]
12098name = "pest_generator"
12099version = "2.8.3"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12102dependencies = [
12103 "pest",
12104 "pest_meta",
12105 "proc-macro2",
12106 "quote",
12107 "syn 2.0.117",
12108]
12109
12110[[package]]
12111name = "pest_meta"
12112version = "2.8.3"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12115dependencies = [
12116 "pest",
12117 "sha2",
12118]
12119
12120[[package]]
12121name = "pet"
12122version = "0.1.0"
12123source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12124dependencies = [
12125 "clap",
12126 "env_logger 0.10.2",
12127 "lazy_static",
12128 "log",
12129 "msvc_spectre_libs",
12130 "pet-conda",
12131 "pet-core",
12132 "pet-env-var-path",
12133 "pet-fs",
12134 "pet-global-virtualenvs",
12135 "pet-homebrew",
12136 "pet-jsonrpc",
12137 "pet-linux-global-python",
12138 "pet-mac-commandlinetools",
12139 "pet-mac-python-org",
12140 "pet-mac-xcode",
12141 "pet-pipenv",
12142 "pet-pixi",
12143 "pet-poetry",
12144 "pet-pyenv",
12145 "pet-python-utils",
12146 "pet-reporter",
12147 "pet-telemetry",
12148 "pet-uv",
12149 "pet-venv",
12150 "pet-virtualenv",
12151 "pet-virtualenvwrapper",
12152 "pet-windows-registry",
12153 "pet-windows-store",
12154 "pet-winpython",
12155 "serde",
12156 "serde_json",
12157 "tracing",
12158 "tracing-subscriber",
12159 "winresource",
12160]
12161
12162[[package]]
12163name = "pet-conda"
12164version = "0.1.0"
12165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12166dependencies = [
12167 "env_logger 0.10.2",
12168 "lazy_static",
12169 "log",
12170 "msvc_spectre_libs",
12171 "pet-core",
12172 "pet-fs",
12173 "pet-python-utils",
12174 "pet-reporter",
12175 "rayon",
12176 "regex",
12177 "serde",
12178 "serde_json",
12179 "yaml-rust2",
12180]
12181
12182[[package]]
12183name = "pet-core"
12184version = "0.1.0"
12185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12186dependencies = [
12187 "clap",
12188 "lazy_static",
12189 "log",
12190 "msvc_spectre_libs",
12191 "pet-fs",
12192 "regex",
12193 "serde",
12194 "serde_json",
12195]
12196
12197[[package]]
12198name = "pet-env-var-path"
12199version = "0.1.0"
12200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12201dependencies = [
12202 "lazy_static",
12203 "log",
12204 "msvc_spectre_libs",
12205 "pet-conda",
12206 "pet-core",
12207 "pet-fs",
12208 "pet-python-utils",
12209 "pet-virtualenv",
12210 "regex",
12211]
12212
12213[[package]]
12214name = "pet-fs"
12215version = "0.1.0"
12216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12217dependencies = [
12218 "glob",
12219 "log",
12220 "msvc_spectre_libs",
12221 "windows-sys 0.59.0",
12222]
12223
12224[[package]]
12225name = "pet-global-virtualenvs"
12226version = "0.1.0"
12227source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12228dependencies = [
12229 "log",
12230 "msvc_spectre_libs",
12231 "pet-conda",
12232 "pet-core",
12233 "pet-fs",
12234 "pet-virtualenv",
12235]
12236
12237[[package]]
12238name = "pet-homebrew"
12239version = "0.1.0"
12240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12241dependencies = [
12242 "lazy_static",
12243 "log",
12244 "msvc_spectre_libs",
12245 "pet-conda",
12246 "pet-core",
12247 "pet-fs",
12248 "pet-python-utils",
12249 "pet-virtualenv",
12250 "rayon",
12251 "regex",
12252 "serde",
12253 "serde_json",
12254]
12255
12256[[package]]
12257name = "pet-jsonrpc"
12258version = "0.1.0"
12259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12260dependencies = [
12261 "env_logger 0.10.2",
12262 "log",
12263 "msvc_spectre_libs",
12264 "pet-core",
12265 "serde",
12266 "serde_json",
12267]
12268
12269[[package]]
12270name = "pet-linux-global-python"
12271version = "0.1.0"
12272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12273dependencies = [
12274 "log",
12275 "msvc_spectre_libs",
12276 "pet-core",
12277 "pet-fs",
12278 "pet-python-utils",
12279 "pet-virtualenv",
12280]
12281
12282[[package]]
12283name = "pet-mac-commandlinetools"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "log",
12288 "msvc_spectre_libs",
12289 "pet-core",
12290 "pet-fs",
12291 "pet-python-utils",
12292 "pet-virtualenv",
12293]
12294
12295[[package]]
12296name = "pet-mac-python-org"
12297version = "0.1.0"
12298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12299dependencies = [
12300 "log",
12301 "msvc_spectre_libs",
12302 "pet-core",
12303 "pet-fs",
12304 "pet-python-utils",
12305 "pet-virtualenv",
12306]
12307
12308[[package]]
12309name = "pet-mac-xcode"
12310version = "0.1.0"
12311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12312dependencies = [
12313 "log",
12314 "msvc_spectre_libs",
12315 "pet-core",
12316 "pet-fs",
12317 "pet-python-utils",
12318 "pet-virtualenv",
12319]
12320
12321[[package]]
12322name = "pet-pipenv"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "lazy_static",
12327 "log",
12328 "msvc_spectre_libs",
12329 "pet-core",
12330 "pet-fs",
12331 "pet-python-utils",
12332 "pet-virtualenv",
12333 "regex",
12334]
12335
12336[[package]]
12337name = "pet-pixi"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-conda",
12344 "pet-core",
12345 "pet-python-utils",
12346]
12347
12348[[package]]
12349name = "pet-poetry"
12350version = "0.1.0"
12351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12352dependencies = [
12353 "base64 0.22.1",
12354 "lazy_static",
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-core",
12358 "pet-fs",
12359 "pet-python-utils",
12360 "pet-reporter",
12361 "pet-virtualenv",
12362 "regex",
12363 "serde",
12364 "serde_json",
12365 "sha2",
12366 "toml 0.8.23",
12367]
12368
12369[[package]]
12370name = "pet-pyenv"
12371version = "0.1.0"
12372source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12373dependencies = [
12374 "lazy_static",
12375 "log",
12376 "msvc_spectre_libs",
12377 "pet-conda",
12378 "pet-core",
12379 "pet-fs",
12380 "pet-python-utils",
12381 "pet-reporter",
12382 "regex",
12383 "serde",
12384 "serde_json",
12385]
12386
12387[[package]]
12388name = "pet-python-utils"
12389version = "0.1.0"
12390source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12391dependencies = [
12392 "env_logger 0.10.2",
12393 "lazy_static",
12394 "log",
12395 "msvc_spectre_libs",
12396 "pet-core",
12397 "pet-fs",
12398 "regex",
12399 "serde",
12400 "serde_json",
12401 "sha2",
12402]
12403
12404[[package]]
12405name = "pet-reporter"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "env_logger 0.10.2",
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-core",
12413 "pet-jsonrpc",
12414 "serde",
12415 "serde_json",
12416]
12417
12418[[package]]
12419name = "pet-telemetry"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "env_logger 0.10.2",
12424 "lazy_static",
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-fs",
12429 "pet-python-utils",
12430 "regex",
12431]
12432
12433[[package]]
12434name = "pet-uv"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "log",
12439 "pet-core",
12440 "pet-python-utils",
12441 "serde",
12442 "toml 0.9.8",
12443]
12444
12445[[package]]
12446name = "pet-venv"
12447version = "0.1.0"
12448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12449dependencies = [
12450 "log",
12451 "msvc_spectre_libs",
12452 "pet-core",
12453 "pet-python-utils",
12454 "pet-virtualenv",
12455]
12456
12457[[package]]
12458name = "pet-virtualenv"
12459version = "0.1.0"
12460source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12461dependencies = [
12462 "log",
12463 "msvc_spectre_libs",
12464 "pet-core",
12465 "pet-fs",
12466 "pet-python-utils",
12467]
12468
12469[[package]]
12470name = "pet-virtualenvwrapper"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "log",
12475 "msvc_spectre_libs",
12476 "pet-core",
12477 "pet-fs",
12478 "pet-python-utils",
12479 "pet-virtualenv",
12480]
12481
12482[[package]]
12483name = "pet-windows-registry"
12484version = "0.1.0"
12485source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12486dependencies = [
12487 "lazy_static",
12488 "log",
12489 "msvc_spectre_libs",
12490 "pet-conda",
12491 "pet-core",
12492 "pet-fs",
12493 "pet-python-utils",
12494 "pet-virtualenv",
12495 "pet-windows-store",
12496 "regex",
12497 "winreg 0.55.0",
12498]
12499
12500[[package]]
12501name = "pet-windows-store"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "lazy_static",
12506 "log",
12507 "msvc_spectre_libs",
12508 "pet-core",
12509 "pet-fs",
12510 "pet-python-utils",
12511 "pet-virtualenv",
12512 "regex",
12513 "winreg 0.55.0",
12514]
12515
12516[[package]]
12517name = "pet-winpython"
12518version = "0.1.0"
12519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12520dependencies = [
12521 "lazy_static",
12522 "log",
12523 "pet-core",
12524 "pet-fs",
12525 "pet-python-utils",
12526 "pet-virtualenv",
12527 "regex",
12528]
12529
12530[[package]]
12531name = "petgraph"
12532version = "0.6.5"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12535dependencies = [
12536 "fixedbitset 0.4.2",
12537 "indexmap",
12538]
12539
12540[[package]]
12541name = "pgvector"
12542version = "0.4.1"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12545dependencies = [
12546 "serde",
12547]
12548
12549[[package]]
12550name = "phf"
12551version = "0.11.3"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12554dependencies = [
12555 "phf_macros 0.11.3",
12556 "phf_shared 0.11.3",
12557]
12558
12559[[package]]
12560name = "phf"
12561version = "0.12.1"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12564dependencies = [
12565 "phf_macros 0.12.1",
12566 "phf_shared 0.12.1",
12567]
12568
12569[[package]]
12570name = "phf_codegen"
12571version = "0.11.3"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12574dependencies = [
12575 "phf_generator 0.11.3",
12576 "phf_shared 0.11.3",
12577]
12578
12579[[package]]
12580name = "phf_generator"
12581version = "0.11.3"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12584dependencies = [
12585 "phf_shared 0.11.3",
12586 "rand 0.8.5",
12587]
12588
12589[[package]]
12590name = "phf_generator"
12591version = "0.12.1"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12594dependencies = [
12595 "fastrand 2.3.0",
12596 "phf_shared 0.12.1",
12597]
12598
12599[[package]]
12600name = "phf_macros"
12601version = "0.11.3"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12604dependencies = [
12605 "phf_generator 0.11.3",
12606 "phf_shared 0.11.3",
12607 "proc-macro2",
12608 "quote",
12609 "syn 2.0.117",
12610]
12611
12612[[package]]
12613name = "phf_macros"
12614version = "0.12.1"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12617dependencies = [
12618 "phf_generator 0.12.1",
12619 "phf_shared 0.12.1",
12620 "proc-macro2",
12621 "quote",
12622 "syn 2.0.117",
12623]
12624
12625[[package]]
12626name = "phf_shared"
12627version = "0.11.3"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12630dependencies = [
12631 "siphasher 1.0.1",
12632]
12633
12634[[package]]
12635name = "phf_shared"
12636version = "0.12.1"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12639dependencies = [
12640 "siphasher 1.0.1",
12641]
12642
12643[[package]]
12644name = "picker"
12645version = "0.1.0"
12646dependencies = [
12647 "anyhow",
12648 "editor",
12649 "gpui",
12650 "menu",
12651 "schemars",
12652 "serde",
12653 "settings",
12654 "theme",
12655 "ui",
12656 "ui_input",
12657 "workspace",
12658 "zed_actions",
12659]
12660
12661[[package]]
12662name = "pico-args"
12663version = "0.5.0"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12666
12667[[package]]
12668name = "pin-project"
12669version = "1.1.10"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12672dependencies = [
12673 "pin-project-internal",
12674]
12675
12676[[package]]
12677name = "pin-project-internal"
12678version = "1.1.10"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12681dependencies = [
12682 "proc-macro2",
12683 "quote",
12684 "syn 2.0.117",
12685]
12686
12687[[package]]
12688name = "pin-project-lite"
12689version = "0.2.16"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12692
12693[[package]]
12694name = "pin-utils"
12695version = "0.1.0"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12698
12699[[package]]
12700name = "piper"
12701version = "0.2.4"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12704dependencies = [
12705 "atomic-waker",
12706 "fastrand 2.3.0",
12707 "futures-io",
12708]
12709
12710[[package]]
12711name = "pkcs1"
12712version = "0.7.5"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12715dependencies = [
12716 "der 0.7.10",
12717 "pkcs8 0.10.2",
12718 "spki 0.7.3",
12719]
12720
12721[[package]]
12722name = "pkcs8"
12723version = "0.9.0"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12726dependencies = [
12727 "der 0.6.1",
12728 "spki 0.6.0",
12729]
12730
12731[[package]]
12732name = "pkcs8"
12733version = "0.10.2"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12736dependencies = [
12737 "der 0.7.10",
12738 "spki 0.7.3",
12739]
12740
12741[[package]]
12742name = "pkg-config"
12743version = "0.3.32"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12746
12747[[package]]
12748name = "plain"
12749version = "0.2.3"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12752
12753[[package]]
12754name = "platform_title_bar"
12755version = "0.1.0"
12756dependencies = [
12757 "feature_flags",
12758 "gpui",
12759 "project",
12760 "settings",
12761 "smallvec",
12762 "theme",
12763 "ui",
12764 "windows 0.61.3",
12765 "workspace",
12766 "zed_actions",
12767]
12768
12769[[package]]
12770name = "plist"
12771version = "1.8.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12774dependencies = [
12775 "base64 0.22.1",
12776 "indexmap",
12777 "quick-xml 0.38.3",
12778 "serde",
12779 "time",
12780]
12781
12782[[package]]
12783name = "plotters"
12784version = "0.3.7"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12787dependencies = [
12788 "num-traits",
12789 "plotters-backend",
12790 "plotters-svg",
12791 "wasm-bindgen",
12792 "web-sys",
12793]
12794
12795[[package]]
12796name = "plotters-backend"
12797version = "0.3.7"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12800
12801[[package]]
12802name = "plotters-svg"
12803version = "0.3.7"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12806dependencies = [
12807 "plotters-backend",
12808]
12809
12810[[package]]
12811name = "png"
12812version = "0.17.16"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12815dependencies = [
12816 "bitflags 1.3.2",
12817 "crc32fast",
12818 "fdeflate",
12819 "flate2",
12820 "miniz_oxide",
12821]
12822
12823[[package]]
12824name = "png"
12825version = "0.18.0"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12828dependencies = [
12829 "bitflags 2.10.0",
12830 "crc32fast",
12831 "fdeflate",
12832 "flate2",
12833 "miniz_oxide",
12834]
12835
12836[[package]]
12837name = "polling"
12838version = "3.11.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12841dependencies = [
12842 "cfg-if",
12843 "concurrent-queue",
12844 "hermit-abi",
12845 "pin-project-lite",
12846 "rustix 1.1.2",
12847 "windows-sys 0.61.2",
12848]
12849
12850[[package]]
12851name = "pollster"
12852version = "0.2.5"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12855
12856[[package]]
12857name = "pollster"
12858version = "0.4.0"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12861
12862[[package]]
12863name = "pori"
12864version = "0.0.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12867dependencies = [
12868 "nom 7.1.3",
12869]
12870
12871[[package]]
12872name = "portable-atomic"
12873version = "1.11.1"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12876
12877[[package]]
12878name = "portable-atomic-util"
12879version = "0.2.4"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12882dependencies = [
12883 "portable-atomic",
12884]
12885
12886[[package]]
12887name = "portable-pty"
12888version = "0.9.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12891dependencies = [
12892 "anyhow",
12893 "bitflags 1.3.2",
12894 "downcast-rs",
12895 "filedescriptor",
12896 "lazy_static",
12897 "libc",
12898 "log",
12899 "nix 0.28.0",
12900 "serial2",
12901 "shared_library",
12902 "shell-words",
12903 "winapi",
12904 "winreg 0.10.1",
12905]
12906
12907[[package]]
12908name = "postage"
12909version = "0.5.0"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12912dependencies = [
12913 "atomic",
12914 "crossbeam-queue",
12915 "futures 0.3.31",
12916 "log",
12917 "parking_lot",
12918 "pin-project",
12919 "pollster 0.2.5",
12920 "static_assertions",
12921 "thiserror 1.0.69",
12922]
12923
12924[[package]]
12925name = "postcard"
12926version = "1.1.3"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12929dependencies = [
12930 "cobs",
12931 "embedded-io 0.4.0",
12932 "embedded-io 0.6.1",
12933 "serde",
12934]
12935
12936[[package]]
12937name = "potential_utf"
12938version = "0.1.3"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12941dependencies = [
12942 "zerovec",
12943]
12944
12945[[package]]
12946name = "powerfmt"
12947version = "0.2.0"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12950
12951[[package]]
12952name = "ppv-lite86"
12953version = "0.2.21"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12956dependencies = [
12957 "zerocopy",
12958]
12959
12960[[package]]
12961name = "precomputed-hash"
12962version = "0.1.1"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12965
12966[[package]]
12967name = "presser"
12968version = "0.3.1"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12971
12972[[package]]
12973name = "prettier"
12974version = "0.1.0"
12975dependencies = [
12976 "anyhow",
12977 "collections",
12978 "fs",
12979 "gpui",
12980 "language",
12981 "log",
12982 "lsp",
12983 "node_runtime",
12984 "parking_lot",
12985 "paths",
12986 "serde",
12987 "serde_json",
12988 "util",
12989]
12990
12991[[package]]
12992name = "pretty_assertions"
12993version = "1.4.1"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12996dependencies = [
12997 "diff",
12998 "yansi",
12999]
13000
13001[[package]]
13002name = "prettyplease"
13003version = "0.2.37"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13006dependencies = [
13007 "proc-macro2",
13008 "syn 2.0.117",
13009]
13010
13011[[package]]
13012name = "primal-check"
13013version = "0.3.4"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13016dependencies = [
13017 "num-integer",
13018]
13019
13020[[package]]
13021name = "proc-macro-crate"
13022version = "3.4.0"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13025dependencies = [
13026 "toml_edit 0.23.7",
13027]
13028
13029[[package]]
13030name = "proc-macro-error"
13031version = "1.0.4"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13034dependencies = [
13035 "proc-macro-error-attr",
13036 "proc-macro2",
13037 "quote",
13038 "syn 1.0.109",
13039 "version_check",
13040]
13041
13042[[package]]
13043name = "proc-macro-error-attr"
13044version = "1.0.4"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13047dependencies = [
13048 "proc-macro2",
13049 "quote",
13050 "version_check",
13051]
13052
13053[[package]]
13054name = "proc-macro-error-attr2"
13055version = "2.0.0"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13058dependencies = [
13059 "proc-macro2",
13060 "quote",
13061]
13062
13063[[package]]
13064name = "proc-macro-error2"
13065version = "2.0.1"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13068dependencies = [
13069 "proc-macro-error-attr2",
13070 "proc-macro2",
13071 "quote",
13072 "syn 2.0.117",
13073]
13074
13075[[package]]
13076name = "proc-macro2"
13077version = "1.0.101"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13080dependencies = [
13081 "unicode-ident",
13082]
13083
13084[[package]]
13085name = "proc-macro2-diagnostics"
13086version = "0.10.1"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13089dependencies = [
13090 "proc-macro2",
13091 "quote",
13092 "syn 2.0.117",
13093 "version_check",
13094 "yansi",
13095]
13096
13097[[package]]
13098name = "procfs-core"
13099version = "0.17.0"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13102dependencies = [
13103 "bitflags 2.10.0",
13104 "hex",
13105 "serde",
13106]
13107
13108[[package]]
13109name = "profiling"
13110version = "1.0.17"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13113dependencies = [
13114 "profiling-procmacros",
13115]
13116
13117[[package]]
13118name = "profiling-procmacros"
13119version = "1.0.17"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13122dependencies = [
13123 "quote",
13124 "syn 2.0.117",
13125]
13126
13127[[package]]
13128name = "project"
13129version = "0.1.0"
13130dependencies = [
13131 "aho-corasick",
13132 "anyhow",
13133 "askpass",
13134 "async-trait",
13135 "base64 0.22.1",
13136 "buffer_diff",
13137 "circular-buffer",
13138 "client",
13139 "clock",
13140 "collections",
13141 "context_server",
13142 "dap",
13143 "encoding_rs",
13144 "extension",
13145 "fancy-regex",
13146 "fs",
13147 "futures 0.3.31",
13148 "fuzzy",
13149 "git",
13150 "git2",
13151 "git_hosting_providers",
13152 "globset",
13153 "gpui",
13154 "http_client",
13155 "image",
13156 "indexmap",
13157 "itertools 0.14.0",
13158 "language",
13159 "log",
13160 "lsp",
13161 "markdown",
13162 "node_runtime",
13163 "parking_lot",
13164 "paths",
13165 "postage",
13166 "prettier",
13167 "pretty_assertions",
13168 "project",
13169 "rand 0.9.2",
13170 "regex",
13171 "release_channel",
13172 "remote",
13173 "rpc",
13174 "schemars",
13175 "semver",
13176 "serde",
13177 "serde_json",
13178 "settings",
13179 "sha2",
13180 "shellexpand 2.1.2",
13181 "smallvec",
13182 "smol",
13183 "snippet",
13184 "snippet_provider",
13185 "sum_tree",
13186 "task",
13187 "tempfile",
13188 "terminal",
13189 "text",
13190 "toml 0.8.23",
13191 "tracing",
13192 "unindent",
13193 "url",
13194 "util",
13195 "watch",
13196 "wax",
13197 "which 6.0.3",
13198 "worktree",
13199 "zeroize",
13200 "zlog",
13201 "ztracing",
13202]
13203
13204[[package]]
13205name = "project_benchmarks"
13206version = "0.1.0"
13207dependencies = [
13208 "anyhow",
13209 "askpass",
13210 "clap",
13211 "client",
13212 "futures 0.3.31",
13213 "gpui",
13214 "gpui_platform",
13215 "http_client",
13216 "language",
13217 "node_runtime",
13218 "project",
13219 "release_channel",
13220 "remote",
13221 "rpassword",
13222 "semver",
13223 "settings",
13224 "watch",
13225]
13226
13227[[package]]
13228name = "project_panel"
13229version = "0.1.0"
13230dependencies = [
13231 "anyhow",
13232 "client",
13233 "collections",
13234 "command_palette_hooks",
13235 "criterion",
13236 "db",
13237 "editor",
13238 "file_icons",
13239 "git",
13240 "git_ui",
13241 "gpui",
13242 "itertools 0.14.0",
13243 "language",
13244 "menu",
13245 "notifications",
13246 "pretty_assertions",
13247 "project",
13248 "rayon",
13249 "schemars",
13250 "search",
13251 "serde",
13252 "serde_json",
13253 "settings",
13254 "smallvec",
13255 "telemetry",
13256 "tempfile",
13257 "theme",
13258 "ui",
13259 "util",
13260 "workspace",
13261 "worktree",
13262 "zed_actions",
13263]
13264
13265[[package]]
13266name = "project_symbols"
13267version = "0.1.0"
13268dependencies = [
13269 "anyhow",
13270 "editor",
13271 "futures 0.3.31",
13272 "fuzzy",
13273 "gpui",
13274 "language",
13275 "lsp",
13276 "ordered-float 2.10.1",
13277 "picker",
13278 "project",
13279 "release_channel",
13280 "semver",
13281 "serde_json",
13282 "settings",
13283 "theme",
13284 "util",
13285 "workspace",
13286]
13287
13288[[package]]
13289name = "prometheus"
13290version = "0.14.0"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13293dependencies = [
13294 "cfg-if",
13295 "fnv",
13296 "lazy_static",
13297 "memchr",
13298 "parking_lot",
13299 "protobuf",
13300 "thiserror 2.0.17",
13301]
13302
13303[[package]]
13304name = "prompt_store"
13305version = "0.1.0"
13306dependencies = [
13307 "anyhow",
13308 "assets",
13309 "chrono",
13310 "collections",
13311 "fs",
13312 "futures 0.3.31",
13313 "fuzzy",
13314 "gpui",
13315 "handlebars 4.5.0",
13316 "heed",
13317 "language",
13318 "log",
13319 "parking_lot",
13320 "paths",
13321 "rope",
13322 "serde",
13323 "strum 0.27.2",
13324 "tempfile",
13325 "text",
13326 "util",
13327 "uuid",
13328]
13329
13330[[package]]
13331name = "proptest"
13332version = "1.10.0"
13333source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13334dependencies = [
13335 "bit-set",
13336 "bit-vec",
13337 "bitflags 2.10.0",
13338 "num-traits",
13339 "proptest-macro",
13340 "rand 0.9.2",
13341 "rand_chacha 0.9.0",
13342 "rand_xorshift",
13343 "regex-syntax",
13344 "rusty-fork",
13345 "tempfile",
13346 "unarray",
13347]
13348
13349[[package]]
13350name = "proptest-derive"
13351version = "0.8.0"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13354dependencies = [
13355 "proc-macro2",
13356 "quote",
13357 "syn 2.0.117",
13358]
13359
13360[[package]]
13361name = "proptest-macro"
13362version = "0.5.0"
13363source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13364dependencies = [
13365 "convert_case 0.11.0",
13366 "proc-macro2",
13367 "quote",
13368 "syn 2.0.117",
13369]
13370
13371[[package]]
13372name = "prost"
13373version = "0.9.0"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13376dependencies = [
13377 "bytes 1.11.1",
13378 "prost-derive 0.9.0",
13379]
13380
13381[[package]]
13382name = "prost"
13383version = "0.12.6"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13386dependencies = [
13387 "bytes 1.11.1",
13388 "prost-derive 0.12.6",
13389]
13390
13391[[package]]
13392name = "prost-build"
13393version = "0.9.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13396dependencies = [
13397 "bytes 1.11.1",
13398 "heck 0.3.3",
13399 "itertools 0.10.5",
13400 "lazy_static",
13401 "log",
13402 "multimap",
13403 "petgraph",
13404 "prost 0.9.0",
13405 "prost-types 0.9.0",
13406 "regex",
13407 "tempfile",
13408 "which 4.4.2",
13409]
13410
13411[[package]]
13412name = "prost-build"
13413version = "0.12.6"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13416dependencies = [
13417 "bytes 1.11.1",
13418 "heck 0.5.0",
13419 "itertools 0.12.1",
13420 "log",
13421 "multimap",
13422 "once_cell",
13423 "petgraph",
13424 "prettyplease",
13425 "prost 0.12.6",
13426 "prost-types 0.12.6",
13427 "regex",
13428 "syn 2.0.117",
13429 "tempfile",
13430]
13431
13432[[package]]
13433name = "prost-derive"
13434version = "0.9.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13437dependencies = [
13438 "anyhow",
13439 "itertools 0.10.5",
13440 "proc-macro2",
13441 "quote",
13442 "syn 1.0.109",
13443]
13444
13445[[package]]
13446name = "prost-derive"
13447version = "0.12.6"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13450dependencies = [
13451 "anyhow",
13452 "itertools 0.12.1",
13453 "proc-macro2",
13454 "quote",
13455 "syn 2.0.117",
13456]
13457
13458[[package]]
13459name = "prost-types"
13460version = "0.9.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13463dependencies = [
13464 "bytes 1.11.1",
13465 "prost 0.9.0",
13466]
13467
13468[[package]]
13469name = "prost-types"
13470version = "0.12.6"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13473dependencies = [
13474 "prost 0.12.6",
13475]
13476
13477[[package]]
13478name = "proto"
13479version = "0.1.0"
13480dependencies = [
13481 "anyhow",
13482 "prost 0.9.0",
13483 "prost-build 0.9.0",
13484 "serde",
13485]
13486
13487[[package]]
13488name = "protobuf"
13489version = "3.7.2"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13492dependencies = [
13493 "once_cell",
13494 "protobuf-support",
13495 "thiserror 1.0.69",
13496]
13497
13498[[package]]
13499name = "protobuf-support"
13500version = "3.7.2"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13503dependencies = [
13504 "thiserror 1.0.69",
13505]
13506
13507[[package]]
13508name = "psm"
13509version = "0.1.30"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13512dependencies = [
13513 "ar_archive_writer",
13514 "cc",
13515]
13516
13517[[package]]
13518name = "ptr_meta"
13519version = "0.1.4"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13522dependencies = [
13523 "ptr_meta_derive",
13524]
13525
13526[[package]]
13527name = "ptr_meta_derive"
13528version = "0.1.4"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13531dependencies = [
13532 "proc-macro2",
13533 "quote",
13534 "syn 1.0.109",
13535]
13536
13537[[package]]
13538name = "pulldown-cmark"
13539version = "0.10.3"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13542dependencies = [
13543 "bitflags 2.10.0",
13544 "memchr",
13545 "pulldown-cmark-escape",
13546 "unicase",
13547]
13548
13549[[package]]
13550name = "pulldown-cmark"
13551version = "0.13.0"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13554dependencies = [
13555 "bitflags 2.10.0",
13556 "memchr",
13557 "unicase",
13558]
13559
13560[[package]]
13561name = "pulldown-cmark-escape"
13562version = "0.10.1"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13565
13566[[package]]
13567name = "pulley-interpreter"
13568version = "33.0.2"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13571dependencies = [
13572 "cranelift-bitset",
13573 "log",
13574 "wasmtime-math",
13575]
13576
13577[[package]]
13578name = "pulp"
13579version = "0.18.22"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13582dependencies = [
13583 "bytemuck",
13584 "libm",
13585 "num-complex",
13586 "reborrow",
13587]
13588
13589[[package]]
13590name = "pulp"
13591version = "0.21.5"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13594dependencies = [
13595 "bytemuck",
13596 "cfg-if",
13597 "libm",
13598 "num-complex",
13599 "reborrow",
13600 "version_check",
13601]
13602
13603[[package]]
13604name = "pxfm"
13605version = "0.1.25"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13608dependencies = [
13609 "num-traits",
13610]
13611
13612[[package]]
13613name = "qoi"
13614version = "0.4.1"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13617dependencies = [
13618 "bytemuck",
13619]
13620
13621[[package]]
13622name = "quick-error"
13623version = "1.2.3"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13626
13627[[package]]
13628name = "quick-error"
13629version = "2.0.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13632
13633[[package]]
13634name = "quick-xml"
13635version = "0.30.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13638dependencies = [
13639 "memchr",
13640]
13641
13642[[package]]
13643name = "quick-xml"
13644version = "0.37.5"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13647dependencies = [
13648 "memchr",
13649]
13650
13651[[package]]
13652name = "quick-xml"
13653version = "0.38.3"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13656dependencies = [
13657 "memchr",
13658]
13659
13660[[package]]
13661name = "quinn"
13662version = "0.11.9"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13665dependencies = [
13666 "bytes 1.11.1",
13667 "cfg_aliases 0.2.1",
13668 "pin-project-lite",
13669 "quinn-proto",
13670 "quinn-udp",
13671 "rustc-hash 2.1.1",
13672 "rustls 0.23.33",
13673 "socket2 0.6.1",
13674 "thiserror 2.0.17",
13675 "tokio",
13676 "tracing",
13677 "web-time",
13678]
13679
13680[[package]]
13681name = "quinn-proto"
13682version = "0.11.13"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13685dependencies = [
13686 "bytes 1.11.1",
13687 "getrandom 0.3.4",
13688 "lru-slab",
13689 "rand 0.9.2",
13690 "ring",
13691 "rustc-hash 2.1.1",
13692 "rustls 0.23.33",
13693 "rustls-pki-types",
13694 "slab",
13695 "thiserror 2.0.17",
13696 "tinyvec",
13697 "tracing",
13698 "web-time",
13699]
13700
13701[[package]]
13702name = "quinn-udp"
13703version = "0.5.14"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13706dependencies = [
13707 "cfg_aliases 0.2.1",
13708 "libc",
13709 "once_cell",
13710 "socket2 0.6.1",
13711 "tracing",
13712 "windows-sys 0.60.2",
13713]
13714
13715[[package]]
13716name = "quote"
13717version = "1.0.41"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13720dependencies = [
13721 "proc-macro2",
13722]
13723
13724[[package]]
13725name = "r-efi"
13726version = "5.3.0"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13729
13730[[package]]
13731name = "radium"
13732version = "0.7.0"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13735
13736[[package]]
13737name = "rand"
13738version = "0.3.23"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13741dependencies = [
13742 "libc",
13743 "rand 0.4.6",
13744]
13745
13746[[package]]
13747name = "rand"
13748version = "0.4.6"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13751dependencies = [
13752 "fuchsia-cprng",
13753 "libc",
13754 "rand_core 0.3.1",
13755 "rdrand",
13756 "winapi",
13757]
13758
13759[[package]]
13760name = "rand"
13761version = "0.8.5"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13764dependencies = [
13765 "libc",
13766 "rand_chacha 0.3.1",
13767 "rand_core 0.6.4",
13768]
13769
13770[[package]]
13771name = "rand"
13772version = "0.9.2"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13775dependencies = [
13776 "rand_chacha 0.9.0",
13777 "rand_core 0.9.3",
13778]
13779
13780[[package]]
13781name = "rand_chacha"
13782version = "0.3.1"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13785dependencies = [
13786 "ppv-lite86",
13787 "rand_core 0.6.4",
13788]
13789
13790[[package]]
13791name = "rand_chacha"
13792version = "0.9.0"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13795dependencies = [
13796 "ppv-lite86",
13797 "rand_core 0.9.3",
13798]
13799
13800[[package]]
13801name = "rand_core"
13802version = "0.3.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13805dependencies = [
13806 "rand_core 0.4.2",
13807]
13808
13809[[package]]
13810name = "rand_core"
13811version = "0.4.2"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13814
13815[[package]]
13816name = "rand_core"
13817version = "0.6.4"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13820dependencies = [
13821 "getrandom 0.2.16",
13822]
13823
13824[[package]]
13825name = "rand_core"
13826version = "0.9.3"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13829dependencies = [
13830 "getrandom 0.3.4",
13831]
13832
13833[[package]]
13834name = "rand_distr"
13835version = "0.5.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13838dependencies = [
13839 "num-traits",
13840 "rand 0.9.2",
13841]
13842
13843[[package]]
13844name = "rand_pcg"
13845version = "0.3.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13848dependencies = [
13849 "rand_core 0.6.4",
13850]
13851
13852[[package]]
13853name = "rand_xorshift"
13854version = "0.4.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13857dependencies = [
13858 "rand_core 0.9.3",
13859]
13860
13861[[package]]
13862name = "random_choice"
13863version = "0.3.2"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13866dependencies = [
13867 "rand 0.3.23",
13868]
13869
13870[[package]]
13871name = "range-alloc"
13872version = "0.1.4"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13875
13876[[package]]
13877name = "range-map"
13878version = "0.2.0"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13881dependencies = [
13882 "num-traits",
13883]
13884
13885[[package]]
13886name = "rangemap"
13887version = "1.7.1"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13890
13891[[package]]
13892name = "rav1e"
13893version = "0.7.1"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13896dependencies = [
13897 "arbitrary",
13898 "arg_enum_proc_macro",
13899 "arrayvec",
13900 "av1-grain",
13901 "bitstream-io",
13902 "built",
13903 "cfg-if",
13904 "interpolate_name",
13905 "itertools 0.12.1",
13906 "libc",
13907 "libfuzzer-sys",
13908 "log",
13909 "maybe-rayon",
13910 "new_debug_unreachable",
13911 "noop_proc_macro",
13912 "num-derive",
13913 "num-traits",
13914 "once_cell",
13915 "paste",
13916 "profiling",
13917 "rand 0.8.5",
13918 "rand_chacha 0.3.1",
13919 "simd_helpers",
13920 "system-deps 6.2.2",
13921 "thiserror 1.0.69",
13922 "v_frame",
13923 "wasm-bindgen",
13924]
13925
13926[[package]]
13927name = "ravif"
13928version = "0.11.20"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13931dependencies = [
13932 "avif-serialize",
13933 "imgref",
13934 "loop9",
13935 "quick-error 2.0.1",
13936 "rav1e",
13937 "rayon",
13938 "rgb",
13939]
13940
13941[[package]]
13942name = "raw-cpuid"
13943version = "10.7.0"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13946dependencies = [
13947 "bitflags 1.3.2",
13948]
13949
13950[[package]]
13951name = "raw-cpuid"
13952version = "11.6.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13955dependencies = [
13956 "bitflags 2.10.0",
13957]
13958
13959[[package]]
13960name = "raw-window-handle"
13961version = "0.6.2"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13964
13965[[package]]
13966name = "rayon"
13967version = "1.11.0"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13970dependencies = [
13971 "either",
13972 "rayon-core",
13973]
13974
13975[[package]]
13976name = "rayon-core"
13977version = "1.13.0"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13980dependencies = [
13981 "crossbeam-deque",
13982 "crossbeam-utils",
13983]
13984
13985[[package]]
13986name = "rdrand"
13987version = "0.4.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13990dependencies = [
13991 "rand_core 0.3.1",
13992]
13993
13994[[package]]
13995name = "read-fonts"
13996version = "0.35.0"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13999dependencies = [
14000 "bytemuck",
14001 "font-types 0.10.0",
14002]
14003
14004[[package]]
14005name = "read-fonts"
14006version = "0.37.0"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14009dependencies = [
14010 "bytemuck",
14011 "core_maths",
14012 "font-types 0.11.0",
14013]
14014
14015[[package]]
14016name = "realfft"
14017version = "3.5.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14020dependencies = [
14021 "rustfft",
14022]
14023
14024[[package]]
14025name = "reborrow"
14026version = "0.5.5"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14029
14030[[package]]
14031name = "recent_projects"
14032version = "0.1.0"
14033dependencies = [
14034 "anyhow",
14035 "askpass",
14036 "chrono",
14037 "db",
14038 "dev_container",
14039 "editor",
14040 "extension",
14041 "extension_host",
14042 "fs",
14043 "futures 0.3.31",
14044 "fuzzy",
14045 "gpui",
14046 "http_client",
14047 "indoc",
14048 "language",
14049 "log",
14050 "menu",
14051 "node_runtime",
14052 "open_path_prompt",
14053 "ordered-float 2.10.1",
14054 "paths",
14055 "picker",
14056 "project",
14057 "release_channel",
14058 "remote",
14059 "remote_connection",
14060 "remote_server",
14061 "semver",
14062 "serde",
14063 "serde_json",
14064 "settings",
14065 "smol",
14066 "task",
14067 "telemetry",
14068 "ui",
14069 "ui_input",
14070 "util",
14071 "windows-registry 0.6.1",
14072 "workspace",
14073 "worktree",
14074 "zed_actions",
14075]
14076
14077[[package]]
14078name = "redox_syscall"
14079version = "0.2.16"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14082dependencies = [
14083 "bitflags 1.3.2",
14084]
14085
14086[[package]]
14087name = "redox_syscall"
14088version = "0.5.18"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14091dependencies = [
14092 "bitflags 2.10.0",
14093]
14094
14095[[package]]
14096name = "redox_users"
14097version = "0.4.6"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14100dependencies = [
14101 "getrandom 0.2.16",
14102 "libredox",
14103 "thiserror 1.0.69",
14104]
14105
14106[[package]]
14107name = "redox_users"
14108version = "0.5.2"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14111dependencies = [
14112 "getrandom 0.2.16",
14113 "libredox",
14114 "thiserror 2.0.17",
14115]
14116
14117[[package]]
14118name = "ref-cast"
14119version = "1.0.25"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14122dependencies = [
14123 "ref-cast-impl",
14124]
14125
14126[[package]]
14127name = "ref-cast-impl"
14128version = "1.0.25"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14131dependencies = [
14132 "proc-macro2",
14133 "quote",
14134 "syn 2.0.117",
14135]
14136
14137[[package]]
14138name = "referencing"
14139version = "0.37.4"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14142dependencies = [
14143 "ahash 0.8.12",
14144 "fluent-uri",
14145 "getrandom 0.3.4",
14146 "hashbrown 0.16.1",
14147 "parking_lot",
14148 "percent-encoding",
14149 "serde_json",
14150]
14151
14152[[package]]
14153name = "refineable"
14154version = "0.1.0"
14155dependencies = [
14156 "derive_refineable",
14157]
14158
14159[[package]]
14160name = "regalloc2"
14161version = "0.12.2"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14164dependencies = [
14165 "allocator-api2",
14166 "bumpalo",
14167 "hashbrown 0.15.5",
14168 "log",
14169 "rustc-hash 2.1.1",
14170 "serde",
14171 "smallvec",
14172]
14173
14174[[package]]
14175name = "regex"
14176version = "1.12.2"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14179dependencies = [
14180 "aho-corasick",
14181 "memchr",
14182 "regex-automata",
14183 "regex-syntax",
14184]
14185
14186[[package]]
14187name = "regex-automata"
14188version = "0.4.13"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14191dependencies = [
14192 "aho-corasick",
14193 "memchr",
14194 "regex-syntax",
14195]
14196
14197[[package]]
14198name = "regex-lite"
14199version = "0.1.8"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14202
14203[[package]]
14204name = "regex-syntax"
14205version = "0.8.8"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14208
14209[[package]]
14210name = "release_channel"
14211version = "0.1.0"
14212dependencies = [
14213 "gpui",
14214 "semver",
14215]
14216
14217[[package]]
14218name = "remote"
14219version = "0.1.0"
14220dependencies = [
14221 "anyhow",
14222 "askpass",
14223 "async-trait",
14224 "base64 0.22.1",
14225 "collections",
14226 "fs",
14227 "futures 0.3.31",
14228 "gpui",
14229 "log",
14230 "parking_lot",
14231 "paths",
14232 "prost 0.9.0",
14233 "release_channel",
14234 "rpc",
14235 "schemars",
14236 "semver",
14237 "serde",
14238 "serde_json",
14239 "settings",
14240 "smol",
14241 "tempfile",
14242 "thiserror 2.0.17",
14243 "urlencoding",
14244 "util",
14245 "which 6.0.3",
14246]
14247
14248[[package]]
14249name = "remote_connection"
14250version = "0.1.0"
14251dependencies = [
14252 "anyhow",
14253 "askpass",
14254 "auto_update",
14255 "futures 0.3.31",
14256 "gpui",
14257 "log",
14258 "markdown",
14259 "menu",
14260 "release_channel",
14261 "remote",
14262 "semver",
14263 "settings",
14264 "theme",
14265 "ui",
14266 "ui_input",
14267 "workspace",
14268]
14269
14270[[package]]
14271name = "remote_server"
14272version = "0.1.0"
14273dependencies = [
14274 "action_log",
14275 "agent",
14276 "anyhow",
14277 "askpass",
14278 "cargo_toml",
14279 "clap",
14280 "client",
14281 "clock",
14282 "collections",
14283 "crash-handler",
14284 "crashes",
14285 "dap_adapters",
14286 "debug_adapter_extension",
14287 "editor",
14288 "env_logger 0.11.8",
14289 "extension",
14290 "extension_host",
14291 "fork",
14292 "fs",
14293 "futures 0.3.31",
14294 "git",
14295 "git2",
14296 "git_hosting_providers",
14297 "gpui",
14298 "gpui_platform",
14299 "gpui_tokio",
14300 "http_client",
14301 "image",
14302 "json_schema_store",
14303 "language",
14304 "language_extension",
14305 "language_model",
14306 "languages",
14307 "libc",
14308 "log",
14309 "lsp",
14310 "minidumper",
14311 "net",
14312 "node_runtime",
14313 "paths",
14314 "pretty_assertions",
14315 "project",
14316 "proto",
14317 "rayon",
14318 "release_channel",
14319 "remote",
14320 "reqwest_client",
14321 "rpc",
14322 "rust-embed",
14323 "semver",
14324 "serde",
14325 "serde_json",
14326 "settings",
14327 "shellexpand 2.1.2",
14328 "smol",
14329 "sysinfo 0.37.2",
14330 "task",
14331 "theme",
14332 "thiserror 2.0.17",
14333 "toml 0.8.23",
14334 "unindent",
14335 "util",
14336 "uuid",
14337 "watch",
14338 "windows 0.61.3",
14339 "worktree",
14340 "zlog",
14341]
14342
14343[[package]]
14344name = "rend"
14345version = "0.4.2"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14348dependencies = [
14349 "bytecheck",
14350]
14351
14352[[package]]
14353name = "renderdoc-sys"
14354version = "1.1.0"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14357
14358[[package]]
14359name = "repl"
14360version = "0.1.0"
14361dependencies = [
14362 "alacritty_terminal",
14363 "anyhow",
14364 "async-dispatcher",
14365 "async-task",
14366 "async-tungstenite",
14367 "base64 0.22.1",
14368 "client",
14369 "collections",
14370 "command_palette_hooks",
14371 "editor",
14372 "feature_flags",
14373 "file_icons",
14374 "futures 0.3.31",
14375 "gpui",
14376 "html_to_markdown",
14377 "http_client",
14378 "image",
14379 "indoc",
14380 "jupyter-protocol",
14381 "jupyter-websocket-client",
14382 "language",
14383 "languages",
14384 "log",
14385 "markdown",
14386 "menu",
14387 "multi_buffer",
14388 "nbformat",
14389 "picker",
14390 "project",
14391 "remote",
14392 "runtimelib",
14393 "serde",
14394 "serde_json",
14395 "settings",
14396 "shlex",
14397 "smol",
14398 "telemetry",
14399 "terminal",
14400 "terminal_view",
14401 "theme",
14402 "tree-sitter-md",
14403 "tree-sitter-python",
14404 "tree-sitter-typescript",
14405 "ui",
14406 "util",
14407 "uuid",
14408 "workspace",
14409 "zed_actions",
14410]
14411
14412[[package]]
14413name = "reqwest"
14414version = "0.11.27"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14417dependencies = [
14418 "base64 0.21.7",
14419 "bytes 1.11.1",
14420 "encoding_rs",
14421 "futures-core",
14422 "futures-util",
14423 "h2 0.3.27",
14424 "http 0.2.12",
14425 "http-body 0.4.6",
14426 "hyper 0.14.32",
14427 "hyper-tls",
14428 "ipnet",
14429 "js-sys",
14430 "log",
14431 "mime",
14432 "native-tls",
14433 "once_cell",
14434 "percent-encoding",
14435 "pin-project-lite",
14436 "rustls-pemfile 1.0.4",
14437 "serde",
14438 "serde_json",
14439 "serde_urlencoded",
14440 "sync_wrapper 0.1.2",
14441 "system-configuration 0.5.1",
14442 "tokio",
14443 "tokio-native-tls",
14444 "tower-service",
14445 "url",
14446 "wasm-bindgen",
14447 "wasm-bindgen-futures",
14448 "web-sys",
14449 "winreg 0.50.0",
14450]
14451
14452[[package]]
14453name = "reqwest"
14454version = "0.12.24"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14457dependencies = [
14458 "base64 0.22.1",
14459 "bytes 1.11.1",
14460 "futures-channel",
14461 "futures-core",
14462 "futures-util",
14463 "http 1.3.1",
14464 "http-body 1.0.1",
14465 "http-body-util",
14466 "hyper 1.7.0",
14467 "hyper-rustls 0.27.7",
14468 "hyper-util",
14469 "js-sys",
14470 "log",
14471 "percent-encoding",
14472 "pin-project-lite",
14473 "quinn",
14474 "rustls 0.23.33",
14475 "rustls-native-certs 0.8.2",
14476 "rustls-pki-types",
14477 "serde",
14478 "serde_json",
14479 "serde_urlencoded",
14480 "sync_wrapper 1.0.2",
14481 "tokio",
14482 "tokio-rustls 0.26.2",
14483 "tower 0.5.2",
14484 "tower-http 0.6.6",
14485 "tower-service",
14486 "url",
14487 "wasm-bindgen",
14488 "wasm-bindgen-futures",
14489 "web-sys",
14490]
14491
14492[[package]]
14493name = "reqwest_client"
14494version = "0.1.0"
14495dependencies = [
14496 "anyhow",
14497 "bytes 1.11.1",
14498 "futures 0.3.31",
14499 "gpui_util",
14500 "http_client",
14501 "http_client_tls",
14502 "log",
14503 "regex",
14504 "serde",
14505 "tokio",
14506 "zed-reqwest",
14507]
14508
14509[[package]]
14510name = "resvg"
14511version = "0.45.1"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14514dependencies = [
14515 "log",
14516 "pico-args",
14517 "rgb",
14518 "svgtypes",
14519 "tiny-skia",
14520 "usvg",
14521]
14522
14523[[package]]
14524name = "rfc6979"
14525version = "0.3.1"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14528dependencies = [
14529 "crypto-bigint 0.4.9",
14530 "hmac",
14531 "zeroize",
14532]
14533
14534[[package]]
14535name = "rgb"
14536version = "0.8.52"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14539dependencies = [
14540 "bytemuck",
14541]
14542
14543[[package]]
14544name = "ring"
14545version = "0.17.14"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14548dependencies = [
14549 "cc",
14550 "cfg-if",
14551 "getrandom 0.2.16",
14552 "libc",
14553 "untrusted 0.9.0",
14554 "windows-sys 0.52.0",
14555]
14556
14557[[package]]
14558name = "rkyv"
14559version = "0.7.45"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14562dependencies = [
14563 "bitvec",
14564 "bytecheck",
14565 "bytes 1.11.1",
14566 "hashbrown 0.12.3",
14567 "ptr_meta",
14568 "rend",
14569 "rkyv_derive",
14570 "seahash",
14571 "tinyvec",
14572 "uuid",
14573]
14574
14575[[package]]
14576name = "rkyv_derive"
14577version = "0.7.45"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14580dependencies = [
14581 "proc-macro2",
14582 "quote",
14583 "syn 1.0.109",
14584]
14585
14586[[package]]
14587name = "rmp"
14588version = "0.8.14"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14591dependencies = [
14592 "byteorder",
14593 "num-traits",
14594 "paste",
14595]
14596
14597[[package]]
14598name = "rmpv"
14599version = "1.3.0"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14602dependencies = [
14603 "num-traits",
14604 "rmp",
14605]
14606
14607[[package]]
14608name = "rodio"
14609version = "0.21.1"
14610source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14611dependencies = [
14612 "cpal",
14613 "dasp_sample",
14614 "hound",
14615 "num-rational",
14616 "rand 0.9.2",
14617 "rand_distr",
14618 "rtrb",
14619 "symphonia",
14620 "thiserror 2.0.17",
14621]
14622
14623[[package]]
14624name = "rope"
14625version = "0.1.0"
14626dependencies = [
14627 "arrayvec",
14628 "criterion",
14629 "ctor",
14630 "gpui",
14631 "log",
14632 "rand 0.9.2",
14633 "rayon",
14634 "sum_tree",
14635 "tracing",
14636 "unicode-segmentation",
14637 "util",
14638 "zlog",
14639 "ztracing",
14640]
14641
14642[[package]]
14643name = "roxmltree"
14644version = "0.20.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14647
14648[[package]]
14649name = "rpassword"
14650version = "7.4.0"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14653dependencies = [
14654 "libc",
14655 "rtoolbox",
14656 "windows-sys 0.59.0",
14657]
14658
14659[[package]]
14660name = "rpc"
14661version = "0.1.0"
14662dependencies = [
14663 "anyhow",
14664 "async-tungstenite",
14665 "base64 0.22.1",
14666 "collections",
14667 "futures 0.3.31",
14668 "gpui",
14669 "parking_lot",
14670 "proto",
14671 "rand 0.9.2",
14672 "rsa",
14673 "serde",
14674 "serde_json",
14675 "sha2",
14676 "strum 0.27.2",
14677 "tracing",
14678 "util",
14679 "zlog",
14680 "zstd",
14681]
14682
14683[[package]]
14684name = "rsa"
14685version = "0.9.10"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14688dependencies = [
14689 "const-oid",
14690 "digest",
14691 "num-bigint-dig 0.8.6",
14692 "num-integer",
14693 "num-traits",
14694 "pkcs1",
14695 "pkcs8 0.10.2",
14696 "rand_core 0.6.4",
14697 "signature 2.2.0",
14698 "spki 0.7.3",
14699 "subtle",
14700 "zeroize",
14701]
14702
14703[[package]]
14704name = "rtoolbox"
14705version = "0.0.3"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14708dependencies = [
14709 "libc",
14710 "windows-sys 0.52.0",
14711]
14712
14713[[package]]
14714name = "rtrb"
14715version = "0.3.2"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14718
14719[[package]]
14720name = "rules_library"
14721version = "0.1.0"
14722dependencies = [
14723 "anyhow",
14724 "collections",
14725 "editor",
14726 "gpui",
14727 "language",
14728 "language_model",
14729 "log",
14730 "menu",
14731 "picker",
14732 "platform_title_bar",
14733 "prompt_store",
14734 "release_channel",
14735 "rope",
14736 "serde",
14737 "settings",
14738 "theme",
14739 "ui",
14740 "ui_input",
14741 "util",
14742 "workspace",
14743 "zed_actions",
14744]
14745
14746[[package]]
14747name = "runtimelib"
14748version = "1.4.0"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14751dependencies = [
14752 "async-dispatcher",
14753 "async-std",
14754 "aws-lc-rs",
14755 "base64 0.22.1",
14756 "bytes 1.11.1",
14757 "chrono",
14758 "data-encoding",
14759 "dirs 6.0.0",
14760 "futures 0.3.31",
14761 "glob",
14762 "jupyter-protocol",
14763 "serde",
14764 "serde_json",
14765 "shellexpand 3.1.1",
14766 "smol",
14767 "thiserror 2.0.17",
14768 "uuid",
14769 "zeromq",
14770]
14771
14772[[package]]
14773name = "rust-embed"
14774version = "8.7.2"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14777dependencies = [
14778 "rust-embed-impl",
14779 "rust-embed-utils",
14780 "walkdir",
14781]
14782
14783[[package]]
14784name = "rust-embed-impl"
14785version = "8.7.2"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14788dependencies = [
14789 "proc-macro2",
14790 "quote",
14791 "rust-embed-utils",
14792 "syn 2.0.117",
14793 "walkdir",
14794]
14795
14796[[package]]
14797name = "rust-embed-utils"
14798version = "8.7.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14801dependencies = [
14802 "globset",
14803 "sha2",
14804 "walkdir",
14805]
14806
14807[[package]]
14808name = "rust_decimal"
14809version = "1.39.0"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14812dependencies = [
14813 "arrayvec",
14814 "borsh",
14815 "bytes 1.11.1",
14816 "num-traits",
14817 "rand 0.8.5",
14818 "rkyv",
14819 "serde",
14820 "serde_json",
14821]
14822
14823[[package]]
14824name = "rustc-demangle"
14825version = "0.1.26"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14828
14829[[package]]
14830name = "rustc-hash"
14831version = "1.1.0"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14834
14835[[package]]
14836name = "rustc-hash"
14837version = "2.1.1"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14840
14841[[package]]
14842name = "rustc_version"
14843version = "0.4.1"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14846dependencies = [
14847 "semver",
14848]
14849
14850[[package]]
14851name = "rustfft"
14852version = "6.4.1"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14855dependencies = [
14856 "num-complex",
14857 "num-integer",
14858 "num-traits",
14859 "primal-check",
14860 "strength_reduce",
14861 "transpose",
14862]
14863
14864[[package]]
14865name = "rustix"
14866version = "0.38.44"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14869dependencies = [
14870 "bitflags 2.10.0",
14871 "errno 0.3.14",
14872 "libc",
14873 "linux-raw-sys 0.4.15",
14874 "windows-sys 0.59.0",
14875]
14876
14877[[package]]
14878name = "rustix"
14879version = "1.1.2"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14882dependencies = [
14883 "bitflags 2.10.0",
14884 "errno 0.3.14",
14885 "libc",
14886 "linux-raw-sys 0.11.0",
14887 "windows-sys 0.61.2",
14888]
14889
14890[[package]]
14891name = "rustix-linux-procfs"
14892version = "0.1.1"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14895dependencies = [
14896 "once_cell",
14897 "rustix 1.1.2",
14898]
14899
14900[[package]]
14901name = "rustix-openpty"
14902version = "0.2.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14905dependencies = [
14906 "errno 0.3.14",
14907 "libc",
14908 "rustix 1.1.2",
14909]
14910
14911[[package]]
14912name = "rustls"
14913version = "0.21.12"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14916dependencies = [
14917 "log",
14918 "ring",
14919 "rustls-webpki 0.101.7",
14920 "sct",
14921]
14922
14923[[package]]
14924name = "rustls"
14925version = "0.23.33"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14928dependencies = [
14929 "aws-lc-rs",
14930 "log",
14931 "once_cell",
14932 "ring",
14933 "rustls-pki-types",
14934 "rustls-webpki 0.103.7",
14935 "subtle",
14936 "zeroize",
14937]
14938
14939[[package]]
14940name = "rustls-native-certs"
14941version = "0.6.3"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14944dependencies = [
14945 "openssl-probe",
14946 "rustls-pemfile 1.0.4",
14947 "schannel",
14948 "security-framework 2.11.1",
14949]
14950
14951[[package]]
14952name = "rustls-native-certs"
14953version = "0.8.2"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14956dependencies = [
14957 "openssl-probe",
14958 "rustls-pki-types",
14959 "schannel",
14960 "security-framework 3.5.1",
14961]
14962
14963[[package]]
14964name = "rustls-pemfile"
14965version = "1.0.4"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14968dependencies = [
14969 "base64 0.21.7",
14970]
14971
14972[[package]]
14973name = "rustls-pemfile"
14974version = "2.2.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14977dependencies = [
14978 "rustls-pki-types",
14979]
14980
14981[[package]]
14982name = "rustls-pki-types"
14983version = "1.12.0"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14986dependencies = [
14987 "web-time",
14988 "zeroize",
14989]
14990
14991[[package]]
14992name = "rustls-platform-verifier"
14993version = "0.5.3"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14996dependencies = [
14997 "core-foundation 0.10.0",
14998 "core-foundation-sys",
14999 "jni",
15000 "log",
15001 "once_cell",
15002 "rustls 0.23.33",
15003 "rustls-native-certs 0.8.2",
15004 "rustls-platform-verifier-android",
15005 "rustls-webpki 0.103.7",
15006 "security-framework 3.5.1",
15007 "security-framework-sys",
15008 "webpki-root-certs",
15009 "windows-sys 0.59.0",
15010]
15011
15012[[package]]
15013name = "rustls-platform-verifier-android"
15014version = "0.1.1"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15017
15018[[package]]
15019name = "rustls-webpki"
15020version = "0.101.7"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15023dependencies = [
15024 "ring",
15025 "untrusted 0.9.0",
15026]
15027
15028[[package]]
15029name = "rustls-webpki"
15030version = "0.103.7"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15033dependencies = [
15034 "aws-lc-rs",
15035 "ring",
15036 "rustls-pki-types",
15037 "untrusted 0.9.0",
15038]
15039
15040[[package]]
15041name = "rustversion"
15042version = "1.0.22"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15045
15046[[package]]
15047name = "rusty-fork"
15048version = "0.3.1"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15051dependencies = [
15052 "fnv",
15053 "quick-error 1.2.3",
15054 "tempfile",
15055 "wait-timeout",
15056]
15057
15058[[package]]
15059name = "rustybuzz"
15060version = "0.20.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15063dependencies = [
15064 "bitflags 2.10.0",
15065 "bytemuck",
15066 "core_maths",
15067 "log",
15068 "smallvec",
15069 "ttf-parser 0.25.1",
15070 "unicode-bidi-mirroring",
15071 "unicode-ccc",
15072 "unicode-properties",
15073 "unicode-script",
15074]
15075
15076[[package]]
15077name = "ryu"
15078version = "1.0.20"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15081
15082[[package]]
15083name = "saa"
15084version = "5.4.9"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15087
15088[[package]]
15089name = "safetensors"
15090version = "0.4.5"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15093dependencies = [
15094 "serde",
15095 "serde_json",
15096]
15097
15098[[package]]
15099name = "same-file"
15100version = "1.0.6"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15103dependencies = [
15104 "winapi-util",
15105]
15106
15107[[package]]
15108name = "scc"
15109version = "3.5.6"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15112dependencies = [
15113 "saa",
15114 "sdd",
15115]
15116
15117[[package]]
15118name = "schannel"
15119version = "0.1.28"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15122dependencies = [
15123 "windows-sys 0.61.2",
15124]
15125
15126[[package]]
15127name = "scheduler"
15128version = "0.1.0"
15129dependencies = [
15130 "async-task",
15131 "backtrace",
15132 "chrono",
15133 "flume",
15134 "futures 0.3.31",
15135 "parking_lot",
15136 "rand 0.9.2",
15137 "web-time",
15138]
15139
15140[[package]]
15141name = "schema_generator"
15142version = "0.1.0"
15143dependencies = [
15144 "anyhow",
15145 "clap",
15146 "env_logger 0.11.8",
15147 "schemars",
15148 "serde",
15149 "serde_json",
15150 "settings",
15151 "theme",
15152]
15153
15154[[package]]
15155name = "schemars"
15156version = "1.0.4"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15159dependencies = [
15160 "dyn-clone",
15161 "indexmap",
15162 "ref-cast",
15163 "schemars_derive",
15164 "serde",
15165 "serde_json",
15166]
15167
15168[[package]]
15169name = "schemars_derive"
15170version = "1.0.4"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15173dependencies = [
15174 "proc-macro2",
15175 "quote",
15176 "serde_derive_internals",
15177 "syn 2.0.117",
15178]
15179
15180[[package]]
15181name = "scoped-tls"
15182version = "1.0.1"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15185
15186[[package]]
15187name = "scopeguard"
15188version = "1.2.0"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15191
15192[[package]]
15193name = "scratch"
15194version = "1.0.9"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15197
15198[[package]]
15199name = "screencapturekit"
15200version = "0.2.8"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15203dependencies = [
15204 "screencapturekit-sys",
15205]
15206
15207[[package]]
15208name = "screencapturekit-sys"
15209version = "0.2.8"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15212dependencies = [
15213 "block",
15214 "dispatch",
15215 "objc",
15216 "objc-foundation",
15217 "objc_id",
15218 "once_cell",
15219]
15220
15221[[package]]
15222name = "scroll"
15223version = "0.12.0"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15226dependencies = [
15227 "scroll_derive",
15228]
15229
15230[[package]]
15231name = "scroll_derive"
15232version = "0.12.1"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15235dependencies = [
15236 "proc-macro2",
15237 "quote",
15238 "syn 2.0.117",
15239]
15240
15241[[package]]
15242name = "sct"
15243version = "0.7.1"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15246dependencies = [
15247 "ring",
15248 "untrusted 0.9.0",
15249]
15250
15251[[package]]
15252name = "sdd"
15253version = "4.6.2"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15256
15257[[package]]
15258name = "sea-bae"
15259version = "0.2.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15262dependencies = [
15263 "heck 0.4.1",
15264 "proc-macro-error2",
15265 "proc-macro2",
15266 "quote",
15267 "syn 2.0.117",
15268]
15269
15270[[package]]
15271name = "sea-orm"
15272version = "1.1.10"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15275dependencies = [
15276 "async-stream",
15277 "async-trait",
15278 "bigdecimal",
15279 "chrono",
15280 "futures-util",
15281 "log",
15282 "ouroboros",
15283 "pgvector",
15284 "rust_decimal",
15285 "sea-orm-macros",
15286 "sea-query",
15287 "sea-query-binder",
15288 "serde",
15289 "serde_json",
15290 "sqlx",
15291 "strum 0.26.3",
15292 "thiserror 2.0.17",
15293 "time",
15294 "tracing",
15295 "url",
15296 "uuid",
15297]
15298
15299[[package]]
15300name = "sea-orm-macros"
15301version = "1.1.10"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15304dependencies = [
15305 "heck 0.4.1",
15306 "proc-macro2",
15307 "quote",
15308 "sea-bae",
15309 "syn 2.0.117",
15310 "unicode-ident",
15311]
15312
15313[[package]]
15314name = "sea-query"
15315version = "0.32.7"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15318dependencies = [
15319 "bigdecimal",
15320 "chrono",
15321 "inherent",
15322 "ordered-float 4.6.0",
15323 "rust_decimal",
15324 "serde_json",
15325 "time",
15326 "uuid",
15327]
15328
15329[[package]]
15330name = "sea-query-binder"
15331version = "0.7.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15334dependencies = [
15335 "bigdecimal",
15336 "chrono",
15337 "rust_decimal",
15338 "sea-query",
15339 "serde_json",
15340 "sqlx",
15341 "time",
15342 "uuid",
15343]
15344
15345[[package]]
15346name = "seahash"
15347version = "4.1.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15350
15351[[package]]
15352name = "search"
15353version = "0.1.0"
15354dependencies = [
15355 "any_vec",
15356 "anyhow",
15357 "bitflags 2.10.0",
15358 "collections",
15359 "editor",
15360 "fs",
15361 "futures 0.3.31",
15362 "gpui",
15363 "itertools 0.14.0",
15364 "language",
15365 "lsp",
15366 "menu",
15367 "pretty_assertions",
15368 "project",
15369 "serde",
15370 "serde_json",
15371 "settings",
15372 "smol",
15373 "theme",
15374 "tracing",
15375 "ui",
15376 "unindent",
15377 "util",
15378 "util_macros",
15379 "workspace",
15380 "zed_actions",
15381 "ztracing",
15382]
15383
15384[[package]]
15385name = "sec1"
15386version = "0.3.0"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15389dependencies = [
15390 "base16ct",
15391 "der 0.6.1",
15392 "generic-array",
15393 "pkcs8 0.9.0",
15394 "subtle",
15395 "zeroize",
15396]
15397
15398[[package]]
15399name = "security-framework"
15400version = "2.11.1"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15403dependencies = [
15404 "bitflags 2.10.0",
15405 "core-foundation 0.9.4",
15406 "core-foundation-sys",
15407 "libc",
15408 "security-framework-sys",
15409]
15410
15411[[package]]
15412name = "security-framework"
15413version = "3.5.1"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15416dependencies = [
15417 "bitflags 2.10.0",
15418 "core-foundation 0.10.0",
15419 "core-foundation-sys",
15420 "libc",
15421 "security-framework-sys",
15422]
15423
15424[[package]]
15425name = "security-framework-sys"
15426version = "2.15.0"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15429dependencies = [
15430 "core-foundation-sys",
15431 "libc",
15432]
15433
15434[[package]]
15435name = "self_cell"
15436version = "1.2.2"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15439
15440[[package]]
15441name = "semver"
15442version = "1.0.27"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15445dependencies = [
15446 "serde",
15447 "serde_core",
15448]
15449
15450[[package]]
15451name = "seq-macro"
15452version = "0.3.6"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15455
15456[[package]]
15457name = "serde"
15458version = "1.0.228"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15461dependencies = [
15462 "serde_core",
15463 "serde_derive",
15464]
15465
15466[[package]]
15467name = "serde_bytes"
15468version = "0.11.19"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15471dependencies = [
15472 "serde",
15473 "serde_core",
15474]
15475
15476[[package]]
15477name = "serde_core"
15478version = "1.0.228"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15481dependencies = [
15482 "serde_derive",
15483]
15484
15485[[package]]
15486name = "serde_derive"
15487version = "1.0.228"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15490dependencies = [
15491 "proc-macro2",
15492 "quote",
15493 "syn 2.0.117",
15494]
15495
15496[[package]]
15497name = "serde_derive_internals"
15498version = "0.29.1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15501dependencies = [
15502 "proc-macro2",
15503 "quote",
15504 "syn 2.0.117",
15505]
15506
15507[[package]]
15508name = "serde_fmt"
15509version = "1.0.3"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15512dependencies = [
15513 "serde",
15514]
15515
15516[[package]]
15517name = "serde_json"
15518version = "1.0.145"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15521dependencies = [
15522 "indexmap",
15523 "itoa",
15524 "memchr",
15525 "ryu",
15526 "serde",
15527 "serde_core",
15528]
15529
15530[[package]]
15531name = "serde_json_lenient"
15532version = "0.2.4"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15535dependencies = [
15536 "indexmap",
15537 "itoa",
15538 "memchr",
15539 "ryu",
15540 "serde",
15541]
15542
15543[[package]]
15544name = "serde_path_to_error"
15545version = "0.1.20"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15548dependencies = [
15549 "itoa",
15550 "serde",
15551 "serde_core",
15552]
15553
15554[[package]]
15555name = "serde_repr"
15556version = "0.1.20"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15559dependencies = [
15560 "proc-macro2",
15561 "quote",
15562 "syn 2.0.117",
15563]
15564
15565[[package]]
15566name = "serde_spanned"
15567version = "0.6.9"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15570dependencies = [
15571 "serde",
15572]
15573
15574[[package]]
15575name = "serde_spanned"
15576version = "1.0.3"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15579dependencies = [
15580 "serde_core",
15581]
15582
15583[[package]]
15584name = "serde_urlencoded"
15585version = "0.7.1"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15588dependencies = [
15589 "form_urlencoded",
15590 "itoa",
15591 "ryu",
15592 "serde",
15593]
15594
15595[[package]]
15596name = "serde_yaml"
15597version = "0.9.34+deprecated"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15600dependencies = [
15601 "indexmap",
15602 "itoa",
15603 "ryu",
15604 "serde",
15605 "unsafe-libyaml",
15606]
15607
15608[[package]]
15609name = "serial2"
15610version = "0.2.33"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15613dependencies = [
15614 "cfg-if",
15615 "libc",
15616 "winapi",
15617]
15618
15619[[package]]
15620name = "session"
15621version = "0.1.0"
15622dependencies = [
15623 "db",
15624 "gpui",
15625 "serde_json",
15626 "util",
15627 "uuid",
15628]
15629
15630[[package]]
15631name = "settings"
15632version = "0.1.0"
15633dependencies = [
15634 "anyhow",
15635 "collections",
15636 "ec4rs",
15637 "fs",
15638 "futures 0.3.31",
15639 "gpui",
15640 "indoc",
15641 "inventory",
15642 "log",
15643 "migrator",
15644 "paths",
15645 "pretty_assertions",
15646 "release_channel",
15647 "rust-embed",
15648 "schemars",
15649 "serde",
15650 "serde_json",
15651 "serde_json_lenient",
15652 "settings_content",
15653 "settings_json",
15654 "settings_macros",
15655 "smallvec",
15656 "unindent",
15657 "util",
15658 "zlog",
15659]
15660
15661[[package]]
15662name = "settings_content"
15663version = "0.1.0"
15664dependencies = [
15665 "anyhow",
15666 "collections",
15667 "derive_more",
15668 "gpui",
15669 "log",
15670 "schemars",
15671 "serde",
15672 "serde_json",
15673 "serde_json_lenient",
15674 "settings_json",
15675 "settings_macros",
15676 "strum 0.27.2",
15677 "util",
15678]
15679
15680[[package]]
15681name = "settings_json"
15682version = "0.1.0"
15683dependencies = [
15684 "anyhow",
15685 "pretty_assertions",
15686 "serde",
15687 "serde_json",
15688 "serde_json_lenient",
15689 "serde_path_to_error",
15690 "tree-sitter",
15691 "tree-sitter-json",
15692 "unindent",
15693 "util",
15694]
15695
15696[[package]]
15697name = "settings_macros"
15698version = "0.1.0"
15699dependencies = [
15700 "quote",
15701 "settings",
15702 "syn 2.0.117",
15703]
15704
15705[[package]]
15706name = "settings_profile_selector"
15707version = "0.1.0"
15708dependencies = [
15709 "editor",
15710 "fuzzy",
15711 "gpui",
15712 "menu",
15713 "picker",
15714 "project",
15715 "serde_json",
15716 "settings",
15717 "theme",
15718 "ui",
15719 "workspace",
15720 "zed_actions",
15721]
15722
15723[[package]]
15724name = "settings_ui"
15725version = "0.1.0"
15726dependencies = [
15727 "agent",
15728 "agent_settings",
15729 "anyhow",
15730 "audio",
15731 "codestral",
15732 "component",
15733 "copilot",
15734 "copilot_ui",
15735 "cpal",
15736 "edit_prediction",
15737 "edit_prediction_ui",
15738 "editor",
15739 "feature_flags",
15740 "fs",
15741 "futures 0.3.31",
15742 "fuzzy",
15743 "gpui",
15744 "heck 0.5.0",
15745 "itertools 0.14.0",
15746 "language",
15747 "log",
15748 "menu",
15749 "paths",
15750 "picker",
15751 "platform_title_bar",
15752 "pretty_assertions",
15753 "project",
15754 "regex",
15755 "release_channel",
15756 "rodio",
15757 "schemars",
15758 "search",
15759 "serde",
15760 "serde_json",
15761 "settings",
15762 "shell_command_parser",
15763 "strum 0.27.2",
15764 "telemetry",
15765 "theme",
15766 "title_bar",
15767 "ui",
15768 "util",
15769 "workspace",
15770 "zed_actions",
15771]
15772
15773[[package]]
15774name = "sha-1"
15775version = "0.10.1"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15778dependencies = [
15779 "cfg-if",
15780 "cpufeatures",
15781 "digest",
15782]
15783
15784[[package]]
15785name = "sha1"
15786version = "0.10.6"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15789dependencies = [
15790 "cfg-if",
15791 "cpufeatures",
15792 "digest",
15793]
15794
15795[[package]]
15796name = "sha1_smol"
15797version = "1.0.1"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15800
15801[[package]]
15802name = "sha2"
15803version = "0.10.9"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15806dependencies = [
15807 "cfg-if",
15808 "cpufeatures",
15809 "digest",
15810]
15811
15812[[package]]
15813name = "sharded-slab"
15814version = "0.1.7"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15817dependencies = [
15818 "lazy_static",
15819]
15820
15821[[package]]
15822name = "shared_library"
15823version = "0.1.9"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15826dependencies = [
15827 "lazy_static",
15828 "libc",
15829]
15830
15831[[package]]
15832name = "shell-words"
15833version = "1.1.0"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15836
15837[[package]]
15838name = "shell_command_parser"
15839version = "0.1.0"
15840dependencies = [
15841 "brush-parser",
15842]
15843
15844[[package]]
15845name = "shellexpand"
15846version = "2.1.2"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15849dependencies = [
15850 "dirs 4.0.0",
15851]
15852
15853[[package]]
15854name = "shellexpand"
15855version = "3.1.1"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15858dependencies = [
15859 "dirs 6.0.0",
15860]
15861
15862[[package]]
15863name = "shingles"
15864version = "0.1.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15867
15868[[package]]
15869name = "shlex"
15870version = "1.3.0"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15873
15874[[package]]
15875name = "sidebar"
15876version = "0.1.0"
15877dependencies = [
15878 "acp_thread",
15879 "action_log",
15880 "agent",
15881 "agent-client-protocol",
15882 "agent_ui",
15883 "anyhow",
15884 "assistant_text_thread",
15885 "chrono",
15886 "editor",
15887 "feature_flags",
15888 "fs",
15889 "git",
15890 "gpui",
15891 "language_model",
15892 "menu",
15893 "pretty_assertions",
15894 "project",
15895 "prompt_store",
15896 "recent_projects",
15897 "serde_json",
15898 "settings",
15899 "theme",
15900 "ui",
15901 "util",
15902 "workspace",
15903 "zed_actions",
15904]
15905
15906[[package]]
15907name = "signal-hook"
15908version = "0.3.18"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15911dependencies = [
15912 "libc",
15913 "signal-hook-registry",
15914]
15915
15916[[package]]
15917name = "signal-hook-registry"
15918version = "1.4.6"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15921dependencies = [
15922 "libc",
15923]
15924
15925[[package]]
15926name = "signature"
15927version = "1.6.4"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15930dependencies = [
15931 "digest",
15932 "rand_core 0.6.4",
15933]
15934
15935[[package]]
15936name = "signature"
15937version = "2.2.0"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15940dependencies = [
15941 "digest",
15942 "rand_core 0.6.4",
15943]
15944
15945[[package]]
15946name = "simd-adler32"
15947version = "0.3.7"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15950
15951[[package]]
15952name = "simd_helpers"
15953version = "0.1.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15956dependencies = [
15957 "quote",
15958]
15959
15960[[package]]
15961name = "simdutf8"
15962version = "0.1.5"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15965
15966[[package]]
15967name = "similar"
15968version = "2.7.0"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15971
15972[[package]]
15973name = "simple_asn1"
15974version = "0.6.3"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15977dependencies = [
15978 "num-bigint",
15979 "num-traits",
15980 "thiserror 2.0.17",
15981 "time",
15982]
15983
15984[[package]]
15985name = "simplecss"
15986version = "0.2.2"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15989dependencies = [
15990 "log",
15991]
15992
15993[[package]]
15994name = "simplelog"
15995version = "0.12.2"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15998dependencies = [
15999 "log",
16000 "termcolor",
16001 "time",
16002]
16003
16004[[package]]
16005name = "siphasher"
16006version = "0.3.11"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16009
16010[[package]]
16011name = "siphasher"
16012version = "1.0.1"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16015
16016[[package]]
16017name = "skrifa"
16018version = "0.37.0"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16021dependencies = [
16022 "bytemuck",
16023 "read-fonts 0.35.0",
16024]
16025
16026[[package]]
16027name = "skrifa"
16028version = "0.40.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16031dependencies = [
16032 "bytemuck",
16033 "read-fonts 0.37.0",
16034]
16035
16036[[package]]
16037name = "slab"
16038version = "0.4.11"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16041
16042[[package]]
16043name = "slash_commands_example"
16044version = "0.1.0"
16045dependencies = [
16046 "zed_extension_api 0.1.0",
16047]
16048
16049[[package]]
16050name = "slotmap"
16051version = "1.0.7"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16054dependencies = [
16055 "version_check",
16056]
16057
16058[[package]]
16059name = "smallvec"
16060version = "1.15.1"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16063dependencies = [
16064 "serde",
16065]
16066
16067[[package]]
16068name = "smart-default"
16069version = "0.7.1"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16072dependencies = [
16073 "proc-macro2",
16074 "quote",
16075 "syn 2.0.117",
16076]
16077
16078[[package]]
16079name = "smol"
16080version = "2.0.2"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16083dependencies = [
16084 "async-channel 2.5.0",
16085 "async-executor",
16086 "async-fs",
16087 "async-io",
16088 "async-lock 3.4.2",
16089 "async-net",
16090 "async-process",
16091 "blocking",
16092 "futures-lite 2.6.1",
16093]
16094
16095[[package]]
16096name = "smol_str"
16097version = "0.3.5"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16100
16101[[package]]
16102name = "snippet"
16103version = "0.1.0"
16104dependencies = [
16105 "anyhow",
16106 "smallvec",
16107]
16108
16109[[package]]
16110name = "snippet_provider"
16111version = "0.1.0"
16112dependencies = [
16113 "anyhow",
16114 "collections",
16115 "extension",
16116 "fs",
16117 "futures 0.3.31",
16118 "gpui",
16119 "indoc",
16120 "parking_lot",
16121 "paths",
16122 "schemars",
16123 "serde",
16124 "serde_json",
16125 "serde_json_lenient",
16126 "snippet",
16127 "util",
16128]
16129
16130[[package]]
16131name = "snippets_ui"
16132version = "0.1.0"
16133dependencies = [
16134 "file_icons",
16135 "fuzzy",
16136 "gpui",
16137 "language",
16138 "open_path_prompt",
16139 "paths",
16140 "picker",
16141 "settings",
16142 "ui",
16143 "util",
16144 "workspace",
16145]
16146
16147[[package]]
16148name = "socket2"
16149version = "0.5.10"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16152dependencies = [
16153 "libc",
16154 "windows-sys 0.52.0",
16155]
16156
16157[[package]]
16158name = "socket2"
16159version = "0.6.1"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16162dependencies = [
16163 "libc",
16164 "windows-sys 0.60.2",
16165]
16166
16167[[package]]
16168name = "spdx"
16169version = "0.10.9"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16172dependencies = [
16173 "smallvec",
16174]
16175
16176[[package]]
16177name = "spin"
16178version = "0.9.8"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16181dependencies = [
16182 "lock_api",
16183]
16184
16185[[package]]
16186name = "spin"
16187version = "0.10.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16190dependencies = [
16191 "lock_api",
16192]
16193
16194[[package]]
16195name = "spirv"
16196version = "0.3.0+sdk-1.3.268.0"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16199dependencies = [
16200 "bitflags 2.10.0",
16201]
16202
16203[[package]]
16204name = "spki"
16205version = "0.6.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16208dependencies = [
16209 "base64ct",
16210 "der 0.6.1",
16211]
16212
16213[[package]]
16214name = "spki"
16215version = "0.7.3"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16218dependencies = [
16219 "base64ct",
16220 "der 0.7.10",
16221]
16222
16223[[package]]
16224name = "sptr"
16225version = "0.3.2"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16228
16229[[package]]
16230name = "sqlez"
16231version = "0.1.0"
16232dependencies = [
16233 "anyhow",
16234 "collections",
16235 "futures 0.3.31",
16236 "indoc",
16237 "libsqlite3-sys",
16238 "log",
16239 "parking_lot",
16240 "smol",
16241 "sqlformat",
16242 "thread_local",
16243 "util",
16244 "uuid",
16245]
16246
16247[[package]]
16248name = "sqlez_macros"
16249version = "0.1.0"
16250dependencies = [
16251 "sqlez",
16252 "sqlformat",
16253 "syn 2.0.117",
16254]
16255
16256[[package]]
16257name = "sqlformat"
16258version = "0.2.6"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16261dependencies = [
16262 "nom 7.1.3",
16263 "unicode_categories",
16264]
16265
16266[[package]]
16267name = "sqlx"
16268version = "0.8.6"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16271dependencies = [
16272 "sqlx-core",
16273 "sqlx-macros",
16274 "sqlx-mysql",
16275 "sqlx-postgres",
16276 "sqlx-sqlite",
16277]
16278
16279[[package]]
16280name = "sqlx-core"
16281version = "0.8.6"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16284dependencies = [
16285 "base64 0.22.1",
16286 "bigdecimal",
16287 "bytes 1.11.1",
16288 "chrono",
16289 "crc",
16290 "crossbeam-queue",
16291 "either",
16292 "event-listener 5.4.1",
16293 "futures-core",
16294 "futures-intrusive",
16295 "futures-io",
16296 "futures-util",
16297 "hashbrown 0.15.5",
16298 "hashlink 0.10.0",
16299 "indexmap",
16300 "log",
16301 "memchr",
16302 "once_cell",
16303 "percent-encoding",
16304 "rust_decimal",
16305 "rustls 0.23.33",
16306 "serde",
16307 "serde_json",
16308 "sha2",
16309 "smallvec",
16310 "thiserror 2.0.17",
16311 "time",
16312 "tokio",
16313 "tokio-stream",
16314 "tracing",
16315 "url",
16316 "uuid",
16317 "webpki-roots",
16318]
16319
16320[[package]]
16321name = "sqlx-macros"
16322version = "0.8.6"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16325dependencies = [
16326 "proc-macro2",
16327 "quote",
16328 "sqlx-core",
16329 "sqlx-macros-core",
16330 "syn 2.0.117",
16331]
16332
16333[[package]]
16334name = "sqlx-macros-core"
16335version = "0.8.6"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16338dependencies = [
16339 "dotenvy",
16340 "either",
16341 "heck 0.5.0",
16342 "hex",
16343 "once_cell",
16344 "proc-macro2",
16345 "quote",
16346 "serde",
16347 "serde_json",
16348 "sha2",
16349 "sqlx-core",
16350 "sqlx-mysql",
16351 "sqlx-postgres",
16352 "sqlx-sqlite",
16353 "syn 2.0.117",
16354 "tokio",
16355 "url",
16356]
16357
16358[[package]]
16359name = "sqlx-mysql"
16360version = "0.8.6"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16363dependencies = [
16364 "atoi",
16365 "base64 0.22.1",
16366 "bigdecimal",
16367 "bitflags 2.10.0",
16368 "byteorder",
16369 "bytes 1.11.1",
16370 "chrono",
16371 "crc",
16372 "digest",
16373 "dotenvy",
16374 "either",
16375 "futures-channel",
16376 "futures-core",
16377 "futures-io",
16378 "futures-util",
16379 "generic-array",
16380 "hex",
16381 "hkdf",
16382 "hmac",
16383 "itoa",
16384 "log",
16385 "md-5",
16386 "memchr",
16387 "once_cell",
16388 "percent-encoding",
16389 "rand 0.8.5",
16390 "rsa",
16391 "rust_decimal",
16392 "serde",
16393 "sha1",
16394 "sha2",
16395 "smallvec",
16396 "sqlx-core",
16397 "stringprep",
16398 "thiserror 2.0.17",
16399 "time",
16400 "tracing",
16401 "uuid",
16402 "whoami",
16403]
16404
16405[[package]]
16406name = "sqlx-postgres"
16407version = "0.8.6"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16410dependencies = [
16411 "atoi",
16412 "base64 0.22.1",
16413 "bigdecimal",
16414 "bitflags 2.10.0",
16415 "byteorder",
16416 "chrono",
16417 "crc",
16418 "dotenvy",
16419 "etcetera",
16420 "futures-channel",
16421 "futures-core",
16422 "futures-util",
16423 "hex",
16424 "hkdf",
16425 "hmac",
16426 "home",
16427 "itoa",
16428 "log",
16429 "md-5",
16430 "memchr",
16431 "num-bigint",
16432 "once_cell",
16433 "rand 0.8.5",
16434 "rust_decimal",
16435 "serde",
16436 "serde_json",
16437 "sha2",
16438 "smallvec",
16439 "sqlx-core",
16440 "stringprep",
16441 "thiserror 2.0.17",
16442 "time",
16443 "tracing",
16444 "uuid",
16445 "whoami",
16446]
16447
16448[[package]]
16449name = "sqlx-sqlite"
16450version = "0.8.6"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16453dependencies = [
16454 "atoi",
16455 "chrono",
16456 "flume",
16457 "futures-channel",
16458 "futures-core",
16459 "futures-executor",
16460 "futures-intrusive",
16461 "futures-util",
16462 "libsqlite3-sys",
16463 "log",
16464 "percent-encoding",
16465 "serde",
16466 "serde_urlencoded",
16467 "sqlx-core",
16468 "thiserror 2.0.17",
16469 "time",
16470 "tracing",
16471 "url",
16472 "uuid",
16473]
16474
16475[[package]]
16476name = "stable_deref_trait"
16477version = "1.2.1"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16480
16481[[package]]
16482name = "stacker"
16483version = "0.1.23"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16486dependencies = [
16487 "cc",
16488 "cfg-if",
16489 "libc",
16490 "psm",
16491 "windows-sys 0.59.0",
16492]
16493
16494[[package]]
16495name = "stacksafe"
16496version = "0.1.4"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16499dependencies = [
16500 "stacker",
16501 "stacksafe-macro",
16502]
16503
16504[[package]]
16505name = "stacksafe-macro"
16506version = "0.1.4"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16509dependencies = [
16510 "proc-macro-error2",
16511 "quote",
16512 "syn 2.0.117",
16513]
16514
16515[[package]]
16516name = "static_assertions"
16517version = "1.1.0"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16520
16521[[package]]
16522name = "story"
16523version = "0.1.0"
16524dependencies = [
16525 "gpui",
16526 "itertools 0.14.0",
16527 "smallvec",
16528]
16529
16530[[package]]
16531name = "storybook"
16532version = "0.1.0"
16533dependencies = [
16534 "anyhow",
16535 "clap",
16536 "ctrlc",
16537 "dialoguer",
16538 "editor",
16539 "fuzzy",
16540 "gpui",
16541 "gpui_platform",
16542 "indoc",
16543 "language",
16544 "log",
16545 "menu",
16546 "picker",
16547 "reqwest_client",
16548 "rust-embed",
16549 "settings",
16550 "simplelog",
16551 "story",
16552 "strum 0.27.2",
16553 "theme",
16554 "title_bar",
16555 "ui",
16556]
16557
16558[[package]]
16559name = "streaming-iterator"
16560version = "0.1.9"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16563
16564[[package]]
16565name = "streaming_diff"
16566version = "0.1.0"
16567dependencies = [
16568 "ordered-float 2.10.1",
16569 "rand 0.9.2",
16570 "rope",
16571 "util",
16572]
16573
16574[[package]]
16575name = "strength_reduce"
16576version = "0.2.4"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16579
16580[[package]]
16581name = "strict-num"
16582version = "0.1.1"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16585dependencies = [
16586 "float-cmp",
16587]
16588
16589[[package]]
16590name = "string_cache"
16591version = "0.8.9"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16594dependencies = [
16595 "new_debug_unreachable",
16596 "parking_lot",
16597 "phf_shared 0.11.3",
16598 "precomputed-hash",
16599 "serde",
16600]
16601
16602[[package]]
16603name = "string_cache_codegen"
16604version = "0.5.4"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16607dependencies = [
16608 "phf_generator 0.11.3",
16609 "phf_shared 0.11.3",
16610 "proc-macro2",
16611 "quote",
16612]
16613
16614[[package]]
16615name = "stringprep"
16616version = "0.1.5"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16619dependencies = [
16620 "unicode-bidi",
16621 "unicode-normalization",
16622 "unicode-properties",
16623]
16624
16625[[package]]
16626name = "strsim"
16627version = "0.11.1"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16630
16631[[package]]
16632name = "strum"
16633version = "0.26.3"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16636
16637[[package]]
16638name = "strum"
16639version = "0.27.2"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16642dependencies = [
16643 "strum_macros 0.27.2",
16644]
16645
16646[[package]]
16647name = "strum"
16648version = "0.28.0"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16651dependencies = [
16652 "strum_macros 0.28.0",
16653]
16654
16655[[package]]
16656name = "strum_macros"
16657version = "0.27.2"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16660dependencies = [
16661 "heck 0.5.0",
16662 "proc-macro2",
16663 "quote",
16664 "syn 2.0.117",
16665]
16666
16667[[package]]
16668name = "strum_macros"
16669version = "0.28.0"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16672dependencies = [
16673 "heck 0.5.0",
16674 "proc-macro2",
16675 "quote",
16676 "syn 2.0.117",
16677]
16678
16679[[package]]
16680name = "subtle"
16681version = "2.6.1"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16684
16685[[package]]
16686name = "sum_tree"
16687version = "0.1.0"
16688dependencies = [
16689 "arrayvec",
16690 "ctor",
16691 "log",
16692 "proptest",
16693 "rand 0.9.2",
16694 "rayon",
16695 "tracing",
16696 "zlog",
16697 "ztracing",
16698]
16699
16700[[package]]
16701name = "sval"
16702version = "2.15.0"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16705
16706[[package]]
16707name = "sval_buffer"
16708version = "2.15.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16711dependencies = [
16712 "sval",
16713 "sval_ref",
16714]
16715
16716[[package]]
16717name = "sval_dynamic"
16718version = "2.15.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16721dependencies = [
16722 "sval",
16723]
16724
16725[[package]]
16726name = "sval_fmt"
16727version = "2.15.0"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16730dependencies = [
16731 "itoa",
16732 "ryu",
16733 "sval",
16734]
16735
16736[[package]]
16737name = "sval_json"
16738version = "2.15.0"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16741dependencies = [
16742 "itoa",
16743 "ryu",
16744 "sval",
16745]
16746
16747[[package]]
16748name = "sval_nested"
16749version = "2.15.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16752dependencies = [
16753 "sval",
16754 "sval_buffer",
16755 "sval_ref",
16756]
16757
16758[[package]]
16759name = "sval_ref"
16760version = "2.15.0"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16763dependencies = [
16764 "sval",
16765]
16766
16767[[package]]
16768name = "sval_serde"
16769version = "2.15.0"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16772dependencies = [
16773 "serde_core",
16774 "sval",
16775 "sval_nested",
16776]
16777
16778[[package]]
16779name = "svg_fmt"
16780version = "0.4.5"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16783
16784[[package]]
16785name = "svg_preview"
16786version = "0.1.0"
16787dependencies = [
16788 "file_icons",
16789 "gpui",
16790 "language",
16791 "multi_buffer",
16792 "ui",
16793 "workspace",
16794 "zed_actions",
16795]
16796
16797[[package]]
16798name = "svgtypes"
16799version = "0.15.3"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16802dependencies = [
16803 "kurbo",
16804 "siphasher 1.0.1",
16805]
16806
16807[[package]]
16808name = "swash"
16809version = "0.2.6"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16812dependencies = [
16813 "skrifa 0.37.0",
16814 "yazi",
16815 "zeno",
16816]
16817
16818[[package]]
16819name = "symphonia"
16820version = "0.5.5"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16823dependencies = [
16824 "lazy_static",
16825 "symphonia-bundle-flac",
16826 "symphonia-bundle-mp3",
16827 "symphonia-codec-aac",
16828 "symphonia-codec-pcm",
16829 "symphonia-codec-vorbis",
16830 "symphonia-core",
16831 "symphonia-format-isomp4",
16832 "symphonia-format-ogg",
16833 "symphonia-format-riff",
16834 "symphonia-metadata",
16835]
16836
16837[[package]]
16838name = "symphonia-bundle-flac"
16839version = "0.5.5"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16842dependencies = [
16843 "log",
16844 "symphonia-core",
16845 "symphonia-metadata",
16846 "symphonia-utils-xiph",
16847]
16848
16849[[package]]
16850name = "symphonia-bundle-mp3"
16851version = "0.5.5"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16854dependencies = [
16855 "lazy_static",
16856 "log",
16857 "symphonia-core",
16858 "symphonia-metadata",
16859]
16860
16861[[package]]
16862name = "symphonia-codec-aac"
16863version = "0.5.5"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16866dependencies = [
16867 "lazy_static",
16868 "log",
16869 "symphonia-core",
16870]
16871
16872[[package]]
16873name = "symphonia-codec-pcm"
16874version = "0.5.5"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16877dependencies = [
16878 "log",
16879 "symphonia-core",
16880]
16881
16882[[package]]
16883name = "symphonia-codec-vorbis"
16884version = "0.5.5"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16887dependencies = [
16888 "log",
16889 "symphonia-core",
16890 "symphonia-utils-xiph",
16891]
16892
16893[[package]]
16894name = "symphonia-core"
16895version = "0.5.5"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16898dependencies = [
16899 "arrayvec",
16900 "bitflags 1.3.2",
16901 "bytemuck",
16902 "lazy_static",
16903 "log",
16904]
16905
16906[[package]]
16907name = "symphonia-format-isomp4"
16908version = "0.5.5"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16911dependencies = [
16912 "encoding_rs",
16913 "log",
16914 "symphonia-core",
16915 "symphonia-metadata",
16916 "symphonia-utils-xiph",
16917]
16918
16919[[package]]
16920name = "symphonia-format-ogg"
16921version = "0.5.5"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16924dependencies = [
16925 "log",
16926 "symphonia-core",
16927 "symphonia-metadata",
16928 "symphonia-utils-xiph",
16929]
16930
16931[[package]]
16932name = "symphonia-format-riff"
16933version = "0.5.5"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16936dependencies = [
16937 "extended",
16938 "log",
16939 "symphonia-core",
16940 "symphonia-metadata",
16941]
16942
16943[[package]]
16944name = "symphonia-metadata"
16945version = "0.5.5"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16948dependencies = [
16949 "encoding_rs",
16950 "lazy_static",
16951 "log",
16952 "symphonia-core",
16953]
16954
16955[[package]]
16956name = "symphonia-utils-xiph"
16957version = "0.5.5"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16960dependencies = [
16961 "symphonia-core",
16962 "symphonia-metadata",
16963]
16964
16965[[package]]
16966name = "syn"
16967version = "1.0.109"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16970dependencies = [
16971 "proc-macro2",
16972 "quote",
16973 "unicode-ident",
16974]
16975
16976[[package]]
16977name = "syn"
16978version = "2.0.117"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16981dependencies = [
16982 "proc-macro2",
16983 "quote",
16984 "unicode-ident",
16985]
16986
16987[[package]]
16988name = "sync_wrapper"
16989version = "0.1.2"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16992
16993[[package]]
16994name = "sync_wrapper"
16995version = "1.0.2"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16998dependencies = [
16999 "futures-core",
17000]
17001
17002[[package]]
17003name = "synchronoise"
17004version = "1.0.1"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17007dependencies = [
17008 "crossbeam-queue",
17009]
17010
17011[[package]]
17012name = "synstructure"
17013version = "0.13.2"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17016dependencies = [
17017 "proc-macro2",
17018 "quote",
17019 "syn 2.0.117",
17020]
17021
17022[[package]]
17023name = "sys-locale"
17024version = "0.3.2"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17027dependencies = [
17028 "libc",
17029]
17030
17031[[package]]
17032name = "sysctl"
17033version = "0.5.5"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17036dependencies = [
17037 "bitflags 2.10.0",
17038 "byteorder",
17039 "enum-as-inner",
17040 "libc",
17041 "thiserror 1.0.69",
17042 "walkdir",
17043]
17044
17045[[package]]
17046name = "sysctl"
17047version = "0.6.0"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17050dependencies = [
17051 "bitflags 2.10.0",
17052 "byteorder",
17053 "enum-as-inner",
17054 "libc",
17055 "thiserror 1.0.69",
17056 "walkdir",
17057]
17058
17059[[package]]
17060name = "sysinfo"
17061version = "0.31.4"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17064dependencies = [
17065 "core-foundation-sys",
17066 "libc",
17067 "memchr",
17068 "ntapi",
17069 "rayon",
17070 "windows 0.57.0",
17071]
17072
17073[[package]]
17074name = "sysinfo"
17075version = "0.37.2"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17078dependencies = [
17079 "libc",
17080 "memchr",
17081 "ntapi",
17082 "objc2-core-foundation",
17083 "objc2-io-kit",
17084 "windows 0.61.3",
17085]
17086
17087[[package]]
17088name = "system-configuration"
17089version = "0.5.1"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17092dependencies = [
17093 "bitflags 1.3.2",
17094 "core-foundation 0.9.4",
17095 "system-configuration-sys 0.5.0",
17096]
17097
17098[[package]]
17099name = "system-configuration"
17100version = "0.6.1"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17103dependencies = [
17104 "bitflags 2.10.0",
17105 "core-foundation 0.9.4",
17106 "system-configuration-sys 0.6.0",
17107]
17108
17109[[package]]
17110name = "system-configuration-sys"
17111version = "0.5.0"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17114dependencies = [
17115 "core-foundation-sys",
17116 "libc",
17117]
17118
17119[[package]]
17120name = "system-configuration-sys"
17121version = "0.6.0"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17124dependencies = [
17125 "core-foundation-sys",
17126 "libc",
17127]
17128
17129[[package]]
17130name = "system-deps"
17131version = "6.2.2"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17134dependencies = [
17135 "cfg-expr 0.15.8",
17136 "heck 0.5.0",
17137 "pkg-config",
17138 "toml 0.8.23",
17139 "version-compare",
17140]
17141
17142[[package]]
17143name = "system-deps"
17144version = "7.0.7"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17147dependencies = [
17148 "cfg-expr 0.20.6",
17149 "heck 0.5.0",
17150 "pkg-config",
17151 "toml 0.9.8",
17152 "version-compare",
17153]
17154
17155[[package]]
17156name = "system-interface"
17157version = "0.27.3"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17160dependencies = [
17161 "bitflags 2.10.0",
17162 "cap-fs-ext",
17163 "cap-std",
17164 "fd-lock",
17165 "io-lifetimes",
17166 "rustix 0.38.44",
17167 "windows-sys 0.59.0",
17168 "winx",
17169]
17170
17171[[package]]
17172name = "system_specs"
17173version = "0.1.0"
17174dependencies = [
17175 "anyhow",
17176 "client",
17177 "gpui",
17178 "human_bytes",
17179 "pciid-parser",
17180 "release_channel",
17181 "semver",
17182 "serde",
17183 "sysinfo 0.37.2",
17184]
17185
17186[[package]]
17187name = "tab_switcher"
17188version = "0.1.0"
17189dependencies = [
17190 "collections",
17191 "ctor",
17192 "editor",
17193 "fuzzy",
17194 "gpui",
17195 "menu",
17196 "picker",
17197 "project",
17198 "schemars",
17199 "serde",
17200 "serde_json",
17201 "settings",
17202 "smol",
17203 "theme",
17204 "ui",
17205 "util",
17206 "workspace",
17207 "zlog",
17208]
17209
17210[[package]]
17211name = "taffy"
17212version = "0.9.0"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17215dependencies = [
17216 "arrayvec",
17217 "grid",
17218 "serde",
17219 "slotmap",
17220]
17221
17222[[package]]
17223name = "tagptr"
17224version = "0.2.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17227
17228[[package]]
17229name = "take-until"
17230version = "0.2.0"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17233
17234[[package]]
17235name = "tao-core-video-sys"
17236version = "0.2.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17239dependencies = [
17240 "cfg-if",
17241 "core-foundation-sys",
17242 "libc",
17243 "objc",
17244]
17245
17246[[package]]
17247name = "tap"
17248version = "1.0.1"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17251
17252[[package]]
17253name = "target-lexicon"
17254version = "0.12.16"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17257
17258[[package]]
17259name = "target-lexicon"
17260version = "0.13.3"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17263
17264[[package]]
17265name = "task"
17266version = "0.1.0"
17267dependencies = [
17268 "anyhow",
17269 "collections",
17270 "futures 0.3.31",
17271 "gpui",
17272 "hex",
17273 "log",
17274 "parking_lot",
17275 "pretty_assertions",
17276 "proto",
17277 "schemars",
17278 "serde",
17279 "serde_json",
17280 "serde_json_lenient",
17281 "sha2",
17282 "shellexpand 2.1.2",
17283 "util",
17284 "zed_actions",
17285]
17286
17287[[package]]
17288name = "tasks_ui"
17289version = "0.1.0"
17290dependencies = [
17291 "anyhow",
17292 "collections",
17293 "editor",
17294 "file_icons",
17295 "fuzzy",
17296 "gpui",
17297 "itertools 0.14.0",
17298 "language",
17299 "menu",
17300 "picker",
17301 "project",
17302 "serde",
17303 "serde_json",
17304 "task",
17305 "tree-sitter-rust",
17306 "tree-sitter-typescript",
17307 "ui",
17308 "util",
17309 "workspace",
17310 "zed_actions",
17311]
17312
17313[[package]]
17314name = "telemetry"
17315version = "0.1.0"
17316dependencies = [
17317 "futures 0.3.31",
17318 "serde",
17319 "serde_json",
17320 "telemetry_events",
17321]
17322
17323[[package]]
17324name = "telemetry_events"
17325version = "0.1.0"
17326dependencies = [
17327 "semver",
17328 "serde",
17329 "serde_json",
17330]
17331
17332[[package]]
17333name = "tempfile"
17334version = "3.23.0"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17337dependencies = [
17338 "fastrand 2.3.0",
17339 "getrandom 0.3.4",
17340 "once_cell",
17341 "rustix 1.1.2",
17342 "windows-sys 0.61.2",
17343]
17344
17345[[package]]
17346name = "tendril"
17347version = "0.4.3"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17350dependencies = [
17351 "futf",
17352 "mac",
17353 "utf-8",
17354]
17355
17356[[package]]
17357name = "termcolor"
17358version = "1.4.1"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17361dependencies = [
17362 "winapi-util",
17363]
17364
17365[[package]]
17366name = "terminal"
17367version = "0.1.0"
17368dependencies = [
17369 "alacritty_terminal",
17370 "anyhow",
17371 "collections",
17372 "futures 0.3.31",
17373 "gpui",
17374 "itertools 0.14.0",
17375 "libc",
17376 "log",
17377 "parking_lot",
17378 "rand 0.9.2",
17379 "regex",
17380 "release_channel",
17381 "schemars",
17382 "serde",
17383 "settings",
17384 "smol",
17385 "sysinfo 0.37.2",
17386 "task",
17387 "theme",
17388 "thiserror 2.0.17",
17389 "url",
17390 "urlencoding",
17391 "util",
17392 "util_macros",
17393 "windows 0.61.3",
17394]
17395
17396[[package]]
17397name = "terminal_size"
17398version = "0.4.3"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17401dependencies = [
17402 "rustix 1.1.2",
17403 "windows-sys 0.60.2",
17404]
17405
17406[[package]]
17407name = "terminal_view"
17408version = "0.1.0"
17409dependencies = [
17410 "anyhow",
17411 "assistant_slash_command",
17412 "async-recursion",
17413 "breadcrumbs",
17414 "collections",
17415 "db",
17416 "dirs 4.0.0",
17417 "editor",
17418 "futures 0.3.31",
17419 "gpui",
17420 "itertools 0.14.0",
17421 "language",
17422 "log",
17423 "menu",
17424 "pretty_assertions",
17425 "project",
17426 "regex",
17427 "schemars",
17428 "serde",
17429 "serde_json",
17430 "settings",
17431 "shellexpand 2.1.2",
17432 "task",
17433 "terminal",
17434 "theme",
17435 "ui",
17436 "util",
17437 "workspace",
17438 "zed_actions",
17439]
17440
17441[[package]]
17442name = "text"
17443version = "0.1.0"
17444dependencies = [
17445 "anyhow",
17446 "clock",
17447 "collections",
17448 "ctor",
17449 "gpui",
17450 "log",
17451 "parking_lot",
17452 "postage",
17453 "rand 0.9.2",
17454 "regex",
17455 "rope",
17456 "smallvec",
17457 "sum_tree",
17458 "util",
17459 "zlog",
17460]
17461
17462[[package]]
17463name = "theme"
17464version = "0.1.0"
17465dependencies = [
17466 "anyhow",
17467 "collections",
17468 "derive_more",
17469 "fs",
17470 "futures 0.3.31",
17471 "gpui",
17472 "log",
17473 "palette",
17474 "parking_lot",
17475 "refineable",
17476 "schemars",
17477 "serde",
17478 "serde_json",
17479 "serde_json_lenient",
17480 "settings",
17481 "strum 0.27.2",
17482 "thiserror 2.0.17",
17483 "util",
17484 "uuid",
17485]
17486
17487[[package]]
17488name = "theme_extension"
17489version = "0.1.0"
17490dependencies = [
17491 "anyhow",
17492 "extension",
17493 "fs",
17494 "gpui",
17495 "theme",
17496]
17497
17498[[package]]
17499name = "theme_importer"
17500version = "0.1.0"
17501dependencies = [
17502 "anyhow",
17503 "clap",
17504 "collections",
17505 "gpui",
17506 "indexmap",
17507 "log",
17508 "palette",
17509 "serde",
17510 "serde_json",
17511 "serde_json_lenient",
17512 "simplelog",
17513 "strum 0.27.2",
17514 "theme",
17515 "vscode_theme",
17516]
17517
17518[[package]]
17519name = "theme_selector"
17520version = "0.1.0"
17521dependencies = [
17522 "fs",
17523 "fuzzy",
17524 "gpui",
17525 "log",
17526 "picker",
17527 "serde",
17528 "settings",
17529 "telemetry",
17530 "theme",
17531 "ui",
17532 "util",
17533 "workspace",
17534 "zed_actions",
17535]
17536
17537[[package]]
17538name = "thiserror"
17539version = "1.0.69"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17542dependencies = [
17543 "thiserror-impl 1.0.69",
17544]
17545
17546[[package]]
17547name = "thiserror"
17548version = "2.0.17"
17549source = "registry+https://github.com/rust-lang/crates.io-index"
17550checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17551dependencies = [
17552 "thiserror-impl 2.0.17",
17553]
17554
17555[[package]]
17556name = "thiserror-impl"
17557version = "1.0.69"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17560dependencies = [
17561 "proc-macro2",
17562 "quote",
17563 "syn 2.0.117",
17564]
17565
17566[[package]]
17567name = "thiserror-impl"
17568version = "2.0.17"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17571dependencies = [
17572 "proc-macro2",
17573 "quote",
17574 "syn 2.0.117",
17575]
17576
17577[[package]]
17578name = "thread_local"
17579version = "1.1.9"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17582dependencies = [
17583 "cfg-if",
17584]
17585
17586[[package]]
17587name = "tiff"
17588version = "0.10.3"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17591dependencies = [
17592 "fax",
17593 "flate2",
17594 "half",
17595 "quick-error 2.0.1",
17596 "weezl",
17597 "zune-jpeg",
17598]
17599
17600[[package]]
17601name = "tiktoken-rs"
17602version = "0.9.1"
17603source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17604dependencies = [
17605 "anyhow",
17606 "base64 0.22.1",
17607 "bstr",
17608 "fancy-regex",
17609 "lazy_static",
17610 "regex",
17611 "rustc-hash 1.1.0",
17612]
17613
17614[[package]]
17615name = "time"
17616version = "0.3.47"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17619dependencies = [
17620 "deranged",
17621 "itoa",
17622 "libc",
17623 "num-conv",
17624 "num_threads",
17625 "powerfmt",
17626 "serde_core",
17627 "time-core",
17628 "time-macros",
17629]
17630
17631[[package]]
17632name = "time-core"
17633version = "0.1.8"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17636
17637[[package]]
17638name = "time-macros"
17639version = "0.2.27"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17642dependencies = [
17643 "num-conv",
17644 "time-core",
17645]
17646
17647[[package]]
17648name = "time_format"
17649version = "0.1.0"
17650dependencies = [
17651 "core-foundation 0.10.0",
17652 "core-foundation-sys",
17653 "sys-locale",
17654 "time",
17655 "windows 0.61.3",
17656]
17657
17658[[package]]
17659name = "tiny-keccak"
17660version = "2.0.2"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17663dependencies = [
17664 "crunchy",
17665]
17666
17667[[package]]
17668name = "tiny-skia"
17669version = "0.11.4"
17670source = "registry+https://github.com/rust-lang/crates.io-index"
17671checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17672dependencies = [
17673 "arrayref",
17674 "arrayvec",
17675 "bytemuck",
17676 "cfg-if",
17677 "log",
17678 "png 0.17.16",
17679 "tiny-skia-path",
17680]
17681
17682[[package]]
17683name = "tiny-skia-path"
17684version = "0.11.4"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17687dependencies = [
17688 "arrayref",
17689 "bytemuck",
17690 "strict-num",
17691]
17692
17693[[package]]
17694name = "tiny_http"
17695version = "0.8.2"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17698dependencies = [
17699 "ascii",
17700 "chrono",
17701 "chunked_transfer",
17702 "log",
17703 "url",
17704]
17705
17706[[package]]
17707name = "tinystr"
17708version = "0.8.1"
17709source = "registry+https://github.com/rust-lang/crates.io-index"
17710checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17711dependencies = [
17712 "displaydoc",
17713 "zerovec",
17714]
17715
17716[[package]]
17717name = "tinytemplate"
17718version = "1.2.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17721dependencies = [
17722 "serde",
17723 "serde_json",
17724]
17725
17726[[package]]
17727name = "tinyvec"
17728version = "1.10.0"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17731dependencies = [
17732 "tinyvec_macros",
17733]
17734
17735[[package]]
17736name = "tinyvec_macros"
17737version = "0.1.1"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17740
17741[[package]]
17742name = "title_bar"
17743version = "0.1.0"
17744dependencies = [
17745 "anyhow",
17746 "auto_update",
17747 "call",
17748 "channel",
17749 "chrono",
17750 "client",
17751 "cloud_api_types",
17752 "db",
17753 "feature_flags",
17754 "git_ui",
17755 "gpui",
17756 "notifications",
17757 "platform_title_bar",
17758 "project",
17759 "recent_projects",
17760 "release_channel",
17761 "remote",
17762 "rpc",
17763 "schemars",
17764 "semver",
17765 "serde",
17766 "settings",
17767 "smallvec",
17768 "story",
17769 "telemetry",
17770 "theme",
17771 "ui",
17772 "util",
17773 "windows 0.61.3",
17774 "workspace",
17775 "zed_actions",
17776]
17777
17778[[package]]
17779name = "tokio"
17780version = "1.48.0"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17783dependencies = [
17784 "bytes 1.11.1",
17785 "libc",
17786 "mio 1.1.0",
17787 "parking_lot",
17788 "pin-project-lite",
17789 "signal-hook-registry",
17790 "socket2 0.6.1",
17791 "tokio-macros",
17792 "windows-sys 0.61.2",
17793]
17794
17795[[package]]
17796name = "tokio-io"
17797version = "0.1.13"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17800dependencies = [
17801 "bytes 0.4.12",
17802 "futures 0.1.31",
17803 "log",
17804]
17805
17806[[package]]
17807name = "tokio-macros"
17808version = "2.6.0"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17811dependencies = [
17812 "proc-macro2",
17813 "quote",
17814 "syn 2.0.117",
17815]
17816
17817[[package]]
17818name = "tokio-native-tls"
17819version = "0.3.1"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17822dependencies = [
17823 "native-tls",
17824 "tokio",
17825]
17826
17827[[package]]
17828name = "tokio-rustls"
17829version = "0.24.1"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17832dependencies = [
17833 "rustls 0.21.12",
17834 "tokio",
17835]
17836
17837[[package]]
17838name = "tokio-rustls"
17839version = "0.26.2"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17842dependencies = [
17843 "rustls 0.23.33",
17844 "tokio",
17845]
17846
17847[[package]]
17848name = "tokio-socks"
17849version = "0.5.2"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17852dependencies = [
17853 "either",
17854 "futures-io",
17855 "futures-util",
17856 "thiserror 1.0.69",
17857 "tokio",
17858]
17859
17860[[package]]
17861name = "tokio-stream"
17862version = "0.1.17"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17865dependencies = [
17866 "futures-core",
17867 "pin-project-lite",
17868 "tokio",
17869]
17870
17871[[package]]
17872name = "tokio-tungstenite"
17873version = "0.20.1"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17876dependencies = [
17877 "futures-util",
17878 "log",
17879 "tokio",
17880 "tungstenite 0.20.1",
17881]
17882
17883[[package]]
17884name = "tokio-tungstenite"
17885version = "0.21.0"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17888dependencies = [
17889 "futures-util",
17890 "log",
17891 "tokio",
17892 "tungstenite 0.21.0",
17893]
17894
17895[[package]]
17896name = "tokio-tungstenite"
17897version = "0.28.0"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17900dependencies = [
17901 "futures-util",
17902 "log",
17903 "rustls 0.23.33",
17904 "rustls-native-certs 0.8.2",
17905 "rustls-pki-types",
17906 "tokio",
17907 "tokio-rustls 0.26.2",
17908 "tungstenite 0.28.0",
17909]
17910
17911[[package]]
17912name = "tokio-util"
17913version = "0.7.16"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17916dependencies = [
17917 "bytes 1.11.1",
17918 "futures-core",
17919 "futures-io",
17920 "futures-sink",
17921 "pin-project-lite",
17922 "tokio",
17923]
17924
17925[[package]]
17926name = "toml"
17927version = "0.5.11"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17930dependencies = [
17931 "serde",
17932]
17933
17934[[package]]
17935name = "toml"
17936version = "0.8.23"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17939dependencies = [
17940 "serde",
17941 "serde_spanned 0.6.9",
17942 "toml_datetime 0.6.11",
17943 "toml_edit 0.22.27",
17944]
17945
17946[[package]]
17947name = "toml"
17948version = "0.9.8"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17951dependencies = [
17952 "indexmap",
17953 "serde_core",
17954 "serde_spanned 1.0.3",
17955 "toml_datetime 0.7.3",
17956 "toml_parser",
17957 "toml_writer",
17958 "winnow",
17959]
17960
17961[[package]]
17962name = "toml_datetime"
17963version = "0.6.11"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17966dependencies = [
17967 "serde",
17968]
17969
17970[[package]]
17971name = "toml_datetime"
17972version = "0.7.3"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17975dependencies = [
17976 "serde_core",
17977]
17978
17979[[package]]
17980name = "toml_edit"
17981version = "0.22.27"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17984dependencies = [
17985 "indexmap",
17986 "serde",
17987 "serde_spanned 0.6.9",
17988 "toml_datetime 0.6.11",
17989 "toml_write",
17990 "winnow",
17991]
17992
17993[[package]]
17994name = "toml_edit"
17995version = "0.23.7"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
17998dependencies = [
17999 "indexmap",
18000 "toml_datetime 0.7.3",
18001 "toml_parser",
18002 "winnow",
18003]
18004
18005[[package]]
18006name = "toml_parser"
18007version = "1.0.4"
18008source = "registry+https://github.com/rust-lang/crates.io-index"
18009checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18010dependencies = [
18011 "winnow",
18012]
18013
18014[[package]]
18015name = "toml_write"
18016version = "0.1.2"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18019
18020[[package]]
18021name = "toml_writer"
18022version = "1.0.4"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18025
18026[[package]]
18027name = "toolchain_selector"
18028version = "0.1.0"
18029dependencies = [
18030 "anyhow",
18031 "convert_case 0.8.0",
18032 "editor",
18033 "futures 0.3.31",
18034 "fuzzy",
18035 "gpui",
18036 "language",
18037 "menu",
18038 "open_path_prompt",
18039 "picker",
18040 "project",
18041 "ui",
18042 "util",
18043 "workspace",
18044]
18045
18046[[package]]
18047name = "topological-sort"
18048version = "0.2.2"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18051
18052[[package]]
18053name = "tower"
18054version = "0.4.13"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18057dependencies = [
18058 "futures-core",
18059 "futures-util",
18060 "pin-project",
18061 "pin-project-lite",
18062 "tokio",
18063 "tower-layer",
18064 "tower-service",
18065 "tracing",
18066]
18067
18068[[package]]
18069name = "tower"
18070version = "0.5.2"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18073dependencies = [
18074 "futures-core",
18075 "futures-util",
18076 "pin-project-lite",
18077 "sync_wrapper 1.0.2",
18078 "tokio",
18079 "tower-layer",
18080 "tower-service",
18081]
18082
18083[[package]]
18084name = "tower-http"
18085version = "0.4.4"
18086source = "registry+https://github.com/rust-lang/crates.io-index"
18087checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18088dependencies = [
18089 "bitflags 2.10.0",
18090 "bytes 1.11.1",
18091 "futures-core",
18092 "futures-util",
18093 "http 0.2.12",
18094 "http-body 0.4.6",
18095 "http-range-header",
18096 "pin-project-lite",
18097 "tower-layer",
18098 "tower-service",
18099 "tracing",
18100]
18101
18102[[package]]
18103name = "tower-http"
18104version = "0.6.6"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18107dependencies = [
18108 "bitflags 2.10.0",
18109 "bytes 1.11.1",
18110 "futures-util",
18111 "http 1.3.1",
18112 "http-body 1.0.1",
18113 "iri-string",
18114 "pin-project-lite",
18115 "tower 0.5.2",
18116 "tower-layer",
18117 "tower-service",
18118]
18119
18120[[package]]
18121name = "tower-layer"
18122version = "0.3.3"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18125
18126[[package]]
18127name = "tower-service"
18128version = "0.3.3"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18131
18132[[package]]
18133name = "tracing"
18134version = "0.1.43"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18137dependencies = [
18138 "log",
18139 "pin-project-lite",
18140 "tracing-attributes",
18141 "tracing-core",
18142]
18143
18144[[package]]
18145name = "tracing-attributes"
18146version = "0.1.31"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18149dependencies = [
18150 "proc-macro2",
18151 "quote",
18152 "syn 2.0.117",
18153]
18154
18155[[package]]
18156name = "tracing-core"
18157version = "0.1.35"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18160dependencies = [
18161 "once_cell",
18162 "valuable",
18163]
18164
18165[[package]]
18166name = "tracing-log"
18167version = "0.2.0"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18170dependencies = [
18171 "log",
18172 "once_cell",
18173 "tracing-core",
18174]
18175
18176[[package]]
18177name = "tracing-serde"
18178version = "0.2.0"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18181dependencies = [
18182 "serde",
18183 "tracing-core",
18184]
18185
18186[[package]]
18187name = "tracing-subscriber"
18188version = "0.3.22"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18191dependencies = [
18192 "matchers",
18193 "nu-ansi-term",
18194 "once_cell",
18195 "regex-automata",
18196 "serde",
18197 "serde_json",
18198 "sharded-slab",
18199 "smallvec",
18200 "thread_local",
18201 "tracing",
18202 "tracing-core",
18203 "tracing-log",
18204 "tracing-serde",
18205]
18206
18207[[package]]
18208name = "tracing-tracy"
18209version = "0.11.4"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18212dependencies = [
18213 "tracing-core",
18214 "tracing-subscriber",
18215 "tracy-client",
18216]
18217
18218[[package]]
18219name = "tracy-client"
18220version = "0.18.3"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18223dependencies = [
18224 "loom",
18225 "once_cell",
18226 "tracy-client-sys",
18227]
18228
18229[[package]]
18230name = "tracy-client-sys"
18231version = "0.27.0"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18234dependencies = [
18235 "cc",
18236 "windows-targets 0.52.6",
18237]
18238
18239[[package]]
18240name = "trait-variant"
18241version = "0.1.2"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18244dependencies = [
18245 "proc-macro2",
18246 "quote",
18247 "syn 2.0.117",
18248]
18249
18250[[package]]
18251name = "transpose"
18252version = "0.2.3"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18255dependencies = [
18256 "num-integer",
18257 "strength_reduce",
18258]
18259
18260[[package]]
18261name = "tree-sitter"
18262version = "0.26.3"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18265dependencies = [
18266 "cc",
18267 "regex",
18268 "regex-syntax",
18269 "serde_json",
18270 "streaming-iterator",
18271 "tree-sitter-language",
18272 "wasmtime-c-api-impl",
18273]
18274
18275[[package]]
18276name = "tree-sitter-bash"
18277version = "0.25.1"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18280dependencies = [
18281 "cc",
18282 "tree-sitter-language",
18283]
18284
18285[[package]]
18286name = "tree-sitter-c"
18287version = "0.24.1"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18290dependencies = [
18291 "cc",
18292 "tree-sitter-language",
18293]
18294
18295[[package]]
18296name = "tree-sitter-cpp"
18297version = "0.23.4"
18298source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18299dependencies = [
18300 "cc",
18301 "tree-sitter-language",
18302]
18303
18304[[package]]
18305name = "tree-sitter-css"
18306version = "0.23.2"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18309dependencies = [
18310 "cc",
18311 "tree-sitter-language",
18312]
18313
18314[[package]]
18315name = "tree-sitter-diff"
18316version = "0.1.0"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18319dependencies = [
18320 "cc",
18321 "tree-sitter-language",
18322]
18323
18324[[package]]
18325name = "tree-sitter-elixir"
18326version = "0.3.4"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18329dependencies = [
18330 "cc",
18331 "tree-sitter-language",
18332]
18333
18334[[package]]
18335name = "tree-sitter-embedded-template"
18336version = "0.23.2"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18339dependencies = [
18340 "cc",
18341 "tree-sitter-language",
18342]
18343
18344[[package]]
18345name = "tree-sitter-gitcommit"
18346version = "0.0.1"
18347source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18348dependencies = [
18349 "cc",
18350 "tree-sitter-language",
18351]
18352
18353[[package]]
18354name = "tree-sitter-go"
18355version = "0.25.0"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18358dependencies = [
18359 "cc",
18360 "tree-sitter-language",
18361]
18362
18363[[package]]
18364name = "tree-sitter-gomod"
18365version = "1.1.1"
18366source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-gowork"
18374version = "0.0.1"
18375source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18376dependencies = [
18377 "cc",
18378 "tree-sitter-language",
18379]
18380
18381[[package]]
18382name = "tree-sitter-heex"
18383version = "0.0.1"
18384source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18385dependencies = [
18386 "cc",
18387 "tree-sitter-language",
18388]
18389
18390[[package]]
18391name = "tree-sitter-html"
18392version = "0.23.2"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18395dependencies = [
18396 "cc",
18397 "tree-sitter-language",
18398]
18399
18400[[package]]
18401name = "tree-sitter-jsdoc"
18402version = "0.23.2"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18405dependencies = [
18406 "cc",
18407 "tree-sitter-language",
18408]
18409
18410[[package]]
18411name = "tree-sitter-json"
18412version = "0.24.8"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-language"
18422version = "0.1.5"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18425
18426[[package]]
18427name = "tree-sitter-md"
18428version = "0.3.2"
18429source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18430dependencies = [
18431 "cc",
18432 "tree-sitter-language",
18433]
18434
18435[[package]]
18436name = "tree-sitter-python"
18437version = "0.25.0"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18440dependencies = [
18441 "cc",
18442 "tree-sitter-language",
18443]
18444
18445[[package]]
18446name = "tree-sitter-regex"
18447version = "0.24.3"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18450dependencies = [
18451 "cc",
18452 "tree-sitter-language",
18453]
18454
18455[[package]]
18456name = "tree-sitter-ruby"
18457version = "0.23.1"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18460dependencies = [
18461 "cc",
18462 "tree-sitter-language",
18463]
18464
18465[[package]]
18466name = "tree-sitter-rust"
18467version = "0.24.0"
18468source = "registry+https://github.com/rust-lang/crates.io-index"
18469checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18470dependencies = [
18471 "cc",
18472 "tree-sitter-language",
18473]
18474
18475[[package]]
18476name = "tree-sitter-typescript"
18477version = "0.23.2"
18478source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-yaml"
18486version = "0.6.1"
18487source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18488dependencies = [
18489 "cc",
18490 "tree-sitter-language",
18491]
18492
18493[[package]]
18494name = "triomphe"
18495version = "0.1.15"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18498dependencies = [
18499 "serde",
18500 "stable_deref_trait",
18501]
18502
18503[[package]]
18504name = "try-lock"
18505version = "0.2.5"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18508
18509[[package]]
18510name = "ttf-parser"
18511version = "0.20.0"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18514
18515[[package]]
18516name = "ttf-parser"
18517version = "0.25.1"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18520dependencies = [
18521 "core_maths",
18522]
18523
18524[[package]]
18525name = "tungstenite"
18526version = "0.20.1"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18529dependencies = [
18530 "byteorder",
18531 "bytes 1.11.1",
18532 "data-encoding",
18533 "http 0.2.12",
18534 "httparse",
18535 "log",
18536 "rand 0.8.5",
18537 "sha1",
18538 "thiserror 1.0.69",
18539 "url",
18540 "utf-8",
18541]
18542
18543[[package]]
18544name = "tungstenite"
18545version = "0.21.0"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18548dependencies = [
18549 "byteorder",
18550 "bytes 1.11.1",
18551 "data-encoding",
18552 "http 1.3.1",
18553 "httparse",
18554 "log",
18555 "rand 0.8.5",
18556 "sha1",
18557 "thiserror 1.0.69",
18558 "url",
18559 "utf-8",
18560]
18561
18562[[package]]
18563name = "tungstenite"
18564version = "0.27.0"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18567dependencies = [
18568 "bytes 1.11.1",
18569 "data-encoding",
18570 "http 1.3.1",
18571 "httparse",
18572 "log",
18573 "rand 0.9.2",
18574 "rustls 0.23.33",
18575 "rustls-pki-types",
18576 "sha1",
18577 "thiserror 2.0.17",
18578 "utf-8",
18579]
18580
18581[[package]]
18582name = "tungstenite"
18583version = "0.28.0"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18586dependencies = [
18587 "bytes 1.11.1",
18588 "data-encoding",
18589 "http 1.3.1",
18590 "httparse",
18591 "log",
18592 "rand 0.9.2",
18593 "rustls 0.23.33",
18594 "rustls-pki-types",
18595 "sha1",
18596 "thiserror 2.0.17",
18597 "utf-8",
18598]
18599
18600[[package]]
18601name = "typeid"
18602version = "1.0.3"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18605
18606[[package]]
18607name = "typenum"
18608version = "1.19.0"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18611
18612[[package]]
18613name = "ucd-trie"
18614version = "0.1.7"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18617
18618[[package]]
18619name = "uds"
18620version = "0.4.2"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18623dependencies = [
18624 "libc",
18625]
18626
18627[[package]]
18628name = "uds_windows"
18629version = "1.1.0"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18632dependencies = [
18633 "memoffset",
18634 "tempfile",
18635 "winapi",
18636]
18637
18638[[package]]
18639name = "ug"
18640version = "0.4.0"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18643dependencies = [
18644 "gemm 0.18.2",
18645 "half",
18646 "libloading",
18647 "memmap2",
18648 "num",
18649 "num-traits",
18650 "num_cpus",
18651 "rayon",
18652 "safetensors",
18653 "serde",
18654 "thiserror 1.0.69",
18655 "tracing",
18656 "yoke 0.7.5",
18657]
18658
18659[[package]]
18660name = "ui"
18661version = "0.1.0"
18662dependencies = [
18663 "chrono",
18664 "component",
18665 "documented",
18666 "gpui",
18667 "gpui_macros",
18668 "icons",
18669 "itertools 0.14.0",
18670 "menu",
18671 "schemars",
18672 "serde",
18673 "settings",
18674 "smallvec",
18675 "story",
18676 "strum 0.27.2",
18677 "theme",
18678 "ui_macros",
18679 "util",
18680 "windows 0.61.3",
18681]
18682
18683[[package]]
18684name = "ui_input"
18685version = "0.1.0"
18686dependencies = [
18687 "component",
18688 "gpui",
18689 "ui",
18690]
18691
18692[[package]]
18693name = "ui_macros"
18694version = "0.1.0"
18695dependencies = [
18696 "component",
18697 "quote",
18698 "syn 2.0.117",
18699 "ui",
18700]
18701
18702[[package]]
18703name = "ui_prompt"
18704version = "0.1.0"
18705dependencies = [
18706 "gpui",
18707 "markdown",
18708 "menu",
18709 "settings",
18710 "theme",
18711 "ui",
18712 "workspace",
18713]
18714
18715[[package]]
18716name = "unarray"
18717version = "0.1.4"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18720
18721[[package]]
18722name = "unicase"
18723version = "2.8.1"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18726
18727[[package]]
18728name = "unicode-bidi"
18729version = "0.3.18"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18732
18733[[package]]
18734name = "unicode-bidi-mirroring"
18735version = "0.4.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18738
18739[[package]]
18740name = "unicode-ccc"
18741version = "0.4.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18744
18745[[package]]
18746name = "unicode-general-category"
18747version = "1.1.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18750
18751[[package]]
18752name = "unicode-ident"
18753version = "1.0.19"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18756
18757[[package]]
18758name = "unicode-linebreak"
18759version = "0.1.5"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18762
18763[[package]]
18764name = "unicode-normalization"
18765version = "0.1.24"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18768dependencies = [
18769 "tinyvec",
18770]
18771
18772[[package]]
18773name = "unicode-properties"
18774version = "0.1.3"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18777
18778[[package]]
18779name = "unicode-script"
18780version = "0.5.8"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18783
18784[[package]]
18785name = "unicode-segmentation"
18786version = "1.12.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18789
18790[[package]]
18791name = "unicode-vo"
18792version = "0.1.0"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18795
18796[[package]]
18797name = "unicode-width"
18798version = "0.2.2"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18801
18802[[package]]
18803name = "unicode-xid"
18804version = "0.2.6"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18807
18808[[package]]
18809name = "unicode_categories"
18810version = "0.1.1"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18813
18814[[package]]
18815name = "unindent"
18816version = "0.2.4"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18819
18820[[package]]
18821name = "unsafe-libyaml"
18822version = "0.2.11"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18825
18826[[package]]
18827name = "untrusted"
18828version = "0.7.1"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18831
18832[[package]]
18833name = "untrusted"
18834version = "0.9.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18837
18838[[package]]
18839name = "url"
18840version = "2.5.7"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18843dependencies = [
18844 "form_urlencoded",
18845 "idna",
18846 "percent-encoding",
18847 "serde",
18848]
18849
18850[[package]]
18851name = "urlencoding"
18852version = "2.1.3"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18855
18856[[package]]
18857name = "usvg"
18858version = "0.45.1"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18861dependencies = [
18862 "base64 0.22.1",
18863 "data-url",
18864 "flate2",
18865 "fontdb 0.23.0",
18866 "imagesize",
18867 "kurbo",
18868 "log",
18869 "pico-args",
18870 "roxmltree",
18871 "rustybuzz",
18872 "simplecss",
18873 "siphasher 1.0.1",
18874 "strict-num",
18875 "svgtypes",
18876 "tiny-skia-path",
18877 "unicode-bidi",
18878 "unicode-script",
18879 "unicode-vo",
18880 "xmlwriter",
18881]
18882
18883[[package]]
18884name = "utf-8"
18885version = "0.7.6"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18888
18889[[package]]
18890name = "utf8-chars"
18891version = "3.0.6"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18894dependencies = [
18895 "arrayvec",
18896]
18897
18898[[package]]
18899name = "utf8_iter"
18900version = "1.0.4"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18903
18904[[package]]
18905name = "utf8parse"
18906version = "0.2.2"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18909
18910[[package]]
18911name = "util"
18912version = "0.1.0"
18913dependencies = [
18914 "anyhow",
18915 "async-fs",
18916 "async_zip",
18917 "collections",
18918 "command-fds",
18919 "dirs 4.0.0",
18920 "dunce",
18921 "futures 0.3.31",
18922 "futures-lite 1.13.0",
18923 "git2",
18924 "globset",
18925 "gpui_util",
18926 "itertools 0.14.0",
18927 "libc",
18928 "log",
18929 "mach2 0.5.0",
18930 "nix 0.29.0",
18931 "percent-encoding",
18932 "pretty_assertions",
18933 "rand 0.9.2",
18934 "regex",
18935 "rust-embed",
18936 "schemars",
18937 "serde",
18938 "serde_json",
18939 "serde_json_lenient",
18940 "shlex",
18941 "smol",
18942 "take-until",
18943 "tempfile",
18944 "tendril",
18945 "unicase",
18946 "url",
18947 "util_macros",
18948 "walkdir",
18949 "which 6.0.3",
18950]
18951
18952[[package]]
18953name = "util_macros"
18954version = "0.1.0"
18955dependencies = [
18956 "perf",
18957 "quote",
18958 "syn 2.0.117",
18959]
18960
18961[[package]]
18962name = "uuid"
18963version = "1.18.1"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18966dependencies = [
18967 "getrandom 0.3.4",
18968 "js-sys",
18969 "serde",
18970 "sha1_smol",
18971 "wasm-bindgen",
18972]
18973
18974[[package]]
18975name = "uuid-simd"
18976version = "0.8.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18979dependencies = [
18980 "outref",
18981 "vsimd",
18982]
18983
18984[[package]]
18985name = "v_frame"
18986version = "0.3.9"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18989dependencies = [
18990 "aligned-vec",
18991 "num-traits",
18992 "wasm-bindgen",
18993]
18994
18995[[package]]
18996name = "valuable"
18997version = "0.1.1"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19000
19001[[package]]
19002name = "value-bag"
19003version = "1.12.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19006dependencies = [
19007 "value-bag-serde1",
19008 "value-bag-sval2",
19009]
19010
19011[[package]]
19012name = "value-bag-serde1"
19013version = "1.12.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19016dependencies = [
19017 "erased-serde",
19018 "serde_core",
19019 "serde_fmt",
19020]
19021
19022[[package]]
19023name = "value-bag-sval2"
19024version = "1.12.0"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19027dependencies = [
19028 "sval",
19029 "sval_buffer",
19030 "sval_dynamic",
19031 "sval_fmt",
19032 "sval_json",
19033 "sval_ref",
19034 "sval_serde",
19035]
19036
19037[[package]]
19038name = "vcpkg"
19039version = "0.2.15"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19042
19043[[package]]
19044name = "vercel"
19045version = "0.1.0"
19046dependencies = [
19047 "anyhow",
19048 "schemars",
19049 "serde",
19050 "strum 0.27.2",
19051]
19052
19053[[package]]
19054name = "version-compare"
19055version = "0.2.0"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19058
19059[[package]]
19060name = "version_check"
19061version = "0.9.5"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19064
19065[[package]]
19066name = "vim"
19067version = "0.1.0"
19068dependencies = [
19069 "anyhow",
19070 "async-compat",
19071 "async-trait",
19072 "collections",
19073 "command_palette",
19074 "command_palette_hooks",
19075 "db",
19076 "editor",
19077 "env_logger 0.11.8",
19078 "futures 0.3.31",
19079 "fuzzy",
19080 "git_ui",
19081 "gpui",
19082 "indoc",
19083 "itertools 0.14.0",
19084 "language",
19085 "log",
19086 "lsp",
19087 "markdown_preview",
19088 "menu",
19089 "multi_buffer",
19090 "nvim-rs",
19091 "outline_panel",
19092 "parking_lot",
19093 "perf",
19094 "picker",
19095 "project",
19096 "project_panel",
19097 "regex",
19098 "release_channel",
19099 "schemars",
19100 "search",
19101 "semver",
19102 "serde",
19103 "serde_json",
19104 "settings",
19105 "settings_ui",
19106 "task",
19107 "text",
19108 "theme",
19109 "tokio",
19110 "ui",
19111 "util",
19112 "util_macros",
19113 "vim_mode_setting",
19114 "workspace",
19115 "zed_actions",
19116]
19117
19118[[package]]
19119name = "vim_mode_setting"
19120version = "0.1.0"
19121dependencies = [
19122 "settings",
19123]
19124
19125[[package]]
19126name = "vscode_theme"
19127version = "0.2.0"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19130dependencies = [
19131 "serde",
19132]
19133
19134[[package]]
19135name = "vsimd"
19136version = "0.8.0"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19139
19140[[package]]
19141name = "vswhom"
19142version = "0.1.0"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19145dependencies = [
19146 "libc",
19147 "vswhom-sys",
19148]
19149
19150[[package]]
19151name = "vswhom-sys"
19152version = "0.1.3"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19155dependencies = [
19156 "cc",
19157 "libc",
19158]
19159
19160[[package]]
19161name = "vte"
19162version = "0.15.0"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19165dependencies = [
19166 "arrayvec",
19167 "bitflags 2.10.0",
19168 "cursor-icon",
19169 "log",
19170 "memchr",
19171 "serde",
19172]
19173
19174[[package]]
19175name = "wait-timeout"
19176version = "0.2.1"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19179dependencies = [
19180 "libc",
19181]
19182
19183[[package]]
19184name = "waker-fn"
19185version = "1.2.0"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19188
19189[[package]]
19190name = "walkdir"
19191version = "2.5.0"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19194dependencies = [
19195 "same-file",
19196 "winapi-util",
19197]
19198
19199[[package]]
19200name = "want"
19201version = "0.3.1"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19204dependencies = [
19205 "try-lock",
19206]
19207
19208[[package]]
19209name = "warp"
19210version = "0.3.7"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19213dependencies = [
19214 "bytes 1.11.1",
19215 "futures-channel",
19216 "futures-util",
19217 "headers",
19218 "http 0.2.12",
19219 "hyper 0.14.32",
19220 "log",
19221 "mime",
19222 "mime_guess",
19223 "percent-encoding",
19224 "pin-project",
19225 "scoped-tls",
19226 "serde",
19227 "serde_json",
19228 "serde_urlencoded",
19229 "tokio",
19230 "tokio-tungstenite 0.21.0",
19231 "tokio-util",
19232 "tower-service",
19233 "tracing",
19234]
19235
19236[[package]]
19237name = "wasi"
19238version = "0.11.1+wasi-snapshot-preview1"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19241
19242[[package]]
19243name = "wasip2"
19244version = "1.0.1+wasi-0.2.4"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19247dependencies = [
19248 "wit-bindgen 0.46.0",
19249]
19250
19251[[package]]
19252name = "wasip3"
19253version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19256dependencies = [
19257 "wit-bindgen 0.51.0",
19258]
19259
19260[[package]]
19261name = "wasite"
19262version = "0.1.0"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19265
19266[[package]]
19267name = "wasm-bindgen"
19268version = "0.2.113"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19271dependencies = [
19272 "cfg-if",
19273 "once_cell",
19274 "rustversion",
19275 "wasm-bindgen-macro",
19276 "wasm-bindgen-shared",
19277]
19278
19279[[package]]
19280name = "wasm-bindgen-futures"
19281version = "0.4.63"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19284dependencies = [
19285 "cfg-if",
19286 "futures-util",
19287 "js-sys",
19288 "once_cell",
19289 "wasm-bindgen",
19290 "web-sys",
19291]
19292
19293[[package]]
19294name = "wasm-bindgen-macro"
19295version = "0.2.113"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19298dependencies = [
19299 "quote",
19300 "wasm-bindgen-macro-support",
19301]
19302
19303[[package]]
19304name = "wasm-bindgen-macro-support"
19305version = "0.2.113"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19308dependencies = [
19309 "bumpalo",
19310 "proc-macro2",
19311 "quote",
19312 "syn 2.0.117",
19313 "wasm-bindgen-shared",
19314]
19315
19316[[package]]
19317name = "wasm-bindgen-shared"
19318version = "0.2.113"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19321dependencies = [
19322 "unicode-ident",
19323]
19324
19325[[package]]
19326name = "wasm-encoder"
19327version = "0.201.0"
19328source = "registry+https://github.com/rust-lang/crates.io-index"
19329checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19330dependencies = [
19331 "leb128",
19332]
19333
19334[[package]]
19335name = "wasm-encoder"
19336version = "0.221.3"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19339dependencies = [
19340 "leb128",
19341 "wasmparser 0.221.3",
19342]
19343
19344[[package]]
19345name = "wasm-encoder"
19346version = "0.227.1"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19349dependencies = [
19350 "leb128fmt",
19351 "wasmparser 0.227.1",
19352]
19353
19354[[package]]
19355name = "wasm-encoder"
19356version = "0.229.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19359dependencies = [
19360 "leb128fmt",
19361 "wasmparser 0.229.0",
19362]
19363
19364[[package]]
19365name = "wasm-encoder"
19366version = "0.244.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19369dependencies = [
19370 "leb128fmt",
19371 "wasmparser 0.244.0",
19372]
19373
19374[[package]]
19375name = "wasm-metadata"
19376version = "0.201.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19379dependencies = [
19380 "anyhow",
19381 "indexmap",
19382 "serde",
19383 "serde_derive",
19384 "serde_json",
19385 "spdx",
19386 "wasm-encoder 0.201.0",
19387 "wasmparser 0.201.0",
19388]
19389
19390[[package]]
19391name = "wasm-metadata"
19392version = "0.227.1"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19395dependencies = [
19396 "anyhow",
19397 "auditable-serde",
19398 "flate2",
19399 "indexmap",
19400 "serde",
19401 "serde_derive",
19402 "serde_json",
19403 "spdx",
19404 "url",
19405 "wasm-encoder 0.227.1",
19406 "wasmparser 0.227.1",
19407]
19408
19409[[package]]
19410name = "wasm-metadata"
19411version = "0.244.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19414dependencies = [
19415 "anyhow",
19416 "indexmap",
19417 "wasm-encoder 0.244.0",
19418 "wasmparser 0.244.0",
19419]
19420
19421[[package]]
19422name = "wasm-streams"
19423version = "0.4.2"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19426dependencies = [
19427 "futures-util",
19428 "js-sys",
19429 "wasm-bindgen",
19430 "wasm-bindgen-futures",
19431 "web-sys",
19432]
19433
19434[[package]]
19435name = "wasm_thread"
19436version = "0.3.3"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19439dependencies = [
19440 "futures 0.3.31",
19441 "js-sys",
19442 "wasm-bindgen",
19443 "web-sys",
19444]
19445
19446[[package]]
19447name = "wasmparser"
19448version = "0.201.0"
19449source = "registry+https://github.com/rust-lang/crates.io-index"
19450checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19451dependencies = [
19452 "bitflags 2.10.0",
19453 "indexmap",
19454 "semver",
19455]
19456
19457[[package]]
19458name = "wasmparser"
19459version = "0.221.3"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19462dependencies = [
19463 "bitflags 2.10.0",
19464 "hashbrown 0.15.5",
19465 "indexmap",
19466 "semver",
19467 "serde",
19468]
19469
19470[[package]]
19471name = "wasmparser"
19472version = "0.227.1"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19475dependencies = [
19476 "bitflags 2.10.0",
19477 "hashbrown 0.15.5",
19478 "indexmap",
19479 "semver",
19480]
19481
19482[[package]]
19483name = "wasmparser"
19484version = "0.229.0"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19487dependencies = [
19488 "bitflags 2.10.0",
19489 "hashbrown 0.15.5",
19490 "indexmap",
19491 "semver",
19492 "serde",
19493]
19494
19495[[package]]
19496name = "wasmparser"
19497version = "0.244.0"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19500dependencies = [
19501 "bitflags 2.10.0",
19502 "hashbrown 0.15.5",
19503 "indexmap",
19504 "semver",
19505]
19506
19507[[package]]
19508name = "wasmprinter"
19509version = "0.229.0"
19510source = "registry+https://github.com/rust-lang/crates.io-index"
19511checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19512dependencies = [
19513 "anyhow",
19514 "termcolor",
19515 "wasmparser 0.229.0",
19516]
19517
19518[[package]]
19519name = "wasmtime"
19520version = "33.0.2"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19523dependencies = [
19524 "addr2line 0.24.2",
19525 "anyhow",
19526 "async-trait",
19527 "bitflags 2.10.0",
19528 "bumpalo",
19529 "cc",
19530 "cfg-if",
19531 "encoding_rs",
19532 "hashbrown 0.15.5",
19533 "indexmap",
19534 "libc",
19535 "log",
19536 "mach2 0.4.3",
19537 "memfd",
19538 "object 0.36.7",
19539 "once_cell",
19540 "postcard",
19541 "psm",
19542 "pulley-interpreter",
19543 "rayon",
19544 "rustix 1.1.2",
19545 "semver",
19546 "serde",
19547 "serde_derive",
19548 "smallvec",
19549 "sptr",
19550 "target-lexicon 0.13.3",
19551 "trait-variant",
19552 "wasmparser 0.229.0",
19553 "wasmtime-asm-macros",
19554 "wasmtime-component-macro",
19555 "wasmtime-component-util",
19556 "wasmtime-cranelift",
19557 "wasmtime-environ",
19558 "wasmtime-fiber",
19559 "wasmtime-jit-icache-coherence",
19560 "wasmtime-math",
19561 "wasmtime-slab",
19562 "wasmtime-versioned-export-macros",
19563 "wasmtime-winch",
19564 "windows-sys 0.59.0",
19565]
19566
19567[[package]]
19568name = "wasmtime-asm-macros"
19569version = "33.0.2"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19572dependencies = [
19573 "cfg-if",
19574]
19575
19576[[package]]
19577name = "wasmtime-c-api-impl"
19578version = "33.0.2"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19581dependencies = [
19582 "anyhow",
19583 "log",
19584 "tracing",
19585 "wasmtime",
19586 "wasmtime-c-api-macros",
19587]
19588
19589[[package]]
19590name = "wasmtime-c-api-macros"
19591version = "33.0.2"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19594dependencies = [
19595 "proc-macro2",
19596 "quote",
19597]
19598
19599[[package]]
19600name = "wasmtime-component-macro"
19601version = "33.0.2"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19604dependencies = [
19605 "anyhow",
19606 "proc-macro2",
19607 "quote",
19608 "syn 2.0.117",
19609 "wasmtime-component-util",
19610 "wasmtime-wit-bindgen",
19611 "wit-parser 0.229.0",
19612]
19613
19614[[package]]
19615name = "wasmtime-component-util"
19616version = "33.0.2"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19619
19620[[package]]
19621name = "wasmtime-cranelift"
19622version = "33.0.2"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19625dependencies = [
19626 "anyhow",
19627 "cfg-if",
19628 "cranelift-codegen",
19629 "cranelift-control",
19630 "cranelift-entity",
19631 "cranelift-frontend",
19632 "cranelift-native",
19633 "gimli 0.31.1",
19634 "itertools 0.14.0",
19635 "log",
19636 "object 0.36.7",
19637 "pulley-interpreter",
19638 "smallvec",
19639 "target-lexicon 0.13.3",
19640 "thiserror 2.0.17",
19641 "wasmparser 0.229.0",
19642 "wasmtime-environ",
19643 "wasmtime-versioned-export-macros",
19644]
19645
19646[[package]]
19647name = "wasmtime-environ"
19648version = "33.0.2"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19651dependencies = [
19652 "anyhow",
19653 "cpp_demangle",
19654 "cranelift-bitset",
19655 "cranelift-entity",
19656 "gimli 0.31.1",
19657 "indexmap",
19658 "log",
19659 "object 0.36.7",
19660 "postcard",
19661 "rustc-demangle",
19662 "semver",
19663 "serde",
19664 "serde_derive",
19665 "smallvec",
19666 "target-lexicon 0.13.3",
19667 "wasm-encoder 0.229.0",
19668 "wasmparser 0.229.0",
19669 "wasmprinter",
19670 "wasmtime-component-util",
19671]
19672
19673[[package]]
19674name = "wasmtime-fiber"
19675version = "33.0.2"
19676source = "registry+https://github.com/rust-lang/crates.io-index"
19677checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19678dependencies = [
19679 "anyhow",
19680 "cc",
19681 "cfg-if",
19682 "rustix 1.1.2",
19683 "wasmtime-asm-macros",
19684 "wasmtime-versioned-export-macros",
19685 "windows-sys 0.59.0",
19686]
19687
19688[[package]]
19689name = "wasmtime-jit-icache-coherence"
19690version = "33.0.2"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19693dependencies = [
19694 "anyhow",
19695 "cfg-if",
19696 "libc",
19697 "windows-sys 0.59.0",
19698]
19699
19700[[package]]
19701name = "wasmtime-math"
19702version = "33.0.2"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19705dependencies = [
19706 "libm",
19707]
19708
19709[[package]]
19710name = "wasmtime-slab"
19711version = "33.0.2"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19714
19715[[package]]
19716name = "wasmtime-versioned-export-macros"
19717version = "33.0.2"
19718source = "registry+https://github.com/rust-lang/crates.io-index"
19719checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19720dependencies = [
19721 "proc-macro2",
19722 "quote",
19723 "syn 2.0.117",
19724]
19725
19726[[package]]
19727name = "wasmtime-wasi"
19728version = "33.0.2"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19731dependencies = [
19732 "anyhow",
19733 "async-trait",
19734 "bitflags 2.10.0",
19735 "bytes 1.11.1",
19736 "cap-fs-ext",
19737 "cap-net-ext",
19738 "cap-rand",
19739 "cap-std",
19740 "cap-time-ext",
19741 "fs-set-times",
19742 "futures 0.3.31",
19743 "io-extras",
19744 "io-lifetimes",
19745 "rustix 1.1.2",
19746 "system-interface",
19747 "thiserror 2.0.17",
19748 "tokio",
19749 "tracing",
19750 "url",
19751 "wasmtime",
19752 "wasmtime-wasi-io",
19753 "wiggle",
19754 "windows-sys 0.59.0",
19755]
19756
19757[[package]]
19758name = "wasmtime-wasi-io"
19759version = "33.0.2"
19760source = "registry+https://github.com/rust-lang/crates.io-index"
19761checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19762dependencies = [
19763 "anyhow",
19764 "async-trait",
19765 "bytes 1.11.1",
19766 "futures 0.3.31",
19767 "wasmtime",
19768]
19769
19770[[package]]
19771name = "wasmtime-winch"
19772version = "33.0.2"
19773source = "registry+https://github.com/rust-lang/crates.io-index"
19774checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19775dependencies = [
19776 "anyhow",
19777 "cranelift-codegen",
19778 "gimli 0.31.1",
19779 "object 0.36.7",
19780 "target-lexicon 0.13.3",
19781 "wasmparser 0.229.0",
19782 "wasmtime-cranelift",
19783 "wasmtime-environ",
19784 "winch-codegen",
19785]
19786
19787[[package]]
19788name = "wasmtime-wit-bindgen"
19789version = "33.0.2"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19792dependencies = [
19793 "anyhow",
19794 "heck 0.5.0",
19795 "indexmap",
19796 "wit-parser 0.229.0",
19797]
19798
19799[[package]]
19800name = "wast"
19801version = "35.0.2"
19802source = "registry+https://github.com/rust-lang/crates.io-index"
19803checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19804dependencies = [
19805 "leb128",
19806]
19807
19808[[package]]
19809name = "watch"
19810version = "0.1.0"
19811dependencies = [
19812 "ctor",
19813 "futures 0.3.31",
19814 "gpui",
19815 "parking_lot",
19816 "zlog",
19817]
19818
19819[[package]]
19820name = "wax"
19821version = "0.7.0"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19824dependencies = [
19825 "const_format",
19826 "itertools 0.14.0",
19827 "nom 7.1.3",
19828 "pori",
19829 "regex",
19830 "thiserror 2.0.17",
19831 "walkdir",
19832]
19833
19834[[package]]
19835name = "wayland-backend"
19836version = "0.3.11"
19837source = "registry+https://github.com/rust-lang/crates.io-index"
19838checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19839dependencies = [
19840 "cc",
19841 "downcast-rs",
19842 "rustix 1.1.2",
19843 "scoped-tls",
19844 "smallvec",
19845 "wayland-sys",
19846]
19847
19848[[package]]
19849name = "wayland-client"
19850version = "0.31.11"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19853dependencies = [
19854 "bitflags 2.10.0",
19855 "rustix 1.1.2",
19856 "wayland-backend",
19857 "wayland-scanner",
19858]
19859
19860[[package]]
19861name = "wayland-cursor"
19862version = "0.31.11"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19865dependencies = [
19866 "rustix 1.1.2",
19867 "wayland-client",
19868 "xcursor",
19869]
19870
19871[[package]]
19872name = "wayland-protocols"
19873version = "0.32.9"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19876dependencies = [
19877 "bitflags 2.10.0",
19878 "wayland-backend",
19879 "wayland-client",
19880 "wayland-scanner",
19881]
19882
19883[[package]]
19884name = "wayland-protocols-plasma"
19885version = "0.3.9"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19888dependencies = [
19889 "bitflags 2.10.0",
19890 "wayland-backend",
19891 "wayland-client",
19892 "wayland-protocols",
19893 "wayland-scanner",
19894]
19895
19896[[package]]
19897name = "wayland-protocols-wlr"
19898version = "0.3.9"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19901dependencies = [
19902 "bitflags 2.10.0",
19903 "wayland-backend",
19904 "wayland-client",
19905 "wayland-protocols",
19906 "wayland-scanner",
19907]
19908
19909[[package]]
19910name = "wayland-scanner"
19911version = "0.31.7"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19914dependencies = [
19915 "proc-macro2",
19916 "quick-xml 0.37.5",
19917 "quote",
19918]
19919
19920[[package]]
19921name = "wayland-sys"
19922version = "0.31.7"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19925dependencies = [
19926 "dlib",
19927 "log",
19928 "once_cell",
19929 "pkg-config",
19930]
19931
19932[[package]]
19933name = "web-sys"
19934version = "0.3.90"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19937dependencies = [
19938 "js-sys",
19939 "wasm-bindgen",
19940]
19941
19942[[package]]
19943name = "web-time"
19944version = "1.1.0"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19947dependencies = [
19948 "js-sys",
19949 "wasm-bindgen",
19950]
19951
19952[[package]]
19953name = "web_atoms"
19954version = "0.1.3"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19957dependencies = [
19958 "phf 0.11.3",
19959 "phf_codegen",
19960 "string_cache",
19961 "string_cache_codegen",
19962]
19963
19964[[package]]
19965name = "web_search"
19966version = "0.1.0"
19967dependencies = [
19968 "anyhow",
19969 "cloud_llm_client",
19970 "collections",
19971 "gpui",
19972 "serde",
19973]
19974
19975[[package]]
19976name = "web_search_providers"
19977version = "0.1.0"
19978dependencies = [
19979 "anyhow",
19980 "client",
19981 "cloud_api_types",
19982 "cloud_llm_client",
19983 "futures 0.3.31",
19984 "gpui",
19985 "http_client",
19986 "language_model",
19987 "serde",
19988 "serde_json",
19989 "web_search",
19990]
19991
19992[[package]]
19993name = "webpki-root-certs"
19994version = "0.26.8"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
19997dependencies = [
19998 "rustls-pki-types",
19999]
20000
20001[[package]]
20002name = "webpki-roots"
20003version = "0.26.8"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20006dependencies = [
20007 "rustls-pki-types",
20008]
20009
20010[[package]]
20011name = "webrtc-sys"
20012version = "0.3.23"
20013source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20014dependencies = [
20015 "cc",
20016 "cxx",
20017 "cxx-build",
20018 "glob",
20019 "log",
20020 "pkg-config",
20021 "webrtc-sys-build",
20022]
20023
20024[[package]]
20025name = "webrtc-sys-build"
20026version = "0.3.13"
20027source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20028dependencies = [
20029 "anyhow",
20030 "fs2",
20031 "regex",
20032 "reqwest 0.12.24",
20033 "scratch",
20034 "semver",
20035 "zip 0.6.6",
20036]
20037
20038[[package]]
20039name = "weezl"
20040version = "0.1.10"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20043
20044[[package]]
20045name = "wgpu"
20046version = "28.0.1"
20047source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20048dependencies = [
20049 "arrayvec",
20050 "bitflags 2.10.0",
20051 "bytemuck",
20052 "cfg-if",
20053 "cfg_aliases 0.2.1",
20054 "document-features",
20055 "hashbrown 0.16.1",
20056 "js-sys",
20057 "log",
20058 "naga 28.0.1",
20059 "parking_lot",
20060 "portable-atomic",
20061 "profiling",
20062 "raw-window-handle",
20063 "smallvec",
20064 "static_assertions",
20065 "wasm-bindgen",
20066 "wasm-bindgen-futures",
20067 "web-sys",
20068 "wgpu-core",
20069 "wgpu-hal",
20070 "wgpu-types",
20071]
20072
20073[[package]]
20074name = "wgpu-core"
20075version = "28.0.1"
20076source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20077dependencies = [
20078 "arrayvec",
20079 "bit-set",
20080 "bit-vec",
20081 "bitflags 2.10.0",
20082 "bytemuck",
20083 "cfg_aliases 0.2.1",
20084 "document-features",
20085 "hashbrown 0.16.1",
20086 "indexmap",
20087 "log",
20088 "naga 28.0.1",
20089 "once_cell",
20090 "parking_lot",
20091 "portable-atomic",
20092 "profiling",
20093 "raw-window-handle",
20094 "rustc-hash 1.1.0",
20095 "smallvec",
20096 "thiserror 2.0.17",
20097 "wgpu-core-deps-apple",
20098 "wgpu-core-deps-emscripten",
20099 "wgpu-core-deps-windows-linux-android",
20100 "wgpu-hal",
20101 "wgpu-types",
20102]
20103
20104[[package]]
20105name = "wgpu-core-deps-apple"
20106version = "28.0.1"
20107source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20108dependencies = [
20109 "wgpu-hal",
20110]
20111
20112[[package]]
20113name = "wgpu-core-deps-emscripten"
20114version = "28.0.1"
20115source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20116dependencies = [
20117 "wgpu-hal",
20118]
20119
20120[[package]]
20121name = "wgpu-core-deps-windows-linux-android"
20122version = "28.0.1"
20123source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20124dependencies = [
20125 "wgpu-hal",
20126]
20127
20128[[package]]
20129name = "wgpu-hal"
20130version = "28.0.1"
20131source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20132dependencies = [
20133 "android_system_properties",
20134 "arrayvec",
20135 "ash",
20136 "bit-set",
20137 "bitflags 2.10.0",
20138 "block",
20139 "bytemuck",
20140 "cfg-if",
20141 "cfg_aliases 0.2.1",
20142 "core-graphics-types 0.2.0",
20143 "glow",
20144 "glutin_wgl_sys",
20145 "gpu-allocator",
20146 "gpu-descriptor",
20147 "hashbrown 0.16.1",
20148 "js-sys",
20149 "khronos-egl",
20150 "libc",
20151 "libloading",
20152 "log",
20153 "metal",
20154 "naga 28.0.1",
20155 "ndk-sys",
20156 "objc",
20157 "once_cell",
20158 "ordered-float 4.6.0",
20159 "parking_lot",
20160 "portable-atomic",
20161 "portable-atomic-util",
20162 "profiling",
20163 "range-alloc",
20164 "raw-window-handle",
20165 "renderdoc-sys",
20166 "smallvec",
20167 "thiserror 2.0.17",
20168 "wasm-bindgen",
20169 "web-sys",
20170 "wgpu-types",
20171 "windows 0.62.2",
20172 "windows-core 0.62.2",
20173]
20174
20175[[package]]
20176name = "wgpu-types"
20177version = "28.0.1"
20178source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20179dependencies = [
20180 "bitflags 2.10.0",
20181 "bytemuck",
20182 "js-sys",
20183 "log",
20184 "web-sys",
20185]
20186
20187[[package]]
20188name = "which"
20189version = "4.4.2"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20192dependencies = [
20193 "either",
20194 "home",
20195 "once_cell",
20196 "rustix 0.38.44",
20197]
20198
20199[[package]]
20200name = "which"
20201version = "6.0.3"
20202source = "registry+https://github.com/rust-lang/crates.io-index"
20203checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20204dependencies = [
20205 "either",
20206 "home",
20207 "rustix 0.38.44",
20208 "winsafe",
20209]
20210
20211[[package]]
20212name = "which_key"
20213version = "0.1.0"
20214dependencies = [
20215 "command_palette",
20216 "gpui",
20217 "serde",
20218 "settings",
20219 "theme",
20220 "ui",
20221 "util",
20222 "workspace",
20223]
20224
20225[[package]]
20226name = "whoami"
20227version = "1.6.1"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20230dependencies = [
20231 "libredox",
20232 "wasite",
20233]
20234
20235[[package]]
20236name = "wiggle"
20237version = "33.0.2"
20238source = "registry+https://github.com/rust-lang/crates.io-index"
20239checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20240dependencies = [
20241 "anyhow",
20242 "async-trait",
20243 "bitflags 2.10.0",
20244 "thiserror 2.0.17",
20245 "tracing",
20246 "wasmtime",
20247 "wiggle-macro",
20248]
20249
20250[[package]]
20251name = "wiggle-generate"
20252version = "33.0.2"
20253source = "registry+https://github.com/rust-lang/crates.io-index"
20254checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20255dependencies = [
20256 "anyhow",
20257 "heck 0.5.0",
20258 "proc-macro2",
20259 "quote",
20260 "syn 2.0.117",
20261 "witx",
20262]
20263
20264[[package]]
20265name = "wiggle-macro"
20266version = "33.0.2"
20267source = "registry+https://github.com/rust-lang/crates.io-index"
20268checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20269dependencies = [
20270 "proc-macro2",
20271 "quote",
20272 "syn 2.0.117",
20273 "wiggle-generate",
20274]
20275
20276[[package]]
20277name = "winapi"
20278version = "0.3.9"
20279source = "registry+https://github.com/rust-lang/crates.io-index"
20280checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20281dependencies = [
20282 "winapi-i686-pc-windows-gnu",
20283 "winapi-x86_64-pc-windows-gnu",
20284]
20285
20286[[package]]
20287name = "winapi-i686-pc-windows-gnu"
20288version = "0.4.0"
20289source = "registry+https://github.com/rust-lang/crates.io-index"
20290checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20291
20292[[package]]
20293name = "winapi-util"
20294version = "0.1.11"
20295source = "registry+https://github.com/rust-lang/crates.io-index"
20296checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20297dependencies = [
20298 "windows-sys 0.61.2",
20299]
20300
20301[[package]]
20302name = "winapi-x86_64-pc-windows-gnu"
20303version = "0.4.0"
20304source = "registry+https://github.com/rust-lang/crates.io-index"
20305checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20306
20307[[package]]
20308name = "winch-codegen"
20309version = "33.0.2"
20310source = "registry+https://github.com/rust-lang/crates.io-index"
20311checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20312dependencies = [
20313 "anyhow",
20314 "cranelift-assembler-x64",
20315 "cranelift-codegen",
20316 "gimli 0.31.1",
20317 "regalloc2",
20318 "smallvec",
20319 "target-lexicon 0.13.3",
20320 "thiserror 2.0.17",
20321 "wasmparser 0.229.0",
20322 "wasmtime-cranelift",
20323 "wasmtime-environ",
20324]
20325
20326[[package]]
20327name = "windows"
20328version = "0.57.0"
20329source = "registry+https://github.com/rust-lang/crates.io-index"
20330checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20331dependencies = [
20332 "windows-core 0.57.0",
20333 "windows-targets 0.52.6",
20334]
20335
20336[[package]]
20337name = "windows"
20338version = "0.58.0"
20339source = "registry+https://github.com/rust-lang/crates.io-index"
20340checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20341dependencies = [
20342 "windows-core 0.58.0",
20343 "windows-targets 0.52.6",
20344]
20345
20346[[package]]
20347name = "windows"
20348version = "0.61.3"
20349source = "registry+https://github.com/rust-lang/crates.io-index"
20350checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20351dependencies = [
20352 "windows-collections 0.2.0",
20353 "windows-core 0.61.2",
20354 "windows-future 0.2.1",
20355 "windows-link 0.1.3",
20356 "windows-numerics 0.2.0",
20357]
20358
20359[[package]]
20360name = "windows"
20361version = "0.62.2"
20362source = "registry+https://github.com/rust-lang/crates.io-index"
20363checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20364dependencies = [
20365 "windows-collections 0.3.2",
20366 "windows-core 0.62.2",
20367 "windows-future 0.3.2",
20368 "windows-numerics 0.3.1",
20369]
20370
20371[[package]]
20372name = "windows-bindgen"
20373version = "0.61.1"
20374source = "registry+https://github.com/rust-lang/crates.io-index"
20375checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20376dependencies = [
20377 "serde",
20378 "serde_json",
20379 "windows-threading 0.1.0",
20380]
20381
20382[[package]]
20383name = "windows-capture"
20384version = "1.4.3"
20385source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20386dependencies = [
20387 "clap",
20388 "ctrlc",
20389 "parking_lot",
20390 "rayon",
20391 "thiserror 2.0.17",
20392 "windows 0.61.3",
20393 "windows-future 0.2.1",
20394]
20395
20396[[package]]
20397name = "windows-collections"
20398version = "0.2.0"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20401dependencies = [
20402 "windows-core 0.61.2",
20403]
20404
20405[[package]]
20406name = "windows-collections"
20407version = "0.3.2"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20410dependencies = [
20411 "windows-core 0.62.2",
20412]
20413
20414[[package]]
20415name = "windows-core"
20416version = "0.57.0"
20417source = "registry+https://github.com/rust-lang/crates.io-index"
20418checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20419dependencies = [
20420 "windows-implement 0.57.0",
20421 "windows-interface 0.57.0",
20422 "windows-result 0.1.2",
20423 "windows-targets 0.52.6",
20424]
20425
20426[[package]]
20427name = "windows-core"
20428version = "0.58.0"
20429source = "registry+https://github.com/rust-lang/crates.io-index"
20430checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20431dependencies = [
20432 "windows-implement 0.58.0",
20433 "windows-interface 0.58.0",
20434 "windows-result 0.2.0",
20435 "windows-strings 0.1.0",
20436 "windows-targets 0.52.6",
20437]
20438
20439[[package]]
20440name = "windows-core"
20441version = "0.61.2"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20444dependencies = [
20445 "windows-implement 0.60.2",
20446 "windows-interface 0.59.3",
20447 "windows-link 0.1.3",
20448 "windows-result 0.3.4",
20449 "windows-strings 0.4.2",
20450]
20451
20452[[package]]
20453name = "windows-core"
20454version = "0.62.2"
20455source = "registry+https://github.com/rust-lang/crates.io-index"
20456checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20457dependencies = [
20458 "windows-implement 0.60.2",
20459 "windows-interface 0.59.3",
20460 "windows-link 0.2.1",
20461 "windows-result 0.4.1",
20462 "windows-strings 0.5.1",
20463]
20464
20465[[package]]
20466name = "windows-future"
20467version = "0.2.1"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20470dependencies = [
20471 "windows-core 0.61.2",
20472 "windows-link 0.1.3",
20473 "windows-threading 0.1.0",
20474]
20475
20476[[package]]
20477name = "windows-future"
20478version = "0.3.2"
20479source = "registry+https://github.com/rust-lang/crates.io-index"
20480checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20481dependencies = [
20482 "windows-core 0.62.2",
20483 "windows-link 0.2.1",
20484 "windows-threading 0.2.1",
20485]
20486
20487[[package]]
20488name = "windows-implement"
20489version = "0.57.0"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20492dependencies = [
20493 "proc-macro2",
20494 "quote",
20495 "syn 2.0.117",
20496]
20497
20498[[package]]
20499name = "windows-implement"
20500version = "0.58.0"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20503dependencies = [
20504 "proc-macro2",
20505 "quote",
20506 "syn 2.0.117",
20507]
20508
20509[[package]]
20510name = "windows-implement"
20511version = "0.60.2"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20514dependencies = [
20515 "proc-macro2",
20516 "quote",
20517 "syn 2.0.117",
20518]
20519
20520[[package]]
20521name = "windows-interface"
20522version = "0.57.0"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20525dependencies = [
20526 "proc-macro2",
20527 "quote",
20528 "syn 2.0.117",
20529]
20530
20531[[package]]
20532name = "windows-interface"
20533version = "0.58.0"
20534source = "registry+https://github.com/rust-lang/crates.io-index"
20535checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20536dependencies = [
20537 "proc-macro2",
20538 "quote",
20539 "syn 2.0.117",
20540]
20541
20542[[package]]
20543name = "windows-interface"
20544version = "0.59.3"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20547dependencies = [
20548 "proc-macro2",
20549 "quote",
20550 "syn 2.0.117",
20551]
20552
20553[[package]]
20554name = "windows-link"
20555version = "0.1.3"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20558
20559[[package]]
20560name = "windows-link"
20561version = "0.2.1"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20564
20565[[package]]
20566name = "windows-numerics"
20567version = "0.2.0"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20570dependencies = [
20571 "windows-core 0.61.2",
20572 "windows-link 0.1.3",
20573]
20574
20575[[package]]
20576name = "windows-numerics"
20577version = "0.3.1"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20580dependencies = [
20581 "windows-core 0.62.2",
20582 "windows-link 0.2.1",
20583]
20584
20585[[package]]
20586name = "windows-registry"
20587version = "0.4.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20590dependencies = [
20591 "windows-result 0.3.4",
20592 "windows-strings 0.3.1",
20593 "windows-targets 0.53.5",
20594]
20595
20596[[package]]
20597name = "windows-registry"
20598version = "0.5.3"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20601dependencies = [
20602 "windows-link 0.1.3",
20603 "windows-result 0.3.4",
20604 "windows-strings 0.4.2",
20605]
20606
20607[[package]]
20608name = "windows-registry"
20609version = "0.6.1"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20612dependencies = [
20613 "windows-link 0.2.1",
20614 "windows-result 0.4.1",
20615 "windows-strings 0.5.1",
20616]
20617
20618[[package]]
20619name = "windows-result"
20620version = "0.1.2"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20623dependencies = [
20624 "windows-targets 0.52.6",
20625]
20626
20627[[package]]
20628name = "windows-result"
20629version = "0.2.0"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20632dependencies = [
20633 "windows-targets 0.52.6",
20634]
20635
20636[[package]]
20637name = "windows-result"
20638version = "0.3.4"
20639source = "registry+https://github.com/rust-lang/crates.io-index"
20640checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20641dependencies = [
20642 "windows-link 0.1.3",
20643]
20644
20645[[package]]
20646name = "windows-result"
20647version = "0.4.1"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20650dependencies = [
20651 "windows-link 0.2.1",
20652]
20653
20654[[package]]
20655name = "windows-strings"
20656version = "0.1.0"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20659dependencies = [
20660 "windows-result 0.2.0",
20661 "windows-targets 0.52.6",
20662]
20663
20664[[package]]
20665name = "windows-strings"
20666version = "0.3.1"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20669dependencies = [
20670 "windows-link 0.1.3",
20671]
20672
20673[[package]]
20674name = "windows-strings"
20675version = "0.4.2"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20678dependencies = [
20679 "windows-link 0.1.3",
20680]
20681
20682[[package]]
20683name = "windows-strings"
20684version = "0.5.1"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20687dependencies = [
20688 "windows-link 0.2.1",
20689]
20690
20691[[package]]
20692name = "windows-sys"
20693version = "0.45.0"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20696dependencies = [
20697 "windows-targets 0.42.2",
20698]
20699
20700[[package]]
20701name = "windows-sys"
20702version = "0.48.0"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20705dependencies = [
20706 "windows-targets 0.48.5",
20707]
20708
20709[[package]]
20710name = "windows-sys"
20711version = "0.52.0"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20714dependencies = [
20715 "windows-targets 0.52.6",
20716]
20717
20718[[package]]
20719name = "windows-sys"
20720version = "0.59.0"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20723dependencies = [
20724 "windows-targets 0.52.6",
20725]
20726
20727[[package]]
20728name = "windows-sys"
20729version = "0.60.2"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20732dependencies = [
20733 "windows-targets 0.53.5",
20734]
20735
20736[[package]]
20737name = "windows-sys"
20738version = "0.61.2"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20741dependencies = [
20742 "windows-link 0.2.1",
20743]
20744
20745[[package]]
20746name = "windows-targets"
20747version = "0.42.2"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20750dependencies = [
20751 "windows_aarch64_gnullvm 0.42.2",
20752 "windows_aarch64_msvc 0.42.2",
20753 "windows_i686_gnu 0.42.2",
20754 "windows_i686_msvc 0.42.2",
20755 "windows_x86_64_gnu 0.42.2",
20756 "windows_x86_64_gnullvm 0.42.2",
20757 "windows_x86_64_msvc 0.42.2",
20758]
20759
20760[[package]]
20761name = "windows-targets"
20762version = "0.48.5"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20765dependencies = [
20766 "windows_aarch64_gnullvm 0.48.5",
20767 "windows_aarch64_msvc 0.48.5",
20768 "windows_i686_gnu 0.48.5",
20769 "windows_i686_msvc 0.48.5",
20770 "windows_x86_64_gnu 0.48.5",
20771 "windows_x86_64_gnullvm 0.48.5",
20772 "windows_x86_64_msvc 0.48.5",
20773]
20774
20775[[package]]
20776name = "windows-targets"
20777version = "0.52.6"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20780dependencies = [
20781 "windows_aarch64_gnullvm 0.52.6",
20782 "windows_aarch64_msvc 0.52.6",
20783 "windows_i686_gnu 0.52.6",
20784 "windows_i686_gnullvm 0.52.6",
20785 "windows_i686_msvc 0.52.6",
20786 "windows_x86_64_gnu 0.52.6",
20787 "windows_x86_64_gnullvm 0.52.6",
20788 "windows_x86_64_msvc 0.52.6",
20789]
20790
20791[[package]]
20792name = "windows-targets"
20793version = "0.53.5"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20796dependencies = [
20797 "windows-link 0.2.1",
20798 "windows_aarch64_gnullvm 0.53.1",
20799 "windows_aarch64_msvc 0.53.1",
20800 "windows_i686_gnu 0.53.1",
20801 "windows_i686_gnullvm 0.53.1",
20802 "windows_i686_msvc 0.53.1",
20803 "windows_x86_64_gnu 0.53.1",
20804 "windows_x86_64_gnullvm 0.53.1",
20805 "windows_x86_64_msvc 0.53.1",
20806]
20807
20808[[package]]
20809name = "windows-threading"
20810version = "0.1.0"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20813dependencies = [
20814 "windows-link 0.1.3",
20815]
20816
20817[[package]]
20818name = "windows-threading"
20819version = "0.2.1"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20822dependencies = [
20823 "windows-link 0.2.1",
20824]
20825
20826[[package]]
20827name = "windows_aarch64_gnullvm"
20828version = "0.42.2"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20831
20832[[package]]
20833name = "windows_aarch64_gnullvm"
20834version = "0.48.5"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20837
20838[[package]]
20839name = "windows_aarch64_gnullvm"
20840version = "0.52.6"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20843
20844[[package]]
20845name = "windows_aarch64_gnullvm"
20846version = "0.53.1"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20849
20850[[package]]
20851name = "windows_aarch64_msvc"
20852version = "0.42.2"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20855
20856[[package]]
20857name = "windows_aarch64_msvc"
20858version = "0.48.5"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20861
20862[[package]]
20863name = "windows_aarch64_msvc"
20864version = "0.52.6"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20867
20868[[package]]
20869name = "windows_aarch64_msvc"
20870version = "0.53.1"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20873
20874[[package]]
20875name = "windows_i686_gnu"
20876version = "0.42.2"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20879
20880[[package]]
20881name = "windows_i686_gnu"
20882version = "0.48.5"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20885
20886[[package]]
20887name = "windows_i686_gnu"
20888version = "0.52.6"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20891
20892[[package]]
20893name = "windows_i686_gnu"
20894version = "0.53.1"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20897
20898[[package]]
20899name = "windows_i686_gnullvm"
20900version = "0.52.6"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20903
20904[[package]]
20905name = "windows_i686_gnullvm"
20906version = "0.53.1"
20907source = "registry+https://github.com/rust-lang/crates.io-index"
20908checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20909
20910[[package]]
20911name = "windows_i686_msvc"
20912version = "0.42.2"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20915
20916[[package]]
20917name = "windows_i686_msvc"
20918version = "0.48.5"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20921
20922[[package]]
20923name = "windows_i686_msvc"
20924version = "0.52.6"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20927
20928[[package]]
20929name = "windows_i686_msvc"
20930version = "0.53.1"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20933
20934[[package]]
20935name = "windows_x86_64_gnu"
20936version = "0.42.2"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20939
20940[[package]]
20941name = "windows_x86_64_gnu"
20942version = "0.48.5"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20945
20946[[package]]
20947name = "windows_x86_64_gnu"
20948version = "0.52.6"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20951
20952[[package]]
20953name = "windows_x86_64_gnu"
20954version = "0.53.1"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20957
20958[[package]]
20959name = "windows_x86_64_gnullvm"
20960version = "0.42.2"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20963
20964[[package]]
20965name = "windows_x86_64_gnullvm"
20966version = "0.48.5"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20969
20970[[package]]
20971name = "windows_x86_64_gnullvm"
20972version = "0.52.6"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20975
20976[[package]]
20977name = "windows_x86_64_gnullvm"
20978version = "0.53.1"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20981
20982[[package]]
20983name = "windows_x86_64_msvc"
20984version = "0.42.2"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
20987
20988[[package]]
20989name = "windows_x86_64_msvc"
20990version = "0.48.5"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
20993
20994[[package]]
20995name = "windows_x86_64_msvc"
20996version = "0.52.6"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
20999
21000[[package]]
21001name = "windows_x86_64_msvc"
21002version = "0.53.1"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21005
21006[[package]]
21007name = "winnow"
21008version = "0.7.13"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21011dependencies = [
21012 "memchr",
21013]
21014
21015[[package]]
21016name = "winreg"
21017version = "0.10.1"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21020dependencies = [
21021 "winapi",
21022]
21023
21024[[package]]
21025name = "winreg"
21026version = "0.50.0"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21029dependencies = [
21030 "cfg-if",
21031 "windows-sys 0.48.0",
21032]
21033
21034[[package]]
21035name = "winreg"
21036version = "0.55.0"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21039dependencies = [
21040 "cfg-if",
21041 "windows-sys 0.59.0",
21042]
21043
21044[[package]]
21045name = "winresource"
21046version = "0.1.23"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21049dependencies = [
21050 "toml 0.8.23",
21051 "version_check",
21052]
21053
21054[[package]]
21055name = "winsafe"
21056version = "0.0.19"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21059
21060[[package]]
21061name = "winx"
21062version = "0.36.4"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21065dependencies = [
21066 "bitflags 2.10.0",
21067 "windows-sys 0.59.0",
21068]
21069
21070[[package]]
21071name = "wio"
21072version = "0.2.2"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21075dependencies = [
21076 "winapi",
21077]
21078
21079[[package]]
21080name = "wit-bindgen"
21081version = "0.22.0"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21084dependencies = [
21085 "bitflags 2.10.0",
21086 "wit-bindgen-rt 0.22.0",
21087 "wit-bindgen-rust-macro 0.22.0",
21088]
21089
21090[[package]]
21091name = "wit-bindgen"
21092version = "0.41.0"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21095dependencies = [
21096 "wit-bindgen-rt 0.41.0",
21097 "wit-bindgen-rust-macro 0.41.0",
21098]
21099
21100[[package]]
21101name = "wit-bindgen"
21102version = "0.46.0"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21105
21106[[package]]
21107name = "wit-bindgen"
21108version = "0.51.0"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21111dependencies = [
21112 "wit-bindgen-rust-macro 0.51.0",
21113]
21114
21115[[package]]
21116name = "wit-bindgen-core"
21117version = "0.22.0"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21120dependencies = [
21121 "anyhow",
21122 "wit-parser 0.201.0",
21123]
21124
21125[[package]]
21126name = "wit-bindgen-core"
21127version = "0.41.0"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21130dependencies = [
21131 "anyhow",
21132 "heck 0.5.0",
21133 "wit-parser 0.227.1",
21134]
21135
21136[[package]]
21137name = "wit-bindgen-core"
21138version = "0.51.0"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21141dependencies = [
21142 "anyhow",
21143 "heck 0.5.0",
21144 "wit-parser 0.244.0",
21145]
21146
21147[[package]]
21148name = "wit-bindgen-rt"
21149version = "0.22.0"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21152
21153[[package]]
21154name = "wit-bindgen-rt"
21155version = "0.41.0"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21158dependencies = [
21159 "bitflags 2.10.0",
21160 "futures 0.3.31",
21161 "once_cell",
21162]
21163
21164[[package]]
21165name = "wit-bindgen-rust"
21166version = "0.22.0"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21169dependencies = [
21170 "anyhow",
21171 "heck 0.4.1",
21172 "indexmap",
21173 "wasm-metadata 0.201.0",
21174 "wit-bindgen-core 0.22.0",
21175 "wit-component 0.201.0",
21176]
21177
21178[[package]]
21179name = "wit-bindgen-rust"
21180version = "0.41.0"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21183dependencies = [
21184 "anyhow",
21185 "heck 0.5.0",
21186 "indexmap",
21187 "prettyplease",
21188 "syn 2.0.117",
21189 "wasm-metadata 0.227.1",
21190 "wit-bindgen-core 0.41.0",
21191 "wit-component 0.227.1",
21192]
21193
21194[[package]]
21195name = "wit-bindgen-rust"
21196version = "0.51.0"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21199dependencies = [
21200 "anyhow",
21201 "heck 0.5.0",
21202 "indexmap",
21203 "prettyplease",
21204 "syn 2.0.117",
21205 "wasm-metadata 0.244.0",
21206 "wit-bindgen-core 0.51.0",
21207 "wit-component 0.244.0",
21208]
21209
21210[[package]]
21211name = "wit-bindgen-rust-macro"
21212version = "0.22.0"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21215dependencies = [
21216 "anyhow",
21217 "proc-macro2",
21218 "quote",
21219 "syn 2.0.117",
21220 "wit-bindgen-core 0.22.0",
21221 "wit-bindgen-rust 0.22.0",
21222]
21223
21224[[package]]
21225name = "wit-bindgen-rust-macro"
21226version = "0.41.0"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21229dependencies = [
21230 "anyhow",
21231 "prettyplease",
21232 "proc-macro2",
21233 "quote",
21234 "syn 2.0.117",
21235 "wit-bindgen-core 0.41.0",
21236 "wit-bindgen-rust 0.41.0",
21237]
21238
21239[[package]]
21240name = "wit-bindgen-rust-macro"
21241version = "0.51.0"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21244dependencies = [
21245 "anyhow",
21246 "prettyplease",
21247 "proc-macro2",
21248 "quote",
21249 "syn 2.0.117",
21250 "wit-bindgen-core 0.51.0",
21251 "wit-bindgen-rust 0.51.0",
21252]
21253
21254[[package]]
21255name = "wit-component"
21256version = "0.201.0"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21259dependencies = [
21260 "anyhow",
21261 "bitflags 2.10.0",
21262 "indexmap",
21263 "log",
21264 "serde",
21265 "serde_derive",
21266 "serde_json",
21267 "wasm-encoder 0.201.0",
21268 "wasm-metadata 0.201.0",
21269 "wasmparser 0.201.0",
21270 "wit-parser 0.201.0",
21271]
21272
21273[[package]]
21274name = "wit-component"
21275version = "0.227.1"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21278dependencies = [
21279 "anyhow",
21280 "bitflags 2.10.0",
21281 "indexmap",
21282 "log",
21283 "serde",
21284 "serde_derive",
21285 "serde_json",
21286 "wasm-encoder 0.227.1",
21287 "wasm-metadata 0.227.1",
21288 "wasmparser 0.227.1",
21289 "wit-parser 0.227.1",
21290]
21291
21292[[package]]
21293name = "wit-component"
21294version = "0.244.0"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21297dependencies = [
21298 "anyhow",
21299 "bitflags 2.10.0",
21300 "indexmap",
21301 "log",
21302 "serde",
21303 "serde_derive",
21304 "serde_json",
21305 "wasm-encoder 0.244.0",
21306 "wasm-metadata 0.244.0",
21307 "wasmparser 0.244.0",
21308 "wit-parser 0.244.0",
21309]
21310
21311[[package]]
21312name = "wit-parser"
21313version = "0.201.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21316dependencies = [
21317 "anyhow",
21318 "id-arena",
21319 "indexmap",
21320 "log",
21321 "semver",
21322 "serde",
21323 "serde_derive",
21324 "serde_json",
21325 "unicode-xid",
21326 "wasmparser 0.201.0",
21327]
21328
21329[[package]]
21330name = "wit-parser"
21331version = "0.227.1"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21334dependencies = [
21335 "anyhow",
21336 "id-arena",
21337 "indexmap",
21338 "log",
21339 "semver",
21340 "serde",
21341 "serde_derive",
21342 "serde_json",
21343 "unicode-xid",
21344 "wasmparser 0.227.1",
21345]
21346
21347[[package]]
21348name = "wit-parser"
21349version = "0.229.0"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21352dependencies = [
21353 "anyhow",
21354 "id-arena",
21355 "indexmap",
21356 "log",
21357 "semver",
21358 "serde",
21359 "serde_derive",
21360 "serde_json",
21361 "unicode-xid",
21362 "wasmparser 0.229.0",
21363]
21364
21365[[package]]
21366name = "wit-parser"
21367version = "0.244.0"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21370dependencies = [
21371 "anyhow",
21372 "id-arena",
21373 "indexmap",
21374 "log",
21375 "semver",
21376 "serde",
21377 "serde_derive",
21378 "serde_json",
21379 "unicode-xid",
21380 "wasmparser 0.244.0",
21381]
21382
21383[[package]]
21384name = "witx"
21385version = "0.9.1"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21388dependencies = [
21389 "anyhow",
21390 "log",
21391 "thiserror 1.0.69",
21392 "wast",
21393]
21394
21395[[package]]
21396name = "workspace"
21397version = "0.1.0"
21398dependencies = [
21399 "any_vec",
21400 "anyhow",
21401 "async-recursion",
21402 "chrono",
21403 "client",
21404 "clock",
21405 "collections",
21406 "component",
21407 "db",
21408 "feature_flags",
21409 "fs",
21410 "futures 0.3.31",
21411 "git",
21412 "gpui",
21413 "http_client",
21414 "itertools 0.14.0",
21415 "language",
21416 "log",
21417 "markdown",
21418 "menu",
21419 "node_runtime",
21420 "parking_lot",
21421 "postage",
21422 "pretty_assertions",
21423 "project",
21424 "remote",
21425 "schemars",
21426 "serde",
21427 "serde_json",
21428 "session",
21429 "settings",
21430 "smallvec",
21431 "sqlez",
21432 "strum 0.27.2",
21433 "task",
21434 "telemetry",
21435 "tempfile",
21436 "theme",
21437 "ui",
21438 "util",
21439 "uuid",
21440 "windows 0.61.3",
21441 "zed_actions",
21442 "zlog",
21443]
21444
21445[[package]]
21446name = "worktree"
21447version = "0.1.0"
21448dependencies = [
21449 "anyhow",
21450 "async-lock 2.8.0",
21451 "chardetng",
21452 "clock",
21453 "collections",
21454 "encoding_rs",
21455 "fs",
21456 "futures 0.3.31",
21457 "fuzzy",
21458 "git",
21459 "gpui",
21460 "ignore",
21461 "language",
21462 "log",
21463 "parking_lot",
21464 "paths",
21465 "postage",
21466 "pretty_assertions",
21467 "rand 0.9.2",
21468 "rpc",
21469 "serde",
21470 "serde_json",
21471 "settings",
21472 "smallvec",
21473 "smol",
21474 "sum_tree",
21475 "text",
21476 "tracing",
21477 "util",
21478 "worktree",
21479 "zlog",
21480 "ztracing",
21481]
21482
21483[[package]]
21484name = "worktree_benchmarks"
21485version = "0.1.0"
21486dependencies = [
21487 "fs",
21488 "gpui_platform",
21489 "settings",
21490 "worktree",
21491]
21492
21493[[package]]
21494name = "wprcontrol"
21495version = "0.1.0"
21496source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21497dependencies = [
21498 "windows 0.61.3",
21499 "windows-bindgen",
21500 "windows-core 0.61.2",
21501 "windows-link 0.2.1",
21502]
21503
21504[[package]]
21505name = "writeable"
21506version = "0.6.1"
21507source = "registry+https://github.com/rust-lang/crates.io-index"
21508checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21509
21510[[package]]
21511name = "wyz"
21512version = "0.5.1"
21513source = "registry+https://github.com/rust-lang/crates.io-index"
21514checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21515dependencies = [
21516 "tap",
21517]
21518
21519[[package]]
21520name = "x11"
21521version = "2.21.0"
21522source = "registry+https://github.com/rust-lang/crates.io-index"
21523checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21524dependencies = [
21525 "libc",
21526 "pkg-config",
21527]
21528
21529[[package]]
21530name = "x11-clipboard"
21531version = "0.9.3"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21534dependencies = [
21535 "libc",
21536 "x11rb",
21537]
21538
21539[[package]]
21540name = "x11rb"
21541version = "0.13.2"
21542source = "registry+https://github.com/rust-lang/crates.io-index"
21543checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21544dependencies = [
21545 "as-raw-xcb-connection",
21546 "gethostname",
21547 "libc",
21548 "rustix 1.1.2",
21549 "x11rb-protocol",
21550 "xcursor",
21551]
21552
21553[[package]]
21554name = "x11rb-protocol"
21555version = "0.13.2"
21556source = "registry+https://github.com/rust-lang/crates.io-index"
21557checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21558
21559[[package]]
21560name = "x_ai"
21561version = "0.1.0"
21562dependencies = [
21563 "anyhow",
21564 "schemars",
21565 "serde",
21566 "strum 0.27.2",
21567]
21568
21569[[package]]
21570name = "xattr"
21571version = "0.2.3"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21574dependencies = [
21575 "libc",
21576]
21577
21578[[package]]
21579name = "xcb"
21580version = "1.6.0"
21581source = "registry+https://github.com/rust-lang/crates.io-index"
21582checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21583dependencies = [
21584 "bitflags 1.3.2",
21585 "libc",
21586 "quick-xml 0.30.0",
21587 "x11",
21588]
21589
21590[[package]]
21591name = "xcursor"
21592version = "0.3.10"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21595
21596[[package]]
21597name = "xim-ctext"
21598version = "0.3.0"
21599source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21600dependencies = [
21601 "encoding_rs",
21602]
21603
21604[[package]]
21605name = "xim-parser"
21606version = "0.2.1"
21607source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21608dependencies = [
21609 "bitflags 2.10.0",
21610]
21611
21612[[package]]
21613name = "xkbcommon"
21614version = "0.8.0"
21615source = "registry+https://github.com/rust-lang/crates.io-index"
21616checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21617dependencies = [
21618 "as-raw-xcb-connection",
21619 "libc",
21620 "memmap2",
21621 "xkeysym",
21622]
21623
21624[[package]]
21625name = "xkeysym"
21626version = "0.2.1"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21629
21630[[package]]
21631name = "xml-rs"
21632version = "0.8.28"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21635
21636[[package]]
21637name = "xml5ever"
21638version = "0.18.1"
21639source = "registry+https://github.com/rust-lang/crates.io-index"
21640checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21641dependencies = [
21642 "log",
21643 "mac",
21644 "markup5ever 0.12.1",
21645]
21646
21647[[package]]
21648name = "xmlparser"
21649version = "0.13.6"
21650source = "registry+https://github.com/rust-lang/crates.io-index"
21651checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21652
21653[[package]]
21654name = "xmlwriter"
21655version = "0.1.0"
21656source = "registry+https://github.com/rust-lang/crates.io-index"
21657checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21658
21659[[package]]
21660name = "xtask"
21661version = "0.1.0"
21662dependencies = [
21663 "annotate-snippets",
21664 "anyhow",
21665 "backtrace",
21666 "cargo_metadata",
21667 "cargo_toml",
21668 "clap",
21669 "gh-workflow",
21670 "indexmap",
21671 "indoc",
21672 "itertools 0.14.0",
21673 "regex",
21674 "serde",
21675 "serde_json",
21676 "serde_yaml",
21677 "strum 0.27.2",
21678 "toml 0.8.23",
21679 "toml_edit 0.22.27",
21680]
21681
21682[[package]]
21683name = "yaml-rust2"
21684version = "0.8.1"
21685source = "registry+https://github.com/rust-lang/crates.io-index"
21686checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21687dependencies = [
21688 "arraydeque",
21689 "encoding_rs",
21690 "hashlink 0.8.4",
21691]
21692
21693[[package]]
21694name = "yansi"
21695version = "1.0.1"
21696source = "registry+https://github.com/rust-lang/crates.io-index"
21697checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21698
21699[[package]]
21700name = "yawc"
21701version = "0.2.5"
21702source = "registry+https://github.com/rust-lang/crates.io-index"
21703checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21704dependencies = [
21705 "base64 0.22.1",
21706 "bytes 1.11.1",
21707 "flate2",
21708 "futures 0.3.31",
21709 "http-body-util",
21710 "hyper 1.7.0",
21711 "hyper-util",
21712 "js-sys",
21713 "nom 8.0.0",
21714 "pin-project",
21715 "rand 0.8.5",
21716 "sha1",
21717 "thiserror 1.0.69",
21718 "tokio",
21719 "tokio-rustls 0.26.2",
21720 "tokio-util",
21721 "url",
21722 "wasm-bindgen",
21723 "wasm-bindgen-futures",
21724 "web-sys",
21725 "webpki-roots",
21726]
21727
21728[[package]]
21729name = "yazi"
21730version = "0.2.1"
21731source = "registry+https://github.com/rust-lang/crates.io-index"
21732checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21733
21734[[package]]
21735name = "yeslogic-fontconfig-sys"
21736version = "6.0.0"
21737source = "registry+https://github.com/rust-lang/crates.io-index"
21738checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21739dependencies = [
21740 "dlib",
21741 "once_cell",
21742 "pkg-config",
21743]
21744
21745[[package]]
21746name = "yoke"
21747version = "0.7.5"
21748source = "registry+https://github.com/rust-lang/crates.io-index"
21749checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21750dependencies = [
21751 "serde",
21752 "stable_deref_trait",
21753 "yoke-derive 0.7.5",
21754 "zerofrom",
21755]
21756
21757[[package]]
21758name = "yoke"
21759version = "0.8.0"
21760source = "registry+https://github.com/rust-lang/crates.io-index"
21761checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21762dependencies = [
21763 "serde",
21764 "stable_deref_trait",
21765 "yoke-derive 0.8.0",
21766 "zerofrom",
21767]
21768
21769[[package]]
21770name = "yoke-derive"
21771version = "0.7.5"
21772source = "registry+https://github.com/rust-lang/crates.io-index"
21773checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21774dependencies = [
21775 "proc-macro2",
21776 "quote",
21777 "syn 2.0.117",
21778 "synstructure",
21779]
21780
21781[[package]]
21782name = "yoke-derive"
21783version = "0.8.0"
21784source = "registry+https://github.com/rust-lang/crates.io-index"
21785checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21786dependencies = [
21787 "proc-macro2",
21788 "quote",
21789 "syn 2.0.117",
21790 "synstructure",
21791]
21792
21793[[package]]
21794name = "zbus"
21795version = "5.13.2"
21796source = "registry+https://github.com/rust-lang/crates.io-index"
21797checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21798dependencies = [
21799 "async-broadcast",
21800 "async-executor",
21801 "async-io",
21802 "async-lock 3.4.2",
21803 "async-process",
21804 "async-recursion",
21805 "async-task",
21806 "async-trait",
21807 "blocking",
21808 "enumflags2",
21809 "event-listener 5.4.1",
21810 "futures-core",
21811 "futures-lite 2.6.1",
21812 "hex",
21813 "libc",
21814 "ordered-stream",
21815 "rustix 1.1.2",
21816 "serde",
21817 "serde_repr",
21818 "tracing",
21819 "uds_windows",
21820 "uuid",
21821 "windows-sys 0.61.2",
21822 "winnow",
21823 "zbus_macros",
21824 "zbus_names",
21825 "zvariant",
21826]
21827
21828[[package]]
21829name = "zbus_macros"
21830version = "5.13.2"
21831source = "registry+https://github.com/rust-lang/crates.io-index"
21832checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21833dependencies = [
21834 "proc-macro-crate",
21835 "proc-macro2",
21836 "quote",
21837 "syn 2.0.117",
21838 "zbus_names",
21839 "zvariant",
21840 "zvariant_utils",
21841]
21842
21843[[package]]
21844name = "zbus_names"
21845version = "4.3.1"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21848dependencies = [
21849 "serde",
21850 "winnow",
21851 "zvariant",
21852]
21853
21854[[package]]
21855name = "zed"
21856version = "0.229.0"
21857dependencies = [
21858 "acp_thread",
21859 "acp_tools",
21860 "action_log",
21861 "activity_indicator",
21862 "agent",
21863 "agent-client-protocol",
21864 "agent_servers",
21865 "agent_settings",
21866 "agent_ui",
21867 "anyhow",
21868 "ashpd",
21869 "askpass",
21870 "assets",
21871 "audio",
21872 "auto_update",
21873 "auto_update_ui",
21874 "breadcrumbs",
21875 "call",
21876 "channel",
21877 "chrono",
21878 "clap",
21879 "cli",
21880 "client",
21881 "clock",
21882 "codestral",
21883 "collab_ui",
21884 "collections",
21885 "command_palette",
21886 "component",
21887 "component_preview",
21888 "copilot",
21889 "copilot_chat",
21890 "copilot_ui",
21891 "crashes",
21892 "csv_preview",
21893 "dap_adapters",
21894 "db",
21895 "debug_adapter_extension",
21896 "debugger_tools",
21897 "debugger_ui",
21898 "dev_container",
21899 "diagnostics",
21900 "edit_prediction",
21901 "edit_prediction_ui",
21902 "editor",
21903 "encoding_selector",
21904 "env_logger 0.11.8",
21905 "etw_tracing",
21906 "extension",
21907 "extension_host",
21908 "extensions_ui",
21909 "feature_flags",
21910 "feedback",
21911 "file_finder",
21912 "fs",
21913 "futures 0.3.31",
21914 "git",
21915 "git_graph",
21916 "git_hosting_providers",
21917 "git_ui",
21918 "go_to_line",
21919 "gpui",
21920 "gpui_platform",
21921 "gpui_tokio",
21922 "http_client",
21923 "image",
21924 "image_viewer",
21925 "inspector_ui",
21926 "install_cli",
21927 "itertools 0.14.0",
21928 "journal",
21929 "json_schema_store",
21930 "keymap_editor",
21931 "language",
21932 "language_extension",
21933 "language_model",
21934 "language_models",
21935 "language_onboarding",
21936 "language_selector",
21937 "language_tools",
21938 "languages",
21939 "line_ending_selector",
21940 "log",
21941 "markdown",
21942 "markdown_preview",
21943 "menu",
21944 "migrator",
21945 "mimalloc",
21946 "miniprofiler_ui",
21947 "nc",
21948 "node_runtime",
21949 "notifications",
21950 "onboarding",
21951 "outline",
21952 "outline_panel",
21953 "parking_lot",
21954 "paths",
21955 "picker",
21956 "pkg-config",
21957 "pretty_assertions",
21958 "profiling",
21959 "project",
21960 "project_panel",
21961 "project_symbols",
21962 "prompt_store",
21963 "proto",
21964 "rayon",
21965 "recent_projects",
21966 "release_channel",
21967 "remote",
21968 "repl",
21969 "reqwest_client",
21970 "rope",
21971 "search",
21972 "semver",
21973 "serde",
21974 "serde_json",
21975 "session",
21976 "settings",
21977 "settings_profile_selector",
21978 "settings_ui",
21979 "shellexpand 2.1.2",
21980 "sidebar",
21981 "smol",
21982 "snippet_provider",
21983 "snippets_ui",
21984 "svg_preview",
21985 "sysinfo 0.37.2",
21986 "system_specs",
21987 "tab_switcher",
21988 "task",
21989 "tasks_ui",
21990 "telemetry",
21991 "telemetry_events",
21992 "tempfile",
21993 "terminal_view",
21994 "theme",
21995 "theme_extension",
21996 "theme_selector",
21997 "time",
21998 "time_format",
21999 "title_bar",
22000 "toolchain_selector",
22001 "tracing",
22002 "ui",
22003 "ui_prompt",
22004 "url",
22005 "urlencoding",
22006 "util",
22007 "uuid",
22008 "vim",
22009 "vim_mode_setting",
22010 "watch",
22011 "web_search",
22012 "web_search_providers",
22013 "which_key",
22014 "windows 0.61.3",
22015 "winresource",
22016 "workspace",
22017 "zed-reqwest",
22018 "zed_actions",
22019 "zed_env_vars",
22020 "zlog",
22021 "zlog_settings",
22022 "ztracing",
22023]
22024
22025[[package]]
22026name = "zed-font-kit"
22027version = "0.14.1-zed"
22028source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22029dependencies = [
22030 "bitflags 2.10.0",
22031 "byteorder",
22032 "core-foundation 0.10.0",
22033 "core-graphics 0.24.0",
22034 "core-text",
22035 "dirs 5.0.1",
22036 "dwrote",
22037 "float-ord",
22038 "freetype-sys",
22039 "lazy_static",
22040 "libc",
22041 "log",
22042 "pathfinder_geometry",
22043 "pathfinder_simd",
22044 "walkdir",
22045 "winapi",
22046 "yeslogic-fontconfig-sys",
22047]
22048
22049[[package]]
22050name = "zed-reqwest"
22051version = "0.12.15-zed"
22052source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22053dependencies = [
22054 "base64 0.22.1",
22055 "bytes 1.11.1",
22056 "encoding_rs",
22057 "futures-core",
22058 "futures-util",
22059 "h2 0.4.12",
22060 "http 1.3.1",
22061 "http-body 1.0.1",
22062 "http-body-util",
22063 "hyper 1.7.0",
22064 "hyper-rustls 0.27.7",
22065 "hyper-util",
22066 "ipnet",
22067 "js-sys",
22068 "log",
22069 "mime",
22070 "mime_guess",
22071 "once_cell",
22072 "percent-encoding",
22073 "pin-project-lite",
22074 "quinn",
22075 "rustls 0.23.33",
22076 "rustls-native-certs 0.8.2",
22077 "rustls-pemfile 2.2.0",
22078 "rustls-pki-types",
22079 "serde",
22080 "serde_json",
22081 "serde_urlencoded",
22082 "sync_wrapper 1.0.2",
22083 "system-configuration 0.6.1",
22084 "tokio",
22085 "tokio-rustls 0.26.2",
22086 "tokio-socks",
22087 "tokio-util",
22088 "tower 0.5.2",
22089 "tower-service",
22090 "url",
22091 "wasm-bindgen",
22092 "wasm-bindgen-futures",
22093 "wasm-streams",
22094 "web-sys",
22095 "windows-registry 0.4.0",
22096]
22097
22098[[package]]
22099name = "zed-scap"
22100version = "0.0.8-zed"
22101source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22102dependencies = [
22103 "anyhow",
22104 "cocoa 0.25.0",
22105 "core-graphics-helmer-fork",
22106 "log",
22107 "objc",
22108 "rand 0.8.5",
22109 "screencapturekit",
22110 "screencapturekit-sys",
22111 "sysinfo 0.31.4",
22112 "tao-core-video-sys",
22113 "windows 0.61.3",
22114 "windows-capture",
22115 "x11",
22116 "xcb",
22117]
22118
22119[[package]]
22120name = "zed-xim"
22121version = "0.4.0-zed"
22122source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22123dependencies = [
22124 "ahash 0.8.12",
22125 "hashbrown 0.14.5",
22126 "log",
22127 "x11rb",
22128 "xim-ctext",
22129 "xim-parser",
22130]
22131
22132[[package]]
22133name = "zed_actions"
22134version = "0.1.0"
22135dependencies = [
22136 "gpui",
22137 "schemars",
22138 "serde",
22139 "util",
22140 "uuid",
22141]
22142
22143[[package]]
22144name = "zed_env_vars"
22145version = "0.1.0"
22146dependencies = [
22147 "gpui",
22148]
22149
22150[[package]]
22151name = "zed_extension_api"
22152version = "0.1.0"
22153source = "registry+https://github.com/rust-lang/crates.io-index"
22154checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22155dependencies = [
22156 "serde",
22157 "serde_json",
22158 "wit-bindgen 0.22.0",
22159]
22160
22161[[package]]
22162name = "zed_extension_api"
22163version = "0.7.0"
22164source = "registry+https://github.com/rust-lang/crates.io-index"
22165checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22166dependencies = [
22167 "serde",
22168 "serde_json",
22169 "wit-bindgen 0.41.0",
22170]
22171
22172[[package]]
22173name = "zed_extension_api"
22174version = "0.8.0"
22175dependencies = [
22176 "serde",
22177 "serde_json",
22178 "wit-bindgen 0.41.0",
22179]
22180
22181[[package]]
22182name = "zed_glsl"
22183version = "0.2.2"
22184dependencies = [
22185 "zed_extension_api 0.1.0",
22186]
22187
22188[[package]]
22189name = "zed_html"
22190version = "0.3.1"
22191dependencies = [
22192 "zed_extension_api 0.7.0",
22193]
22194
22195[[package]]
22196name = "zed_proto"
22197version = "0.3.1"
22198dependencies = [
22199 "zed_extension_api 0.7.0",
22200]
22201
22202[[package]]
22203name = "zed_test_extension"
22204version = "0.1.0"
22205dependencies = [
22206 "zed_extension_api 0.8.0",
22207]
22208
22209[[package]]
22210name = "zeno"
22211version = "0.3.3"
22212source = "registry+https://github.com/rust-lang/crates.io-index"
22213checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22214
22215[[package]]
22216name = "zerocopy"
22217version = "0.8.27"
22218source = "registry+https://github.com/rust-lang/crates.io-index"
22219checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22220dependencies = [
22221 "zerocopy-derive",
22222]
22223
22224[[package]]
22225name = "zerocopy-derive"
22226version = "0.8.27"
22227source = "registry+https://github.com/rust-lang/crates.io-index"
22228checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22229dependencies = [
22230 "proc-macro2",
22231 "quote",
22232 "syn 2.0.117",
22233]
22234
22235[[package]]
22236name = "zerofrom"
22237version = "0.1.6"
22238source = "registry+https://github.com/rust-lang/crates.io-index"
22239checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22240dependencies = [
22241 "zerofrom-derive",
22242]
22243
22244[[package]]
22245name = "zerofrom-derive"
22246version = "0.1.6"
22247source = "registry+https://github.com/rust-lang/crates.io-index"
22248checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22249dependencies = [
22250 "proc-macro2",
22251 "quote",
22252 "syn 2.0.117",
22253 "synstructure",
22254]
22255
22256[[package]]
22257name = "zeroize"
22258version = "1.8.2"
22259source = "registry+https://github.com/rust-lang/crates.io-index"
22260checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22261dependencies = [
22262 "zeroize_derive",
22263]
22264
22265[[package]]
22266name = "zeroize_derive"
22267version = "1.4.2"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22270dependencies = [
22271 "proc-macro2",
22272 "quote",
22273 "syn 2.0.117",
22274]
22275
22276[[package]]
22277name = "zeromq"
22278version = "0.5.0"
22279source = "registry+https://github.com/rust-lang/crates.io-index"
22280checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22281dependencies = [
22282 "async-dispatcher",
22283 "async-std",
22284 "async-trait",
22285 "asynchronous-codec",
22286 "bytes 1.11.1",
22287 "crossbeam-queue",
22288 "futures 0.3.31",
22289 "log",
22290 "num-traits",
22291 "once_cell",
22292 "parking_lot",
22293 "rand 0.9.2",
22294 "regex",
22295 "scc",
22296 "thiserror 1.0.69",
22297 "uuid",
22298]
22299
22300[[package]]
22301name = "zerotrie"
22302version = "0.2.2"
22303source = "registry+https://github.com/rust-lang/crates.io-index"
22304checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22305dependencies = [
22306 "displaydoc",
22307 "yoke 0.8.0",
22308 "zerofrom",
22309]
22310
22311[[package]]
22312name = "zerovec"
22313version = "0.11.4"
22314source = "registry+https://github.com/rust-lang/crates.io-index"
22315checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22316dependencies = [
22317 "yoke 0.8.0",
22318 "zerofrom",
22319 "zerovec-derive",
22320]
22321
22322[[package]]
22323name = "zerovec-derive"
22324version = "0.11.1"
22325source = "registry+https://github.com/rust-lang/crates.io-index"
22326checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22327dependencies = [
22328 "proc-macro2",
22329 "quote",
22330 "syn 2.0.117",
22331]
22332
22333[[package]]
22334name = "zeta_prompt"
22335version = "0.1.0"
22336dependencies = [
22337 "anyhow",
22338 "indoc",
22339 "serde",
22340 "strum 0.27.2",
22341]
22342
22343[[package]]
22344name = "zip"
22345version = "0.6.6"
22346source = "registry+https://github.com/rust-lang/crates.io-index"
22347checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22348dependencies = [
22349 "aes",
22350 "byteorder",
22351 "bzip2",
22352 "constant_time_eq",
22353 "crc32fast",
22354 "crossbeam-utils",
22355 "flate2",
22356 "hmac",
22357 "pbkdf2 0.11.0",
22358 "sha1",
22359 "time",
22360 "zstd",
22361]
22362
22363[[package]]
22364name = "zip"
22365version = "1.1.4"
22366source = "registry+https://github.com/rust-lang/crates.io-index"
22367checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22368dependencies = [
22369 "arbitrary",
22370 "crc32fast",
22371 "crossbeam-utils",
22372 "displaydoc",
22373 "indexmap",
22374 "num_enum",
22375 "thiserror 1.0.69",
22376]
22377
22378[[package]]
22379name = "zlog"
22380version = "0.1.0"
22381dependencies = [
22382 "anyhow",
22383 "chrono",
22384 "collections",
22385 "log",
22386 "tempfile",
22387]
22388
22389[[package]]
22390name = "zlog_settings"
22391version = "0.1.0"
22392dependencies = [
22393 "collections",
22394 "gpui",
22395 "settings",
22396 "zlog",
22397]
22398
22399[[package]]
22400name = "zstd"
22401version = "0.11.2+zstd.1.5.2"
22402source = "registry+https://github.com/rust-lang/crates.io-index"
22403checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22404dependencies = [
22405 "zstd-safe",
22406]
22407
22408[[package]]
22409name = "zstd-safe"
22410version = "5.0.2+zstd.1.5.2"
22411source = "registry+https://github.com/rust-lang/crates.io-index"
22412checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22413dependencies = [
22414 "libc",
22415 "zstd-sys",
22416]
22417
22418[[package]]
22419name = "zstd-sys"
22420version = "2.0.16+zstd.1.5.7"
22421source = "registry+https://github.com/rust-lang/crates.io-index"
22422checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22423dependencies = [
22424 "cc",
22425 "pkg-config",
22426]
22427
22428[[package]]
22429name = "ztracing"
22430version = "0.1.0"
22431dependencies = [
22432 "tracing",
22433 "tracing-subscriber",
22434 "tracing-tracy",
22435 "tracy-client",
22436 "zlog",
22437 "ztracing_macro",
22438]
22439
22440[[package]]
22441name = "ztracing_macro"
22442version = "0.1.0"
22443
22444[[package]]
22445name = "zune-core"
22446version = "0.4.12"
22447source = "registry+https://github.com/rust-lang/crates.io-index"
22448checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22449
22450[[package]]
22451name = "zune-inflate"
22452version = "0.2.54"
22453source = "registry+https://github.com/rust-lang/crates.io-index"
22454checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22455dependencies = [
22456 "simd-adler32",
22457]
22458
22459[[package]]
22460name = "zune-jpeg"
22461version = "0.4.21"
22462source = "registry+https://github.com/rust-lang/crates.io-index"
22463checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22464dependencies = [
22465 "zune-core",
22466]
22467
22468[[package]]
22469name = "zvariant"
22470version = "5.9.2"
22471source = "registry+https://github.com/rust-lang/crates.io-index"
22472checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22473dependencies = [
22474 "endi",
22475 "enumflags2",
22476 "serde",
22477 "serde_bytes",
22478 "winnow",
22479 "zvariant_derive",
22480 "zvariant_utils",
22481]
22482
22483[[package]]
22484name = "zvariant_derive"
22485version = "5.9.2"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22488dependencies = [
22489 "proc-macro-crate",
22490 "proc-macro2",
22491 "quote",
22492 "syn 2.0.117",
22493 "zvariant_utils",
22494]
22495
22496[[package]]
22497name = "zvariant_utils"
22498version = "3.3.0"
22499source = "registry+https://github.com/rust-lang/crates.io-index"
22500checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22501dependencies = [
22502 "proc-macro2",
22503 "quote",
22504 "serde",
22505 "syn 2.0.117",
22506 "winnow",
22507]