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-core",
   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.32",
   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-core",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "smol",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "gpui",
   81 "language",
   82 "log",
   83 "pretty_assertions",
   84 "project",
   85 "rand 0.9.2",
   86 "serde_json",
   87 "settings",
   88 "telemetry",
   89 "text",
   90 "util",
   91 "watch",
   92 "zlog",
   93]
   94
   95[[package]]
   96name = "activity_indicator"
   97version = "0.1.0"
   98dependencies = [
   99 "anyhow",
  100 "auto_update",
  101 "editor",
  102 "extension_host",
  103 "fs",
  104 "futures 0.3.32",
  105 "gpui",
  106 "language",
  107 "project",
  108 "proto",
  109 "smallvec",
  110 "ui",
  111 "util",
  112 "workspace",
  113]
  114
  115[[package]]
  116name = "addr2line"
  117version = "0.25.1"
  118source = "registry+https://github.com/rust-lang/crates.io-index"
  119checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  120dependencies = [
  121 "gimli",
  122]
  123
  124[[package]]
  125name = "adler2"
  126version = "2.0.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  129
  130[[package]]
  131name = "aes"
  132version = "0.8.4"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  135dependencies = [
  136 "cfg-if",
  137 "cipher",
  138 "cpufeatures",
  139 "zeroize",
  140]
  141
  142[[package]]
  143name = "agent"
  144version = "0.1.0"
  145dependencies = [
  146 "acp_thread",
  147 "action_log",
  148 "agent-client-protocol-core",
  149 "agent_servers",
  150 "agent_settings",
  151 "anyhow",
  152 "chrono",
  153 "client",
  154 "clock",
  155 "cloud_api_types",
  156 "cloud_llm_client",
  157 "collections",
  158 "context_server",
  159 "ctor",
  160 "db",
  161 "derive_more",
  162 "editor",
  163 "env_logger 0.11.8",
  164 "eval_utils",
  165 "feature_flags",
  166 "fs",
  167 "futures 0.3.32",
  168 "git",
  169 "gpui",
  170 "gpui_tokio",
  171 "handlebars 4.5.0",
  172 "heck 0.5.0",
  173 "html_to_markdown",
  174 "http_client",
  175 "indoc",
  176 "itertools 0.14.0",
  177 "language",
  178 "language_model",
  179 "language_models",
  180 "log",
  181 "lsp",
  182 "open",
  183 "parking_lot",
  184 "paths",
  185 "pretty_assertions",
  186 "project",
  187 "prompt_store",
  188 "rand 0.9.2",
  189 "regex",
  190 "reqwest_client",
  191 "rust-embed",
  192 "schemars",
  193 "serde",
  194 "serde_json",
  195 "settings",
  196 "shell_command_parser",
  197 "smallvec",
  198 "smol",
  199 "sqlez",
  200 "streaming_diff",
  201 "strsim",
  202 "task",
  203 "telemetry",
  204 "tempfile",
  205 "text",
  206 "theme",
  207 "thiserror 2.0.17",
  208 "ui",
  209 "unindent",
  210 "url",
  211 "util",
  212 "uuid",
  213 "watch",
  214 "web_search",
  215 "zed_env_vars",
  216 "zlog",
  217 "zstd",
  218]
  219
  220[[package]]
  221name = "agent-client-protocol-core"
  222version = "0.1.0"
  223source = "git+https://github.com/agentclientprotocol/rust-sdk?rev=9fa32bb04e301f4be968a372eb5085dc3a86ef3c#9fa32bb04e301f4be968a372eb5085dc3a86ef3c"
  224dependencies = [
  225 "agent-client-protocol-derive",
  226 "agent-client-protocol-schema",
  227 "anyhow",
  228 "boxfnonce",
  229 "futures 0.3.32",
  230 "futures-concurrency",
  231 "jsonrpcmsg",
  232 "rmcp",
  233 "rustc-hash 2.1.1",
  234 "schemars",
  235 "serde",
  236 "serde_json",
  237 "thiserror 2.0.17",
  238 "tokio",
  239 "tokio-util",
  240 "tracing",
  241 "uuid",
  242]
  243
  244[[package]]
  245name = "agent-client-protocol-derive"
  246version = "0.1.0"
  247source = "git+https://github.com/agentclientprotocol/rust-sdk?rev=9fa32bb04e301f4be968a372eb5085dc3a86ef3c#9fa32bb04e301f4be968a372eb5085dc3a86ef3c"
  248dependencies = [
  249 "proc-macro2",
  250 "quote",
  251 "syn 2.0.117",
  252]
  253
  254[[package]]
  255name = "agent-client-protocol-schema"
  256version = "0.11.4"
  257source = "registry+https://github.com/rust-lang/crates.io-index"
  258checksum = "ca68e7e55681ce56546c0cecc6bc8f20493d24b44c6d93ec46174f310730bba2"
  259dependencies = [
  260 "anyhow",
  261 "derive_more",
  262 "schemars",
  263 "serde",
  264 "serde_json",
  265 "strum 0.28.0",
  266]
  267
  268[[package]]
  269name = "agent_servers"
  270version = "0.1.0"
  271dependencies = [
  272 "acp_thread",
  273 "acp_tools",
  274 "action_log",
  275 "agent-client-protocol-core",
  276 "anyhow",
  277 "async-trait",
  278 "chrono",
  279 "client",
  280 "collections",
  281 "credentials_provider",
  282 "env_logger 0.11.8",
  283 "feature_flags",
  284 "fs",
  285 "futures 0.3.32",
  286 "google_ai",
  287 "gpui",
  288 "gpui_tokio",
  289 "http_client",
  290 "indoc",
  291 "language_model",
  292 "libc",
  293 "log",
  294 "nix 0.29.0",
  295 "project",
  296 "release_channel",
  297 "reqwest_client",
  298 "serde",
  299 "serde_json",
  300 "settings",
  301 "smol",
  302 "task",
  303 "tempfile",
  304 "terminal",
  305 "thiserror 2.0.17",
  306 "ui",
  307 "util",
  308 "uuid",
  309 "watch",
  310]
  311
  312[[package]]
  313name = "agent_settings"
  314version = "0.1.0"
  315dependencies = [
  316 "agent-client-protocol-core",
  317 "anyhow",
  318 "collections",
  319 "convert_case 0.8.0",
  320 "fs",
  321 "gpui",
  322 "language_model",
  323 "log",
  324 "paths",
  325 "project",
  326 "regex",
  327 "schemars",
  328 "serde",
  329 "serde_json",
  330 "serde_json_lenient",
  331 "settings",
  332 "util",
  333]
  334
  335[[package]]
  336name = "agent_ui"
  337version = "0.1.0"
  338dependencies = [
  339 "acp_thread",
  340 "action_log",
  341 "agent",
  342 "agent-client-protocol-core",
  343 "agent_servers",
  344 "agent_settings",
  345 "ai_onboarding",
  346 "anyhow",
  347 "audio",
  348 "base64 0.22.1",
  349 "buffer_diff",
  350 "chrono",
  351 "client",
  352 "cloud_api_types",
  353 "collections",
  354 "command_palette_hooks",
  355 "component",
  356 "context_server",
  357 "db",
  358 "editor",
  359 "eval_utils",
  360 "extension",
  361 "extension_host",
  362 "feature_flags",
  363 "file_icons",
  364 "fs",
  365 "futures 0.3.32",
  366 "fuzzy",
  367 "git",
  368 "gpui",
  369 "gpui_tokio",
  370 "heapless",
  371 "html_to_markdown",
  372 "http_client",
  373 "image",
  374 "indoc",
  375 "itertools 0.14.0",
  376 "jsonschema",
  377 "language",
  378 "language_model",
  379 "language_models",
  380 "languages",
  381 "log",
  382 "lsp",
  383 "markdown",
  384 "menu",
  385 "multi_buffer",
  386 "notifications",
  387 "ordered-float 2.10.1",
  388 "parking_lot",
  389 "paths",
  390 "picker",
  391 "postage",
  392 "pretty_assertions",
  393 "project",
  394 "prompt_store",
  395 "proto",
  396 "rand 0.9.2",
  397 "release_channel",
  398 "reqwest_client",
  399 "rope",
  400 "rules_library",
  401 "schemars",
  402 "semver",
  403 "serde",
  404 "serde_json",
  405 "serde_json_lenient",
  406 "settings",
  407 "smol",
  408 "streaming_diff",
  409 "task",
  410 "telemetry",
  411 "terminal",
  412 "terminal_view",
  413 "text",
  414 "theme",
  415 "theme_settings",
  416 "time",
  417 "time_format",
  418 "tree-sitter-md",
  419 "ui",
  420 "ui_input",
  421 "unindent",
  422 "url",
  423 "util",
  424 "uuid",
  425 "watch",
  426 "workspace",
  427 "zed_actions",
  428]
  429
  430[[package]]
  431name = "ahash"
  432version = "0.7.8"
  433source = "registry+https://github.com/rust-lang/crates.io-index"
  434checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  435dependencies = [
  436 "getrandom 0.2.16",
  437 "once_cell",
  438 "version_check",
  439]
  440
  441[[package]]
  442name = "ahash"
  443version = "0.8.12"
  444source = "registry+https://github.com/rust-lang/crates.io-index"
  445checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  446dependencies = [
  447 "cfg-if",
  448 "const-random",
  449 "getrandom 0.3.4",
  450 "once_cell",
  451 "serde",
  452 "version_check",
  453 "zerocopy",
  454]
  455
  456[[package]]
  457name = "aho-corasick"
  458version = "1.1.3"
  459source = "registry+https://github.com/rust-lang/crates.io-index"
  460checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  461dependencies = [
  462 "memchr",
  463]
  464
  465[[package]]
  466name = "ai_onboarding"
  467version = "0.1.0"
  468dependencies = [
  469 "client",
  470 "cloud_api_types",
  471 "component",
  472 "gpui",
  473 "language_model",
  474 "serde",
  475 "smallvec",
  476 "telemetry",
  477 "ui",
  478 "zed_actions",
  479]
  480
  481[[package]]
  482name = "alacritty_terminal"
  483version = "0.25.1"
  484source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  485dependencies = [
  486 "base64 0.22.1",
  487 "bitflags 2.10.0",
  488 "home",
  489 "libc",
  490 "log",
  491 "mach2 0.5.0",
  492 "miow",
  493 "parking_lot",
  494 "piper",
  495 "polling",
  496 "regex-automata",
  497 "rustix 1.1.2",
  498 "rustix-openpty",
  499 "serde",
  500 "signal-hook",
  501 "unicode-width",
  502 "vte",
  503 "windows-sys 0.59.0",
  504]
  505
  506[[package]]
  507name = "aliasable"
  508version = "0.1.3"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  511
  512[[package]]
  513name = "aligned-vec"
  514version = "0.6.4"
  515source = "registry+https://github.com/rust-lang/crates.io-index"
  516checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  517dependencies = [
  518 "equator",
  519]
  520
  521[[package]]
  522name = "allocator-api2"
  523version = "0.2.21"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  526
  527[[package]]
  528name = "alsa"
  529version = "0.10.0"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  532dependencies = [
  533 "alsa-sys",
  534 "bitflags 2.10.0",
  535 "cfg-if",
  536 "libc",
  537]
  538
  539[[package]]
  540name = "alsa-sys"
  541version = "0.3.1"
  542source = "registry+https://github.com/rust-lang/crates.io-index"
  543checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  544dependencies = [
  545 "libc",
  546 "pkg-config",
  547]
  548
  549[[package]]
  550name = "ambient-authority"
  551version = "0.0.2"
  552source = "registry+https://github.com/rust-lang/crates.io-index"
  553checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  554
  555[[package]]
  556name = "ammonia"
  557version = "4.1.2"
  558source = "registry+https://github.com/rust-lang/crates.io-index"
  559checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  560dependencies = [
  561 "cssparser",
  562 "html5ever 0.35.0",
  563 "maplit",
  564 "tendril",
  565 "url",
  566]
  567
  568[[package]]
  569name = "android_system_properties"
  570version = "0.1.5"
  571source = "registry+https://github.com/rust-lang/crates.io-index"
  572checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  573dependencies = [
  574 "libc",
  575]
  576
  577[[package]]
  578name = "anes"
  579version = "0.1.6"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  582
  583[[package]]
  584name = "annotate-snippets"
  585version = "0.12.12"
  586source = "registry+https://github.com/rust-lang/crates.io-index"
  587checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  588dependencies = [
  589 "anstyle",
  590 "memchr",
  591 "unicode-width",
  592]
  593
  594[[package]]
  595name = "anstream"
  596version = "0.6.21"
  597source = "registry+https://github.com/rust-lang/crates.io-index"
  598checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  599dependencies = [
  600 "anstyle",
  601 "anstyle-parse",
  602 "anstyle-query",
  603 "anstyle-wincon",
  604 "colorchoice",
  605 "is_terminal_polyfill",
  606 "utf8parse",
  607]
  608
  609[[package]]
  610name = "anstyle"
  611version = "1.0.13"
  612source = "registry+https://github.com/rust-lang/crates.io-index"
  613checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  614
  615[[package]]
  616name = "anstyle-parse"
  617version = "0.2.7"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  620dependencies = [
  621 "utf8parse",
  622]
  623
  624[[package]]
  625name = "anstyle-query"
  626version = "1.1.4"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  629dependencies = [
  630 "windows-sys 0.60.2",
  631]
  632
  633[[package]]
  634name = "anstyle-wincon"
  635version = "3.0.10"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  638dependencies = [
  639 "anstyle",
  640 "once_cell_polyfill",
  641 "windows-sys 0.60.2",
  642]
  643
  644[[package]]
  645name = "anthropic"
  646version = "0.1.0"
  647dependencies = [
  648 "anyhow",
  649 "chrono",
  650 "futures 0.3.32",
  651 "http_client",
  652 "schemars",
  653 "serde",
  654 "serde_json",
  655 "strum 0.27.2",
  656 "thiserror 2.0.17",
  657]
  658
  659[[package]]
  660name = "any_vec"
  661version = "0.14.0"
  662source = "registry+https://github.com/rust-lang/crates.io-index"
  663checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  664
  665[[package]]
  666name = "anyhow"
  667version = "1.0.100"
  668source = "registry+https://github.com/rust-lang/crates.io-index"
  669checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  670
  671[[package]]
  672name = "approx"
  673version = "0.5.1"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  676dependencies = [
  677 "num-traits",
  678]
  679
  680[[package]]
  681name = "ar_archive_writer"
  682version = "0.5.1"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  685dependencies = [
  686 "object",
  687]
  688
  689[[package]]
  690name = "arbitrary"
  691version = "1.4.2"
  692source = "registry+https://github.com/rust-lang/crates.io-index"
  693checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  694dependencies = [
  695 "derive_arbitrary",
  696]
  697
  698[[package]]
  699name = "arg_enum_proc_macro"
  700version = "0.3.4"
  701source = "registry+https://github.com/rust-lang/crates.io-index"
  702checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  703dependencies = [
  704 "proc-macro2",
  705 "quote",
  706 "syn 2.0.117",
  707]
  708
  709[[package]]
  710name = "arraydeque"
  711version = "0.5.1"
  712source = "registry+https://github.com/rust-lang/crates.io-index"
  713checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  714
  715[[package]]
  716name = "arrayref"
  717version = "0.3.9"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  720
  721[[package]]
  722name = "arrayvec"
  723version = "0.7.6"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  726
  727[[package]]
  728name = "as-raw-xcb-connection"
  729version = "1.0.1"
  730source = "registry+https://github.com/rust-lang/crates.io-index"
  731checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  732
  733[[package]]
  734name = "ascii"
  735version = "1.1.0"
  736source = "registry+https://github.com/rust-lang/crates.io-index"
  737checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  738
  739[[package]]
  740name = "ash"
  741version = "0.38.0+1.3.281"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  744dependencies = [
  745 "libloading",
  746]
  747
  748[[package]]
  749name = "ashpd"
  750version = "0.13.2"
  751source = "registry+https://github.com/rust-lang/crates.io-index"
  752checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  753dependencies = [
  754 "enumflags2",
  755 "futures-channel",
  756 "futures-util",
  757 "getrandom 0.4.1",
  758 "serde",
  759 "serde_repr",
  760 "wayland-backend",
  761 "wayland-client",
  762 "wayland-protocols",
  763 "zbus",
  764]
  765
  766[[package]]
  767name = "askpass"
  768version = "0.1.0"
  769dependencies = [
  770 "anyhow",
  771 "futures 0.3.32",
  772 "gpui",
  773 "log",
  774 "net",
  775 "smol",
  776 "tempfile",
  777 "util",
  778 "windows 0.61.3",
  779 "zeroize",
  780]
  781
  782[[package]]
  783name = "assets"
  784version = "0.1.0"
  785dependencies = [
  786 "anyhow",
  787 "gpui",
  788 "rust-embed",
  789]
  790
  791[[package]]
  792name = "async-attributes"
  793version = "1.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  796dependencies = [
  797 "quote",
  798 "syn 1.0.109",
  799]
  800
  801[[package]]
  802name = "async-broadcast"
  803version = "0.7.2"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  806dependencies = [
  807 "event-listener 5.4.1",
  808 "event-listener-strategy",
  809 "futures-core",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-channel"
  815version = "1.9.0"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  818dependencies = [
  819 "concurrent-queue",
  820 "event-listener 2.5.3",
  821 "futures-core",
  822]
  823
  824[[package]]
  825name = "async-channel"
  826version = "2.5.0"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  829dependencies = [
  830 "concurrent-queue",
  831 "event-listener-strategy",
  832 "futures-core",
  833 "pin-project-lite",
  834]
  835
  836[[package]]
  837name = "async-compat"
  838version = "0.2.5"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  841dependencies = [
  842 "futures-core",
  843 "futures-io",
  844 "once_cell",
  845 "pin-project-lite",
  846 "tokio",
  847]
  848
  849[[package]]
  850name = "async-compression"
  851version = "0.4.32"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  854dependencies = [
  855 "compression-codecs",
  856 "compression-core",
  857 "futures-core",
  858 "futures-io",
  859 "pin-project-lite",
  860]
  861
  862[[package]]
  863name = "async-dispatcher"
  864version = "0.1.2"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  867dependencies = [
  868 "async-task",
  869 "futures-lite 1.13.0",
  870]
  871
  872[[package]]
  873name = "async-executor"
  874version = "1.13.3"
  875source = "registry+https://github.com/rust-lang/crates.io-index"
  876checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  877dependencies = [
  878 "async-task",
  879 "concurrent-queue",
  880 "fastrand 2.3.0",
  881 "futures-lite 2.6.1",
  882 "pin-project-lite",
  883 "slab",
  884]
  885
  886[[package]]
  887name = "async-fs"
  888version = "2.2.0"
  889source = "registry+https://github.com/rust-lang/crates.io-index"
  890checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  891dependencies = [
  892 "async-lock 3.4.2",
  893 "blocking",
  894 "futures-lite 2.6.1",
  895]
  896
  897[[package]]
  898name = "async-global-executor"
  899version = "2.4.1"
  900source = "registry+https://github.com/rust-lang/crates.io-index"
  901checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  902dependencies = [
  903 "async-channel 2.5.0",
  904 "async-executor",
  905 "async-io",
  906 "async-lock 3.4.2",
  907 "blocking",
  908 "futures-lite 2.6.1",
  909 "once_cell",
  910]
  911
  912[[package]]
  913name = "async-io"
  914version = "2.6.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  917dependencies = [
  918 "autocfg",
  919 "cfg-if",
  920 "concurrent-queue",
  921 "futures-io",
  922 "futures-lite 2.6.1",
  923 "parking",
  924 "polling",
  925 "rustix 1.1.2",
  926 "slab",
  927 "windows-sys 0.61.2",
  928]
  929
  930[[package]]
  931name = "async-lock"
  932version = "2.8.0"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  935dependencies = [
  936 "event-listener 2.5.3",
  937]
  938
  939[[package]]
  940name = "async-lock"
  941version = "3.4.2"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  944dependencies = [
  945 "event-listener 5.4.1",
  946 "event-listener-strategy",
  947 "pin-project-lite",
  948]
  949
  950[[package]]
  951name = "async-net"
  952version = "2.0.0"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  955dependencies = [
  956 "async-io",
  957 "blocking",
  958 "futures-lite 2.6.1",
  959]
  960
  961[[package]]
  962name = "async-pipe"
  963version = "0.1.3"
  964source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  965dependencies = [
  966 "futures 0.3.32",
  967 "log",
  968]
  969
  970[[package]]
  971name = "async-process"
  972version = "2.5.0"
  973source = "registry+https://github.com/rust-lang/crates.io-index"
  974checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  975dependencies = [
  976 "async-channel 2.5.0",
  977 "async-io",
  978 "async-lock 3.4.2",
  979 "async-signal",
  980 "async-task",
  981 "blocking",
  982 "cfg-if",
  983 "event-listener 5.4.1",
  984 "futures-lite 2.6.1",
  985 "rustix 1.1.2",
  986]
  987
  988[[package]]
  989name = "async-recursion"
  990version = "1.1.1"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.117",
  997]
  998
  999[[package]]
 1000name = "async-signal"
 1001version = "0.2.13"
 1002source = "registry+https://github.com/rust-lang/crates.io-index"
 1003checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1004dependencies = [
 1005 "async-io",
 1006 "async-lock 3.4.2",
 1007 "atomic-waker",
 1008 "cfg-if",
 1009 "futures-core",
 1010 "futures-io",
 1011 "rustix 1.1.2",
 1012 "signal-hook-registry",
 1013 "slab",
 1014 "windows-sys 0.61.2",
 1015]
 1016
 1017[[package]]
 1018name = "async-std"
 1019version = "1.13.2"
 1020source = "registry+https://github.com/rust-lang/crates.io-index"
 1021checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1022dependencies = [
 1023 "async-attributes",
 1024 "async-channel 1.9.0",
 1025 "async-global-executor",
 1026 "async-io",
 1027 "async-lock 3.4.2",
 1028 "async-process",
 1029 "crossbeam-utils",
 1030 "futures-channel",
 1031 "futures-core",
 1032 "futures-io",
 1033 "futures-lite 2.6.1",
 1034 "gloo-timers",
 1035 "kv-log-macro",
 1036 "log",
 1037 "memchr",
 1038 "once_cell",
 1039 "pin-project-lite",
 1040 "pin-utils",
 1041 "slab",
 1042 "wasm-bindgen-futures",
 1043]
 1044
 1045[[package]]
 1046name = "async-stream"
 1047version = "0.3.6"
 1048source = "registry+https://github.com/rust-lang/crates.io-index"
 1049checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1050dependencies = [
 1051 "async-stream-impl",
 1052 "futures-core",
 1053 "pin-project-lite",
 1054]
 1055
 1056[[package]]
 1057name = "async-stream-impl"
 1058version = "0.3.6"
 1059source = "registry+https://github.com/rust-lang/crates.io-index"
 1060checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1061dependencies = [
 1062 "proc-macro2",
 1063 "quote",
 1064 "syn 2.0.117",
 1065]
 1066
 1067[[package]]
 1068name = "async-tar"
 1069version = "0.5.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1072dependencies = [
 1073 "async-std",
 1074 "filetime",
 1075 "libc",
 1076 "pin-project",
 1077 "redox_syscall 0.2.16",
 1078 "xattr",
 1079]
 1080
 1081[[package]]
 1082name = "async-task"
 1083version = "4.7.1"
 1084source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1085
 1086[[package]]
 1087name = "async-trait"
 1088version = "0.1.89"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1091dependencies = [
 1092 "proc-macro2",
 1093 "quote",
 1094 "syn 2.0.117",
 1095]
 1096
 1097[[package]]
 1098name = "async-tungstenite"
 1099version = "0.31.0"
 1100source = "registry+https://github.com/rust-lang/crates.io-index"
 1101checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1102dependencies = [
 1103 "atomic-waker",
 1104 "futures-core",
 1105 "futures-io",
 1106 "futures-task",
 1107 "futures-util",
 1108 "log",
 1109 "pin-project-lite",
 1110 "rustls-pki-types",
 1111 "tokio",
 1112 "tokio-rustls 0.26.2",
 1113 "tungstenite 0.27.0",
 1114]
 1115
 1116[[package]]
 1117name = "async_zip"
 1118version = "0.0.18"
 1119source = "registry+https://github.com/rust-lang/crates.io-index"
 1120checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1121dependencies = [
 1122 "async-compression",
 1123 "crc32fast",
 1124 "futures-lite 2.6.1",
 1125 "pin-project",
 1126 "thiserror 2.0.17",
 1127]
 1128
 1129[[package]]
 1130name = "asynchronous-codec"
 1131version = "0.7.0"
 1132source = "registry+https://github.com/rust-lang/crates.io-index"
 1133checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1134dependencies = [
 1135 "bytes 1.11.1",
 1136 "futures-sink",
 1137 "futures-util",
 1138 "memchr",
 1139 "pin-project-lite",
 1140]
 1141
 1142[[package]]
 1143name = "atoi"
 1144version = "2.0.0"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1147dependencies = [
 1148 "num-traits",
 1149]
 1150
 1151[[package]]
 1152name = "atomic"
 1153version = "0.5.3"
 1154source = "registry+https://github.com/rust-lang/crates.io-index"
 1155checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1156
 1157[[package]]
 1158name = "atomic-waker"
 1159version = "1.1.2"
 1160source = "registry+https://github.com/rust-lang/crates.io-index"
 1161checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1162
 1163[[package]]
 1164name = "audio"
 1165version = "0.1.0"
 1166dependencies = [
 1167 "anyhow",
 1168 "collections",
 1169 "cpal",
 1170 "crossbeam",
 1171 "denoise",
 1172 "gpui",
 1173 "libwebrtc",
 1174 "log",
 1175 "parking_lot",
 1176 "rodio",
 1177 "serde",
 1178 "settings",
 1179 "thiserror 2.0.17",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auditable-serde"
 1185version = "0.8.0"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1188dependencies = [
 1189 "semver",
 1190 "serde",
 1191 "serde_json",
 1192 "topological-sort",
 1193]
 1194
 1195[[package]]
 1196name = "auto_update"
 1197version = "0.1.0"
 1198dependencies = [
 1199 "anyhow",
 1200 "client",
 1201 "clock",
 1202 "ctor",
 1203 "db",
 1204 "futures 0.3.32",
 1205 "futures-lite 1.13.0",
 1206 "gpui",
 1207 "http_client",
 1208 "log",
 1209 "parking_lot",
 1210 "paths",
 1211 "release_channel",
 1212 "semver",
 1213 "serde",
 1214 "serde_json",
 1215 "settings",
 1216 "smol",
 1217 "tempfile",
 1218 "util",
 1219 "which 6.0.3",
 1220 "workspace",
 1221 "zlog",
 1222]
 1223
 1224[[package]]
 1225name = "auto_update_helper"
 1226version = "0.1.0"
 1227dependencies = [
 1228 "anyhow",
 1229 "log",
 1230 "scopeguard",
 1231 "simplelog",
 1232 "tempfile",
 1233 "windows 0.61.3",
 1234 "winresource",
 1235]
 1236
 1237[[package]]
 1238name = "auto_update_ui"
 1239version = "0.1.0"
 1240dependencies = [
 1241 "anyhow",
 1242 "auto_update",
 1243 "client",
 1244 "editor",
 1245 "gpui",
 1246 "markdown_preview",
 1247 "release_channel",
 1248 "semver",
 1249 "serde",
 1250 "serde_json",
 1251 "smol",
 1252 "ui",
 1253 "util",
 1254 "workspace",
 1255]
 1256
 1257[[package]]
 1258name = "autocfg"
 1259version = "1.5.0"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1262
 1263[[package]]
 1264name = "av1-grain"
 1265version = "0.2.4"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1268dependencies = [
 1269 "anyhow",
 1270 "arrayvec",
 1271 "log",
 1272 "nom 7.1.3",
 1273 "num-rational",
 1274 "v_frame",
 1275]
 1276
 1277[[package]]
 1278name = "avif-serialize"
 1279version = "0.8.6"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1282dependencies = [
 1283 "arrayvec",
 1284]
 1285
 1286[[package]]
 1287name = "aws-config"
 1288version = "1.8.10"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1291dependencies = [
 1292 "aws-credential-types",
 1293 "aws-runtime",
 1294 "aws-sdk-sso",
 1295 "aws-sdk-ssooidc",
 1296 "aws-sdk-sts",
 1297 "aws-smithy-async",
 1298 "aws-smithy-http",
 1299 "aws-smithy-json",
 1300 "aws-smithy-runtime",
 1301 "aws-smithy-runtime-api",
 1302 "aws-smithy-types",
 1303 "aws-types",
 1304 "bytes 1.11.1",
 1305 "fastrand 2.3.0",
 1306 "hex",
 1307 "http 1.3.1",
 1308 "ring",
 1309 "time",
 1310 "tokio",
 1311 "tracing",
 1312 "url",
 1313 "zeroize",
 1314]
 1315
 1316[[package]]
 1317name = "aws-credential-types"
 1318version = "1.2.10"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1321dependencies = [
 1322 "aws-smithy-async",
 1323 "aws-smithy-runtime-api",
 1324 "aws-smithy-types",
 1325 "zeroize",
 1326]
 1327
 1328[[package]]
 1329name = "aws-lc-rs"
 1330version = "1.15.4"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1333dependencies = [
 1334 "aws-lc-sys",
 1335 "untrusted 0.7.1",
 1336 "zeroize",
 1337]
 1338
 1339[[package]]
 1340name = "aws-lc-sys"
 1341version = "0.37.0"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1344dependencies = [
 1345 "cc",
 1346 "cmake",
 1347 "dunce",
 1348 "fs_extra",
 1349]
 1350
 1351[[package]]
 1352name = "aws-runtime"
 1353version = "1.5.16"
 1354source = "registry+https://github.com/rust-lang/crates.io-index"
 1355checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1356dependencies = [
 1357 "aws-credential-types",
 1358 "aws-sigv4",
 1359 "aws-smithy-async",
 1360 "aws-smithy-eventstream",
 1361 "aws-smithy-http",
 1362 "aws-smithy-runtime",
 1363 "aws-smithy-runtime-api",
 1364 "aws-smithy-types",
 1365 "aws-types",
 1366 "bytes 1.11.1",
 1367 "fastrand 2.3.0",
 1368 "http 0.2.12",
 1369 "http-body 0.4.6",
 1370 "percent-encoding",
 1371 "pin-project-lite",
 1372 "tracing",
 1373 "uuid",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-bedrockruntime"
 1378version = "1.113.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-eventstream",
 1387 "aws-smithy-http",
 1388 "aws-smithy-json",
 1389 "aws-smithy-runtime",
 1390 "aws-smithy-runtime-api",
 1391 "aws-smithy-types",
 1392 "aws-types",
 1393 "bytes 1.11.1",
 1394 "fastrand 2.3.0",
 1395 "http 0.2.12",
 1396 "hyper 0.14.32",
 1397 "regex-lite",
 1398 "tracing",
 1399]
 1400
 1401[[package]]
 1402name = "aws-sdk-kinesis"
 1403version = "1.95.0"
 1404source = "registry+https://github.com/rust-lang/crates.io-index"
 1405checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1406dependencies = [
 1407 "aws-credential-types",
 1408 "aws-runtime",
 1409 "aws-smithy-async",
 1410 "aws-smithy-eventstream",
 1411 "aws-smithy-http",
 1412 "aws-smithy-json",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-types",
 1417 "bytes 1.11.1",
 1418 "fastrand 2.3.0",
 1419 "http 0.2.12",
 1420 "regex-lite",
 1421 "tracing",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-s3"
 1426version = "1.112.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-sigv4",
 1433 "aws-smithy-async",
 1434 "aws-smithy-checksums",
 1435 "aws-smithy-eventstream",
 1436 "aws-smithy-http",
 1437 "aws-smithy-json",
 1438 "aws-smithy-runtime",
 1439 "aws-smithy-runtime-api",
 1440 "aws-smithy-types",
 1441 "aws-smithy-xml",
 1442 "aws-types",
 1443 "bytes 1.11.1",
 1444 "fastrand 2.3.0",
 1445 "hex",
 1446 "hmac",
 1447 "http 0.2.12",
 1448 "http 1.3.1",
 1449 "http-body 0.4.6",
 1450 "lru",
 1451 "percent-encoding",
 1452 "regex-lite",
 1453 "sha2",
 1454 "tracing",
 1455 "url",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sso"
 1460version = "1.88.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-types",
 1473 "bytes 1.11.1",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "regex-lite",
 1477 "tracing",
 1478]
 1479
 1480[[package]]
 1481name = "aws-sdk-ssooidc"
 1482version = "1.90.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1485dependencies = [
 1486 "aws-credential-types",
 1487 "aws-runtime",
 1488 "aws-smithy-async",
 1489 "aws-smithy-http",
 1490 "aws-smithy-json",
 1491 "aws-smithy-runtime",
 1492 "aws-smithy-runtime-api",
 1493 "aws-smithy-types",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "http 0.2.12",
 1498 "regex-lite",
 1499 "tracing",
 1500]
 1501
 1502[[package]]
 1503name = "aws-sdk-sts"
 1504version = "1.90.0"
 1505source = "registry+https://github.com/rust-lang/crates.io-index"
 1506checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1507dependencies = [
 1508 "aws-credential-types",
 1509 "aws-runtime",
 1510 "aws-smithy-async",
 1511 "aws-smithy-http",
 1512 "aws-smithy-json",
 1513 "aws-smithy-query",
 1514 "aws-smithy-runtime",
 1515 "aws-smithy-runtime-api",
 1516 "aws-smithy-types",
 1517 "aws-smithy-xml",
 1518 "aws-types",
 1519 "fastrand 2.3.0",
 1520 "http 0.2.12",
 1521 "regex-lite",
 1522 "tracing",
 1523]
 1524
 1525[[package]]
 1526name = "aws-sigv4"
 1527version = "1.3.6"
 1528source = "registry+https://github.com/rust-lang/crates.io-index"
 1529checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1530dependencies = [
 1531 "aws-credential-types",
 1532 "aws-smithy-eventstream",
 1533 "aws-smithy-http",
 1534 "aws-smithy-runtime-api",
 1535 "aws-smithy-types",
 1536 "bytes 1.11.1",
 1537 "crypto-bigint 0.5.5",
 1538 "form_urlencoded",
 1539 "hex",
 1540 "hmac",
 1541 "http 0.2.12",
 1542 "http 1.3.1",
 1543 "p256",
 1544 "percent-encoding",
 1545 "ring",
 1546 "sha2",
 1547 "subtle",
 1548 "time",
 1549 "tracing",
 1550 "zeroize",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-async"
 1555version = "1.2.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1558dependencies = [
 1559 "futures-util",
 1560 "pin-project-lite",
 1561 "tokio",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-checksums"
 1566version = "0.63.11"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1569dependencies = [
 1570 "aws-smithy-http",
 1571 "aws-smithy-types",
 1572 "bytes 1.11.1",
 1573 "crc-fast",
 1574 "hex",
 1575 "http 0.2.12",
 1576 "http-body 0.4.6",
 1577 "md-5",
 1578 "pin-project-lite",
 1579 "sha1",
 1580 "sha2",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-smithy-eventstream"
 1586version = "0.60.13"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1589dependencies = [
 1590 "aws-smithy-types",
 1591 "bytes 1.11.1",
 1592 "crc32fast",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-http"
 1597version = "0.62.5"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1600dependencies = [
 1601 "aws-smithy-eventstream",
 1602 "aws-smithy-runtime-api",
 1603 "aws-smithy-types",
 1604 "bytes 1.11.1",
 1605 "bytes-utils",
 1606 "futures-core",
 1607 "futures-util",
 1608 "http 0.2.12",
 1609 "http 1.3.1",
 1610 "http-body 0.4.6",
 1611 "percent-encoding",
 1612 "pin-project-lite",
 1613 "pin-utils",
 1614 "tracing",
 1615]
 1616
 1617[[package]]
 1618name = "aws-smithy-http-client"
 1619version = "1.1.4"
 1620source = "registry+https://github.com/rust-lang/crates.io-index"
 1621checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1622dependencies = [
 1623 "aws-smithy-async",
 1624 "aws-smithy-runtime-api",
 1625 "aws-smithy-types",
 1626 "h2 0.3.27",
 1627 "h2 0.4.12",
 1628 "http 0.2.12",
 1629 "http 1.3.1",
 1630 "http-body 0.4.6",
 1631 "hyper 0.14.32",
 1632 "hyper 1.7.0",
 1633 "hyper-rustls 0.24.2",
 1634 "hyper-rustls 0.27.7",
 1635 "hyper-util",
 1636 "pin-project-lite",
 1637 "rustls 0.21.12",
 1638 "rustls 0.23.33",
 1639 "rustls-native-certs 0.8.2",
 1640 "rustls-pki-types",
 1641 "tokio",
 1642 "tokio-rustls 0.26.2",
 1643 "tower 0.5.2",
 1644 "tracing",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-json"
 1649version = "0.61.7"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1652dependencies = [
 1653 "aws-smithy-types",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-observability"
 1658version = "0.1.4"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1661dependencies = [
 1662 "aws-smithy-runtime-api",
 1663]
 1664
 1665[[package]]
 1666name = "aws-smithy-query"
 1667version = "0.60.8"
 1668source = "registry+https://github.com/rust-lang/crates.io-index"
 1669checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1670dependencies = [
 1671 "aws-smithy-types",
 1672 "urlencoding",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-runtime"
 1677version = "1.9.4"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1680dependencies = [
 1681 "aws-smithy-async",
 1682 "aws-smithy-http",
 1683 "aws-smithy-http-client",
 1684 "aws-smithy-observability",
 1685 "aws-smithy-runtime-api",
 1686 "aws-smithy-types",
 1687 "bytes 1.11.1",
 1688 "fastrand 2.3.0",
 1689 "http 0.2.12",
 1690 "http 1.3.1",
 1691 "http-body 0.4.6",
 1692 "http-body 1.0.1",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "tokio",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-runtime-api"
 1701version = "1.9.2"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1704dependencies = [
 1705 "aws-smithy-async",
 1706 "aws-smithy-types",
 1707 "bytes 1.11.1",
 1708 "http 0.2.12",
 1709 "http 1.3.1",
 1710 "pin-project-lite",
 1711 "tokio",
 1712 "tracing",
 1713 "zeroize",
 1714]
 1715
 1716[[package]]
 1717name = "aws-smithy-types"
 1718version = "1.3.4"
 1719source = "registry+https://github.com/rust-lang/crates.io-index"
 1720checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1721dependencies = [
 1722 "base64-simd",
 1723 "bytes 1.11.1",
 1724 "bytes-utils",
 1725 "futures-core",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "http-body 1.0.1",
 1730 "http-body-util",
 1731 "itoa",
 1732 "num-integer",
 1733 "pin-project-lite",
 1734 "pin-utils",
 1735 "ryu",
 1736 "serde",
 1737 "time",
 1738 "tokio",
 1739 "tokio-util",
 1740]
 1741
 1742[[package]]
 1743name = "aws-smithy-xml"
 1744version = "0.60.12"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1747dependencies = [
 1748 "xmlparser",
 1749]
 1750
 1751[[package]]
 1752name = "aws-types"
 1753version = "1.3.10"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1756dependencies = [
 1757 "aws-credential-types",
 1758 "aws-smithy-async",
 1759 "aws-smithy-runtime-api",
 1760 "aws-smithy-types",
 1761 "rustc_version",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws_http_client"
 1767version = "0.1.0"
 1768dependencies = [
 1769 "aws-smithy-runtime-api",
 1770 "aws-smithy-types",
 1771 "http_client",
 1772]
 1773
 1774[[package]]
 1775name = "axum"
 1776version = "0.6.20"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1779dependencies = [
 1780 "async-trait",
 1781 "axum-core",
 1782 "base64 0.21.7",
 1783 "bitflags 1.3.2",
 1784 "bytes 1.11.1",
 1785 "futures-util",
 1786 "headers",
 1787 "http 0.2.12",
 1788 "http-body 0.4.6",
 1789 "hyper 0.14.32",
 1790 "itoa",
 1791 "matchit",
 1792 "memchr",
 1793 "mime",
 1794 "percent-encoding",
 1795 "pin-project-lite",
 1796 "rustversion",
 1797 "serde",
 1798 "serde_json",
 1799 "serde_path_to_error",
 1800 "serde_urlencoded",
 1801 "sha1",
 1802 "sync_wrapper 0.1.2",
 1803 "tokio",
 1804 "tokio-tungstenite 0.20.1",
 1805 "tower 0.4.13",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "axum-core"
 1812version = "0.3.4"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1815dependencies = [
 1816 "async-trait",
 1817 "bytes 1.11.1",
 1818 "futures-util",
 1819 "http 0.2.12",
 1820 "http-body 0.4.6",
 1821 "mime",
 1822 "rustversion",
 1823 "tower-layer",
 1824 "tower-service",
 1825]
 1826
 1827[[package]]
 1828name = "backtrace"
 1829version = "0.3.76"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1832dependencies = [
 1833 "addr2line",
 1834 "cfg-if",
 1835 "libc",
 1836 "miniz_oxide",
 1837 "object",
 1838 "rustc-demangle",
 1839 "windows-link 0.2.1",
 1840]
 1841
 1842[[package]]
 1843name = "base16ct"
 1844version = "0.1.1"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1847
 1848[[package]]
 1849name = "base64"
 1850version = "0.21.7"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.22.1"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1859
 1860[[package]]
 1861name = "base64-simd"
 1862version = "0.8.0"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1865dependencies = [
 1866 "outref",
 1867 "vsimd",
 1868]
 1869
 1870[[package]]
 1871name = "base64ct"
 1872version = "1.8.0"
 1873source = "registry+https://github.com/rust-lang/crates.io-index"
 1874checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1875
 1876[[package]]
 1877name = "bedrock"
 1878version = "0.1.0"
 1879dependencies = [
 1880 "anyhow",
 1881 "aws-sdk-bedrockruntime",
 1882 "aws-smithy-types",
 1883 "futures 0.3.32",
 1884 "schemars",
 1885 "serde",
 1886 "serde_json",
 1887 "strum 0.27.2",
 1888 "thiserror 2.0.17",
 1889]
 1890
 1891[[package]]
 1892name = "bigdecimal"
 1893version = "0.4.8"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1896dependencies = [
 1897 "autocfg",
 1898 "libm",
 1899 "num-bigint",
 1900 "num-integer",
 1901 "num-traits",
 1902 "serde",
 1903]
 1904
 1905[[package]]
 1906name = "bincode"
 1907version = "1.3.3"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1910dependencies = [
 1911 "serde",
 1912]
 1913
 1914[[package]]
 1915name = "bindgen"
 1916version = "0.71.1"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1919dependencies = [
 1920 "bitflags 2.10.0",
 1921 "cexpr",
 1922 "clang-sys",
 1923 "itertools 0.12.1",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 2.1.1",
 1930 "shlex",
 1931 "syn 2.0.117",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.72.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1939dependencies = [
 1940 "bitflags 2.10.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.12.1",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 2.1.1",
 1948 "shlex",
 1949 "syn 2.0.117",
 1950]
 1951
 1952[[package]]
 1953name = "bit-set"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1957dependencies = [
 1958 "bit-vec 0.8.0",
 1959]
 1960
 1961[[package]]
 1962name = "bit-set"
 1963version = "0.9.1"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1966dependencies = [
 1967 "bit-vec 0.9.1",
 1968]
 1969
 1970[[package]]
 1971name = "bit-vec"
 1972version = "0.8.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.9.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1981
 1982[[package]]
 1983name = "bit_field"
 1984version = "0.10.3"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1987
 1988[[package]]
 1989name = "bitflags"
 1990version = "1.3.2"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "2.10.0"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1999dependencies = [
 2000 "serde_core",
 2001]
 2002
 2003[[package]]
 2004name = "bitstream-io"
 2005version = "2.6.0"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2008
 2009[[package]]
 2010name = "bitvec"
 2011version = "1.0.1"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2014dependencies = [
 2015 "funty",
 2016 "radium",
 2017 "tap",
 2018 "wyz",
 2019]
 2020
 2021[[package]]
 2022name = "block"
 2023version = "0.1.6"
 2024source = "registry+https://github.com/rust-lang/crates.io-index"
 2025checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2026
 2027[[package]]
 2028name = "block-buffer"
 2029version = "0.10.4"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2032dependencies = [
 2033 "generic-array",
 2034]
 2035
 2036[[package]]
 2037name = "block-padding"
 2038version = "0.3.3"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2041dependencies = [
 2042 "generic-array",
 2043]
 2044
 2045[[package]]
 2046name = "block2"
 2047version = "0.6.2"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2050dependencies = [
 2051 "objc2",
 2052]
 2053
 2054[[package]]
 2055name = "blocking"
 2056version = "1.6.2"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2059dependencies = [
 2060 "async-channel 2.5.0",
 2061 "async-task",
 2062 "futures-io",
 2063 "futures-lite 2.6.1",
 2064 "piper",
 2065]
 2066
 2067[[package]]
 2068name = "bmrng"
 2069version = "0.5.2"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2072dependencies = [
 2073 "futures-core",
 2074 "tokio",
 2075]
 2076
 2077[[package]]
 2078name = "bon"
 2079version = "3.8.2"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2082dependencies = [
 2083 "bon-macros",
 2084 "rustversion",
 2085]
 2086
 2087[[package]]
 2088name = "bon-macros"
 2089version = "3.8.2"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2092dependencies = [
 2093 "darling 0.23.0",
 2094 "ident_case",
 2095 "prettyplease",
 2096 "proc-macro2",
 2097 "quote",
 2098 "rustversion",
 2099 "syn 2.0.117",
 2100]
 2101
 2102[[package]]
 2103name = "borrow-or-share"
 2104version = "0.2.4"
 2105source = "registry+https://github.com/rust-lang/crates.io-index"
 2106checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2107
 2108[[package]]
 2109name = "borsh"
 2110version = "1.5.7"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2113dependencies = [
 2114 "borsh-derive",
 2115 "cfg_aliases 0.2.1",
 2116]
 2117
 2118[[package]]
 2119name = "borsh-derive"
 2120version = "1.5.7"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2123dependencies = [
 2124 "once_cell",
 2125 "proc-macro-crate",
 2126 "proc-macro2",
 2127 "quote",
 2128 "syn 2.0.117",
 2129]
 2130
 2131[[package]]
 2132name = "boxfnonce"
 2133version = "0.1.1"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
 2136
 2137[[package]]
 2138name = "breadcrumbs"
 2139version = "0.1.0"
 2140dependencies = [
 2141 "gpui",
 2142 "ui",
 2143 "workspace",
 2144]
 2145
 2146[[package]]
 2147name = "brush-parser"
 2148version = "0.3.0"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2151dependencies = [
 2152 "bon",
 2153 "cached",
 2154 "indenter",
 2155 "peg",
 2156 "thiserror 2.0.17",
 2157 "tracing",
 2158 "utf8-chars",
 2159]
 2160
 2161[[package]]
 2162name = "bstr"
 2163version = "1.12.0"
 2164source = "registry+https://github.com/rust-lang/crates.io-index"
 2165checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2166dependencies = [
 2167 "memchr",
 2168 "regex-automata",
 2169 "serde",
 2170]
 2171
 2172[[package]]
 2173name = "buffer_diff"
 2174version = "0.1.0"
 2175dependencies = [
 2176 "clock",
 2177 "ctor",
 2178 "futures 0.3.32",
 2179 "git2",
 2180 "gpui",
 2181 "language",
 2182 "log",
 2183 "pretty_assertions",
 2184 "rand 0.9.2",
 2185 "rope",
 2186 "settings",
 2187 "sum_tree",
 2188 "text",
 2189 "tracing",
 2190 "unindent",
 2191 "util",
 2192 "zlog",
 2193 "ztracing",
 2194]
 2195
 2196[[package]]
 2197name = "built"
 2198version = "0.7.7"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2201
 2202[[package]]
 2203name = "bumpalo"
 2204version = "3.19.0"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2207dependencies = [
 2208 "allocator-api2",
 2209]
 2210
 2211[[package]]
 2212name = "by_address"
 2213version = "1.2.1"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2216
 2217[[package]]
 2218name = "bytecheck"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2222dependencies = [
 2223 "bytecheck_derive",
 2224 "ptr_meta",
 2225 "simdutf8",
 2226]
 2227
 2228[[package]]
 2229name = "bytecheck_derive"
 2230version = "0.6.12"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2233dependencies = [
 2234 "proc-macro2",
 2235 "quote",
 2236 "syn 1.0.109",
 2237]
 2238
 2239[[package]]
 2240name = "bytecount"
 2241version = "0.6.9"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2244
 2245[[package]]
 2246name = "bytemuck"
 2247version = "1.24.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2250dependencies = [
 2251 "bytemuck_derive",
 2252]
 2253
 2254[[package]]
 2255name = "bytemuck_derive"
 2256version = "1.10.2"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2259dependencies = [
 2260 "proc-macro2",
 2261 "quote",
 2262 "syn 2.0.117",
 2263]
 2264
 2265[[package]]
 2266name = "byteorder"
 2267version = "1.5.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2270
 2271[[package]]
 2272name = "byteorder-lite"
 2273version = "0.1.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2276
 2277[[package]]
 2278name = "bytes"
 2279version = "0.4.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2282dependencies = [
 2283 "byteorder",
 2284 "iovec",
 2285]
 2286
 2287[[package]]
 2288name = "bytes"
 2289version = "1.11.1"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2292
 2293[[package]]
 2294name = "bytes-utils"
 2295version = "0.1.4"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2298dependencies = [
 2299 "bytes 1.11.1",
 2300 "either",
 2301]
 2302
 2303[[package]]
 2304name = "bzip2"
 2305version = "0.4.4"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2308dependencies = [
 2309 "bzip2-sys",
 2310 "libc",
 2311]
 2312
 2313[[package]]
 2314name = "bzip2"
 2315version = "0.6.1"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2318dependencies = [
 2319 "libbz2-rs-sys",
 2320]
 2321
 2322[[package]]
 2323name = "bzip2-sys"
 2324version = "0.1.13+1.0.8"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2327dependencies = [
 2328 "cc",
 2329 "pkg-config",
 2330]
 2331
 2332[[package]]
 2333name = "cached"
 2334version = "0.56.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2337dependencies = [
 2338 "ahash 0.8.12",
 2339 "cached_proc_macro",
 2340 "cached_proc_macro_types",
 2341 "hashbrown 0.15.5",
 2342 "once_cell",
 2343 "thiserror 2.0.17",
 2344 "web-time",
 2345]
 2346
 2347[[package]]
 2348name = "cached_proc_macro"
 2349version = "0.25.0"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2352dependencies = [
 2353 "darling 0.20.11",
 2354 "proc-macro2",
 2355 "quote",
 2356 "syn 2.0.117",
 2357]
 2358
 2359[[package]]
 2360name = "cached_proc_macro_types"
 2361version = "0.1.1"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2364
 2365[[package]]
 2366name = "call"
 2367version = "0.1.0"
 2368dependencies = [
 2369 "anyhow",
 2370 "audio",
 2371 "client",
 2372 "collections",
 2373 "feature_flags",
 2374 "fs",
 2375 "futures 0.3.32",
 2376 "gpui",
 2377 "gpui_tokio",
 2378 "language",
 2379 "livekit_client",
 2380 "log",
 2381 "postage",
 2382 "project",
 2383 "serde",
 2384 "settings",
 2385 "telemetry",
 2386 "util",
 2387 "workspace",
 2388]
 2389
 2390[[package]]
 2391name = "calloop"
 2392version = "0.14.3"
 2393source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2394dependencies = [
 2395 "bitflags 2.10.0",
 2396 "polling",
 2397 "rustix 1.1.2",
 2398 "slab",
 2399 "tracing",
 2400]
 2401
 2402[[package]]
 2403name = "calloop-wayland-source"
 2404version = "0.4.1"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2407dependencies = [
 2408 "calloop",
 2409 "rustix 1.1.2",
 2410 "wayland-backend",
 2411 "wayland-client",
 2412]
 2413
 2414[[package]]
 2415name = "camino"
 2416version = "1.2.1"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2419dependencies = [
 2420 "serde_core",
 2421]
 2422
 2423[[package]]
 2424name = "candle-core"
 2425version = "0.9.1"
 2426source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2427dependencies = [
 2428 "byteorder",
 2429 "float8",
 2430 "gemm 0.17.1",
 2431 "half",
 2432 "memmap2",
 2433 "num-traits",
 2434 "num_cpus",
 2435 "rand 0.9.2",
 2436 "rand_distr",
 2437 "rayon",
 2438 "safetensors",
 2439 "thiserror 1.0.69",
 2440 "ug",
 2441 "yoke 0.7.5",
 2442 "zip 1.1.4",
 2443]
 2444
 2445[[package]]
 2446name = "candle-nn"
 2447version = "0.9.1"
 2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2449dependencies = [
 2450 "candle-core",
 2451 "half",
 2452 "libc",
 2453 "num-traits",
 2454 "rayon",
 2455 "safetensors",
 2456 "serde",
 2457 "thiserror 1.0.69",
 2458]
 2459
 2460[[package]]
 2461name = "candle-onnx"
 2462version = "0.9.1"
 2463source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2464dependencies = [
 2465 "candle-core",
 2466 "candle-nn",
 2467 "prost 0.12.6",
 2468]
 2469
 2470[[package]]
 2471name = "cap-fs-ext"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2475dependencies = [
 2476 "cap-primitives",
 2477 "cap-std",
 2478 "io-lifetimes",
 2479 "windows-sys 0.59.0",
 2480]
 2481
 2482[[package]]
 2483name = "cap-net-ext"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "cap-std",
 2490 "rustix 1.1.2",
 2491 "smallvec",
 2492]
 2493
 2494[[package]]
 2495name = "cap-primitives"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "fs-set-times",
 2502 "io-extras",
 2503 "io-lifetimes",
 2504 "ipnet",
 2505 "maybe-owned",
 2506 "rustix 1.1.2",
 2507 "rustix-linux-procfs",
 2508 "windows-sys 0.59.0",
 2509 "winx",
 2510]
 2511
 2512[[package]]
 2513name = "cap-rand"
 2514version = "3.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2517dependencies = [
 2518 "ambient-authority",
 2519 "rand 0.8.5",
 2520]
 2521
 2522[[package]]
 2523name = "cap-std"
 2524version = "3.4.4"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2527dependencies = [
 2528 "cap-primitives",
 2529 "io-extras",
 2530 "io-lifetimes",
 2531 "rustix 1.1.2",
 2532]
 2533
 2534[[package]]
 2535name = "cap-time-ext"
 2536version = "3.4.4"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2539dependencies = [
 2540 "ambient-authority",
 2541 "cap-primitives",
 2542 "iana-time-zone",
 2543 "once_cell",
 2544 "rustix 1.1.2",
 2545 "winx",
 2546]
 2547
 2548[[package]]
 2549name = "cargo-platform"
 2550version = "0.1.9"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2553dependencies = [
 2554 "serde",
 2555]
 2556
 2557[[package]]
 2558name = "cargo_metadata"
 2559version = "0.19.2"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2562dependencies = [
 2563 "camino",
 2564 "cargo-platform",
 2565 "semver",
 2566 "serde",
 2567 "serde_json",
 2568 "thiserror 2.0.17",
 2569]
 2570
 2571[[package]]
 2572name = "cargo_toml"
 2573version = "0.21.0"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2576dependencies = [
 2577 "serde",
 2578 "toml 0.8.23",
 2579]
 2580
 2581[[package]]
 2582name = "cast"
 2583version = "0.3.0"
 2584source = "registry+https://github.com/rust-lang/crates.io-index"
 2585checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2586
 2587[[package]]
 2588name = "cbc"
 2589version = "0.1.2"
 2590source = "registry+https://github.com/rust-lang/crates.io-index"
 2591checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2592dependencies = [
 2593 "cipher",
 2594]
 2595
 2596[[package]]
 2597name = "cbindgen"
 2598version = "0.28.0"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2601dependencies = [
 2602 "heck 0.4.1",
 2603 "indexmap",
 2604 "log",
 2605 "proc-macro2",
 2606 "quote",
 2607 "serde",
 2608 "serde_json",
 2609 "syn 2.0.117",
 2610 "tempfile",
 2611 "toml 0.8.23",
 2612]
 2613
 2614[[package]]
 2615name = "cc"
 2616version = "1.2.49"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2619dependencies = [
 2620 "find-msvc-tools",
 2621 "jobserver",
 2622 "libc",
 2623 "shlex",
 2624]
 2625
 2626[[package]]
 2627name = "cesu8"
 2628version = "1.1.0"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2631
 2632[[package]]
 2633name = "cexpr"
 2634version = "0.6.0"
 2635source = "registry+https://github.com/rust-lang/crates.io-index"
 2636checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2637dependencies = [
 2638 "nom 7.1.3",
 2639]
 2640
 2641[[package]]
 2642name = "cfg-expr"
 2643version = "0.15.8"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2646dependencies = [
 2647 "smallvec",
 2648 "target-lexicon 0.12.16",
 2649]
 2650
 2651[[package]]
 2652name = "cfg-expr"
 2653version = "0.20.6"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2656dependencies = [
 2657 "smallvec",
 2658 "target-lexicon 0.13.3",
 2659]
 2660
 2661[[package]]
 2662name = "cfg-if"
 2663version = "1.0.4"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2666
 2667[[package]]
 2668name = "cfg_aliases"
 2669version = "0.1.1"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2672
 2673[[package]]
 2674name = "cfg_aliases"
 2675version = "0.2.1"
 2676source = "registry+https://github.com/rust-lang/crates.io-index"
 2677checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2678
 2679[[package]]
 2680name = "cgl"
 2681version = "0.3.2"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2684dependencies = [
 2685 "libc",
 2686]
 2687
 2688[[package]]
 2689name = "channel"
 2690version = "0.1.0"
 2691dependencies = [
 2692 "anyhow",
 2693 "client",
 2694 "clock",
 2695 "collections",
 2696 "futures 0.3.32",
 2697 "gpui",
 2698 "http_client",
 2699 "language",
 2700 "log",
 2701 "postage",
 2702 "release_channel",
 2703 "rpc",
 2704 "semver",
 2705 "settings",
 2706 "text",
 2707 "time",
 2708 "util",
 2709]
 2710
 2711[[package]]
 2712name = "chardetng"
 2713version = "0.1.17"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2716dependencies = [
 2717 "cfg-if",
 2718 "encoding_rs",
 2719 "memchr",
 2720]
 2721
 2722[[package]]
 2723name = "chrono"
 2724version = "0.4.42"
 2725source = "registry+https://github.com/rust-lang/crates.io-index"
 2726checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2727dependencies = [
 2728 "iana-time-zone",
 2729 "js-sys",
 2730 "num-traits",
 2731 "serde",
 2732 "wasm-bindgen",
 2733 "windows-link 0.2.1",
 2734]
 2735
 2736[[package]]
 2737name = "chunked_transfer"
 2738version = "1.5.0"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2741
 2742[[package]]
 2743name = "ciborium"
 2744version = "0.2.2"
 2745source = "registry+https://github.com/rust-lang/crates.io-index"
 2746checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2747dependencies = [
 2748 "ciborium-io",
 2749 "ciborium-ll",
 2750 "serde",
 2751]
 2752
 2753[[package]]
 2754name = "ciborium-io"
 2755version = "0.2.2"
 2756source = "registry+https://github.com/rust-lang/crates.io-index"
 2757checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2758
 2759[[package]]
 2760name = "ciborium-ll"
 2761version = "0.2.2"
 2762source = "registry+https://github.com/rust-lang/crates.io-index"
 2763checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2764dependencies = [
 2765 "ciborium-io",
 2766 "half",
 2767]
 2768
 2769[[package]]
 2770name = "cipher"
 2771version = "0.4.4"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2774dependencies = [
 2775 "crypto-common",
 2776 "inout",
 2777 "zeroize",
 2778]
 2779
 2780[[package]]
 2781name = "circular-buffer"
 2782version = "1.2.0"
 2783source = "registry+https://github.com/rust-lang/crates.io-index"
 2784checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2785
 2786[[package]]
 2787name = "clang-sys"
 2788version = "1.8.1"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2791dependencies = [
 2792 "glob",
 2793 "libc",
 2794 "libloading",
 2795]
 2796
 2797[[package]]
 2798name = "clap"
 2799version = "4.5.49"
 2800source = "registry+https://github.com/rust-lang/crates.io-index"
 2801checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2802dependencies = [
 2803 "clap_builder",
 2804 "clap_derive",
 2805]
 2806
 2807[[package]]
 2808name = "clap_builder"
 2809version = "4.5.49"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2812dependencies = [
 2813 "anstream",
 2814 "anstyle",
 2815 "clap_lex",
 2816 "strsim",
 2817 "terminal_size",
 2818]
 2819
 2820[[package]]
 2821name = "clap_complete"
 2822version = "4.5.59"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2825dependencies = [
 2826 "clap",
 2827]
 2828
 2829[[package]]
 2830name = "clap_derive"
 2831version = "4.5.49"
 2832source = "registry+https://github.com/rust-lang/crates.io-index"
 2833checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2834dependencies = [
 2835 "heck 0.5.0",
 2836 "proc-macro2",
 2837 "quote",
 2838 "syn 2.0.117",
 2839]
 2840
 2841[[package]]
 2842name = "clap_lex"
 2843version = "0.7.6"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2846
 2847[[package]]
 2848name = "cli"
 2849version = "0.1.0"
 2850dependencies = [
 2851 "anyhow",
 2852 "askpass",
 2853 "clap",
 2854 "collections",
 2855 "core-foundation 0.10.0",
 2856 "core-services",
 2857 "exec",
 2858 "fork",
 2859 "ipc-channel",
 2860 "parking_lot",
 2861 "paths",
 2862 "plist",
 2863 "rayon",
 2864 "release_channel",
 2865 "serde",
 2866 "serde_json",
 2867 "tempfile",
 2868 "util",
 2869 "walkdir",
 2870 "windows 0.61.3",
 2871]
 2872
 2873[[package]]
 2874name = "client"
 2875version = "0.1.0"
 2876dependencies = [
 2877 "anyhow",
 2878 "async-tungstenite",
 2879 "base64 0.22.1",
 2880 "chrono",
 2881 "clock",
 2882 "cloud_api_client",
 2883 "cloud_llm_client",
 2884 "collections",
 2885 "credentials_provider",
 2886 "db",
 2887 "derive_more",
 2888 "feature_flags",
 2889 "fs",
 2890 "futures 0.3.32",
 2891 "gpui",
 2892 "gpui_tokio",
 2893 "http_client",
 2894 "http_client_tls",
 2895 "httparse",
 2896 "log",
 2897 "objc2-foundation",
 2898 "parking_lot",
 2899 "paths",
 2900 "postage",
 2901 "rand 0.9.2",
 2902 "regex",
 2903 "release_channel",
 2904 "rpc",
 2905 "rustls-pki-types",
 2906 "semver",
 2907 "serde",
 2908 "serde_json",
 2909 "serde_urlencoded",
 2910 "settings",
 2911 "sha2",
 2912 "smol",
 2913 "telemetry",
 2914 "telemetry_events",
 2915 "text",
 2916 "thiserror 2.0.17",
 2917 "time",
 2918 "tiny_http",
 2919 "tokio",
 2920 "tokio-native-tls",
 2921 "tokio-rustls 0.26.2",
 2922 "tokio-socks",
 2923 "url",
 2924 "util",
 2925 "windows 0.61.3",
 2926 "worktree",
 2927]
 2928
 2929[[package]]
 2930name = "clock"
 2931version = "0.1.0"
 2932dependencies = [
 2933 "parking_lot",
 2934 "serde",
 2935 "smallvec",
 2936]
 2937
 2938[[package]]
 2939name = "cloud_api_client"
 2940version = "0.1.0"
 2941dependencies = [
 2942 "anyhow",
 2943 "cloud_api_types",
 2944 "futures 0.3.32",
 2945 "gpui",
 2946 "gpui_tokio",
 2947 "http_client",
 2948 "parking_lot",
 2949 "serde_json",
 2950 "thiserror 2.0.17",
 2951 "yawc",
 2952]
 2953
 2954[[package]]
 2955name = "cloud_api_types"
 2956version = "0.1.0"
 2957dependencies = [
 2958 "anyhow",
 2959 "chrono",
 2960 "ciborium",
 2961 "cloud_llm_client",
 2962 "pretty_assertions",
 2963 "serde",
 2964 "serde_json",
 2965 "strum 0.27.2",
 2966]
 2967
 2968[[package]]
 2969name = "cloud_llm_client"
 2970version = "0.1.0"
 2971dependencies = [
 2972 "anyhow",
 2973 "serde",
 2974 "serde_json",
 2975 "strum 0.27.2",
 2976 "uuid",
 2977 "zeta_prompt",
 2978]
 2979
 2980[[package]]
 2981name = "cmake"
 2982version = "0.1.56"
 2983source = "registry+https://github.com/rust-lang/crates.io-index"
 2984checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2985dependencies = [
 2986 "cc",
 2987]
 2988
 2989[[package]]
 2990name = "cobs"
 2991version = "0.3.0"
 2992source = "registry+https://github.com/rust-lang/crates.io-index"
 2993checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 2994dependencies = [
 2995 "thiserror 2.0.17",
 2996]
 2997
 2998[[package]]
 2999name = "cocoa"
 3000version = "0.25.0"
 3001source = "registry+https://github.com/rust-lang/crates.io-index"
 3002checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3003dependencies = [
 3004 "bitflags 1.3.2",
 3005 "block",
 3006 "cocoa-foundation 0.1.2",
 3007 "core-foundation 0.9.4",
 3008 "core-graphics 0.23.2",
 3009 "foreign-types 0.5.0",
 3010 "libc",
 3011 "objc",
 3012]
 3013
 3014[[package]]
 3015name = "cocoa"
 3016version = "0.26.0"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3019dependencies = [
 3020 "bitflags 2.10.0",
 3021 "block",
 3022 "cocoa-foundation 0.2.0",
 3023 "core-foundation 0.10.0",
 3024 "core-graphics 0.24.0",
 3025 "foreign-types 0.5.0",
 3026 "libc",
 3027 "objc",
 3028]
 3029
 3030[[package]]
 3031name = "cocoa-foundation"
 3032version = "0.1.2"
 3033source = "registry+https://github.com/rust-lang/crates.io-index"
 3034checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3035dependencies = [
 3036 "bitflags 1.3.2",
 3037 "block",
 3038 "core-foundation 0.9.4",
 3039 "core-graphics-types 0.1.3",
 3040 "libc",
 3041 "objc",
 3042]
 3043
 3044[[package]]
 3045name = "cocoa-foundation"
 3046version = "0.2.0"
 3047source = "registry+https://github.com/rust-lang/crates.io-index"
 3048checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3049dependencies = [
 3050 "bitflags 2.10.0",
 3051 "block",
 3052 "core-foundation 0.10.0",
 3053 "core-graphics-types 0.2.0",
 3054 "libc",
 3055 "objc",
 3056]
 3057
 3058[[package]]
 3059name = "codespan-reporting"
 3060version = "0.13.0"
 3061source = "registry+https://github.com/rust-lang/crates.io-index"
 3062checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3063dependencies = [
 3064 "serde",
 3065 "termcolor",
 3066 "unicode-width",
 3067]
 3068
 3069[[package]]
 3070name = "codestral"
 3071version = "0.1.0"
 3072dependencies = [
 3073 "anyhow",
 3074 "edit_prediction",
 3075 "edit_prediction_types",
 3076 "futures 0.3.32",
 3077 "gpui",
 3078 "http_client",
 3079 "icons",
 3080 "language",
 3081 "language_model",
 3082 "log",
 3083 "serde",
 3084 "serde_json",
 3085 "text",
 3086 "zeta_prompt",
 3087]
 3088
 3089[[package]]
 3090name = "collab"
 3091version = "0.44.0"
 3092dependencies = [
 3093 "agent",
 3094 "anyhow",
 3095 "async-trait",
 3096 "async-tungstenite",
 3097 "aws-config",
 3098 "aws-sdk-kinesis",
 3099 "aws-sdk-s3",
 3100 "axum",
 3101 "buffer_diff",
 3102 "call",
 3103 "channel",
 3104 "chrono",
 3105 "client",
 3106 "clock",
 3107 "cloud_api_types",
 3108 "collab",
 3109 "collab_ui",
 3110 "collections",
 3111 "command_palette_hooks",
 3112 "ctor",
 3113 "dap",
 3114 "dap_adapters",
 3115 "dashmap",
 3116 "debugger_ui",
 3117 "editor",
 3118 "envy",
 3119 "extension",
 3120 "file_finder",
 3121 "fs",
 3122 "futures 0.3.32",
 3123 "git",
 3124 "git_hosting_providers",
 3125 "git_ui",
 3126 "gpui",
 3127 "gpui_tokio",
 3128 "hex",
 3129 "http_client",
 3130 "indoc",
 3131 "language",
 3132 "language_model",
 3133 "livekit_api",
 3134 "livekit_client",
 3135 "log",
 3136 "lsp",
 3137 "menu",
 3138 "multi_buffer",
 3139 "nanoid",
 3140 "node_runtime",
 3141 "notifications",
 3142 "parking_lot",
 3143 "pretty_assertions",
 3144 "project",
 3145 "prometheus",
 3146 "prompt_store",
 3147 "prost 0.9.0",
 3148 "rand 0.9.2",
 3149 "recent_projects",
 3150 "release_channel",
 3151 "remote",
 3152 "remote_server",
 3153 "reqwest 0.11.27",
 3154 "rpc",
 3155 "sea-orm",
 3156 "sea-orm-macros",
 3157 "semver",
 3158 "serde",
 3159 "serde_json",
 3160 "session",
 3161 "settings",
 3162 "sha2",
 3163 "smol",
 3164 "sqlx",
 3165 "strum 0.27.2",
 3166 "task",
 3167 "telemetry_events",
 3168 "text",
 3169 "theme",
 3170 "theme_settings",
 3171 "time",
 3172 "tokio",
 3173 "toml 0.8.23",
 3174 "tower 0.4.13",
 3175 "tower-http 0.4.4",
 3176 "tracing",
 3177 "tracing-subscriber",
 3178 "unindent",
 3179 "util",
 3180 "uuid",
 3181 "workspace",
 3182 "worktree",
 3183 "zed_actions",
 3184 "zlog",
 3185]
 3186
 3187[[package]]
 3188name = "collab_ui"
 3189version = "0.1.0"
 3190dependencies = [
 3191 "anyhow",
 3192 "call",
 3193 "channel",
 3194 "chrono",
 3195 "client",
 3196 "collections",
 3197 "db",
 3198 "editor",
 3199 "futures 0.3.32",
 3200 "fuzzy",
 3201 "gpui",
 3202 "livekit_client",
 3203 "log",
 3204 "menu",
 3205 "notifications",
 3206 "picker",
 3207 "project",
 3208 "release_channel",
 3209 "rpc",
 3210 "serde",
 3211 "serde_json",
 3212 "settings",
 3213 "smallvec",
 3214 "telemetry",
 3215 "theme",
 3216 "theme_settings",
 3217 "time",
 3218 "time_format",
 3219 "title_bar",
 3220 "ui",
 3221 "util",
 3222 "workspace",
 3223 "zed_actions",
 3224]
 3225
 3226[[package]]
 3227name = "collections"
 3228version = "0.1.0"
 3229dependencies = [
 3230 "indexmap",
 3231 "rustc-hash 2.1.1",
 3232]
 3233
 3234[[package]]
 3235name = "color_quant"
 3236version = "1.1.0"
 3237source = "registry+https://github.com/rust-lang/crates.io-index"
 3238checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3239
 3240[[package]]
 3241name = "colorchoice"
 3242version = "1.0.4"
 3243source = "registry+https://github.com/rust-lang/crates.io-index"
 3244checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3245
 3246[[package]]
 3247name = "combine"
 3248version = "4.6.7"
 3249source = "registry+https://github.com/rust-lang/crates.io-index"
 3250checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3251dependencies = [
 3252 "bytes 1.11.1",
 3253 "memchr",
 3254]
 3255
 3256[[package]]
 3257name = "command-fds"
 3258version = "0.3.2"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3261dependencies = [
 3262 "nix 0.30.1",
 3263 "thiserror 2.0.17",
 3264]
 3265
 3266[[package]]
 3267name = "command_palette"
 3268version = "0.1.0"
 3269dependencies = [
 3270 "anyhow",
 3271 "client",
 3272 "collections",
 3273 "command_palette_hooks",
 3274 "db",
 3275 "editor",
 3276 "fuzzy",
 3277 "go_to_line",
 3278 "gpui",
 3279 "language",
 3280 "log",
 3281 "menu",
 3282 "picker",
 3283 "postage",
 3284 "project",
 3285 "serde",
 3286 "settings",
 3287 "telemetry",
 3288 "theme",
 3289 "theme_settings",
 3290 "time",
 3291 "ui",
 3292 "util",
 3293 "workspace",
 3294 "zed_actions",
 3295]
 3296
 3297[[package]]
 3298name = "command_palette_hooks"
 3299version = "0.1.0"
 3300dependencies = [
 3301 "collections",
 3302 "derive_more",
 3303 "gpui",
 3304 "workspace",
 3305]
 3306
 3307[[package]]
 3308name = "component"
 3309version = "0.1.0"
 3310dependencies = [
 3311 "collections",
 3312 "documented",
 3313 "gpui",
 3314 "inventory",
 3315 "parking_lot",
 3316 "strum 0.27.2",
 3317 "theme",
 3318]
 3319
 3320[[package]]
 3321name = "component_preview"
 3322version = "0.1.0"
 3323dependencies = [
 3324 "anyhow",
 3325 "client",
 3326 "collections",
 3327 "component",
 3328 "db",
 3329 "fs",
 3330 "gpui",
 3331 "gpui_platform",
 3332 "language",
 3333 "log",
 3334 "node_runtime",
 3335 "notifications",
 3336 "project",
 3337 "release_channel",
 3338 "reqwest_client",
 3339 "session",
 3340 "settings",
 3341 "theme",
 3342 "theme_settings",
 3343 "ui",
 3344 "ui_input",
 3345 "uuid",
 3346 "workspace",
 3347]
 3348
 3349[[package]]
 3350name = "compression-codecs"
 3351version = "0.4.31"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3354dependencies = [
 3355 "bzip2 0.6.1",
 3356 "compression-core",
 3357 "deflate64",
 3358 "flate2",
 3359 "memchr",
 3360]
 3361
 3362[[package]]
 3363name = "compression-core"
 3364version = "0.4.29"
 3365source = "registry+https://github.com/rust-lang/crates.io-index"
 3366checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3367
 3368[[package]]
 3369name = "concurrent-queue"
 3370version = "2.5.0"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3373dependencies = [
 3374 "crossbeam-utils",
 3375]
 3376
 3377[[package]]
 3378name = "console"
 3379version = "0.15.11"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3382dependencies = [
 3383 "encode_unicode",
 3384 "libc",
 3385 "once_cell",
 3386 "unicode-width",
 3387 "windows-sys 0.59.0",
 3388]
 3389
 3390[[package]]
 3391name = "console_error_panic_hook"
 3392version = "0.1.7"
 3393source = "registry+https://github.com/rust-lang/crates.io-index"
 3394checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3395dependencies = [
 3396 "cfg-if",
 3397 "wasm-bindgen",
 3398]
 3399
 3400[[package]]
 3401name = "const-oid"
 3402version = "0.9.6"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3405
 3406[[package]]
 3407name = "const-random"
 3408version = "0.1.18"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3411dependencies = [
 3412 "const-random-macro",
 3413]
 3414
 3415[[package]]
 3416name = "const-random-macro"
 3417version = "0.1.16"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3420dependencies = [
 3421 "getrandom 0.2.16",
 3422 "once_cell",
 3423 "tiny-keccak",
 3424]
 3425
 3426[[package]]
 3427name = "const_format"
 3428version = "0.2.35"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3431dependencies = [
 3432 "const_format_proc_macros",
 3433]
 3434
 3435[[package]]
 3436name = "const_format_proc_macros"
 3437version = "0.2.34"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3440dependencies = [
 3441 "proc-macro2",
 3442 "quote",
 3443 "unicode-xid",
 3444]
 3445
 3446[[package]]
 3447name = "constant_time_eq"
 3448version = "0.1.5"
 3449source = "registry+https://github.com/rust-lang/crates.io-index"
 3450checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3451
 3452[[package]]
 3453name = "context_server"
 3454version = "0.1.0"
 3455dependencies = [
 3456 "anyhow",
 3457 "async-trait",
 3458 "base64 0.22.1",
 3459 "collections",
 3460 "futures 0.3.32",
 3461 "gpui",
 3462 "http_client",
 3463 "log",
 3464 "net",
 3465 "parking_lot",
 3466 "postage",
 3467 "rand 0.9.2",
 3468 "schemars",
 3469 "serde",
 3470 "serde_json",
 3471 "settings",
 3472 "sha2",
 3473 "slotmap",
 3474 "smol",
 3475 "tempfile",
 3476 "terminal",
 3477 "tiny_http",
 3478 "url",
 3479 "util",
 3480]
 3481
 3482[[package]]
 3483name = "convert_case"
 3484version = "0.8.0"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3487dependencies = [
 3488 "unicode-segmentation",
 3489]
 3490
 3491[[package]]
 3492name = "convert_case"
 3493version = "0.10.0"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3496dependencies = [
 3497 "unicode-segmentation",
 3498]
 3499
 3500[[package]]
 3501name = "convert_case"
 3502version = "0.11.0"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3505dependencies = [
 3506 "unicode-segmentation",
 3507]
 3508
 3509[[package]]
 3510name = "copilot"
 3511version = "0.1.0"
 3512dependencies = [
 3513 "anyhow",
 3514 "async-std",
 3515 "collections",
 3516 "command_palette_hooks",
 3517 "copilot_chat",
 3518 "edit_prediction_types",
 3519 "editor",
 3520 "fs",
 3521 "futures 0.3.32",
 3522 "gpui",
 3523 "icons",
 3524 "indoc",
 3525 "language",
 3526 "log",
 3527 "lsp",
 3528 "node_runtime",
 3529 "parking_lot",
 3530 "paths",
 3531 "pretty_assertions",
 3532 "project",
 3533 "rpc",
 3534 "semver",
 3535 "serde",
 3536 "serde_json",
 3537 "settings",
 3538 "sum_tree",
 3539 "theme",
 3540 "theme_settings",
 3541 "util",
 3542 "workspace",
 3543 "zlog",
 3544]
 3545
 3546[[package]]
 3547name = "copilot_chat"
 3548version = "0.1.0"
 3549dependencies = [
 3550 "anthropic",
 3551 "anyhow",
 3552 "collections",
 3553 "dirs 4.0.0",
 3554 "fs",
 3555 "futures 0.3.32",
 3556 "gpui",
 3557 "http_client",
 3558 "log",
 3559 "paths",
 3560 "serde",
 3561 "serde_json",
 3562 "settings",
 3563]
 3564
 3565[[package]]
 3566name = "copilot_ui"
 3567version = "0.1.0"
 3568dependencies = [
 3569 "anyhow",
 3570 "copilot",
 3571 "gpui",
 3572 "language",
 3573 "log",
 3574 "lsp",
 3575 "menu",
 3576 "project",
 3577 "serde_json",
 3578 "settings",
 3579 "ui",
 3580 "util",
 3581 "workspace",
 3582]
 3583
 3584[[package]]
 3585name = "core-foundation"
 3586version = "0.9.4"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3589dependencies = [
 3590 "core-foundation-sys",
 3591 "libc",
 3592]
 3593
 3594[[package]]
 3595name = "core-foundation"
 3596version = "0.10.0"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3599dependencies = [
 3600 "core-foundation-sys",
 3601 "libc",
 3602]
 3603
 3604[[package]]
 3605name = "core-foundation-sys"
 3606version = "0.8.7"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3609
 3610[[package]]
 3611name = "core-graphics"
 3612version = "0.23.2"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3615dependencies = [
 3616 "bitflags 1.3.2",
 3617 "core-foundation 0.9.4",
 3618 "core-graphics-types 0.1.3",
 3619 "foreign-types 0.5.0",
 3620 "libc",
 3621]
 3622
 3623[[package]]
 3624name = "core-graphics"
 3625version = "0.24.0"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3628dependencies = [
 3629 "bitflags 2.10.0",
 3630 "core-foundation 0.10.0",
 3631 "core-graphics-types 0.2.0",
 3632 "foreign-types 0.5.0",
 3633 "libc",
 3634]
 3635
 3636[[package]]
 3637name = "core-graphics-helmer-fork"
 3638version = "0.24.0"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3641dependencies = [
 3642 "bitflags 2.10.0",
 3643 "core-foundation 0.9.4",
 3644 "core-graphics-types 0.1.3",
 3645 "foreign-types 0.5.0",
 3646 "libc",
 3647]
 3648
 3649[[package]]
 3650name = "core-graphics-types"
 3651version = "0.1.3"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3654dependencies = [
 3655 "bitflags 1.3.2",
 3656 "core-foundation 0.9.4",
 3657 "libc",
 3658]
 3659
 3660[[package]]
 3661name = "core-graphics-types"
 3662version = "0.2.0"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3665dependencies = [
 3666 "bitflags 2.10.0",
 3667 "core-foundation 0.10.0",
 3668 "libc",
 3669]
 3670
 3671[[package]]
 3672name = "core-graphics2"
 3673version = "0.5.2"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3676dependencies = [
 3677 "bitflags 2.10.0",
 3678 "block",
 3679 "cfg-if",
 3680 "core-foundation 0.10.0",
 3681 "libc",
 3682]
 3683
 3684[[package]]
 3685name = "core-services"
 3686version = "0.2.1"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3689dependencies = [
 3690 "core-foundation 0.9.4",
 3691]
 3692
 3693[[package]]
 3694name = "core-text"
 3695version = "21.0.0"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3698dependencies = [
 3699 "core-foundation 0.10.0",
 3700 "core-graphics 0.24.0",
 3701 "foreign-types 0.5.0",
 3702 "libc",
 3703]
 3704
 3705[[package]]
 3706name = "core-video"
 3707version = "0.5.2"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3710dependencies = [
 3711 "block",
 3712 "core-foundation 0.10.0",
 3713 "core-graphics2",
 3714 "io-surface",
 3715 "libc",
 3716 "metal",
 3717]
 3718
 3719[[package]]
 3720name = "core_maths"
 3721version = "0.1.1"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3724dependencies = [
 3725 "libm",
 3726]
 3727
 3728[[package]]
 3729name = "coreaudio-rs"
 3730version = "0.12.1"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3733dependencies = [
 3734 "bitflags 1.3.2",
 3735 "core-foundation-sys",
 3736 "coreaudio-sys",
 3737]
 3738
 3739[[package]]
 3740name = "coreaudio-rs"
 3741version = "0.13.0"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3744dependencies = [
 3745 "bitflags 1.3.2",
 3746 "libc",
 3747 "objc2-audio-toolbox",
 3748 "objc2-core-audio",
 3749 "objc2-core-audio-types",
 3750 "objc2-core-foundation",
 3751]
 3752
 3753[[package]]
 3754name = "coreaudio-sys"
 3755version = "0.2.17"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3758dependencies = [
 3759 "bindgen 0.72.1",
 3760]
 3761
 3762[[package]]
 3763name = "cosmic-text"
 3764version = "0.17.1"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3767dependencies = [
 3768 "bitflags 2.10.0",
 3769 "fontdb 0.23.0",
 3770 "harfrust",
 3771 "linebender_resource_handle",
 3772 "log",
 3773 "rangemap",
 3774 "rustc-hash 2.1.1",
 3775 "self_cell",
 3776 "skrifa 0.40.0",
 3777 "smol_str",
 3778 "swash",
 3779 "sys-locale",
 3780 "unicode-bidi",
 3781 "unicode-linebreak",
 3782 "unicode-script",
 3783 "unicode-segmentation",
 3784]
 3785
 3786[[package]]
 3787name = "cpal"
 3788version = "0.17.1"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3791dependencies = [
 3792 "alsa",
 3793 "coreaudio-rs 0.13.0",
 3794 "dasp_sample",
 3795 "jni",
 3796 "js-sys",
 3797 "libc",
 3798 "mach2 0.5.0",
 3799 "ndk",
 3800 "ndk-context",
 3801 "num-derive",
 3802 "num-traits",
 3803 "objc2",
 3804 "objc2-audio-toolbox",
 3805 "objc2-avf-audio",
 3806 "objc2-core-audio",
 3807 "objc2-core-audio-types",
 3808 "objc2-core-foundation",
 3809 "objc2-foundation",
 3810 "wasm-bindgen",
 3811 "wasm-bindgen-futures",
 3812 "web-sys",
 3813 "windows 0.62.2",
 3814]
 3815
 3816[[package]]
 3817name = "cpp_demangle"
 3818version = "0.4.5"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3821dependencies = [
 3822 "cfg-if",
 3823]
 3824
 3825[[package]]
 3826name = "cpufeatures"
 3827version = "0.2.17"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3830dependencies = [
 3831 "libc",
 3832]
 3833
 3834[[package]]
 3835name = "cranelift-assembler-x64"
 3836version = "0.123.6"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3839dependencies = [
 3840 "cranelift-assembler-x64-meta",
 3841]
 3842
 3843[[package]]
 3844name = "cranelift-assembler-x64-meta"
 3845version = "0.123.6"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3848dependencies = [
 3849 "cranelift-srcgen",
 3850]
 3851
 3852[[package]]
 3853name = "cranelift-bforest"
 3854version = "0.123.6"
 3855source = "registry+https://github.com/rust-lang/crates.io-index"
 3856checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3857dependencies = [
 3858 "cranelift-entity",
 3859]
 3860
 3861[[package]]
 3862name = "cranelift-bitset"
 3863version = "0.123.6"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3866dependencies = [
 3867 "serde",
 3868 "serde_derive",
 3869]
 3870
 3871[[package]]
 3872name = "cranelift-codegen"
 3873version = "0.123.6"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3876dependencies = [
 3877 "bumpalo",
 3878 "cranelift-assembler-x64",
 3879 "cranelift-bforest",
 3880 "cranelift-bitset",
 3881 "cranelift-codegen-meta",
 3882 "cranelift-codegen-shared",
 3883 "cranelift-control",
 3884 "cranelift-entity",
 3885 "cranelift-isle",
 3886 "gimli",
 3887 "hashbrown 0.15.5",
 3888 "log",
 3889 "postcard",
 3890 "pulley-interpreter",
 3891 "regalloc2",
 3892 "rustc-hash 2.1.1",
 3893 "serde",
 3894 "serde_derive",
 3895 "sha2",
 3896 "smallvec",
 3897 "target-lexicon 0.13.3",
 3898 "wasmtime-internal-math",
 3899]
 3900
 3901[[package]]
 3902name = "cranelift-codegen-meta"
 3903version = "0.123.6"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3906dependencies = [
 3907 "cranelift-assembler-x64-meta",
 3908 "cranelift-codegen-shared",
 3909 "cranelift-srcgen",
 3910 "heck 0.5.0",
 3911 "pulley-interpreter",
 3912]
 3913
 3914[[package]]
 3915name = "cranelift-codegen-shared"
 3916version = "0.123.6"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3919
 3920[[package]]
 3921name = "cranelift-control"
 3922version = "0.123.6"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3925dependencies = [
 3926 "arbitrary",
 3927]
 3928
 3929[[package]]
 3930name = "cranelift-entity"
 3931version = "0.123.6"
 3932source = "registry+https://github.com/rust-lang/crates.io-index"
 3933checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3934dependencies = [
 3935 "cranelift-bitset",
 3936 "serde",
 3937 "serde_derive",
 3938]
 3939
 3940[[package]]
 3941name = "cranelift-frontend"
 3942version = "0.123.6"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3945dependencies = [
 3946 "cranelift-codegen",
 3947 "log",
 3948 "smallvec",
 3949 "target-lexicon 0.13.3",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-isle"
 3954version = "0.123.6"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3957
 3958[[package]]
 3959name = "cranelift-native"
 3960version = "0.123.6"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3963dependencies = [
 3964 "cranelift-codegen",
 3965 "libc",
 3966 "target-lexicon 0.13.3",
 3967]
 3968
 3969[[package]]
 3970name = "cranelift-srcgen"
 3971version = "0.123.6"
 3972source = "registry+https://github.com/rust-lang/crates.io-index"
 3973checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 3974
 3975[[package]]
 3976name = "crash-context"
 3977version = "0.6.3"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 3980dependencies = [
 3981 "cfg-if",
 3982 "libc",
 3983 "mach2 0.4.3",
 3984]
 3985
 3986[[package]]
 3987name = "crash-handler"
 3988version = "0.6.3"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 3991dependencies = [
 3992 "cfg-if",
 3993 "crash-context",
 3994 "libc",
 3995 "mach2 0.4.3",
 3996 "parking_lot",
 3997]
 3998
 3999[[package]]
 4000name = "crashes"
 4001version = "0.1.0"
 4002dependencies = [
 4003 "cfg-if",
 4004 "crash-handler",
 4005 "futures 0.3.32",
 4006 "log",
 4007 "mach2 0.5.0",
 4008 "minidumper",
 4009 "parking_lot",
 4010 "paths",
 4011 "release_channel",
 4012 "serde",
 4013 "serde_json",
 4014 "smol",
 4015 "system_specs",
 4016 "windows 0.61.3",
 4017 "zstd",
 4018]
 4019
 4020[[package]]
 4021name = "crc"
 4022version = "3.3.0"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4025dependencies = [
 4026 "crc-catalog",
 4027]
 4028
 4029[[package]]
 4030name = "crc-catalog"
 4031version = "2.4.0"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4034
 4035[[package]]
 4036name = "crc-fast"
 4037version = "1.6.0"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4040dependencies = [
 4041 "crc",
 4042 "digest",
 4043 "rand 0.9.2",
 4044 "regex",
 4045 "rustversion",
 4046]
 4047
 4048[[package]]
 4049name = "crc32fast"
 4050version = "1.5.0"
 4051source = "registry+https://github.com/rust-lang/crates.io-index"
 4052checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4053dependencies = [
 4054 "cfg-if",
 4055]
 4056
 4057[[package]]
 4058name = "credentials_provider"
 4059version = "0.1.0"
 4060dependencies = [
 4061 "anyhow",
 4062 "futures 0.3.32",
 4063 "gpui",
 4064 "paths",
 4065 "release_channel",
 4066 "serde",
 4067 "serde_json",
 4068]
 4069
 4070[[package]]
 4071name = "criterion"
 4072version = "0.5.1"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4075dependencies = [
 4076 "anes",
 4077 "cast",
 4078 "ciborium",
 4079 "clap",
 4080 "criterion-plot",
 4081 "is-terminal",
 4082 "itertools 0.10.5",
 4083 "num-traits",
 4084 "once_cell",
 4085 "oorandom",
 4086 "plotters",
 4087 "rayon",
 4088 "regex",
 4089 "serde",
 4090 "serde_derive",
 4091 "serde_json",
 4092 "tinytemplate",
 4093 "walkdir",
 4094]
 4095
 4096[[package]]
 4097name = "criterion-plot"
 4098version = "0.5.0"
 4099source = "registry+https://github.com/rust-lang/crates.io-index"
 4100checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4101dependencies = [
 4102 "cast",
 4103 "itertools 0.10.5",
 4104]
 4105
 4106[[package]]
 4107name = "crossbeam"
 4108version = "0.8.4"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4111dependencies = [
 4112 "crossbeam-channel",
 4113 "crossbeam-deque",
 4114 "crossbeam-epoch",
 4115 "crossbeam-queue",
 4116 "crossbeam-utils",
 4117]
 4118
 4119[[package]]
 4120name = "crossbeam-channel"
 4121version = "0.5.15"
 4122source = "registry+https://github.com/rust-lang/crates.io-index"
 4123checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4124dependencies = [
 4125 "crossbeam-utils",
 4126]
 4127
 4128[[package]]
 4129name = "crossbeam-deque"
 4130version = "0.8.6"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4133dependencies = [
 4134 "crossbeam-epoch",
 4135 "crossbeam-utils",
 4136]
 4137
 4138[[package]]
 4139name = "crossbeam-epoch"
 4140version = "0.9.18"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4143dependencies = [
 4144 "crossbeam-utils",
 4145]
 4146
 4147[[package]]
 4148name = "crossbeam-queue"
 4149version = "0.3.12"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4152dependencies = [
 4153 "crossbeam-utils",
 4154]
 4155
 4156[[package]]
 4157name = "crossbeam-utils"
 4158version = "0.8.21"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4161
 4162[[package]]
 4163name = "crunchy"
 4164version = "0.2.4"
 4165source = "registry+https://github.com/rust-lang/crates.io-index"
 4166checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4167
 4168[[package]]
 4169name = "crypto-bigint"
 4170version = "0.4.9"
 4171source = "registry+https://github.com/rust-lang/crates.io-index"
 4172checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4173dependencies = [
 4174 "generic-array",
 4175 "rand_core 0.6.4",
 4176 "subtle",
 4177 "zeroize",
 4178]
 4179
 4180[[package]]
 4181name = "crypto-bigint"
 4182version = "0.5.5"
 4183source = "registry+https://github.com/rust-lang/crates.io-index"
 4184checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4185dependencies = [
 4186 "rand_core 0.6.4",
 4187 "subtle",
 4188]
 4189
 4190[[package]]
 4191name = "crypto-common"
 4192version = "0.1.6"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4195dependencies = [
 4196 "generic-array",
 4197 "typenum",
 4198]
 4199
 4200[[package]]
 4201name = "cssparser"
 4202version = "0.35.0"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4205dependencies = [
 4206 "cssparser-macros",
 4207 "dtoa-short",
 4208 "itoa",
 4209 "phf 0.11.3",
 4210 "smallvec",
 4211]
 4212
 4213[[package]]
 4214name = "cssparser-macros"
 4215version = "0.6.1"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4218dependencies = [
 4219 "quote",
 4220 "syn 2.0.117",
 4221]
 4222
 4223[[package]]
 4224name = "csv_preview"
 4225version = "0.1.0"
 4226dependencies = [
 4227 "anyhow",
 4228 "editor",
 4229 "feature_flags",
 4230 "gpui",
 4231 "log",
 4232 "text",
 4233 "ui",
 4234 "workspace",
 4235]
 4236
 4237[[package]]
 4238name = "ctor"
 4239version = "0.4.3"
 4240source = "registry+https://github.com/rust-lang/crates.io-index"
 4241checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4242dependencies = [
 4243 "ctor-proc-macro",
 4244 "dtor",
 4245]
 4246
 4247[[package]]
 4248name = "ctor-proc-macro"
 4249version = "0.0.6"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4252
 4253[[package]]
 4254name = "ctrlc"
 4255version = "3.5.0"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4258dependencies = [
 4259 "dispatch",
 4260 "nix 0.30.1",
 4261 "windows-sys 0.61.2",
 4262]
 4263
 4264[[package]]
 4265name = "cursor-icon"
 4266version = "1.2.0"
 4267source = "registry+https://github.com/rust-lang/crates.io-index"
 4268checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4269
 4270[[package]]
 4271name = "cxx"
 4272version = "1.0.187"
 4273source = "registry+https://github.com/rust-lang/crates.io-index"
 4274checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4275dependencies = [
 4276 "cc",
 4277 "cxx-build",
 4278 "cxxbridge-cmd",
 4279 "cxxbridge-flags",
 4280 "cxxbridge-macro",
 4281 "foldhash 0.2.0",
 4282 "link-cplusplus",
 4283]
 4284
 4285[[package]]
 4286name = "cxx-build"
 4287version = "1.0.187"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4290dependencies = [
 4291 "cc",
 4292 "codespan-reporting",
 4293 "indexmap",
 4294 "proc-macro2",
 4295 "quote",
 4296 "scratch",
 4297 "syn 2.0.117",
 4298]
 4299
 4300[[package]]
 4301name = "cxxbridge-cmd"
 4302version = "1.0.187"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4305dependencies = [
 4306 "clap",
 4307 "codespan-reporting",
 4308 "indexmap",
 4309 "proc-macro2",
 4310 "quote",
 4311 "syn 2.0.117",
 4312]
 4313
 4314[[package]]
 4315name = "cxxbridge-flags"
 4316version = "1.0.187"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4319
 4320[[package]]
 4321name = "cxxbridge-macro"
 4322version = "1.0.187"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4325dependencies = [
 4326 "indexmap",
 4327 "proc-macro2",
 4328 "quote",
 4329 "syn 2.0.117",
 4330]
 4331
 4332[[package]]
 4333name = "dap"
 4334version = "0.1.0"
 4335dependencies = [
 4336 "anyhow",
 4337 "async-compression",
 4338 "async-pipe",
 4339 "async-tar",
 4340 "async-trait",
 4341 "client",
 4342 "collections",
 4343 "dap-types",
 4344 "fs",
 4345 "futures 0.3.32",
 4346 "gpui",
 4347 "http_client",
 4348 "language",
 4349 "libc",
 4350 "log",
 4351 "node_runtime",
 4352 "parking_lot",
 4353 "paths",
 4354 "proto",
 4355 "schemars",
 4356 "serde",
 4357 "serde_json",
 4358 "settings",
 4359 "smallvec",
 4360 "smol",
 4361 "task",
 4362 "telemetry",
 4363 "util",
 4364 "zlog",
 4365]
 4366
 4367[[package]]
 4368name = "dap-types"
 4369version = "0.0.1"
 4370source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4371dependencies = [
 4372 "schemars",
 4373 "serde",
 4374 "serde_json",
 4375]
 4376
 4377[[package]]
 4378name = "dap_adapters"
 4379version = "0.1.0"
 4380dependencies = [
 4381 "anyhow",
 4382 "async-trait",
 4383 "collections",
 4384 "dap",
 4385 "dotenvy",
 4386 "fs",
 4387 "futures 0.3.32",
 4388 "gpui",
 4389 "http_client",
 4390 "json_dotpath",
 4391 "language",
 4392 "log",
 4393 "node_runtime",
 4394 "paths",
 4395 "serde",
 4396 "serde_json",
 4397 "settings",
 4398 "smol",
 4399 "task",
 4400 "util",
 4401]
 4402
 4403[[package]]
 4404name = "darling"
 4405version = "0.20.11"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4408dependencies = [
 4409 "darling_core 0.20.11",
 4410 "darling_macro 0.20.11",
 4411]
 4412
 4413[[package]]
 4414name = "darling"
 4415version = "0.21.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4418dependencies = [
 4419 "darling_core 0.21.3",
 4420 "darling_macro 0.21.3",
 4421]
 4422
 4423[[package]]
 4424name = "darling"
 4425version = "0.23.0"
 4426source = "registry+https://github.com/rust-lang/crates.io-index"
 4427checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
 4428dependencies = [
 4429 "darling_core 0.23.0",
 4430 "darling_macro 0.23.0",
 4431]
 4432
 4433[[package]]
 4434name = "darling_core"
 4435version = "0.20.11"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4438dependencies = [
 4439 "fnv",
 4440 "ident_case",
 4441 "proc-macro2",
 4442 "quote",
 4443 "strsim",
 4444 "syn 2.0.117",
 4445]
 4446
 4447[[package]]
 4448name = "darling_core"
 4449version = "0.21.3"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4452dependencies = [
 4453 "fnv",
 4454 "ident_case",
 4455 "proc-macro2",
 4456 "quote",
 4457 "strsim",
 4458 "syn 2.0.117",
 4459]
 4460
 4461[[package]]
 4462name = "darling_core"
 4463version = "0.23.0"
 4464source = "registry+https://github.com/rust-lang/crates.io-index"
 4465checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
 4466dependencies = [
 4467 "ident_case",
 4468 "proc-macro2",
 4469 "quote",
 4470 "strsim",
 4471 "syn 2.0.117",
 4472]
 4473
 4474[[package]]
 4475name = "darling_macro"
 4476version = "0.20.11"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4479dependencies = [
 4480 "darling_core 0.20.11",
 4481 "quote",
 4482 "syn 2.0.117",
 4483]
 4484
 4485[[package]]
 4486name = "darling_macro"
 4487version = "0.21.3"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4490dependencies = [
 4491 "darling_core 0.21.3",
 4492 "quote",
 4493 "syn 2.0.117",
 4494]
 4495
 4496[[package]]
 4497name = "darling_macro"
 4498version = "0.23.0"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
 4501dependencies = [
 4502 "darling_core 0.23.0",
 4503 "quote",
 4504 "syn 2.0.117",
 4505]
 4506
 4507[[package]]
 4508name = "dashmap"
 4509version = "6.1.0"
 4510source = "registry+https://github.com/rust-lang/crates.io-index"
 4511checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4512dependencies = [
 4513 "cfg-if",
 4514 "crossbeam-utils",
 4515 "hashbrown 0.14.5",
 4516 "lock_api",
 4517 "once_cell",
 4518 "parking_lot_core",
 4519]
 4520
 4521[[package]]
 4522name = "dasp_sample"
 4523version = "0.11.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4526
 4527[[package]]
 4528name = "data-encoding"
 4529version = "2.9.0"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4532
 4533[[package]]
 4534name = "data-url"
 4535version = "0.3.2"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4538
 4539[[package]]
 4540name = "db"
 4541version = "0.1.0"
 4542dependencies = [
 4543 "anyhow",
 4544 "gpui",
 4545 "indoc",
 4546 "inventory",
 4547 "log",
 4548 "paths",
 4549 "release_channel",
 4550 "smol",
 4551 "sqlez",
 4552 "sqlez_macros",
 4553 "tempfile",
 4554 "util",
 4555 "uuid",
 4556 "zed_env_vars",
 4557]
 4558
 4559[[package]]
 4560name = "dbus"
 4561version = "0.9.9"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4564dependencies = [
 4565 "libc",
 4566 "libdbus-sys",
 4567 "windows-sys 0.59.0",
 4568]
 4569
 4570[[package]]
 4571name = "debug_adapter_extension"
 4572version = "0.1.0"
 4573dependencies = [
 4574 "anyhow",
 4575 "async-trait",
 4576 "collections",
 4577 "dap",
 4578 "extension",
 4579 "gpui",
 4580 "serde_json",
 4581 "task",
 4582 "util",
 4583]
 4584
 4585[[package]]
 4586name = "debugger_tools"
 4587version = "0.1.0"
 4588dependencies = [
 4589 "anyhow",
 4590 "dap",
 4591 "editor",
 4592 "futures 0.3.32",
 4593 "gpui",
 4594 "project",
 4595 "serde_json",
 4596 "settings",
 4597 "smol",
 4598 "util",
 4599 "workspace",
 4600]
 4601
 4602[[package]]
 4603name = "debugger_ui"
 4604version = "0.1.0"
 4605dependencies = [
 4606 "alacritty_terminal",
 4607 "anyhow",
 4608 "bitflags 2.10.0",
 4609 "client",
 4610 "collections",
 4611 "command_palette_hooks",
 4612 "dap",
 4613 "dap_adapters",
 4614 "db",
 4615 "debugger_tools",
 4616 "editor",
 4617 "feature_flags",
 4618 "file_icons",
 4619 "futures 0.3.32",
 4620 "fuzzy",
 4621 "gpui",
 4622 "hex",
 4623 "indoc",
 4624 "itertools 0.14.0",
 4625 "language",
 4626 "log",
 4627 "menu",
 4628 "notifications",
 4629 "parking_lot",
 4630 "parse_int",
 4631 "paths",
 4632 "picker",
 4633 "pretty_assertions",
 4634 "project",
 4635 "rpc",
 4636 "schemars",
 4637 "serde",
 4638 "serde_json",
 4639 "serde_json_lenient",
 4640 "settings",
 4641 "sysinfo 0.37.2",
 4642 "task",
 4643 "tasks_ui",
 4644 "terminal_view",
 4645 "text",
 4646 "theme",
 4647 "theme_settings",
 4648 "tree-sitter",
 4649 "tree-sitter-go",
 4650 "tree-sitter-json",
 4651 "ui",
 4652 "ui_input",
 4653 "unindent",
 4654 "util",
 4655 "workspace",
 4656 "zed_actions",
 4657 "zlog",
 4658]
 4659
 4660[[package]]
 4661name = "debugid"
 4662version = "0.8.0"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4665dependencies = [
 4666 "uuid",
 4667]
 4668
 4669[[package]]
 4670name = "deepseek"
 4671version = "0.1.0"
 4672dependencies = [
 4673 "anyhow",
 4674 "futures 0.3.32",
 4675 "http_client",
 4676 "schemars",
 4677 "serde",
 4678 "serde_json",
 4679]
 4680
 4681[[package]]
 4682name = "deflate64"
 4683version = "0.1.10"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4686
 4687[[package]]
 4688name = "denoise"
 4689version = "0.1.0"
 4690dependencies = [
 4691 "candle-core",
 4692 "candle-onnx",
 4693 "log",
 4694 "realfft",
 4695 "rodio",
 4696 "rustfft",
 4697 "thiserror 2.0.17",
 4698]
 4699
 4700[[package]]
 4701name = "der"
 4702version = "0.6.1"
 4703source = "registry+https://github.com/rust-lang/crates.io-index"
 4704checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4705dependencies = [
 4706 "const-oid",
 4707 "zeroize",
 4708]
 4709
 4710[[package]]
 4711name = "der"
 4712version = "0.7.10"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4715dependencies = [
 4716 "const-oid",
 4717 "pem-rfc7468",
 4718 "zeroize",
 4719]
 4720
 4721[[package]]
 4722name = "deranged"
 4723version = "0.5.4"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4726dependencies = [
 4727 "powerfmt",
 4728 "serde_core",
 4729]
 4730
 4731[[package]]
 4732name = "derive_arbitrary"
 4733version = "1.4.2"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4736dependencies = [
 4737 "proc-macro2",
 4738 "quote",
 4739 "syn 2.0.117",
 4740]
 4741
 4742[[package]]
 4743name = "derive_more"
 4744version = "2.1.1"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4747dependencies = [
 4748 "derive_more-impl",
 4749]
 4750
 4751[[package]]
 4752name = "derive_more-impl"
 4753version = "2.1.1"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4756dependencies = [
 4757 "convert_case 0.10.0",
 4758 "proc-macro2",
 4759 "quote",
 4760 "rustc_version",
 4761 "syn 2.0.117",
 4762 "unicode-xid",
 4763]
 4764
 4765[[package]]
 4766name = "derive_refineable"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "proc-macro2",
 4770 "quote",
 4771 "syn 2.0.117",
 4772]
 4773
 4774[[package]]
 4775name = "derive_setters"
 4776version = "0.1.9"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4779dependencies = [
 4780 "darling 0.21.3",
 4781 "proc-macro2",
 4782 "quote",
 4783 "syn 2.0.117",
 4784]
 4785
 4786[[package]]
 4787name = "dev_container"
 4788version = "0.1.0"
 4789dependencies = [
 4790 "async-tar",
 4791 "async-trait",
 4792 "env_logger 0.11.8",
 4793 "fs",
 4794 "futures 0.3.32",
 4795 "gpui",
 4796 "http 1.3.1",
 4797 "http_client",
 4798 "log",
 4799 "menu",
 4800 "paths",
 4801 "picker",
 4802 "project",
 4803 "serde",
 4804 "serde_json",
 4805 "serde_json_lenient",
 4806 "settings",
 4807 "shlex",
 4808 "ui",
 4809 "util",
 4810 "walkdir",
 4811 "workspace",
 4812 "worktree",
 4813]
 4814
 4815[[package]]
 4816name = "diagnostics"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "collections",
 4821 "component",
 4822 "ctor",
 4823 "editor",
 4824 "gpui",
 4825 "indoc",
 4826 "itertools 0.14.0",
 4827 "language",
 4828 "log",
 4829 "lsp",
 4830 "markdown",
 4831 "pretty_assertions",
 4832 "project",
 4833 "rand 0.9.2",
 4834 "serde",
 4835 "serde_json",
 4836 "settings",
 4837 "text",
 4838 "theme",
 4839 "theme_settings",
 4840 "ui",
 4841 "unindent",
 4842 "util",
 4843 "workspace",
 4844 "zed_actions",
 4845 "zlog",
 4846]
 4847
 4848[[package]]
 4849name = "dialoguer"
 4850version = "0.11.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4853dependencies = [
 4854 "console",
 4855 "fuzzy-matcher",
 4856 "shell-words",
 4857 "tempfile",
 4858 "thiserror 1.0.69",
 4859 "zeroize",
 4860]
 4861
 4862[[package]]
 4863name = "diff"
 4864version = "0.1.13"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4867
 4868[[package]]
 4869name = "diffy"
 4870version = "0.4.2"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4873dependencies = [
 4874 "nu-ansi-term",
 4875]
 4876
 4877[[package]]
 4878name = "digest"
 4879version = "0.10.7"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4882dependencies = [
 4883 "block-buffer",
 4884 "const-oid",
 4885 "crypto-common",
 4886 "subtle",
 4887]
 4888
 4889[[package]]
 4890name = "dirs"
 4891version = "4.0.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4894dependencies = [
 4895 "dirs-sys 0.3.7",
 4896]
 4897
 4898[[package]]
 4899name = "dirs"
 4900version = "5.0.1"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4903dependencies = [
 4904 "dirs-sys 0.4.1",
 4905]
 4906
 4907[[package]]
 4908name = "dirs"
 4909version = "6.0.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4912dependencies = [
 4913 "dirs-sys 0.5.0",
 4914]
 4915
 4916[[package]]
 4917name = "dirs-sys"
 4918version = "0.3.7"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4921dependencies = [
 4922 "libc",
 4923 "redox_users 0.4.6",
 4924 "winapi",
 4925]
 4926
 4927[[package]]
 4928name = "dirs-sys"
 4929version = "0.4.1"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4932dependencies = [
 4933 "libc",
 4934 "option-ext",
 4935 "redox_users 0.4.6",
 4936 "windows-sys 0.48.0",
 4937]
 4938
 4939[[package]]
 4940name = "dirs-sys"
 4941version = "0.5.0"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4944dependencies = [
 4945 "libc",
 4946 "option-ext",
 4947 "redox_users 0.5.2",
 4948 "windows-sys 0.61.2",
 4949]
 4950
 4951[[package]]
 4952name = "dispatch"
 4953version = "0.2.0"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4956
 4957[[package]]
 4958name = "dispatch2"
 4959version = "0.3.1"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4962dependencies = [
 4963 "bitflags 2.10.0",
 4964 "block2",
 4965 "libc",
 4966 "objc2",
 4967]
 4968
 4969[[package]]
 4970name = "displaydoc"
 4971version = "0.2.5"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4974dependencies = [
 4975 "proc-macro2",
 4976 "quote",
 4977 "syn 2.0.117",
 4978]
 4979
 4980[[package]]
 4981name = "dlib"
 4982version = "0.5.2"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4985dependencies = [
 4986 "libloading",
 4987]
 4988
 4989[[package]]
 4990name = "docs_preprocessor"
 4991version = "0.1.0"
 4992dependencies = [
 4993 "anyhow",
 4994 "collections",
 4995 "jsonschema",
 4996 "mdbook",
 4997 "regex",
 4998 "schemars",
 4999 "serde",
 5000 "serde_json",
 5001 "settings",
 5002 "task",
 5003 "theme",
 5004 "util",
 5005 "zlog",
 5006]
 5007
 5008[[package]]
 5009name = "document-features"
 5010version = "0.2.12"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5013dependencies = [
 5014 "litrs",
 5015]
 5016
 5017[[package]]
 5018name = "documented"
 5019version = "0.9.2"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5022dependencies = [
 5023 "documented-macros",
 5024 "phf 0.12.1",
 5025 "thiserror 2.0.17",
 5026]
 5027
 5028[[package]]
 5029name = "documented-macros"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5033dependencies = [
 5034 "convert_case 0.8.0",
 5035 "itertools 0.14.0",
 5036 "optfield",
 5037 "proc-macro2",
 5038 "quote",
 5039 "strum 0.27.2",
 5040 "syn 2.0.117",
 5041]
 5042
 5043[[package]]
 5044name = "dotenvy"
 5045version = "0.15.7"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5048
 5049[[package]]
 5050name = "downcast-rs"
 5051version = "1.2.1"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5054
 5055[[package]]
 5056name = "doxygen-rs"
 5057version = "0.4.2"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5060dependencies = [
 5061 "phf 0.11.3",
 5062]
 5063
 5064[[package]]
 5065name = "dtoa"
 5066version = "1.0.10"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5069
 5070[[package]]
 5071name = "dtoa-short"
 5072version = "0.3.5"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5075dependencies = [
 5076 "dtoa",
 5077]
 5078
 5079[[package]]
 5080name = "dtor"
 5081version = "0.0.6"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5084dependencies = [
 5085 "dtor-proc-macro",
 5086]
 5087
 5088[[package]]
 5089name = "dtor-proc-macro"
 5090version = "0.0.5"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5093
 5094[[package]]
 5095name = "dunce"
 5096version = "1.0.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5099
 5100[[package]]
 5101name = "dwrote"
 5102version = "0.11.5"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5105dependencies = [
 5106 "lazy_static",
 5107 "libc",
 5108 "winapi",
 5109 "wio",
 5110]
 5111
 5112[[package]]
 5113name = "dyn-clone"
 5114version = "1.0.20"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5117
 5118[[package]]
 5119name = "dyn-stack"
 5120version = "0.10.0"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5123dependencies = [
 5124 "bytemuck",
 5125 "reborrow",
 5126]
 5127
 5128[[package]]
 5129name = "dyn-stack"
 5130version = "0.13.2"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5133dependencies = [
 5134 "bytemuck",
 5135 "dyn-stack-macros",
 5136]
 5137
 5138[[package]]
 5139name = "dyn-stack-macros"
 5140version = "0.1.3"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5143
 5144[[package]]
 5145name = "ec4rs"
 5146version = "1.2.0"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5149
 5150[[package]]
 5151name = "ecdsa"
 5152version = "0.14.8"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5155dependencies = [
 5156 "der 0.6.1",
 5157 "elliptic-curve",
 5158 "rfc6979",
 5159 "signature 1.6.4",
 5160]
 5161
 5162[[package]]
 5163name = "edit_prediction"
 5164version = "0.1.0"
 5165dependencies = [
 5166 "ai_onboarding",
 5167 "anyhow",
 5168 "buffer_diff",
 5169 "client",
 5170 "clock",
 5171 "cloud_api_types",
 5172 "cloud_llm_client",
 5173 "collections",
 5174 "copilot",
 5175 "copilot_ui",
 5176 "ctor",
 5177 "db",
 5178 "edit_prediction_context",
 5179 "edit_prediction_types",
 5180 "feature_flags",
 5181 "fs",
 5182 "futures 0.3.32",
 5183 "gpui",
 5184 "heapless",
 5185 "indoc",
 5186 "itertools 0.14.0",
 5187 "language",
 5188 "language_model",
 5189 "log",
 5190 "lsp",
 5191 "menu",
 5192 "open_ai",
 5193 "parking_lot",
 5194 "postage",
 5195 "pretty_assertions",
 5196 "project",
 5197 "pulldown-cmark 0.13.0",
 5198 "rand 0.9.2",
 5199 "regex",
 5200 "release_channel",
 5201 "semver",
 5202 "serde",
 5203 "serde_json",
 5204 "settings",
 5205 "strum 0.27.2",
 5206 "telemetry",
 5207 "telemetry_events",
 5208 "text",
 5209 "thiserror 2.0.17",
 5210 "time",
 5211 "toml 0.8.23",
 5212 "ui",
 5213 "util",
 5214 "uuid",
 5215 "workspace",
 5216 "worktree",
 5217 "zed_actions",
 5218 "zeta_prompt",
 5219 "zlog",
 5220 "zstd",
 5221]
 5222
 5223[[package]]
 5224name = "edit_prediction_cli"
 5225version = "0.1.0"
 5226dependencies = [
 5227 "anthropic",
 5228 "anyhow",
 5229 "chrono",
 5230 "clap",
 5231 "client",
 5232 "cloud_llm_client",
 5233 "collections",
 5234 "criterion",
 5235 "db",
 5236 "debug_adapter_extension",
 5237 "dirs 4.0.0",
 5238 "edit_prediction",
 5239 "extension",
 5240 "flate2",
 5241 "fs",
 5242 "futures 0.3.32",
 5243 "gaoya",
 5244 "gpui",
 5245 "gpui_platform",
 5246 "gpui_tokio",
 5247 "http_client",
 5248 "indoc",
 5249 "language",
 5250 "language_extension",
 5251 "language_model",
 5252 "language_models",
 5253 "languages",
 5254 "libc",
 5255 "log",
 5256 "node_runtime",
 5257 "open_ai",
 5258 "paths",
 5259 "pretty_assertions",
 5260 "project",
 5261 "prompt_store",
 5262 "rand 0.9.2",
 5263 "release_channel",
 5264 "reqwest_client",
 5265 "rust-embed",
 5266 "serde",
 5267 "serde_json",
 5268 "settings",
 5269 "shellexpand 2.1.2",
 5270 "similar",
 5271 "smol",
 5272 "sqlez",
 5273 "sqlez_macros",
 5274 "strum 0.27.2",
 5275 "telemetry_events",
 5276 "tempfile",
 5277 "terminal_view",
 5278 "toml 0.8.23",
 5279 "util",
 5280 "wasmtime",
 5281 "watch",
 5282 "workspace",
 5283 "zeta_prompt",
 5284]
 5285
 5286[[package]]
 5287name = "edit_prediction_context"
 5288version = "0.1.0"
 5289dependencies = [
 5290 "anyhow",
 5291 "clock",
 5292 "collections",
 5293 "env_logger 0.11.8",
 5294 "futures 0.3.32",
 5295 "gpui",
 5296 "indoc",
 5297 "language",
 5298 "log",
 5299 "lsp",
 5300 "parking_lot",
 5301 "pretty_assertions",
 5302 "project",
 5303 "serde",
 5304 "serde_json",
 5305 "settings",
 5306 "smallvec",
 5307 "text",
 5308 "tree-sitter",
 5309 "util",
 5310 "zeta_prompt",
 5311]
 5312
 5313[[package]]
 5314name = "edit_prediction_types"
 5315version = "0.1.0"
 5316dependencies = [
 5317 "client",
 5318 "gpui",
 5319 "icons",
 5320 "language",
 5321 "text",
 5322]
 5323
 5324[[package]]
 5325name = "edit_prediction_ui"
 5326version = "0.1.0"
 5327dependencies = [
 5328 "anyhow",
 5329 "buffer_diff",
 5330 "client",
 5331 "cloud_llm_client",
 5332 "codestral",
 5333 "collections",
 5334 "command_palette_hooks",
 5335 "copilot",
 5336 "copilot_chat",
 5337 "copilot_ui",
 5338 "edit_prediction",
 5339 "edit_prediction_types",
 5340 "editor",
 5341 "feature_flags",
 5342 "fs",
 5343 "futures 0.3.32",
 5344 "gpui",
 5345 "indoc",
 5346 "language",
 5347 "markdown",
 5348 "menu",
 5349 "multi_buffer",
 5350 "paths",
 5351 "project",
 5352 "regex",
 5353 "settings",
 5354 "telemetry",
 5355 "text",
 5356 "theme",
 5357 "theme_settings",
 5358 "time",
 5359 "ui",
 5360 "util",
 5361 "workspace",
 5362 "zed_actions",
 5363 "zeta_prompt",
 5364]
 5365
 5366[[package]]
 5367name = "editor"
 5368version = "0.1.0"
 5369dependencies = [
 5370 "aho-corasick",
 5371 "anyhow",
 5372 "assets",
 5373 "breadcrumbs",
 5374 "buffer_diff",
 5375 "client",
 5376 "clock",
 5377 "collections",
 5378 "convert_case 0.8.0",
 5379 "criterion",
 5380 "ctor",
 5381 "dap",
 5382 "db",
 5383 "edit_prediction_types",
 5384 "emojis",
 5385 "feature_flags",
 5386 "file_icons",
 5387 "fs",
 5388 "futures 0.3.32",
 5389 "fuzzy",
 5390 "git",
 5391 "gpui",
 5392 "indoc",
 5393 "itertools 0.14.0",
 5394 "language",
 5395 "languages",
 5396 "linkify",
 5397 "log",
 5398 "lsp",
 5399 "markdown",
 5400 "menu",
 5401 "multi_buffer",
 5402 "ordered-float 2.10.1",
 5403 "parking_lot",
 5404 "pretty_assertions",
 5405 "project",
 5406 "proptest",
 5407 "proptest-derive",
 5408 "rand 0.9.2",
 5409 "regex",
 5410 "release_channel",
 5411 "rope",
 5412 "rpc",
 5413 "schemars",
 5414 "semver",
 5415 "serde",
 5416 "serde_json",
 5417 "settings",
 5418 "smallvec",
 5419 "smol",
 5420 "snippet",
 5421 "sum_tree",
 5422 "task",
 5423 "telemetry",
 5424 "text",
 5425 "theme",
 5426 "theme_settings",
 5427 "time",
 5428 "tracing",
 5429 "tree-sitter-bash",
 5430 "tree-sitter-c",
 5431 "tree-sitter-html",
 5432 "tree-sitter-md",
 5433 "tree-sitter-python",
 5434 "tree-sitter-rust",
 5435 "tree-sitter-typescript",
 5436 "tree-sitter-yaml",
 5437 "ui",
 5438 "ui_input",
 5439 "unicode-script",
 5440 "unicode-segmentation",
 5441 "unicode-width",
 5442 "unindent",
 5443 "url",
 5444 "util",
 5445 "uuid",
 5446 "vim_mode_setting",
 5447 "workspace",
 5448 "zed_actions",
 5449 "zlog",
 5450 "ztracing",
 5451]
 5452
 5453[[package]]
 5454name = "either"
 5455version = "1.15.0"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5458dependencies = [
 5459 "serde",
 5460]
 5461
 5462[[package]]
 5463name = "elasticlunr-rs"
 5464version = "3.0.2"
 5465source = "registry+https://github.com/rust-lang/crates.io-index"
 5466checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5467dependencies = [
 5468 "regex",
 5469 "serde",
 5470 "serde_derive",
 5471 "serde_json",
 5472]
 5473
 5474[[package]]
 5475name = "elliptic-curve"
 5476version = "0.12.3"
 5477source = "registry+https://github.com/rust-lang/crates.io-index"
 5478checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5479dependencies = [
 5480 "base16ct",
 5481 "crypto-bigint 0.4.9",
 5482 "der 0.6.1",
 5483 "digest",
 5484 "ff",
 5485 "generic-array",
 5486 "group",
 5487 "pkcs8 0.9.0",
 5488 "rand_core 0.6.4",
 5489 "sec1",
 5490 "subtle",
 5491 "zeroize",
 5492]
 5493
 5494[[package]]
 5495name = "email_address"
 5496version = "0.2.9"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5499dependencies = [
 5500 "serde",
 5501]
 5502
 5503[[package]]
 5504name = "embed-resource"
 5505version = "3.0.6"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5508dependencies = [
 5509 "cc",
 5510 "memchr",
 5511 "rustc_version",
 5512 "toml 0.9.8",
 5513 "vswhom",
 5514 "winreg 0.55.0",
 5515]
 5516
 5517[[package]]
 5518name = "embedded-io"
 5519version = "0.4.0"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5522
 5523[[package]]
 5524name = "embedded-io"
 5525version = "0.6.1"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5528
 5529[[package]]
 5530name = "emojis"
 5531version = "0.6.4"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5534dependencies = [
 5535 "phf 0.11.3",
 5536]
 5537
 5538[[package]]
 5539name = "encode_unicode"
 5540version = "1.0.0"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5543
 5544[[package]]
 5545name = "encoding_rs"
 5546version = "0.8.35"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5549dependencies = [
 5550 "cfg-if",
 5551]
 5552
 5553[[package]]
 5554name = "encoding_selector"
 5555version = "0.1.0"
 5556dependencies = [
 5557 "editor",
 5558 "encoding_rs",
 5559 "fuzzy",
 5560 "gpui",
 5561 "language",
 5562 "picker",
 5563 "project",
 5564 "ui",
 5565 "util",
 5566 "workspace",
 5567]
 5568
 5569[[package]]
 5570name = "endi"
 5571version = "1.1.0"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5574
 5575[[package]]
 5576name = "enum-as-inner"
 5577version = "0.6.1"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5580dependencies = [
 5581 "heck 0.5.0",
 5582 "proc-macro2",
 5583 "quote",
 5584 "syn 2.0.117",
 5585]
 5586
 5587[[package]]
 5588name = "enumflags2"
 5589version = "0.7.12"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5592dependencies = [
 5593 "enumflags2_derive",
 5594 "serde",
 5595]
 5596
 5597[[package]]
 5598name = "enumflags2_derive"
 5599version = "0.7.12"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5602dependencies = [
 5603 "proc-macro2",
 5604 "quote",
 5605 "syn 2.0.117",
 5606]
 5607
 5608[[package]]
 5609name = "env_filter"
 5610version = "0.1.4"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5613dependencies = [
 5614 "log",
 5615 "regex",
 5616]
 5617
 5618[[package]]
 5619name = "env_logger"
 5620version = "0.10.2"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5623dependencies = [
 5624 "humantime",
 5625 "is-terminal",
 5626 "log",
 5627 "regex",
 5628 "termcolor",
 5629]
 5630
 5631[[package]]
 5632name = "env_logger"
 5633version = "0.11.8"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5636dependencies = [
 5637 "anstream",
 5638 "anstyle",
 5639 "env_filter",
 5640 "jiff",
 5641 "log",
 5642]
 5643
 5644[[package]]
 5645name = "envy"
 5646version = "0.4.2"
 5647source = "registry+https://github.com/rust-lang/crates.io-index"
 5648checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5649dependencies = [
 5650 "serde",
 5651]
 5652
 5653[[package]]
 5654name = "equator"
 5655version = "0.4.2"
 5656source = "registry+https://github.com/rust-lang/crates.io-index"
 5657checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5658dependencies = [
 5659 "equator-macro",
 5660]
 5661
 5662[[package]]
 5663name = "equator-macro"
 5664version = "0.4.2"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5667dependencies = [
 5668 "proc-macro2",
 5669 "quote",
 5670 "syn 2.0.117",
 5671]
 5672
 5673[[package]]
 5674name = "equivalent"
 5675version = "1.0.2"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5678
 5679[[package]]
 5680name = "erased-serde"
 5681version = "0.4.9"
 5682source = "registry+https://github.com/rust-lang/crates.io-index"
 5683checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5684dependencies = [
 5685 "serde",
 5686 "serde_core",
 5687 "typeid",
 5688]
 5689
 5690[[package]]
 5691name = "errno"
 5692version = "0.2.8"
 5693source = "registry+https://github.com/rust-lang/crates.io-index"
 5694checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5695dependencies = [
 5696 "errno-dragonfly",
 5697 "libc",
 5698 "winapi",
 5699]
 5700
 5701[[package]]
 5702name = "errno"
 5703version = "0.3.14"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5706dependencies = [
 5707 "libc",
 5708 "windows-sys 0.61.2",
 5709]
 5710
 5711[[package]]
 5712name = "errno-dragonfly"
 5713version = "0.1.2"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5716dependencies = [
 5717 "cc",
 5718 "libc",
 5719]
 5720
 5721[[package]]
 5722name = "error-graph"
 5723version = "0.1.1"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5726dependencies = [
 5727 "serde",
 5728]
 5729
 5730[[package]]
 5731name = "etagere"
 5732version = "0.2.15"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5735dependencies = [
 5736 "euclid",
 5737 "svg_fmt",
 5738]
 5739
 5740[[package]]
 5741name = "etcetera"
 5742version = "0.8.0"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5745dependencies = [
 5746 "cfg-if",
 5747 "home",
 5748 "windows-sys 0.48.0",
 5749]
 5750
 5751[[package]]
 5752name = "etw_tracing"
 5753version = "0.1.0"
 5754dependencies = [
 5755 "anyhow",
 5756 "gpui",
 5757 "log",
 5758 "net",
 5759 "serde",
 5760 "serde_json",
 5761 "util",
 5762 "windows 0.61.3",
 5763 "windows-core 0.61.2",
 5764 "workspace",
 5765 "wprcontrol",
 5766]
 5767
 5768[[package]]
 5769name = "euclid"
 5770version = "0.22.11"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5773dependencies = [
 5774 "num-traits",
 5775]
 5776
 5777[[package]]
 5778name = "eval_cli"
 5779version = "0.1.0"
 5780dependencies = [
 5781 "acp_thread",
 5782 "agent",
 5783 "agent-client-protocol-core",
 5784 "agent_ui",
 5785 "anyhow",
 5786 "clap",
 5787 "client",
 5788 "ctrlc",
 5789 "db",
 5790 "debug_adapter_extension",
 5791 "env_logger 0.11.8",
 5792 "extension",
 5793 "feature_flags",
 5794 "fs",
 5795 "futures 0.3.32",
 5796 "gpui",
 5797 "gpui_platform",
 5798 "gpui_tokio",
 5799 "language",
 5800 "language_extension",
 5801 "language_model",
 5802 "language_models",
 5803 "languages",
 5804 "node_runtime",
 5805 "paths",
 5806 "project",
 5807 "prompt_store",
 5808 "release_channel",
 5809 "reqwest_client",
 5810 "serde",
 5811 "serde_json",
 5812 "settings",
 5813 "shellexpand 2.1.2",
 5814 "terminal_view",
 5815 "util",
 5816 "watch",
 5817]
 5818
 5819[[package]]
 5820name = "eval_utils"
 5821version = "0.1.0"
 5822dependencies = [
 5823 "gpui_platform",
 5824 "serde",
 5825 "smol",
 5826]
 5827
 5828[[package]]
 5829name = "event-listener"
 5830version = "2.5.3"
 5831source = "registry+https://github.com/rust-lang/crates.io-index"
 5832checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5833
 5834[[package]]
 5835name = "event-listener"
 5836version = "5.4.1"
 5837source = "registry+https://github.com/rust-lang/crates.io-index"
 5838checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5839dependencies = [
 5840 "concurrent-queue",
 5841 "parking",
 5842 "pin-project-lite",
 5843]
 5844
 5845[[package]]
 5846name = "event-listener-strategy"
 5847version = "0.5.4"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5850dependencies = [
 5851 "event-listener 5.4.1",
 5852 "pin-project-lite",
 5853]
 5854
 5855[[package]]
 5856name = "exec"
 5857version = "0.3.1"
 5858source = "registry+https://github.com/rust-lang/crates.io-index"
 5859checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5860dependencies = [
 5861 "errno 0.2.8",
 5862 "libc",
 5863]
 5864
 5865[[package]]
 5866name = "explorer_command_injector"
 5867version = "0.1.0"
 5868dependencies = [
 5869 "windows 0.61.3",
 5870 "windows-core 0.61.2",
 5871 "windows-registry 0.5.3",
 5872]
 5873
 5874[[package]]
 5875name = "exr"
 5876version = "1.73.0"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5879dependencies = [
 5880 "bit_field",
 5881 "half",
 5882 "lebe",
 5883 "miniz_oxide",
 5884 "rayon-core",
 5885 "smallvec",
 5886 "zune-inflate",
 5887]
 5888
 5889[[package]]
 5890name = "extended"
 5891version = "0.1.0"
 5892source = "registry+https://github.com/rust-lang/crates.io-index"
 5893checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5894
 5895[[package]]
 5896name = "extension"
 5897version = "0.1.0"
 5898dependencies = [
 5899 "anyhow",
 5900 "async-trait",
 5901 "cloud_api_types",
 5902 "collections",
 5903 "dap",
 5904 "fs",
 5905 "futures 0.3.32",
 5906 "gpui",
 5907 "heck 0.5.0",
 5908 "http_client",
 5909 "indoc",
 5910 "language",
 5911 "log",
 5912 "lsp",
 5913 "parking_lot",
 5914 "pretty_assertions",
 5915 "proto",
 5916 "semver",
 5917 "serde",
 5918 "serde_json",
 5919 "task",
 5920 "tempfile",
 5921 "toml 0.8.23",
 5922 "tracing",
 5923 "url",
 5924 "util",
 5925 "wasm-encoder 0.221.3",
 5926 "wasmparser 0.221.3",
 5927 "ztracing",
 5928]
 5929
 5930[[package]]
 5931name = "extension_cli"
 5932version = "0.1.0"
 5933dependencies = [
 5934 "anyhow",
 5935 "clap",
 5936 "cloud_api_types",
 5937 "env_logger 0.11.8",
 5938 "extension",
 5939 "fs",
 5940 "gpui_platform",
 5941 "language",
 5942 "log",
 5943 "reqwest_client",
 5944 "serde",
 5945 "serde_json",
 5946 "serde_json_lenient",
 5947 "settings_content",
 5948 "snippet_provider",
 5949 "task",
 5950 "theme_settings",
 5951 "tokio",
 5952 "toml 0.8.23",
 5953 "tree-sitter",
 5954 "wasmtime",
 5955]
 5956
 5957[[package]]
 5958name = "extension_host"
 5959version = "0.1.0"
 5960dependencies = [
 5961 "anyhow",
 5962 "async-compression",
 5963 "async-tar",
 5964 "async-trait",
 5965 "client",
 5966 "cloud_api_types",
 5967 "collections",
 5968 "criterion",
 5969 "ctor",
 5970 "dap",
 5971 "extension",
 5972 "fs",
 5973 "futures 0.3.32",
 5974 "gpui",
 5975 "gpui_tokio",
 5976 "http_client",
 5977 "language",
 5978 "language_extension",
 5979 "log",
 5980 "lsp",
 5981 "moka",
 5982 "node_runtime",
 5983 "parking_lot",
 5984 "paths",
 5985 "project",
 5986 "release_channel",
 5987 "remote",
 5988 "reqwest_client",
 5989 "semver",
 5990 "serde",
 5991 "serde_json",
 5992 "serde_json_lenient",
 5993 "settings",
 5994 "task",
 5995 "telemetry",
 5996 "tempfile",
 5997 "theme",
 5998 "theme_extension",
 5999 "theme_settings",
 6000 "toml 0.8.23",
 6001 "tracing",
 6002 "url",
 6003 "util",
 6004 "wasmparser 0.221.3",
 6005 "wasmtime",
 6006 "wasmtime-wasi",
 6007 "zlog",
 6008 "ztracing",
 6009]
 6010
 6011[[package]]
 6012name = "extensions_ui"
 6013version = "0.1.0"
 6014dependencies = [
 6015 "anyhow",
 6016 "client",
 6017 "cloud_api_types",
 6018 "collections",
 6019 "db",
 6020 "editor",
 6021 "extension",
 6022 "extension_host",
 6023 "fs",
 6024 "fuzzy",
 6025 "gpui",
 6026 "language",
 6027 "log",
 6028 "num-format",
 6029 "picker",
 6030 "project",
 6031 "release_channel",
 6032 "semver",
 6033 "serde",
 6034 "settings",
 6035 "smallvec",
 6036 "strum 0.27.2",
 6037 "telemetry",
 6038 "theme_settings",
 6039 "ui",
 6040 "util",
 6041 "vim_mode_setting",
 6042 "workspace",
 6043 "zed_actions",
 6044]
 6045
 6046[[package]]
 6047name = "failspot"
 6048version = "0.2.0"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6051
 6052[[package]]
 6053name = "fallible-iterator"
 6054version = "0.3.0"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6057
 6058[[package]]
 6059name = "fancy-regex"
 6060version = "0.16.2"
 6061source = "registry+https://github.com/rust-lang/crates.io-index"
 6062checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6063dependencies = [
 6064 "bit-set 0.8.0",
 6065 "regex-automata",
 6066 "regex-syntax",
 6067]
 6068
 6069[[package]]
 6070name = "fancy-regex"
 6071version = "0.17.0"
 6072source = "registry+https://github.com/rust-lang/crates.io-index"
 6073checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6074dependencies = [
 6075 "bit-set 0.8.0",
 6076 "regex-automata",
 6077 "regex-syntax",
 6078]
 6079
 6080[[package]]
 6081name = "fast-srgb8"
 6082version = "1.0.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6085
 6086[[package]]
 6087name = "fastrand"
 6088version = "1.9.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6091dependencies = [
 6092 "instant",
 6093]
 6094
 6095[[package]]
 6096name = "fastrand"
 6097version = "2.3.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6100
 6101[[package]]
 6102name = "fax"
 6103version = "0.2.6"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6106dependencies = [
 6107 "fax_derive",
 6108]
 6109
 6110[[package]]
 6111name = "fax_derive"
 6112version = "0.2.0"
 6113source = "registry+https://github.com/rust-lang/crates.io-index"
 6114checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6115dependencies = [
 6116 "proc-macro2",
 6117 "quote",
 6118 "syn 2.0.117",
 6119]
 6120
 6121[[package]]
 6122name = "fd-lock"
 6123version = "4.0.4"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6126dependencies = [
 6127 "cfg-if",
 6128 "rustix 1.1.2",
 6129 "windows-sys 0.59.0",
 6130]
 6131
 6132[[package]]
 6133name = "fdeflate"
 6134version = "0.3.7"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6137dependencies = [
 6138 "simd-adler32",
 6139]
 6140
 6141[[package]]
 6142name = "feature_flags"
 6143version = "0.1.0"
 6144dependencies = [
 6145 "gpui",
 6146]
 6147
 6148[[package]]
 6149name = "feedback"
 6150version = "0.1.0"
 6151dependencies = [
 6152 "gpui",
 6153 "system_specs",
 6154 "urlencoding",
 6155 "util",
 6156 "workspace",
 6157 "zed_actions",
 6158]
 6159
 6160[[package]]
 6161name = "ff"
 6162version = "0.12.1"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6165dependencies = [
 6166 "rand_core 0.6.4",
 6167 "subtle",
 6168]
 6169
 6170[[package]]
 6171name = "file_finder"
 6172version = "0.1.0"
 6173dependencies = [
 6174 "anyhow",
 6175 "channel",
 6176 "client",
 6177 "collections",
 6178 "ctor",
 6179 "editor",
 6180 "file_icons",
 6181 "futures 0.3.32",
 6182 "fuzzy",
 6183 "gpui",
 6184 "menu",
 6185 "open_path_prompt",
 6186 "picker",
 6187 "pretty_assertions",
 6188 "project",
 6189 "project_panel",
 6190 "remote_connection",
 6191 "serde",
 6192 "serde_json",
 6193 "settings",
 6194 "theme",
 6195 "theme_settings",
 6196 "ui",
 6197 "util",
 6198 "workspace",
 6199 "zed_actions",
 6200 "zlog",
 6201]
 6202
 6203[[package]]
 6204name = "file_icons"
 6205version = "0.1.0"
 6206dependencies = [
 6207 "gpui",
 6208 "serde",
 6209 "theme",
 6210 "util",
 6211]
 6212
 6213[[package]]
 6214name = "filedescriptor"
 6215version = "0.8.3"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6218dependencies = [
 6219 "libc",
 6220 "thiserror 1.0.69",
 6221 "winapi",
 6222]
 6223
 6224[[package]]
 6225name = "filetime"
 6226version = "0.2.26"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6229dependencies = [
 6230 "cfg-if",
 6231 "libc",
 6232 "libredox",
 6233 "windows-sys 0.60.2",
 6234]
 6235
 6236[[package]]
 6237name = "find-msvc-tools"
 6238version = "0.1.5"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6241
 6242[[package]]
 6243name = "fixedbitset"
 6244version = "0.4.2"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6247
 6248[[package]]
 6249name = "fixedbitset"
 6250version = "0.5.7"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6253
 6254[[package]]
 6255name = "flate2"
 6256version = "1.1.8"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6259dependencies = [
 6260 "crc32fast",
 6261 "miniz_oxide",
 6262]
 6263
 6264[[package]]
 6265name = "float-cmp"
 6266version = "0.9.0"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6269
 6270[[package]]
 6271name = "float-ord"
 6272version = "0.3.2"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6275
 6276[[package]]
 6277name = "float8"
 6278version = "0.4.2"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6281dependencies = [
 6282 "half",
 6283 "num-traits",
 6284 "rand 0.9.2",
 6285 "rand_distr",
 6286]
 6287
 6288[[package]]
 6289name = "float_next_after"
 6290version = "1.0.0"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6293
 6294[[package]]
 6295name = "fluent-uri"
 6296version = "0.4.1"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6299dependencies = [
 6300 "borrow-or-share",
 6301 "ref-cast",
 6302 "serde",
 6303]
 6304
 6305[[package]]
 6306name = "flume"
 6307version = "0.11.1"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6310dependencies = [
 6311 "futures-core",
 6312 "futures-sink",
 6313 "nanorand",
 6314 "spin 0.9.8",
 6315]
 6316
 6317[[package]]
 6318name = "fnv"
 6319version = "1.0.7"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6322
 6323[[package]]
 6324name = "foldhash"
 6325version = "0.1.5"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6328
 6329[[package]]
 6330name = "foldhash"
 6331version = "0.2.0"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6334
 6335[[package]]
 6336name = "font-types"
 6337version = "0.10.0"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6340dependencies = [
 6341 "bytemuck",
 6342]
 6343
 6344[[package]]
 6345name = "font-types"
 6346version = "0.11.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6349dependencies = [
 6350 "bytemuck",
 6351]
 6352
 6353[[package]]
 6354name = "fontconfig-parser"
 6355version = "0.5.8"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6358dependencies = [
 6359 "roxmltree",
 6360]
 6361
 6362[[package]]
 6363name = "fontdb"
 6364version = "0.16.2"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6367dependencies = [
 6368 "fontconfig-parser",
 6369 "log",
 6370 "memmap2",
 6371 "slotmap",
 6372 "tinyvec",
 6373 "ttf-parser 0.20.0",
 6374]
 6375
 6376[[package]]
 6377name = "fontdb"
 6378version = "0.23.0"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6381dependencies = [
 6382 "fontconfig-parser",
 6383 "log",
 6384 "memmap2",
 6385 "slotmap",
 6386 "tinyvec",
 6387 "ttf-parser 0.25.1",
 6388]
 6389
 6390[[package]]
 6391name = "foreign-types"
 6392version = "0.3.2"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6395dependencies = [
 6396 "foreign-types-shared 0.1.1",
 6397]
 6398
 6399[[package]]
 6400name = "foreign-types"
 6401version = "0.5.0"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6404dependencies = [
 6405 "foreign-types-macros",
 6406 "foreign-types-shared 0.3.1",
 6407]
 6408
 6409[[package]]
 6410name = "foreign-types-macros"
 6411version = "0.2.3"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6414dependencies = [
 6415 "proc-macro2",
 6416 "quote",
 6417 "syn 2.0.117",
 6418]
 6419
 6420[[package]]
 6421name = "foreign-types-shared"
 6422version = "0.1.1"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6425
 6426[[package]]
 6427name = "foreign-types-shared"
 6428version = "0.3.1"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6431
 6432[[package]]
 6433name = "fork"
 6434version = "0.4.0"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6437dependencies = [
 6438 "libc",
 6439]
 6440
 6441[[package]]
 6442name = "form_urlencoded"
 6443version = "1.2.2"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6446dependencies = [
 6447 "percent-encoding",
 6448]
 6449
 6450[[package]]
 6451name = "fraction"
 6452version = "0.15.3"
 6453source = "registry+https://github.com/rust-lang/crates.io-index"
 6454checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6455dependencies = [
 6456 "lazy_static",
 6457 "num",
 6458]
 6459
 6460[[package]]
 6461name = "freetype-sys"
 6462version = "0.20.1"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6465dependencies = [
 6466 "cc",
 6467 "libc",
 6468 "pkg-config",
 6469]
 6470
 6471[[package]]
 6472name = "fs"
 6473version = "0.1.0"
 6474dependencies = [
 6475 "anyhow",
 6476 "ashpd",
 6477 "async-tar",
 6478 "async-trait",
 6479 "cocoa 0.26.0",
 6480 "collections",
 6481 "dunce",
 6482 "fs",
 6483 "futures 0.3.32",
 6484 "git",
 6485 "gpui",
 6486 "ignore",
 6487 "is_executable",
 6488 "libc",
 6489 "log",
 6490 "notify 8.2.0",
 6491 "objc",
 6492 "parking_lot",
 6493 "paths",
 6494 "proto",
 6495 "rope",
 6496 "serde",
 6497 "serde_json",
 6498 "smol",
 6499 "tempfile",
 6500 "text",
 6501 "time",
 6502 "util",
 6503 "windows 0.61.3",
 6504]
 6505
 6506[[package]]
 6507name = "fs-set-times"
 6508version = "0.20.3"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6511dependencies = [
 6512 "io-lifetimes",
 6513 "rustix 1.1.2",
 6514 "windows-sys 0.59.0",
 6515]
 6516
 6517[[package]]
 6518name = "fs2"
 6519version = "0.4.3"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6522dependencies = [
 6523 "libc",
 6524 "winapi",
 6525]
 6526
 6527[[package]]
 6528name = "fs_benchmarks"
 6529version = "0.1.0"
 6530dependencies = [
 6531 "fs",
 6532 "gpui",
 6533 "gpui_platform",
 6534]
 6535
 6536[[package]]
 6537name = "fs_extra"
 6538version = "1.3.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6541
 6542[[package]]
 6543name = "fsevent-sys"
 6544version = "4.1.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6547dependencies = [
 6548 "libc",
 6549]
 6550
 6551[[package]]
 6552name = "fuchsia-cprng"
 6553version = "0.1.1"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6556
 6557[[package]]
 6558name = "funty"
 6559version = "2.0.0"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6562
 6563[[package]]
 6564name = "futf"
 6565version = "0.1.5"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6568dependencies = [
 6569 "mac",
 6570 "new_debug_unreachable",
 6571]
 6572
 6573[[package]]
 6574name = "futures"
 6575version = "0.1.31"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6578
 6579[[package]]
 6580name = "futures"
 6581version = "0.3.32"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6584dependencies = [
 6585 "futures-channel",
 6586 "futures-core",
 6587 "futures-executor",
 6588 "futures-io",
 6589 "futures-sink",
 6590 "futures-task",
 6591 "futures-util",
 6592]
 6593
 6594[[package]]
 6595name = "futures-channel"
 6596version = "0.3.32"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6599dependencies = [
 6600 "futures-core",
 6601 "futures-sink",
 6602]
 6603
 6604[[package]]
 6605name = "futures-concurrency"
 6606version = "7.7.1"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6609dependencies = [
 6610 "fixedbitset 0.5.7",
 6611 "futures-core",
 6612 "futures-lite 2.6.1",
 6613 "pin-project",
 6614 "smallvec",
 6615]
 6616
 6617[[package]]
 6618name = "futures-core"
 6619version = "0.3.32"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6622
 6623[[package]]
 6624name = "futures-executor"
 6625version = "0.3.32"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6628dependencies = [
 6629 "futures-core",
 6630 "futures-task",
 6631 "futures-util",
 6632]
 6633
 6634[[package]]
 6635name = "futures-intrusive"
 6636version = "0.5.0"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6639dependencies = [
 6640 "futures-core",
 6641 "lock_api",
 6642 "parking_lot",
 6643]
 6644
 6645[[package]]
 6646name = "futures-io"
 6647version = "0.3.32"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6650
 6651[[package]]
 6652name = "futures-lite"
 6653version = "1.13.0"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6656dependencies = [
 6657 "fastrand 1.9.0",
 6658 "futures-core",
 6659 "futures-io",
 6660 "memchr",
 6661 "parking",
 6662 "pin-project-lite",
 6663 "waker-fn",
 6664]
 6665
 6666[[package]]
 6667name = "futures-lite"
 6668version = "2.6.1"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6671dependencies = [
 6672 "fastrand 2.3.0",
 6673 "futures-core",
 6674 "futures-io",
 6675 "parking",
 6676 "pin-project-lite",
 6677]
 6678
 6679[[package]]
 6680name = "futures-macro"
 6681version = "0.3.32"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6684dependencies = [
 6685 "proc-macro2",
 6686 "quote",
 6687 "syn 2.0.117",
 6688]
 6689
 6690[[package]]
 6691name = "futures-sink"
 6692version = "0.3.32"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6695
 6696[[package]]
 6697name = "futures-task"
 6698version = "0.3.32"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6701
 6702[[package]]
 6703name = "futures-util"
 6704version = "0.3.32"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6707dependencies = [
 6708 "futures 0.1.31",
 6709 "futures-channel",
 6710 "futures-core",
 6711 "futures-io",
 6712 "futures-macro",
 6713 "futures-sink",
 6714 "futures-task",
 6715 "libc",
 6716 "memchr",
 6717 "pin-project-lite",
 6718 "slab",
 6719 "tokio-io",
 6720]
 6721
 6722[[package]]
 6723name = "fuzzy"
 6724version = "0.1.0"
 6725dependencies = [
 6726 "gpui",
 6727 "log",
 6728 "util",
 6729]
 6730
 6731[[package]]
 6732name = "fuzzy-matcher"
 6733version = "0.3.7"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6736dependencies = [
 6737 "thread_local",
 6738]
 6739
 6740[[package]]
 6741name = "gaoya"
 6742version = "0.2.0"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6745dependencies = [
 6746 "ahash 0.8.12",
 6747 "crossbeam-utils",
 6748 "fnv",
 6749 "itertools 0.10.5",
 6750 "num-traits",
 6751 "rand 0.8.5",
 6752 "rand_pcg",
 6753 "random_choice",
 6754 "rayon",
 6755 "seahash",
 6756 "sha-1",
 6757 "shingles",
 6758 "siphasher 0.3.11",
 6759 "smallvec",
 6760 "triomphe",
 6761]
 6762
 6763[[package]]
 6764name = "gemm"
 6765version = "0.17.1"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6768dependencies = [
 6769 "dyn-stack 0.10.0",
 6770 "gemm-c32 0.17.1",
 6771 "gemm-c64 0.17.1",
 6772 "gemm-common 0.17.1",
 6773 "gemm-f16 0.17.1",
 6774 "gemm-f32 0.17.1",
 6775 "gemm-f64 0.17.1",
 6776 "num-complex",
 6777 "num-traits",
 6778 "paste",
 6779 "raw-cpuid 10.7.0",
 6780 "seq-macro",
 6781]
 6782
 6783[[package]]
 6784name = "gemm"
 6785version = "0.18.2"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6788dependencies = [
 6789 "dyn-stack 0.13.2",
 6790 "gemm-c32 0.18.2",
 6791 "gemm-c64 0.18.2",
 6792 "gemm-common 0.18.2",
 6793 "gemm-f16 0.18.2",
 6794 "gemm-f32 0.18.2",
 6795 "gemm-f64 0.18.2",
 6796 "num-complex",
 6797 "num-traits",
 6798 "paste",
 6799 "raw-cpuid 11.6.0",
 6800 "seq-macro",
 6801]
 6802
 6803[[package]]
 6804name = "gemm-c32"
 6805version = "0.17.1"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6808dependencies = [
 6809 "dyn-stack 0.10.0",
 6810 "gemm-common 0.17.1",
 6811 "num-complex",
 6812 "num-traits",
 6813 "paste",
 6814 "raw-cpuid 10.7.0",
 6815 "seq-macro",
 6816]
 6817
 6818[[package]]
 6819name = "gemm-c32"
 6820version = "0.18.2"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6823dependencies = [
 6824 "dyn-stack 0.13.2",
 6825 "gemm-common 0.18.2",
 6826 "num-complex",
 6827 "num-traits",
 6828 "paste",
 6829 "raw-cpuid 11.6.0",
 6830 "seq-macro",
 6831]
 6832
 6833[[package]]
 6834name = "gemm-c64"
 6835version = "0.17.1"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6838dependencies = [
 6839 "dyn-stack 0.10.0",
 6840 "gemm-common 0.17.1",
 6841 "num-complex",
 6842 "num-traits",
 6843 "paste",
 6844 "raw-cpuid 10.7.0",
 6845 "seq-macro",
 6846]
 6847
 6848[[package]]
 6849name = "gemm-c64"
 6850version = "0.18.2"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6853dependencies = [
 6854 "dyn-stack 0.13.2",
 6855 "gemm-common 0.18.2",
 6856 "num-complex",
 6857 "num-traits",
 6858 "paste",
 6859 "raw-cpuid 11.6.0",
 6860 "seq-macro",
 6861]
 6862
 6863[[package]]
 6864name = "gemm-common"
 6865version = "0.17.1"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6868dependencies = [
 6869 "bytemuck",
 6870 "dyn-stack 0.10.0",
 6871 "half",
 6872 "num-complex",
 6873 "num-traits",
 6874 "once_cell",
 6875 "paste",
 6876 "pulp 0.18.22",
 6877 "raw-cpuid 10.7.0",
 6878 "rayon",
 6879 "seq-macro",
 6880 "sysctl 0.5.5",
 6881]
 6882
 6883[[package]]
 6884name = "gemm-common"
 6885version = "0.18.2"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6888dependencies = [
 6889 "bytemuck",
 6890 "dyn-stack 0.13.2",
 6891 "half",
 6892 "libm",
 6893 "num-complex",
 6894 "num-traits",
 6895 "once_cell",
 6896 "paste",
 6897 "pulp 0.21.5",
 6898 "raw-cpuid 11.6.0",
 6899 "rayon",
 6900 "seq-macro",
 6901 "sysctl 0.6.0",
 6902]
 6903
 6904[[package]]
 6905name = "gemm-f16"
 6906version = "0.17.1"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6909dependencies = [
 6910 "dyn-stack 0.10.0",
 6911 "gemm-common 0.17.1",
 6912 "gemm-f32 0.17.1",
 6913 "half",
 6914 "num-complex",
 6915 "num-traits",
 6916 "paste",
 6917 "raw-cpuid 10.7.0",
 6918 "rayon",
 6919 "seq-macro",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-f16"
 6924version = "0.18.2"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6927dependencies = [
 6928 "dyn-stack 0.13.2",
 6929 "gemm-common 0.18.2",
 6930 "gemm-f32 0.18.2",
 6931 "half",
 6932 "num-complex",
 6933 "num-traits",
 6934 "paste",
 6935 "raw-cpuid 11.6.0",
 6936 "rayon",
 6937 "seq-macro",
 6938]
 6939
 6940[[package]]
 6941name = "gemm-f32"
 6942version = "0.17.1"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6945dependencies = [
 6946 "dyn-stack 0.10.0",
 6947 "gemm-common 0.17.1",
 6948 "num-complex",
 6949 "num-traits",
 6950 "paste",
 6951 "raw-cpuid 10.7.0",
 6952 "seq-macro",
 6953]
 6954
 6955[[package]]
 6956name = "gemm-f32"
 6957version = "0.18.2"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6960dependencies = [
 6961 "dyn-stack 0.13.2",
 6962 "gemm-common 0.18.2",
 6963 "num-complex",
 6964 "num-traits",
 6965 "paste",
 6966 "raw-cpuid 11.6.0",
 6967 "seq-macro",
 6968]
 6969
 6970[[package]]
 6971name = "gemm-f64"
 6972version = "0.17.1"
 6973source = "registry+https://github.com/rust-lang/crates.io-index"
 6974checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6975dependencies = [
 6976 "dyn-stack 0.10.0",
 6977 "gemm-common 0.17.1",
 6978 "num-complex",
 6979 "num-traits",
 6980 "paste",
 6981 "raw-cpuid 10.7.0",
 6982 "seq-macro",
 6983]
 6984
 6985[[package]]
 6986name = "gemm-f64"
 6987version = "0.18.2"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6990dependencies = [
 6991 "dyn-stack 0.13.2",
 6992 "gemm-common 0.18.2",
 6993 "num-complex",
 6994 "num-traits",
 6995 "paste",
 6996 "raw-cpuid 11.6.0",
 6997 "seq-macro",
 6998]
 6999
 7000[[package]]
 7001name = "generator"
 7002version = "0.8.7"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7005dependencies = [
 7006 "cc",
 7007 "cfg-if",
 7008 "libc",
 7009 "log",
 7010 "rustversion",
 7011 "windows 0.61.3",
 7012]
 7013
 7014[[package]]
 7015name = "generic-array"
 7016version = "0.14.7"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7019dependencies = [
 7020 "typenum",
 7021 "version_check",
 7022]
 7023
 7024[[package]]
 7025name = "gethostname"
 7026version = "1.1.0"
 7027source = "registry+https://github.com/rust-lang/crates.io-index"
 7028checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7029dependencies = [
 7030 "rustix 1.1.2",
 7031 "windows-link 0.2.1",
 7032]
 7033
 7034[[package]]
 7035name = "getrandom"
 7036version = "0.2.16"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7039dependencies = [
 7040 "cfg-if",
 7041 "js-sys",
 7042 "libc",
 7043 "wasi",
 7044 "wasm-bindgen",
 7045]
 7046
 7047[[package]]
 7048name = "getrandom"
 7049version = "0.3.4"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7052dependencies = [
 7053 "cfg-if",
 7054 "js-sys",
 7055 "libc",
 7056 "r-efi",
 7057 "wasip2",
 7058 "wasm-bindgen",
 7059]
 7060
 7061[[package]]
 7062name = "getrandom"
 7063version = "0.4.1"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7066dependencies = [
 7067 "cfg-if",
 7068 "libc",
 7069 "r-efi",
 7070 "wasip2",
 7071 "wasip3",
 7072]
 7073
 7074[[package]]
 7075name = "gh-workflow"
 7076version = "0.8.0"
 7077source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7078dependencies = [
 7079 "async-trait",
 7080 "derive_more",
 7081 "derive_setters",
 7082 "gh-workflow-macros",
 7083 "indexmap",
 7084 "merge",
 7085 "serde",
 7086 "serde_json",
 7087 "serde_yaml",
 7088 "strum_macros 0.27.2",
 7089]
 7090
 7091[[package]]
 7092name = "gh-workflow-macros"
 7093version = "0.8.0"
 7094source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7095dependencies = [
 7096 "heck 0.5.0",
 7097 "quote",
 7098 "syn 2.0.117",
 7099]
 7100
 7101[[package]]
 7102name = "gif"
 7103version = "0.13.3"
 7104source = "registry+https://github.com/rust-lang/crates.io-index"
 7105checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7106dependencies = [
 7107 "color_quant",
 7108 "weezl",
 7109]
 7110
 7111[[package]]
 7112name = "gimli"
 7113version = "0.32.3"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7116dependencies = [
 7117 "fallible-iterator",
 7118 "indexmap",
 7119 "stable_deref_trait",
 7120]
 7121
 7122[[package]]
 7123name = "gio-sys"
 7124version = "0.21.5"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7127dependencies = [
 7128 "glib-sys",
 7129 "gobject-sys",
 7130 "libc",
 7131 "system-deps 7.0.7",
 7132 "windows-sys 0.61.2",
 7133]
 7134
 7135[[package]]
 7136name = "git"
 7137version = "0.1.0"
 7138dependencies = [
 7139 "anyhow",
 7140 "askpass",
 7141 "async-trait",
 7142 "collections",
 7143 "derive_more",
 7144 "futures 0.3.32",
 7145 "git2",
 7146 "gpui",
 7147 "http_client",
 7148 "itertools 0.14.0",
 7149 "log",
 7150 "parking_lot",
 7151 "pretty_assertions",
 7152 "rand 0.9.2",
 7153 "regex",
 7154 "rope",
 7155 "schemars",
 7156 "serde",
 7157 "serde_json",
 7158 "smallvec",
 7159 "smol",
 7160 "sum_tree",
 7161 "tempfile",
 7162 "text",
 7163 "thiserror 2.0.17",
 7164 "time",
 7165 "url",
 7166 "urlencoding",
 7167 "util",
 7168 "uuid",
 7169 "ztracing",
 7170]
 7171
 7172[[package]]
 7173name = "git2"
 7174version = "0.20.4"
 7175source = "registry+https://github.com/rust-lang/crates.io-index"
 7176checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7177dependencies = [
 7178 "bitflags 2.10.0",
 7179 "libc",
 7180 "libgit2-sys",
 7181 "log",
 7182 "url",
 7183]
 7184
 7185[[package]]
 7186name = "git_graph"
 7187version = "0.1.0"
 7188dependencies = [
 7189 "anyhow",
 7190 "collections",
 7191 "db",
 7192 "editor",
 7193 "feature_flags",
 7194 "fs",
 7195 "git",
 7196 "git_ui",
 7197 "gpui",
 7198 "language",
 7199 "menu",
 7200 "project",
 7201 "rand 0.9.2",
 7202 "remote_connection",
 7203 "search",
 7204 "serde_json",
 7205 "settings",
 7206 "smallvec",
 7207 "smol",
 7208 "theme",
 7209 "theme_settings",
 7210 "time",
 7211 "ui",
 7212 "workspace",
 7213]
 7214
 7215[[package]]
 7216name = "git_hosting_providers"
 7217version = "0.1.0"
 7218dependencies = [
 7219 "anyhow",
 7220 "async-trait",
 7221 "futures 0.3.32",
 7222 "git",
 7223 "gpui",
 7224 "http_client",
 7225 "indoc",
 7226 "itertools 0.14.0",
 7227 "pretty_assertions",
 7228 "regex",
 7229 "serde",
 7230 "serde_json",
 7231 "settings",
 7232 "url",
 7233 "urlencoding",
 7234 "util",
 7235]
 7236
 7237[[package]]
 7238name = "git_ui"
 7239version = "0.1.0"
 7240dependencies = [
 7241 "agent_settings",
 7242 "anyhow",
 7243 "askpass",
 7244 "buffer_diff",
 7245 "call",
 7246 "collections",
 7247 "component",
 7248 "ctor",
 7249 "db",
 7250 "editor",
 7251 "feature_flags",
 7252 "file_icons",
 7253 "futures 0.3.32",
 7254 "fuzzy",
 7255 "git",
 7256 "gpui",
 7257 "indoc",
 7258 "itertools 0.14.0",
 7259 "language",
 7260 "language_model",
 7261 "linkify",
 7262 "log",
 7263 "markdown",
 7264 "menu",
 7265 "multi_buffer",
 7266 "notifications",
 7267 "panel",
 7268 "picker",
 7269 "pretty_assertions",
 7270 "project",
 7271 "prompt_store",
 7272 "proto",
 7273 "rand 0.9.2",
 7274 "remote",
 7275 "remote_connection",
 7276 "schemars",
 7277 "serde",
 7278 "serde_json",
 7279 "settings",
 7280 "smallvec",
 7281 "smol",
 7282 "strum 0.27.2",
 7283 "telemetry",
 7284 "theme",
 7285 "theme_settings",
 7286 "time",
 7287 "time_format",
 7288 "tracing",
 7289 "ui",
 7290 "ui_input",
 7291 "unindent",
 7292 "util",
 7293 "watch",
 7294 "windows 0.61.3",
 7295 "workspace",
 7296 "zed_actions",
 7297 "zeroize",
 7298 "zlog",
 7299 "ztracing",
 7300]
 7301
 7302[[package]]
 7303name = "gl_generator"
 7304version = "0.14.0"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7307dependencies = [
 7308 "khronos_api",
 7309 "log",
 7310 "xml-rs",
 7311]
 7312
 7313[[package]]
 7314name = "glib"
 7315version = "0.21.5"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7318dependencies = [
 7319 "bitflags 2.10.0",
 7320 "futures-channel",
 7321 "futures-core",
 7322 "futures-executor",
 7323 "futures-task",
 7324 "futures-util",
 7325 "gio-sys",
 7326 "glib-macros",
 7327 "glib-sys",
 7328 "gobject-sys",
 7329 "libc",
 7330 "memchr",
 7331 "smallvec",
 7332]
 7333
 7334[[package]]
 7335name = "glib-macros"
 7336version = "0.21.5"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7339dependencies = [
 7340 "heck 0.5.0",
 7341 "proc-macro-crate",
 7342 "proc-macro2",
 7343 "quote",
 7344 "syn 2.0.117",
 7345]
 7346
 7347[[package]]
 7348name = "glib-sys"
 7349version = "0.21.5"
 7350source = "registry+https://github.com/rust-lang/crates.io-index"
 7351checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7352dependencies = [
 7353 "libc",
 7354 "system-deps 7.0.7",
 7355]
 7356
 7357[[package]]
 7358name = "glob"
 7359version = "0.3.3"
 7360source = "registry+https://github.com/rust-lang/crates.io-index"
 7361checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7362
 7363[[package]]
 7364name = "globset"
 7365version = "0.4.17"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7368dependencies = [
 7369 "aho-corasick",
 7370 "bstr",
 7371 "log",
 7372 "regex-automata",
 7373 "regex-syntax",
 7374]
 7375
 7376[[package]]
 7377name = "gloo-timers"
 7378version = "0.3.0"
 7379source = "registry+https://github.com/rust-lang/crates.io-index"
 7380checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7381dependencies = [
 7382 "futures-channel",
 7383 "futures-core",
 7384 "js-sys",
 7385 "wasm-bindgen",
 7386]
 7387
 7388[[package]]
 7389name = "glow"
 7390version = "0.17.0"
 7391source = "registry+https://github.com/rust-lang/crates.io-index"
 7392checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7393dependencies = [
 7394 "js-sys",
 7395 "slotmap",
 7396 "wasm-bindgen",
 7397 "web-sys",
 7398]
 7399
 7400[[package]]
 7401name = "glutin_wgl_sys"
 7402version = "0.6.1"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7405dependencies = [
 7406 "gl_generator",
 7407]
 7408
 7409[[package]]
 7410name = "go_to_line"
 7411version = "0.1.0"
 7412dependencies = [
 7413 "editor",
 7414 "gpui",
 7415 "indoc",
 7416 "language",
 7417 "menu",
 7418 "multi_buffer",
 7419 "project",
 7420 "rope",
 7421 "serde",
 7422 "serde_json",
 7423 "settings",
 7424 "text",
 7425 "theme",
 7426 "ui",
 7427 "util",
 7428 "workspace",
 7429]
 7430
 7431[[package]]
 7432name = "gobject-sys"
 7433version = "0.21.5"
 7434source = "registry+https://github.com/rust-lang/crates.io-index"
 7435checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7436dependencies = [
 7437 "glib-sys",
 7438 "libc",
 7439 "system-deps 7.0.7",
 7440]
 7441
 7442[[package]]
 7443name = "goblin"
 7444version = "0.9.3"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7447dependencies = [
 7448 "log",
 7449 "plain",
 7450 "scroll",
 7451]
 7452
 7453[[package]]
 7454name = "google_ai"
 7455version = "0.1.0"
 7456dependencies = [
 7457 "anyhow",
 7458 "futures 0.3.32",
 7459 "http_client",
 7460 "schemars",
 7461 "serde",
 7462 "serde_json",
 7463 "settings",
 7464 "strum 0.27.2",
 7465]
 7466
 7467[[package]]
 7468name = "gpu-allocator"
 7469version = "0.28.0"
 7470source = "registry+https://github.com/rust-lang/crates.io-index"
 7471checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7472dependencies = [
 7473 "ash",
 7474 "hashbrown 0.16.1",
 7475 "log",
 7476 "presser",
 7477 "thiserror 2.0.17",
 7478 "windows 0.62.2",
 7479]
 7480
 7481[[package]]
 7482name = "gpu-descriptor"
 7483version = "0.3.2"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7486dependencies = [
 7487 "bitflags 2.10.0",
 7488 "gpu-descriptor-types",
 7489 "hashbrown 0.15.5",
 7490]
 7491
 7492[[package]]
 7493name = "gpu-descriptor-types"
 7494version = "0.2.0"
 7495source = "registry+https://github.com/rust-lang/crates.io-index"
 7496checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7497dependencies = [
 7498 "bitflags 2.10.0",
 7499]
 7500
 7501[[package]]
 7502name = "gpui"
 7503version = "0.2.2"
 7504dependencies = [
 7505 "anyhow",
 7506 "async-channel 2.5.0",
 7507 "async-task",
 7508 "backtrace",
 7509 "bindgen 0.71.1",
 7510 "bitflags 2.10.0",
 7511 "block",
 7512 "cbindgen",
 7513 "chrono",
 7514 "cocoa 0.26.0",
 7515 "cocoa-foundation 0.2.0",
 7516 "collections",
 7517 "core-foundation 0.10.0",
 7518 "core-foundation-sys",
 7519 "core-graphics 0.24.0",
 7520 "core-text",
 7521 "core-video",
 7522 "ctor",
 7523 "derive_more",
 7524 "embed-resource",
 7525 "env_logger 0.11.8",
 7526 "etagere",
 7527 "foreign-types 0.5.0",
 7528 "futures 0.3.32",
 7529 "futures-concurrency",
 7530 "getrandom 0.3.4",
 7531 "gpui_macros",
 7532 "gpui_platform",
 7533 "gpui_util",
 7534 "gpui_web",
 7535 "http_client",
 7536 "image",
 7537 "inventory",
 7538 "itertools 0.14.0",
 7539 "log",
 7540 "lyon",
 7541 "mach2 0.5.0",
 7542 "media",
 7543 "metal",
 7544 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7545 "num_cpus",
 7546 "objc",
 7547 "objc2",
 7548 "objc2-metal",
 7549 "parking",
 7550 "parking_lot",
 7551 "pathfinder_geometry",
 7552 "pin-project",
 7553 "pollster 0.4.0",
 7554 "postage",
 7555 "profiling",
 7556 "proptest",
 7557 "rand 0.9.2",
 7558 "raw-window-handle",
 7559 "refineable",
 7560 "regex",
 7561 "reqwest_client",
 7562 "resvg",
 7563 "scheduler",
 7564 "schemars",
 7565 "seahash",
 7566 "serde",
 7567 "serde_json",
 7568 "slotmap",
 7569 "smallvec",
 7570 "spin 0.10.0",
 7571 "stacksafe",
 7572 "strum 0.27.2",
 7573 "sum_tree",
 7574 "taffy",
 7575 "thiserror 2.0.17",
 7576 "ttf-parser 0.25.1",
 7577 "unicode-segmentation",
 7578 "url",
 7579 "usvg",
 7580 "util_macros",
 7581 "uuid",
 7582 "waker-fn",
 7583 "wasm-bindgen",
 7584 "web-time",
 7585 "windows 0.61.3",
 7586 "zed-font-kit",
 7587 "zed-scap",
 7588]
 7589
 7590[[package]]
 7591name = "gpui_linux"
 7592version = "0.1.0"
 7593dependencies = [
 7594 "anyhow",
 7595 "as-raw-xcb-connection",
 7596 "ashpd",
 7597 "bitflags 2.10.0",
 7598 "bytemuck",
 7599 "calloop",
 7600 "calloop-wayland-source",
 7601 "collections",
 7602 "filedescriptor",
 7603 "futures 0.3.32",
 7604 "gpui",
 7605 "gpui_wgpu",
 7606 "http_client",
 7607 "itertools 0.14.0",
 7608 "libc",
 7609 "log",
 7610 "oo7",
 7611 "open",
 7612 "parking_lot",
 7613 "pathfinder_geometry",
 7614 "pollster 0.4.0",
 7615 "profiling",
 7616 "raw-window-handle",
 7617 "smallvec",
 7618 "smol",
 7619 "strum 0.27.2",
 7620 "swash",
 7621 "url",
 7622 "util",
 7623 "uuid",
 7624 "wayland-backend",
 7625 "wayland-client",
 7626 "wayland-cursor",
 7627 "wayland-protocols",
 7628 "wayland-protocols-plasma",
 7629 "wayland-protocols-wlr",
 7630 "x11-clipboard",
 7631 "x11rb",
 7632 "xkbcommon",
 7633 "zed-scap",
 7634 "zed-xim",
 7635]
 7636
 7637[[package]]
 7638name = "gpui_macos"
 7639version = "0.1.0"
 7640dependencies = [
 7641 "anyhow",
 7642 "async-task",
 7643 "block",
 7644 "cbindgen",
 7645 "cocoa 0.26.0",
 7646 "collections",
 7647 "core-foundation 0.10.0",
 7648 "core-foundation-sys",
 7649 "core-graphics 0.24.0",
 7650 "core-text",
 7651 "core-video",
 7652 "ctor",
 7653 "derive_more",
 7654 "dispatch2",
 7655 "etagere",
 7656 "foreign-types 0.5.0",
 7657 "futures 0.3.32",
 7658 "gpui",
 7659 "image",
 7660 "itertools 0.14.0",
 7661 "libc",
 7662 "log",
 7663 "mach2 0.5.0",
 7664 "media",
 7665 "metal",
 7666 "objc",
 7667 "objc2-app-kit",
 7668 "parking_lot",
 7669 "pathfinder_geometry",
 7670 "raw-window-handle",
 7671 "semver",
 7672 "smallvec",
 7673 "strum 0.27.2",
 7674 "util",
 7675 "uuid",
 7676 "zed-font-kit",
 7677]
 7678
 7679[[package]]
 7680name = "gpui_macros"
 7681version = "0.1.0"
 7682dependencies = [
 7683 "gpui",
 7684 "heck 0.5.0",
 7685 "proc-macro2",
 7686 "quote",
 7687 "syn 2.0.117",
 7688]
 7689
 7690[[package]]
 7691name = "gpui_platform"
 7692version = "0.1.0"
 7693dependencies = [
 7694 "console_error_panic_hook",
 7695 "gpui",
 7696 "gpui_linux",
 7697 "gpui_macos",
 7698 "gpui_web",
 7699 "gpui_windows",
 7700]
 7701
 7702[[package]]
 7703name = "gpui_tokio"
 7704version = "0.1.0"
 7705dependencies = [
 7706 "anyhow",
 7707 "gpui",
 7708 "tokio",
 7709 "util",
 7710]
 7711
 7712[[package]]
 7713name = "gpui_util"
 7714version = "0.1.0"
 7715dependencies = [
 7716 "anyhow",
 7717 "log",
 7718]
 7719
 7720[[package]]
 7721name = "gpui_web"
 7722version = "0.1.0"
 7723dependencies = [
 7724 "anyhow",
 7725 "console_error_panic_hook",
 7726 "futures 0.3.32",
 7727 "gpui",
 7728 "gpui_wgpu",
 7729 "http_client",
 7730 "js-sys",
 7731 "log",
 7732 "parking_lot",
 7733 "raw-window-handle",
 7734 "smallvec",
 7735 "uuid",
 7736 "wasm-bindgen",
 7737 "wasm-bindgen-futures",
 7738 "wasm_thread",
 7739 "web-sys",
 7740 "web-time",
 7741]
 7742
 7743[[package]]
 7744name = "gpui_wgpu"
 7745version = "0.1.0"
 7746dependencies = [
 7747 "anyhow",
 7748 "bytemuck",
 7749 "collections",
 7750 "cosmic-text",
 7751 "etagere",
 7752 "gpui",
 7753 "gpui_util",
 7754 "itertools 0.14.0",
 7755 "js-sys",
 7756 "log",
 7757 "parking_lot",
 7758 "pollster 0.4.0",
 7759 "profiling",
 7760 "raw-window-handle",
 7761 "smallvec",
 7762 "swash",
 7763 "wasm-bindgen",
 7764 "wasm-bindgen-futures",
 7765 "web-sys",
 7766 "wgpu",
 7767 "zed-font-kit",
 7768]
 7769
 7770[[package]]
 7771name = "gpui_windows"
 7772version = "0.1.0"
 7773dependencies = [
 7774 "anyhow",
 7775 "collections",
 7776 "etagere",
 7777 "futures 0.3.32",
 7778 "gpui",
 7779 "image",
 7780 "itertools 0.14.0",
 7781 "log",
 7782 "parking_lot",
 7783 "rand 0.9.2",
 7784 "raw-window-handle",
 7785 "smallvec",
 7786 "util",
 7787 "uuid",
 7788 "windows 0.61.3",
 7789 "windows-core 0.61.2",
 7790 "windows-numerics 0.2.0",
 7791 "windows-registry 0.5.3",
 7792 "zed-scap",
 7793]
 7794
 7795[[package]]
 7796name = "grammars"
 7797version = "0.1.0"
 7798dependencies = [
 7799 "anyhow",
 7800 "language_core",
 7801 "rust-embed",
 7802 "toml 0.8.23",
 7803 "tree-sitter",
 7804 "tree-sitter-bash",
 7805 "tree-sitter-c",
 7806 "tree-sitter-cpp",
 7807 "tree-sitter-css",
 7808 "tree-sitter-diff",
 7809 "tree-sitter-gitcommit",
 7810 "tree-sitter-go",
 7811 "tree-sitter-gomod",
 7812 "tree-sitter-gowork",
 7813 "tree-sitter-jsdoc",
 7814 "tree-sitter-json",
 7815 "tree-sitter-md",
 7816 "tree-sitter-python",
 7817 "tree-sitter-regex",
 7818 "tree-sitter-rust",
 7819 "tree-sitter-typescript",
 7820 "tree-sitter-yaml",
 7821 "util",
 7822]
 7823
 7824[[package]]
 7825name = "grid"
 7826version = "0.18.0"
 7827source = "registry+https://github.com/rust-lang/crates.io-index"
 7828checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7829
 7830[[package]]
 7831name = "group"
 7832version = "0.12.1"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7835dependencies = [
 7836 "ff",
 7837 "rand_core 0.6.4",
 7838 "subtle",
 7839]
 7840
 7841[[package]]
 7842name = "h2"
 7843version = "0.3.27"
 7844source = "registry+https://github.com/rust-lang/crates.io-index"
 7845checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7846dependencies = [
 7847 "bytes 1.11.1",
 7848 "fnv",
 7849 "futures-core",
 7850 "futures-sink",
 7851 "futures-util",
 7852 "http 0.2.12",
 7853 "indexmap",
 7854 "slab",
 7855 "tokio",
 7856 "tokio-util",
 7857 "tracing",
 7858]
 7859
 7860[[package]]
 7861name = "h2"
 7862version = "0.4.12"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7865dependencies = [
 7866 "atomic-waker",
 7867 "bytes 1.11.1",
 7868 "fnv",
 7869 "futures-core",
 7870 "futures-sink",
 7871 "http 1.3.1",
 7872 "indexmap",
 7873 "slab",
 7874 "tokio",
 7875 "tokio-util",
 7876 "tracing",
 7877]
 7878
 7879[[package]]
 7880name = "half"
 7881version = "2.7.1"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7884dependencies = [
 7885 "bytemuck",
 7886 "cfg-if",
 7887 "crunchy",
 7888 "num-traits",
 7889 "rand 0.9.2",
 7890 "rand_distr",
 7891 "zerocopy",
 7892]
 7893
 7894[[package]]
 7895name = "handlebars"
 7896version = "4.5.0"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7899dependencies = [
 7900 "log",
 7901 "pest",
 7902 "pest_derive",
 7903 "rust-embed",
 7904 "serde",
 7905 "serde_json",
 7906 "thiserror 1.0.69",
 7907]
 7908
 7909[[package]]
 7910name = "handlebars"
 7911version = "5.1.2"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7914dependencies = [
 7915 "log",
 7916 "pest",
 7917 "pest_derive",
 7918 "serde",
 7919 "serde_json",
 7920 "thiserror 1.0.69",
 7921]
 7922
 7923[[package]]
 7924name = "harfrust"
 7925version = "0.5.0"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7928dependencies = [
 7929 "bitflags 2.10.0",
 7930 "bytemuck",
 7931 "core_maths",
 7932 "read-fonts 0.37.0",
 7933 "smallvec",
 7934]
 7935
 7936[[package]]
 7937name = "hash32"
 7938version = "0.3.1"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7941dependencies = [
 7942 "byteorder",
 7943]
 7944
 7945[[package]]
 7946name = "hashbrown"
 7947version = "0.12.3"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7950dependencies = [
 7951 "ahash 0.7.8",
 7952]
 7953
 7954[[package]]
 7955name = "hashbrown"
 7956version = "0.14.5"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7959dependencies = [
 7960 "ahash 0.8.12",
 7961 "allocator-api2",
 7962]
 7963
 7964[[package]]
 7965name = "hashbrown"
 7966version = "0.15.5"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7969dependencies = [
 7970 "allocator-api2",
 7971 "equivalent",
 7972 "foldhash 0.1.5",
 7973 "serde",
 7974]
 7975
 7976[[package]]
 7977name = "hashbrown"
 7978version = "0.16.1"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7981dependencies = [
 7982 "allocator-api2",
 7983 "equivalent",
 7984 "foldhash 0.2.0",
 7985]
 7986
 7987[[package]]
 7988name = "hashlink"
 7989version = "0.8.4"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7992dependencies = [
 7993 "hashbrown 0.14.5",
 7994]
 7995
 7996[[package]]
 7997name = "hashlink"
 7998version = "0.10.0"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8001dependencies = [
 8002 "hashbrown 0.15.5",
 8003]
 8004
 8005[[package]]
 8006name = "headers"
 8007version = "0.3.9"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8010dependencies = [
 8011 "base64 0.21.7",
 8012 "bytes 1.11.1",
 8013 "headers-core",
 8014 "http 0.2.12",
 8015 "httpdate",
 8016 "mime",
 8017 "sha1",
 8018]
 8019
 8020[[package]]
 8021name = "headers-core"
 8022version = "0.2.0"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8025dependencies = [
 8026 "http 0.2.12",
 8027]
 8028
 8029[[package]]
 8030name = "heapless"
 8031version = "0.9.2"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8034dependencies = [
 8035 "hash32",
 8036 "stable_deref_trait",
 8037]
 8038
 8039[[package]]
 8040name = "heck"
 8041version = "0.3.3"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8044dependencies = [
 8045 "unicode-segmentation",
 8046]
 8047
 8048[[package]]
 8049name = "heck"
 8050version = "0.4.1"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8053dependencies = [
 8054 "unicode-segmentation",
 8055]
 8056
 8057[[package]]
 8058name = "heck"
 8059version = "0.5.0"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8062
 8063[[package]]
 8064name = "heed"
 8065version = "0.21.0"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8068dependencies = [
 8069 "bitflags 2.10.0",
 8070 "byteorder",
 8071 "heed-traits",
 8072 "heed-types",
 8073 "libc",
 8074 "lmdb-master-sys",
 8075 "once_cell",
 8076 "page_size",
 8077 "serde",
 8078 "synchronoise",
 8079 "url",
 8080]
 8081
 8082[[package]]
 8083name = "heed-traits"
 8084version = "0.20.0"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8087
 8088[[package]]
 8089name = "heed-types"
 8090version = "0.21.0"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8093dependencies = [
 8094 "bincode",
 8095 "byteorder",
 8096 "heed-traits",
 8097 "serde",
 8098 "serde_json",
 8099]
 8100
 8101[[package]]
 8102name = "hermit-abi"
 8103version = "0.5.2"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8106
 8107[[package]]
 8108name = "hex"
 8109version = "0.4.3"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8112
 8113[[package]]
 8114name = "hexf-parse"
 8115version = "0.2.1"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8118
 8119[[package]]
 8120name = "hkdf"
 8121version = "0.12.4"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8124dependencies = [
 8125 "hmac",
 8126]
 8127
 8128[[package]]
 8129name = "hmac"
 8130version = "0.12.1"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8133dependencies = [
 8134 "digest",
 8135]
 8136
 8137[[package]]
 8138name = "home"
 8139version = "0.5.11"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8142dependencies = [
 8143 "windows-sys 0.59.0",
 8144]
 8145
 8146[[package]]
 8147name = "hound"
 8148version = "3.5.1"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8151
 8152[[package]]
 8153name = "html5ever"
 8154version = "0.27.0"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8157dependencies = [
 8158 "log",
 8159 "mac",
 8160 "markup5ever 0.12.1",
 8161 "proc-macro2",
 8162 "quote",
 8163 "syn 2.0.117",
 8164]
 8165
 8166[[package]]
 8167name = "html5ever"
 8168version = "0.35.0"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8171dependencies = [
 8172 "log",
 8173 "markup5ever 0.35.0",
 8174 "match_token",
 8175]
 8176
 8177[[package]]
 8178name = "html_to_markdown"
 8179version = "0.1.0"
 8180dependencies = [
 8181 "anyhow",
 8182 "html5ever 0.27.0",
 8183 "indoc",
 8184 "markup5ever_rcdom",
 8185 "pretty_assertions",
 8186 "regex",
 8187]
 8188
 8189[[package]]
 8190name = "http"
 8191version = "0.2.12"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8194dependencies = [
 8195 "bytes 1.11.1",
 8196 "fnv",
 8197 "itoa",
 8198]
 8199
 8200[[package]]
 8201name = "http"
 8202version = "1.3.1"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8205dependencies = [
 8206 "bytes 1.11.1",
 8207 "fnv",
 8208 "itoa",
 8209]
 8210
 8211[[package]]
 8212name = "http-body"
 8213version = "0.4.6"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8216dependencies = [
 8217 "bytes 1.11.1",
 8218 "http 0.2.12",
 8219 "pin-project-lite",
 8220]
 8221
 8222[[package]]
 8223name = "http-body"
 8224version = "1.0.1"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8227dependencies = [
 8228 "bytes 1.11.1",
 8229 "http 1.3.1",
 8230]
 8231
 8232[[package]]
 8233name = "http-body-util"
 8234version = "0.1.3"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8237dependencies = [
 8238 "bytes 1.11.1",
 8239 "futures-core",
 8240 "http 1.3.1",
 8241 "http-body 1.0.1",
 8242 "pin-project-lite",
 8243]
 8244
 8245[[package]]
 8246name = "http-range-header"
 8247version = "0.3.1"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8250
 8251[[package]]
 8252name = "http_client"
 8253version = "0.1.0"
 8254dependencies = [
 8255 "anyhow",
 8256 "async-compression",
 8257 "async-fs",
 8258 "async-tar",
 8259 "bytes 1.11.1",
 8260 "derive_more",
 8261 "futures 0.3.32",
 8262 "http 1.3.1",
 8263 "http-body 1.0.1",
 8264 "log",
 8265 "parking_lot",
 8266 "serde",
 8267 "serde_json",
 8268 "serde_urlencoded",
 8269 "sha2",
 8270 "tempfile",
 8271 "url",
 8272 "util",
 8273]
 8274
 8275[[package]]
 8276name = "http_client_tls"
 8277version = "0.1.0"
 8278dependencies = [
 8279 "rustls 0.23.33",
 8280 "rustls-platform-verifier",
 8281]
 8282
 8283[[package]]
 8284name = "httparse"
 8285version = "1.10.1"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8288
 8289[[package]]
 8290name = "httpdate"
 8291version = "1.0.3"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8294
 8295[[package]]
 8296name = "human_bytes"
 8297version = "0.4.3"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8300
 8301[[package]]
 8302name = "humantime"
 8303version = "2.3.0"
 8304source = "registry+https://github.com/rust-lang/crates.io-index"
 8305checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8306
 8307[[package]]
 8308name = "hyper"
 8309version = "0.14.32"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8312dependencies = [
 8313 "bytes 1.11.1",
 8314 "futures-channel",
 8315 "futures-core",
 8316 "futures-util",
 8317 "h2 0.3.27",
 8318 "http 0.2.12",
 8319 "http-body 0.4.6",
 8320 "httparse",
 8321 "httpdate",
 8322 "itoa",
 8323 "pin-project-lite",
 8324 "socket2 0.5.10",
 8325 "tokio",
 8326 "tower-service",
 8327 "tracing",
 8328 "want",
 8329]
 8330
 8331[[package]]
 8332name = "hyper"
 8333version = "1.7.0"
 8334source = "registry+https://github.com/rust-lang/crates.io-index"
 8335checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8336dependencies = [
 8337 "atomic-waker",
 8338 "bytes 1.11.1",
 8339 "futures-channel",
 8340 "futures-core",
 8341 "h2 0.4.12",
 8342 "http 1.3.1",
 8343 "http-body 1.0.1",
 8344 "httparse",
 8345 "itoa",
 8346 "pin-project-lite",
 8347 "pin-utils",
 8348 "smallvec",
 8349 "tokio",
 8350 "want",
 8351]
 8352
 8353[[package]]
 8354name = "hyper-rustls"
 8355version = "0.24.2"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8358dependencies = [
 8359 "futures-util",
 8360 "http 0.2.12",
 8361 "hyper 0.14.32",
 8362 "log",
 8363 "rustls 0.21.12",
 8364 "rustls-native-certs 0.6.3",
 8365 "tokio",
 8366 "tokio-rustls 0.24.1",
 8367]
 8368
 8369[[package]]
 8370name = "hyper-rustls"
 8371version = "0.27.7"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8374dependencies = [
 8375 "http 1.3.1",
 8376 "hyper 1.7.0",
 8377 "hyper-util",
 8378 "rustls 0.23.33",
 8379 "rustls-native-certs 0.8.2",
 8380 "rustls-pki-types",
 8381 "tokio",
 8382 "tokio-rustls 0.26.2",
 8383 "tower-service",
 8384]
 8385
 8386[[package]]
 8387name = "hyper-tls"
 8388version = "0.5.0"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8391dependencies = [
 8392 "bytes 1.11.1",
 8393 "hyper 0.14.32",
 8394 "native-tls",
 8395 "tokio",
 8396 "tokio-native-tls",
 8397]
 8398
 8399[[package]]
 8400name = "hyper-util"
 8401version = "0.1.17"
 8402source = "registry+https://github.com/rust-lang/crates.io-index"
 8403checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8404dependencies = [
 8405 "base64 0.22.1",
 8406 "bytes 1.11.1",
 8407 "futures-channel",
 8408 "futures-core",
 8409 "futures-util",
 8410 "http 1.3.1",
 8411 "http-body 1.0.1",
 8412 "hyper 1.7.0",
 8413 "ipnet",
 8414 "libc",
 8415 "percent-encoding",
 8416 "pin-project-lite",
 8417 "socket2 0.6.1",
 8418 "tokio",
 8419 "tower-service",
 8420 "tracing",
 8421]
 8422
 8423[[package]]
 8424name = "iana-time-zone"
 8425version = "0.1.64"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8428dependencies = [
 8429 "android_system_properties",
 8430 "core-foundation-sys",
 8431 "iana-time-zone-haiku",
 8432 "js-sys",
 8433 "log",
 8434 "wasm-bindgen",
 8435 "windows-core 0.62.2",
 8436]
 8437
 8438[[package]]
 8439name = "iana-time-zone-haiku"
 8440version = "0.1.2"
 8441source = "registry+https://github.com/rust-lang/crates.io-index"
 8442checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8443dependencies = [
 8444 "cc",
 8445]
 8446
 8447[[package]]
 8448name = "icons"
 8449version = "0.1.0"
 8450dependencies = [
 8451 "serde",
 8452 "strum 0.27.2",
 8453]
 8454
 8455[[package]]
 8456name = "icu_collections"
 8457version = "2.0.0"
 8458source = "registry+https://github.com/rust-lang/crates.io-index"
 8459checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8460dependencies = [
 8461 "displaydoc",
 8462 "potential_utf",
 8463 "yoke 0.8.0",
 8464 "zerofrom",
 8465 "zerovec",
 8466]
 8467
 8468[[package]]
 8469name = "icu_locale_core"
 8470version = "2.0.0"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8473dependencies = [
 8474 "displaydoc",
 8475 "litemap",
 8476 "tinystr",
 8477 "writeable",
 8478 "zerovec",
 8479]
 8480
 8481[[package]]
 8482name = "icu_normalizer"
 8483version = "2.0.0"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8486dependencies = [
 8487 "displaydoc",
 8488 "icu_collections",
 8489 "icu_normalizer_data",
 8490 "icu_properties",
 8491 "icu_provider",
 8492 "smallvec",
 8493 "zerovec",
 8494]
 8495
 8496[[package]]
 8497name = "icu_normalizer_data"
 8498version = "2.0.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8501
 8502[[package]]
 8503name = "icu_properties"
 8504version = "2.0.1"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8507dependencies = [
 8508 "displaydoc",
 8509 "icu_collections",
 8510 "icu_locale_core",
 8511 "icu_properties_data",
 8512 "icu_provider",
 8513 "potential_utf",
 8514 "zerotrie",
 8515 "zerovec",
 8516]
 8517
 8518[[package]]
 8519name = "icu_properties_data"
 8520version = "2.0.1"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8523
 8524[[package]]
 8525name = "icu_provider"
 8526version = "2.0.0"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8529dependencies = [
 8530 "displaydoc",
 8531 "icu_locale_core",
 8532 "stable_deref_trait",
 8533 "tinystr",
 8534 "writeable",
 8535 "yoke 0.8.0",
 8536 "zerofrom",
 8537 "zerotrie",
 8538 "zerovec",
 8539]
 8540
 8541[[package]]
 8542name = "id-arena"
 8543version = "2.2.1"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8546
 8547[[package]]
 8548name = "ident_case"
 8549version = "1.0.1"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8552
 8553[[package]]
 8554name = "idna"
 8555version = "1.1.0"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8558dependencies = [
 8559 "idna_adapter",
 8560 "smallvec",
 8561 "utf8_iter",
 8562]
 8563
 8564[[package]]
 8565name = "idna_adapter"
 8566version = "1.2.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8569dependencies = [
 8570 "icu_normalizer",
 8571 "icu_properties",
 8572]
 8573
 8574[[package]]
 8575name = "ignore"
 8576version = "0.4.24"
 8577source = "registry+https://github.com/rust-lang/crates.io-index"
 8578checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8579dependencies = [
 8580 "crossbeam-deque",
 8581 "globset",
 8582 "log",
 8583 "memchr",
 8584 "regex-automata",
 8585 "same-file",
 8586 "walkdir",
 8587 "winapi-util",
 8588]
 8589
 8590[[package]]
 8591name = "image"
 8592version = "0.25.8"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8595dependencies = [
 8596 "bytemuck",
 8597 "byteorder-lite",
 8598 "color_quant",
 8599 "exr",
 8600 "gif",
 8601 "image-webp",
 8602 "moxcms",
 8603 "num-traits",
 8604 "png 0.18.0",
 8605 "qoi",
 8606 "ravif",
 8607 "rayon",
 8608 "rgb",
 8609 "tiff",
 8610 "zune-core",
 8611 "zune-jpeg",
 8612]
 8613
 8614[[package]]
 8615name = "image-webp"
 8616version = "0.2.4"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8619dependencies = [
 8620 "byteorder-lite",
 8621 "quick-error 2.0.1",
 8622]
 8623
 8624[[package]]
 8625name = "image_viewer"
 8626version = "0.1.0"
 8627dependencies = [
 8628 "anyhow",
 8629 "db",
 8630 "editor",
 8631 "file_icons",
 8632 "gpui",
 8633 "language",
 8634 "log",
 8635 "project",
 8636 "serde",
 8637 "settings",
 8638 "theme_settings",
 8639 "ui",
 8640 "util",
 8641 "workspace",
 8642]
 8643
 8644[[package]]
 8645name = "imagesize"
 8646version = "0.13.0"
 8647source = "registry+https://github.com/rust-lang/crates.io-index"
 8648checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8649
 8650[[package]]
 8651name = "imara-diff"
 8652version = "0.1.8"
 8653source = "registry+https://github.com/rust-lang/crates.io-index"
 8654checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8655dependencies = [
 8656 "hashbrown 0.15.5",
 8657]
 8658
 8659[[package]]
 8660name = "imgref"
 8661version = "1.12.0"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8664
 8665[[package]]
 8666name = "indenter"
 8667version = "0.3.4"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8670
 8671[[package]]
 8672name = "indexmap"
 8673version = "2.11.4"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8676dependencies = [
 8677 "equivalent",
 8678 "hashbrown 0.16.1",
 8679 "serde",
 8680 "serde_core",
 8681]
 8682
 8683[[package]]
 8684name = "indoc"
 8685version = "2.0.6"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8688
 8689[[package]]
 8690name = "inherent"
 8691version = "1.0.13"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8694dependencies = [
 8695 "proc-macro2",
 8696 "quote",
 8697 "syn 2.0.117",
 8698]
 8699
 8700[[package]]
 8701name = "inotify"
 8702version = "0.9.6"
 8703source = "registry+https://github.com/rust-lang/crates.io-index"
 8704checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8705dependencies = [
 8706 "bitflags 1.3.2",
 8707 "inotify-sys",
 8708 "libc",
 8709]
 8710
 8711[[package]]
 8712name = "inotify"
 8713version = "0.11.0"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8716dependencies = [
 8717 "bitflags 2.10.0",
 8718 "inotify-sys",
 8719 "libc",
 8720]
 8721
 8722[[package]]
 8723name = "inotify-sys"
 8724version = "0.1.5"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8727dependencies = [
 8728 "libc",
 8729]
 8730
 8731[[package]]
 8732name = "inout"
 8733version = "0.1.4"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8736dependencies = [
 8737 "block-padding",
 8738 "generic-array",
 8739]
 8740
 8741[[package]]
 8742name = "inspector_ui"
 8743version = "0.1.0"
 8744dependencies = [
 8745 "anyhow",
 8746 "command_palette_hooks",
 8747 "editor",
 8748 "fuzzy",
 8749 "gpui",
 8750 "language",
 8751 "project",
 8752 "serde_json",
 8753 "serde_json_lenient",
 8754 "theme_settings",
 8755 "ui",
 8756 "util",
 8757 "util_macros",
 8758 "workspace",
 8759 "zed_actions",
 8760]
 8761
 8762[[package]]
 8763name = "install_cli"
 8764version = "0.1.0"
 8765dependencies = [
 8766 "anyhow",
 8767 "client",
 8768 "gpui",
 8769 "release_channel",
 8770 "smol",
 8771 "util",
 8772 "workspace",
 8773]
 8774
 8775[[package]]
 8776name = "instant"
 8777version = "0.1.13"
 8778source = "registry+https://github.com/rust-lang/crates.io-index"
 8779checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8780dependencies = [
 8781 "cfg-if",
 8782]
 8783
 8784[[package]]
 8785name = "interpolate_name"
 8786version = "0.2.4"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8789dependencies = [
 8790 "proc-macro2",
 8791 "quote",
 8792 "syn 2.0.117",
 8793]
 8794
 8795[[package]]
 8796name = "inventory"
 8797version = "0.3.21"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8800dependencies = [
 8801 "rustversion",
 8802]
 8803
 8804[[package]]
 8805name = "io-extras"
 8806version = "0.18.4"
 8807source = "registry+https://github.com/rust-lang/crates.io-index"
 8808checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8809dependencies = [
 8810 "io-lifetimes",
 8811 "windows-sys 0.59.0",
 8812]
 8813
 8814[[package]]
 8815name = "io-lifetimes"
 8816version = "2.0.4"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8819
 8820[[package]]
 8821name = "io-surface"
 8822version = "0.16.1"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8825dependencies = [
 8826 "cgl",
 8827 "core-foundation 0.10.0",
 8828 "core-foundation-sys",
 8829 "leaky-cow",
 8830]
 8831
 8832[[package]]
 8833name = "iovec"
 8834version = "0.1.4"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8837dependencies = [
 8838 "libc",
 8839]
 8840
 8841[[package]]
 8842name = "ipc-channel"
 8843version = "0.19.0"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8846dependencies = [
 8847 "bincode",
 8848 "crossbeam-channel",
 8849 "fnv",
 8850 "lazy_static",
 8851 "libc",
 8852 "mio 1.1.0",
 8853 "rand 0.8.5",
 8854 "serde",
 8855 "tempfile",
 8856 "uuid",
 8857 "windows 0.58.0",
 8858]
 8859
 8860[[package]]
 8861name = "ipnet"
 8862version = "2.11.0"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8865
 8866[[package]]
 8867name = "iri-string"
 8868version = "0.7.8"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8871dependencies = [
 8872 "memchr",
 8873 "serde",
 8874]
 8875
 8876[[package]]
 8877name = "is-docker"
 8878version = "0.2.0"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8881dependencies = [
 8882 "once_cell",
 8883]
 8884
 8885[[package]]
 8886name = "is-terminal"
 8887version = "0.4.16"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8890dependencies = [
 8891 "hermit-abi",
 8892 "libc",
 8893 "windows-sys 0.59.0",
 8894]
 8895
 8896[[package]]
 8897name = "is-wsl"
 8898version = "0.4.0"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8901dependencies = [
 8902 "is-docker",
 8903 "once_cell",
 8904]
 8905
 8906[[package]]
 8907name = "is_executable"
 8908version = "1.0.5"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8911dependencies = [
 8912 "windows-sys 0.60.2",
 8913]
 8914
 8915[[package]]
 8916name = "is_terminal_polyfill"
 8917version = "1.70.1"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8920
 8921[[package]]
 8922name = "itertools"
 8923version = "0.10.5"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8926dependencies = [
 8927 "either",
 8928]
 8929
 8930[[package]]
 8931name = "itertools"
 8932version = "0.11.0"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8935dependencies = [
 8936 "either",
 8937]
 8938
 8939[[package]]
 8940name = "itertools"
 8941version = "0.12.1"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8944dependencies = [
 8945 "either",
 8946]
 8947
 8948[[package]]
 8949name = "itertools"
 8950version = "0.14.0"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8953dependencies = [
 8954 "either",
 8955]
 8956
 8957[[package]]
 8958name = "itoa"
 8959version = "1.0.15"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8962
 8963[[package]]
 8964name = "jiff"
 8965version = "0.2.15"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8968dependencies = [
 8969 "jiff-static",
 8970 "log",
 8971 "portable-atomic",
 8972 "portable-atomic-util",
 8973 "serde",
 8974]
 8975
 8976[[package]]
 8977name = "jiff-static"
 8978version = "0.2.15"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8981dependencies = [
 8982 "proc-macro2",
 8983 "quote",
 8984 "syn 2.0.117",
 8985]
 8986
 8987[[package]]
 8988name = "jni"
 8989version = "0.21.1"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8992dependencies = [
 8993 "cesu8",
 8994 "cfg-if",
 8995 "combine",
 8996 "jni-sys",
 8997 "log",
 8998 "thiserror 1.0.69",
 8999 "walkdir",
 9000 "windows-sys 0.45.0",
 9001]
 9002
 9003[[package]]
 9004name = "jni-sys"
 9005version = "0.3.0"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9008
 9009[[package]]
 9010name = "jobserver"
 9011version = "0.1.34"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9014dependencies = [
 9015 "getrandom 0.3.4",
 9016 "libc",
 9017]
 9018
 9019[[package]]
 9020name = "journal"
 9021version = "0.1.0"
 9022dependencies = [
 9023 "anyhow",
 9024 "chrono",
 9025 "editor",
 9026 "gpui",
 9027 "log",
 9028 "serde",
 9029 "settings",
 9030 "shellexpand 2.1.2",
 9031 "workspace",
 9032]
 9033
 9034[[package]]
 9035name = "js-sys"
 9036version = "0.3.90"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9039dependencies = [
 9040 "once_cell",
 9041 "wasm-bindgen",
 9042]
 9043
 9044[[package]]
 9045name = "json5"
 9046version = "0.4.1"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9049dependencies = [
 9050 "pest",
 9051 "pest_derive",
 9052 "serde",
 9053]
 9054
 9055[[package]]
 9056name = "json_dotpath"
 9057version = "1.1.0"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9060dependencies = [
 9061 "serde",
 9062 "serde_derive",
 9063 "serde_json",
 9064 "thiserror 1.0.69",
 9065]
 9066
 9067[[package]]
 9068name = "json_schema_store"
 9069version = "0.1.0"
 9070dependencies = [
 9071 "anyhow",
 9072 "collections",
 9073 "dap",
 9074 "extension",
 9075 "gpui",
 9076 "language",
 9077 "parking_lot",
 9078 "paths",
 9079 "project",
 9080 "schemars",
 9081 "serde",
 9082 "serde_json",
 9083 "settings",
 9084 "snippet_provider",
 9085 "task",
 9086 "theme",
 9087 "util",
 9088]
 9089
 9090[[package]]
 9091name = "jsonrpcmsg"
 9092version = "0.1.2"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "6d833a15225c779251e13929203518c2ff26e2fe0f322d584b213f4f4dad37bd"
 9095dependencies = [
 9096 "serde",
 9097 "serde_json",
 9098]
 9099
 9100[[package]]
 9101name = "jsonschema"
 9102version = "0.37.4"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9105dependencies = [
 9106 "ahash 0.8.12",
 9107 "bytecount",
 9108 "data-encoding",
 9109 "email_address",
 9110 "fancy-regex 0.16.2",
 9111 "fraction",
 9112 "getrandom 0.3.4",
 9113 "idna",
 9114 "itoa",
 9115 "num-cmp",
 9116 "num-traits",
 9117 "percent-encoding",
 9118 "referencing",
 9119 "regex",
 9120 "regex-syntax",
 9121 "reqwest 0.12.24",
 9122 "serde",
 9123 "serde_json",
 9124 "unicode-general-category",
 9125 "uuid-simd",
 9126]
 9127
 9128[[package]]
 9129name = "jsonwebtoken"
 9130version = "10.3.0"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9133dependencies = [
 9134 "aws-lc-rs",
 9135 "base64 0.22.1",
 9136 "getrandom 0.2.16",
 9137 "js-sys",
 9138 "pem",
 9139 "serde",
 9140 "serde_json",
 9141 "signature 2.2.0",
 9142 "simple_asn1",
 9143]
 9144
 9145[[package]]
 9146name = "jupyter-protocol"
 9147version = "1.4.0"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9150dependencies = [
 9151 "async-trait",
 9152 "bytes 1.11.1",
 9153 "chrono",
 9154 "futures 0.3.32",
 9155 "serde",
 9156 "serde_json",
 9157 "thiserror 2.0.17",
 9158 "uuid",
 9159]
 9160
 9161[[package]]
 9162name = "jupyter-websocket-client"
 9163version = "1.0.0"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9166dependencies = [
 9167 "anyhow",
 9168 "async-trait",
 9169 "async-tungstenite",
 9170 "futures 0.3.32",
 9171 "jupyter-protocol",
 9172 "serde",
 9173 "serde_json",
 9174 "tokio",
 9175 "url",
 9176 "uuid",
 9177]
 9178
 9179[[package]]
 9180name = "keymap_editor"
 9181version = "0.1.0"
 9182dependencies = [
 9183 "anyhow",
 9184 "collections",
 9185 "command_palette",
 9186 "component",
 9187 "db",
 9188 "editor",
 9189 "fs",
 9190 "fuzzy",
 9191 "gpui",
 9192 "itertools 0.14.0",
 9193 "json_schema_store",
 9194 "language",
 9195 "log",
 9196 "menu",
 9197 "notifications",
 9198 "paths",
 9199 "project",
 9200 "search",
 9201 "serde",
 9202 "serde_json",
 9203 "settings",
 9204 "telemetry",
 9205 "tempfile",
 9206 "theme",
 9207 "theme_settings",
 9208 "tree-sitter-json",
 9209 "tree-sitter-rust",
 9210 "ui",
 9211 "ui_input",
 9212 "util",
 9213 "workspace",
 9214 "zed_actions",
 9215]
 9216
 9217[[package]]
 9218name = "khronos-egl"
 9219version = "6.0.0"
 9220source = "registry+https://github.com/rust-lang/crates.io-index"
 9221checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9222dependencies = [
 9223 "libc",
 9224 "libloading",
 9225 "pkg-config",
 9226]
 9227
 9228[[package]]
 9229name = "khronos_api"
 9230version = "3.1.0"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9233
 9234[[package]]
 9235name = "kqueue"
 9236version = "1.1.1"
 9237source = "registry+https://github.com/rust-lang/crates.io-index"
 9238checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9239dependencies = [
 9240 "kqueue-sys",
 9241 "libc",
 9242]
 9243
 9244[[package]]
 9245name = "kqueue-sys"
 9246version = "1.0.4"
 9247source = "registry+https://github.com/rust-lang/crates.io-index"
 9248checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9249dependencies = [
 9250 "bitflags 1.3.2",
 9251 "libc",
 9252]
 9253
 9254[[package]]
 9255name = "kurbo"
 9256version = "0.11.3"
 9257source = "registry+https://github.com/rust-lang/crates.io-index"
 9258checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9259dependencies = [
 9260 "arrayvec",
 9261 "euclid",
 9262 "smallvec",
 9263]
 9264
 9265[[package]]
 9266name = "kv-log-macro"
 9267version = "1.0.7"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9270dependencies = [
 9271 "log",
 9272]
 9273
 9274[[package]]
 9275name = "language"
 9276version = "0.1.0"
 9277dependencies = [
 9278 "anyhow",
 9279 "async-trait",
 9280 "clock",
 9281 "collections",
 9282 "criterion",
 9283 "ctor",
 9284 "diffy",
 9285 "ec4rs",
 9286 "encoding_rs",
 9287 "fs",
 9288 "futures 0.3.32",
 9289 "fuzzy",
 9290 "globset",
 9291 "gpui",
 9292 "http_client",
 9293 "imara-diff",
 9294 "indoc",
 9295 "itertools 0.14.0",
 9296 "language_core",
 9297 "log",
 9298 "lsp",
 9299 "parking_lot",
 9300 "postage",
 9301 "pretty_assertions",
 9302 "rand 0.9.2",
 9303 "regex",
 9304 "rpc",
 9305 "semver",
 9306 "serde",
 9307 "serde_json",
 9308 "settings",
 9309 "shellexpand 2.1.2",
 9310 "smallvec",
 9311 "smol",
 9312 "streaming-iterator",
 9313 "strsim",
 9314 "sum_tree",
 9315 "task",
 9316 "text",
 9317 "theme",
 9318 "theme_settings",
 9319 "toml 0.8.23",
 9320 "tracing",
 9321 "tree-sitter",
 9322 "tree-sitter-elixir",
 9323 "tree-sitter-embedded-template",
 9324 "tree-sitter-heex",
 9325 "tree-sitter-html",
 9326 "tree-sitter-json",
 9327 "tree-sitter-md",
 9328 "tree-sitter-python",
 9329 "tree-sitter-ruby",
 9330 "tree-sitter-rust",
 9331 "tree-sitter-typescript",
 9332 "unicase",
 9333 "unindent",
 9334 "util",
 9335 "watch",
 9336 "zlog",
 9337 "ztracing",
 9338]
 9339
 9340[[package]]
 9341name = "language_core"
 9342version = "0.1.0"
 9343dependencies = [
 9344 "anyhow",
 9345 "collections",
 9346 "gpui",
 9347 "log",
 9348 "lsp",
 9349 "parking_lot",
 9350 "regex",
 9351 "schemars",
 9352 "serde",
 9353 "serde_json",
 9354 "toml 0.8.23",
 9355 "tree-sitter",
 9356 "util",
 9357]
 9358
 9359[[package]]
 9360name = "language_extension"
 9361version = "0.1.0"
 9362dependencies = [
 9363 "anyhow",
 9364 "async-trait",
 9365 "collections",
 9366 "extension",
 9367 "fs",
 9368 "futures 0.3.32",
 9369 "gpui",
 9370 "language",
 9371 "log",
 9372 "lsp",
 9373 "project",
 9374 "serde",
 9375 "serde_json",
 9376 "tracing",
 9377 "util",
 9378 "ztracing",
 9379]
 9380
 9381[[package]]
 9382name = "language_model"
 9383version = "0.1.0"
 9384dependencies = [
 9385 "anthropic",
 9386 "anyhow",
 9387 "base64 0.22.1",
 9388 "client",
 9389 "cloud_api_client",
 9390 "cloud_api_types",
 9391 "cloud_llm_client",
 9392 "collections",
 9393 "credentials_provider",
 9394 "futures 0.3.32",
 9395 "gpui",
 9396 "http_client",
 9397 "icons",
 9398 "image",
 9399 "log",
 9400 "open_ai",
 9401 "open_router",
 9402 "parking_lot",
 9403 "schemars",
 9404 "serde",
 9405 "serde_json",
 9406 "smol",
 9407 "thiserror 2.0.17",
 9408 "util",
 9409 "zed_env_vars",
 9410]
 9411
 9412[[package]]
 9413name = "language_models"
 9414version = "0.1.0"
 9415dependencies = [
 9416 "ai_onboarding",
 9417 "anthropic",
 9418 "anyhow",
 9419 "aws-config",
 9420 "aws-credential-types",
 9421 "aws_http_client",
 9422 "base64 0.22.1",
 9423 "bedrock",
 9424 "client",
 9425 "cloud_api_types",
 9426 "cloud_llm_client",
 9427 "collections",
 9428 "component",
 9429 "convert_case 0.8.0",
 9430 "copilot",
 9431 "copilot_chat",
 9432 "copilot_ui",
 9433 "credentials_provider",
 9434 "deepseek",
 9435 "extension",
 9436 "extension_host",
 9437 "fs",
 9438 "futures 0.3.32",
 9439 "google_ai",
 9440 "gpui",
 9441 "gpui_tokio",
 9442 "http_client",
 9443 "language",
 9444 "language_model",
 9445 "lmstudio",
 9446 "log",
 9447 "menu",
 9448 "mistral",
 9449 "ollama",
 9450 "open_ai",
 9451 "open_router",
 9452 "opencode",
 9453 "partial-json-fixer",
 9454 "pretty_assertions",
 9455 "release_channel",
 9456 "schemars",
 9457 "semver",
 9458 "serde",
 9459 "serde_json",
 9460 "settings",
 9461 "smol",
 9462 "strum 0.27.2",
 9463 "thiserror 2.0.17",
 9464 "tiktoken-rs",
 9465 "tokio",
 9466 "ui",
 9467 "ui_input",
 9468 "util",
 9469 "vercel",
 9470 "x_ai",
 9471]
 9472
 9473[[package]]
 9474name = "language_onboarding"
 9475version = "0.1.0"
 9476dependencies = [
 9477 "db",
 9478 "editor",
 9479 "gpui",
 9480 "project",
 9481 "ui",
 9482 "workspace",
 9483]
 9484
 9485[[package]]
 9486name = "language_selector"
 9487version = "0.1.0"
 9488dependencies = [
 9489 "anyhow",
 9490 "editor",
 9491 "file_icons",
 9492 "fuzzy",
 9493 "gpui",
 9494 "language",
 9495 "open_path_prompt",
 9496 "picker",
 9497 "project",
 9498 "serde_json",
 9499 "settings",
 9500 "ui",
 9501 "util",
 9502 "workspace",
 9503]
 9504
 9505[[package]]
 9506name = "language_tools"
 9507version = "0.1.0"
 9508dependencies = [
 9509 "anyhow",
 9510 "client",
 9511 "collections",
 9512 "command_palette_hooks",
 9513 "edit_prediction",
 9514 "editor",
 9515 "futures 0.3.32",
 9516 "gpui",
 9517 "itertools 0.14.0",
 9518 "language",
 9519 "lsp",
 9520 "menu",
 9521 "project",
 9522 "proto",
 9523 "release_channel",
 9524 "semver",
 9525 "serde_json",
 9526 "settings",
 9527 "sysinfo 0.37.2",
 9528 "telemetry",
 9529 "theme",
 9530 "theme_settings",
 9531 "tree-sitter",
 9532 "ui",
 9533 "util",
 9534 "workspace",
 9535 "zed_actions",
 9536 "zlog",
 9537]
 9538
 9539[[package]]
 9540name = "languages"
 9541version = "0.1.0"
 9542dependencies = [
 9543 "anyhow",
 9544 "async-compression",
 9545 "async-fs",
 9546 "async-tar",
 9547 "async-trait",
 9548 "chrono",
 9549 "collections",
 9550 "fs",
 9551 "futures 0.3.32",
 9552 "globset",
 9553 "gpui",
 9554 "grammars",
 9555 "http_client",
 9556 "itertools 0.14.0",
 9557 "json_schema_store",
 9558 "language",
 9559 "log",
 9560 "lsp",
 9561 "node_runtime",
 9562 "parking_lot",
 9563 "pet",
 9564 "pet-conda",
 9565 "pet-core",
 9566 "pet-fs",
 9567 "pet-poetry",
 9568 "pet-reporter",
 9569 "pet-virtualenv",
 9570 "pretty_assertions",
 9571 "project",
 9572 "regex",
 9573 "rope",
 9574 "semver",
 9575 "serde",
 9576 "serde_json",
 9577 "serde_json_lenient",
 9578 "settings",
 9579 "smallvec",
 9580 "smol",
 9581 "snippet",
 9582 "task",
 9583 "terminal",
 9584 "theme",
 9585 "tree-sitter",
 9586 "tree-sitter-bash",
 9587 "tree-sitter-c",
 9588 "tree-sitter-cpp",
 9589 "tree-sitter-css",
 9590 "tree-sitter-gitcommit",
 9591 "tree-sitter-go",
 9592 "tree-sitter-python",
 9593 "tree-sitter-rust",
 9594 "tree-sitter-typescript",
 9595 "unindent",
 9596 "url",
 9597 "util",
 9598]
 9599
 9600[[package]]
 9601name = "lazy_static"
 9602version = "1.5.0"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9605dependencies = [
 9606 "spin 0.9.8",
 9607]
 9608
 9609[[package]]
 9610name = "leak"
 9611version = "0.1.2"
 9612source = "registry+https://github.com/rust-lang/crates.io-index"
 9613checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9614
 9615[[package]]
 9616name = "leaky-cow"
 9617version = "0.1.1"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9620dependencies = [
 9621 "leak",
 9622]
 9623
 9624[[package]]
 9625name = "leb128"
 9626version = "0.2.5"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9629
 9630[[package]]
 9631name = "leb128fmt"
 9632version = "0.1.0"
 9633source = "registry+https://github.com/rust-lang/crates.io-index"
 9634checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9635
 9636[[package]]
 9637name = "lebe"
 9638version = "0.5.3"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9641
 9642[[package]]
 9643name = "libbz2-rs-sys"
 9644version = "0.2.2"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9647
 9648[[package]]
 9649name = "libc"
 9650version = "0.2.182"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9653
 9654[[package]]
 9655name = "libdbus-sys"
 9656version = "0.2.6"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9659dependencies = [
 9660 "cc",
 9661 "pkg-config",
 9662]
 9663
 9664[[package]]
 9665name = "libfuzzer-sys"
 9666version = "0.4.10"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9669dependencies = [
 9670 "arbitrary",
 9671 "cc",
 9672]
 9673
 9674[[package]]
 9675name = "libgit2-sys"
 9676version = "0.18.3+1.9.2"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9679dependencies = [
 9680 "cc",
 9681 "libc",
 9682 "libz-sys",
 9683 "pkg-config",
 9684]
 9685
 9686[[package]]
 9687name = "libloading"
 9688version = "0.8.9"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9691dependencies = [
 9692 "cfg-if",
 9693 "windows-link 0.2.1",
 9694]
 9695
 9696[[package]]
 9697name = "libm"
 9698version = "0.2.15"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9701
 9702[[package]]
 9703name = "libmimalloc-sys"
 9704version = "0.1.44"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9707dependencies = [
 9708 "cc",
 9709 "libc",
 9710]
 9711
 9712[[package]]
 9713name = "libredox"
 9714version = "0.1.10"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9717dependencies = [
 9718 "bitflags 2.10.0",
 9719 "libc",
 9720 "redox_syscall 0.5.18",
 9721]
 9722
 9723[[package]]
 9724name = "libsqlite3-sys"
 9725version = "0.30.1"
 9726source = "registry+https://github.com/rust-lang/crates.io-index"
 9727checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9728dependencies = [
 9729 "cc",
 9730 "pkg-config",
 9731 "vcpkg",
 9732]
 9733
 9734[[package]]
 9735name = "libwebrtc"
 9736version = "0.3.26"
 9737source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9738dependencies = [
 9739 "cxx",
 9740 "glib",
 9741 "jni",
 9742 "js-sys",
 9743 "lazy_static",
 9744 "livekit-protocol",
 9745 "livekit-runtime",
 9746 "log",
 9747 "parking_lot",
 9748 "serde",
 9749 "serde_json",
 9750 "thiserror 1.0.69",
 9751 "tokio",
 9752 "wasm-bindgen",
 9753 "wasm-bindgen-futures",
 9754 "web-sys",
 9755 "webrtc-sys",
 9756]
 9757
 9758[[package]]
 9759name = "libz-sys"
 9760version = "1.1.22"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9763dependencies = [
 9764 "cc",
 9765 "libc",
 9766 "pkg-config",
 9767 "vcpkg",
 9768]
 9769
 9770[[package]]
 9771name = "line_ending_selector"
 9772version = "0.1.0"
 9773dependencies = [
 9774 "editor",
 9775 "gpui",
 9776 "language",
 9777 "picker",
 9778 "project",
 9779 "ui",
 9780 "util",
 9781 "workspace",
 9782]
 9783
 9784[[package]]
 9785name = "linebender_resource_handle"
 9786version = "0.1.1"
 9787source = "registry+https://github.com/rust-lang/crates.io-index"
 9788checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9789
 9790[[package]]
 9791name = "link-cplusplus"
 9792version = "1.0.12"
 9793source = "registry+https://github.com/rust-lang/crates.io-index"
 9794checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9795dependencies = [
 9796 "cc",
 9797]
 9798
 9799[[package]]
 9800name = "linkify"
 9801version = "0.10.0"
 9802source = "registry+https://github.com/rust-lang/crates.io-index"
 9803checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9804dependencies = [
 9805 "memchr",
 9806]
 9807
 9808[[package]]
 9809name = "linux-raw-sys"
 9810version = "0.4.15"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9813
 9814[[package]]
 9815name = "linux-raw-sys"
 9816version = "0.11.0"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9819
 9820[[package]]
 9821name = "litemap"
 9822version = "0.8.0"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9825
 9826[[package]]
 9827name = "litrs"
 9828version = "1.0.0"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9831
 9832[[package]]
 9833name = "livekit"
 9834version = "0.7.32"
 9835source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9836dependencies = [
 9837 "base64 0.22.1",
 9838 "bmrng",
 9839 "bytes 1.11.1",
 9840 "chrono",
 9841 "futures-util",
 9842 "lazy_static",
 9843 "libloading",
 9844 "libwebrtc",
 9845 "livekit-api",
 9846 "livekit-protocol",
 9847 "livekit-runtime",
 9848 "log",
 9849 "parking_lot",
 9850 "prost 0.12.6",
 9851 "semver",
 9852 "serde",
 9853 "serde_json",
 9854 "thiserror 1.0.69",
 9855 "tokio",
 9856]
 9857
 9858[[package]]
 9859name = "livekit-api"
 9860version = "0.4.14"
 9861source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9862dependencies = [
 9863 "base64 0.21.7",
 9864 "futures-util",
 9865 "http 1.3.1",
 9866 "livekit-protocol",
 9867 "livekit-runtime",
 9868 "log",
 9869 "parking_lot",
 9870 "pbjson-types",
 9871 "prost 0.12.6",
 9872 "rand 0.9.2",
 9873 "reqwest 0.12.24",
 9874 "rustls-native-certs 0.6.3",
 9875 "scopeguard",
 9876 "serde",
 9877 "sha2",
 9878 "thiserror 1.0.69",
 9879 "tokio",
 9880 "tokio-rustls 0.26.2",
 9881 "tokio-tungstenite 0.28.0",
 9882 "url",
 9883]
 9884
 9885[[package]]
 9886name = "livekit-protocol"
 9887version = "0.7.1"
 9888source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9889dependencies = [
 9890 "futures-util",
 9891 "livekit-runtime",
 9892 "parking_lot",
 9893 "pbjson",
 9894 "pbjson-types",
 9895 "prost 0.12.6",
 9896 "serde",
 9897 "thiserror 1.0.69",
 9898 "tokio",
 9899]
 9900
 9901[[package]]
 9902name = "livekit-runtime"
 9903version = "0.4.0"
 9904source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9905dependencies = [
 9906 "tokio",
 9907 "tokio-stream",
 9908]
 9909
 9910[[package]]
 9911name = "livekit_api"
 9912version = "0.1.0"
 9913dependencies = [
 9914 "anyhow",
 9915 "async-trait",
 9916 "jsonwebtoken",
 9917 "log",
 9918 "prost 0.9.0",
 9919 "prost-build 0.9.0",
 9920 "prost-types 0.9.0",
 9921 "serde",
 9922 "zed-reqwest",
 9923]
 9924
 9925[[package]]
 9926name = "livekit_client"
 9927version = "0.1.0"
 9928dependencies = [
 9929 "anyhow",
 9930 "async-trait",
 9931 "audio",
 9932 "cocoa 0.26.0",
 9933 "collections",
 9934 "core-foundation 0.10.0",
 9935 "core-video",
 9936 "coreaudio-rs 0.12.1",
 9937 "cpal",
 9938 "futures 0.3.32",
 9939 "gpui",
 9940 "gpui_platform",
 9941 "gpui_tokio",
 9942 "http_client_tls",
 9943 "image",
 9944 "libwebrtc",
 9945 "livekit",
 9946 "livekit_api",
 9947 "log",
 9948 "nanoid",
 9949 "objc",
 9950 "parking_lot",
 9951 "postage",
 9952 "rodio",
 9953 "serde",
 9954 "serde_json",
 9955 "serde_urlencoded",
 9956 "settings",
 9957 "simplelog",
 9958 "smallvec",
 9959 "tokio",
 9960 "ui",
 9961 "util",
 9962 "webrtc-sys",
 9963 "zed-scap",
 9964]
 9965
 9966[[package]]
 9967name = "lmdb-master-sys"
 9968version = "0.2.5"
 9969source = "registry+https://github.com/rust-lang/crates.io-index"
 9970checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9971dependencies = [
 9972 "cc",
 9973 "doxygen-rs",
 9974 "libc",
 9975]
 9976
 9977[[package]]
 9978name = "lmstudio"
 9979version = "0.1.0"
 9980dependencies = [
 9981 "anyhow",
 9982 "futures 0.3.32",
 9983 "http_client",
 9984 "schemars",
 9985 "serde",
 9986 "serde_json",
 9987]
 9988
 9989[[package]]
 9990name = "lock_api"
 9991version = "0.4.14"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9994dependencies = [
 9995 "scopeguard",
 9996]
 9997
 9998[[package]]
 9999name = "log"
10000version = "0.4.29"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10003dependencies = [
10004 "serde_core",
10005 "value-bag",
10006]
10007
10008[[package]]
10009name = "loom"
10010version = "0.7.2"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10013dependencies = [
10014 "cfg-if",
10015 "generator",
10016 "scoped-tls",
10017 "tracing",
10018 "tracing-subscriber",
10019]
10020
10021[[package]]
10022name = "loop9"
10023version = "0.1.5"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10026dependencies = [
10027 "imgref",
10028]
10029
10030[[package]]
10031name = "lru"
10032version = "0.12.5"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10035dependencies = [
10036 "hashbrown 0.15.5",
10037]
10038
10039[[package]]
10040name = "lru-slab"
10041version = "0.1.2"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10044
10045[[package]]
10046name = "lsp"
10047version = "0.1.0"
10048dependencies = [
10049 "anyhow",
10050 "async-pipe",
10051 "collections",
10052 "ctor",
10053 "futures 0.3.32",
10054 "gpui",
10055 "gpui_util",
10056 "log",
10057 "lsp-types",
10058 "parking_lot",
10059 "postage",
10060 "release_channel",
10061 "schemars",
10062 "semver",
10063 "serde",
10064 "serde_json",
10065 "smol",
10066 "util",
10067 "zlog",
10068]
10069
10070[[package]]
10071name = "lsp-types"
10072version = "0.95.1"
10073source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10074dependencies = [
10075 "bitflags 1.3.2",
10076 "serde",
10077 "serde_json",
10078 "url",
10079]
10080
10081[[package]]
10082name = "lyon"
10083version = "1.0.16"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10086dependencies = [
10087 "lyon_algorithms",
10088 "lyon_extra",
10089 "lyon_tessellation",
10090]
10091
10092[[package]]
10093name = "lyon_algorithms"
10094version = "1.0.16"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10097dependencies = [
10098 "lyon_path",
10099 "num-traits",
10100]
10101
10102[[package]]
10103name = "lyon_extra"
10104version = "1.0.3"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10107dependencies = [
10108 "lyon_path",
10109 "thiserror 1.0.69",
10110]
10111
10112[[package]]
10113name = "lyon_geom"
10114version = "1.0.17"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10117dependencies = [
10118 "arrayvec",
10119 "euclid",
10120 "num-traits",
10121]
10122
10123[[package]]
10124name = "lyon_path"
10125version = "1.0.16"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10128dependencies = [
10129 "lyon_geom",
10130 "num-traits",
10131]
10132
10133[[package]]
10134name = "lyon_tessellation"
10135version = "1.0.16"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10138dependencies = [
10139 "float_next_after",
10140 "lyon_path",
10141 "num-traits",
10142]
10143
10144[[package]]
10145name = "mac"
10146version = "0.1.1"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10149
10150[[package]]
10151name = "mach2"
10152version = "0.4.3"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10155dependencies = [
10156 "libc",
10157]
10158
10159[[package]]
10160name = "mach2"
10161version = "0.5.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10164dependencies = [
10165 "libc",
10166]
10167
10168[[package]]
10169name = "malloc_buf"
10170version = "0.0.6"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10173dependencies = [
10174 "libc",
10175]
10176
10177[[package]]
10178name = "maplit"
10179version = "1.0.2"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10182
10183[[package]]
10184name = "markdown"
10185version = "0.1.0"
10186dependencies = [
10187 "anyhow",
10188 "assets",
10189 "base64 0.22.1",
10190 "collections",
10191 "env_logger 0.11.8",
10192 "fs",
10193 "futures 0.3.32",
10194 "gpui",
10195 "gpui_platform",
10196 "html5ever 0.27.0",
10197 "language",
10198 "languages",
10199 "linkify",
10200 "log",
10201 "markup5ever_rcdom",
10202 "mermaid-rs-renderer",
10203 "node_runtime",
10204 "pulldown-cmark 0.13.0",
10205 "settings",
10206 "stacksafe",
10207 "sum_tree",
10208 "theme",
10209 "theme_settings",
10210 "ui",
10211 "util",
10212]
10213
10214[[package]]
10215name = "markdown_preview"
10216version = "0.1.0"
10217dependencies = [
10218 "anyhow",
10219 "editor",
10220 "gpui",
10221 "language",
10222 "log",
10223 "markdown",
10224 "settings",
10225 "tempfile",
10226 "theme_settings",
10227 "ui",
10228 "urlencoding",
10229 "util",
10230 "workspace",
10231 "zed_actions",
10232]
10233
10234[[package]]
10235name = "markup5ever"
10236version = "0.12.1"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10239dependencies = [
10240 "log",
10241 "phf 0.11.3",
10242 "phf_codegen",
10243 "string_cache",
10244 "string_cache_codegen",
10245 "tendril",
10246]
10247
10248[[package]]
10249name = "markup5ever"
10250version = "0.35.0"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10253dependencies = [
10254 "log",
10255 "tendril",
10256 "web_atoms",
10257]
10258
10259[[package]]
10260name = "markup5ever_rcdom"
10261version = "0.3.0"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10264dependencies = [
10265 "html5ever 0.27.0",
10266 "markup5ever 0.12.1",
10267 "tendril",
10268 "xml5ever",
10269]
10270
10271[[package]]
10272name = "match_token"
10273version = "0.35.0"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10276dependencies = [
10277 "proc-macro2",
10278 "quote",
10279 "syn 2.0.117",
10280]
10281
10282[[package]]
10283name = "matchers"
10284version = "0.2.0"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10287dependencies = [
10288 "regex-automata",
10289]
10290
10291[[package]]
10292name = "matchit"
10293version = "0.7.3"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10296
10297[[package]]
10298name = "maybe-owned"
10299version = "0.3.4"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10302
10303[[package]]
10304name = "maybe-rayon"
10305version = "0.1.1"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10308dependencies = [
10309 "cfg-if",
10310 "rayon",
10311]
10312
10313[[package]]
10314name = "md-5"
10315version = "0.10.6"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10318dependencies = [
10319 "cfg-if",
10320 "digest",
10321]
10322
10323[[package]]
10324name = "mdbook"
10325version = "0.4.40"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10328dependencies = [
10329 "ammonia",
10330 "anyhow",
10331 "chrono",
10332 "clap",
10333 "clap_complete",
10334 "elasticlunr-rs",
10335 "env_logger 0.11.8",
10336 "futures-util",
10337 "handlebars 5.1.2",
10338 "ignore",
10339 "log",
10340 "memchr",
10341 "notify 6.1.1",
10342 "notify-debouncer-mini",
10343 "once_cell",
10344 "opener",
10345 "pathdiff",
10346 "pulldown-cmark 0.10.3",
10347 "regex",
10348 "serde",
10349 "serde_json",
10350 "shlex",
10351 "tempfile",
10352 "tokio",
10353 "toml 0.5.11",
10354 "topological-sort",
10355 "walkdir",
10356 "warp",
10357]
10358
10359[[package]]
10360name = "media"
10361version = "0.1.0"
10362dependencies = [
10363 "anyhow",
10364 "bindgen 0.71.1",
10365 "core-foundation 0.10.0",
10366 "core-video",
10367 "ctor",
10368 "foreign-types 0.5.0",
10369 "metal",
10370 "objc",
10371]
10372
10373[[package]]
10374name = "memchr"
10375version = "2.7.6"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10378
10379[[package]]
10380name = "memfd"
10381version = "0.6.5"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10384dependencies = [
10385 "rustix 1.1.2",
10386]
10387
10388[[package]]
10389name = "memmap2"
10390version = "0.9.8"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10393dependencies = [
10394 "libc",
10395 "stable_deref_trait",
10396]
10397
10398[[package]]
10399name = "memoffset"
10400version = "0.9.1"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10403dependencies = [
10404 "autocfg",
10405]
10406
10407[[package]]
10408name = "menu"
10409version = "0.1.0"
10410dependencies = [
10411 "gpui",
10412]
10413
10414[[package]]
10415name = "merge"
10416version = "0.1.0"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10419dependencies = [
10420 "merge_derive",
10421 "num-traits",
10422]
10423
10424[[package]]
10425name = "merge_derive"
10426version = "0.1.0"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10429dependencies = [
10430 "proc-macro-error",
10431 "proc-macro2",
10432 "quote",
10433 "syn 1.0.109",
10434]
10435
10436[[package]]
10437name = "mermaid-rs-renderer"
10438version = "0.2.0"
10439source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10440dependencies = [
10441 "anyhow",
10442 "fontdb 0.16.2",
10443 "json5",
10444 "once_cell",
10445 "regex",
10446 "serde",
10447 "serde_json",
10448 "thiserror 2.0.17",
10449 "ttf-parser 0.20.0",
10450]
10451
10452[[package]]
10453name = "metal"
10454version = "0.33.0"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10457dependencies = [
10458 "bitflags 2.10.0",
10459 "block",
10460 "core-graphics-types 0.2.0",
10461 "foreign-types 0.5.0",
10462 "log",
10463 "objc",
10464 "paste",
10465]
10466
10467[[package]]
10468name = "migrator"
10469version = "0.1.0"
10470dependencies = [
10471 "anyhow",
10472 "collections",
10473 "convert_case 0.8.0",
10474 "log",
10475 "pretty_assertions",
10476 "serde_json",
10477 "serde_json_lenient",
10478 "settings_content",
10479 "settings_json",
10480 "streaming-iterator",
10481 "tree-sitter",
10482 "tree-sitter-json",
10483 "unindent",
10484]
10485
10486[[package]]
10487name = "mimalloc"
10488version = "0.1.48"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10491dependencies = [
10492 "libmimalloc-sys",
10493]
10494
10495[[package]]
10496name = "mime"
10497version = "0.3.17"
10498source = "registry+https://github.com/rust-lang/crates.io-index"
10499checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10500
10501[[package]]
10502name = "mime_guess"
10503version = "2.0.5"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10506dependencies = [
10507 "mime",
10508 "unicase",
10509]
10510
10511[[package]]
10512name = "minidump-common"
10513version = "0.26.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10516dependencies = [
10517 "bitflags 2.10.0",
10518 "debugid",
10519 "num-derive",
10520 "num-traits",
10521 "range-map",
10522 "scroll",
10523 "smart-default",
10524]
10525
10526[[package]]
10527name = "minidump-writer"
10528version = "0.11.0"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10531dependencies = [
10532 "bitflags 2.10.0",
10533 "byteorder",
10534 "cfg-if",
10535 "crash-context",
10536 "error-graph",
10537 "failspot",
10538 "goblin",
10539 "libc",
10540 "log",
10541 "mach2 0.4.3",
10542 "memmap2",
10543 "memoffset",
10544 "minidump-common",
10545 "nix 0.29.0",
10546 "procfs-core",
10547 "scroll",
10548 "serde",
10549 "serde_json",
10550 "tempfile",
10551 "thiserror 2.0.17",
10552]
10553
10554[[package]]
10555name = "minidumper"
10556version = "0.9.0"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10559dependencies = [
10560 "cfg-if",
10561 "crash-context",
10562 "libc",
10563 "log",
10564 "minidump-writer",
10565 "parking_lot",
10566 "polling",
10567 "scroll",
10568 "thiserror 2.0.17",
10569 "uds",
10570]
10571
10572[[package]]
10573name = "minimal-lexical"
10574version = "0.2.1"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10577
10578[[package]]
10579name = "miniprofiler_ui"
10580version = "0.1.0"
10581dependencies = [
10582 "gpui",
10583 "rpc",
10584 "serde_json",
10585 "smol",
10586 "theme_settings",
10587 "util",
10588 "workspace",
10589 "zed_actions",
10590]
10591
10592[[package]]
10593name = "miniz_oxide"
10594version = "0.8.9"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10597dependencies = [
10598 "adler2",
10599 "simd-adler32",
10600]
10601
10602[[package]]
10603name = "mio"
10604version = "0.8.11"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10607dependencies = [
10608 "libc",
10609 "log",
10610 "wasi",
10611 "windows-sys 0.48.0",
10612]
10613
10614[[package]]
10615name = "mio"
10616version = "1.1.0"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10619dependencies = [
10620 "libc",
10621 "log",
10622 "wasi",
10623 "windows-sys 0.61.2",
10624]
10625
10626[[package]]
10627name = "miow"
10628version = "0.6.1"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10631dependencies = [
10632 "windows-sys 0.61.2",
10633]
10634
10635[[package]]
10636name = "mistral"
10637version = "0.1.0"
10638dependencies = [
10639 "anyhow",
10640 "futures 0.3.32",
10641 "http_client",
10642 "schemars",
10643 "serde",
10644 "serde_json",
10645 "strum 0.27.2",
10646]
10647
10648[[package]]
10649name = "moka"
10650version = "0.12.11"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10653dependencies = [
10654 "crossbeam-channel",
10655 "crossbeam-epoch",
10656 "crossbeam-utils",
10657 "equivalent",
10658 "parking_lot",
10659 "portable-atomic",
10660 "rustc_version",
10661 "smallvec",
10662 "tagptr",
10663 "uuid",
10664]
10665
10666[[package]]
10667name = "moxcms"
10668version = "0.7.7"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10671dependencies = [
10672 "num-traits",
10673 "pxfm",
10674]
10675
10676[[package]]
10677name = "msvc_spectre_libs"
10678version = "0.1.3"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10681dependencies = [
10682 "cc",
10683]
10684
10685[[package]]
10686name = "multi_buffer"
10687version = "0.1.0"
10688dependencies = [
10689 "anyhow",
10690 "buffer_diff",
10691 "clock",
10692 "collections",
10693 "ctor",
10694 "gpui",
10695 "indoc",
10696 "itertools 0.14.0",
10697 "language",
10698 "log",
10699 "parking_lot",
10700 "pretty_assertions",
10701 "rand 0.9.2",
10702 "rope",
10703 "serde",
10704 "settings",
10705 "smallvec",
10706 "smol",
10707 "sum_tree",
10708 "text",
10709 "theme",
10710 "tracing",
10711 "tree-sitter",
10712 "unicode-segmentation",
10713 "util",
10714 "zlog",
10715 "ztracing",
10716]
10717
10718[[package]]
10719name = "multimap"
10720version = "0.8.3"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10723
10724[[package]]
10725name = "naga"
10726version = "29.0.0"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10729dependencies = [
10730 "arrayvec",
10731 "bit-set 0.9.1",
10732 "bitflags 2.10.0",
10733 "cfg-if",
10734 "cfg_aliases 0.2.1",
10735 "codespan-reporting",
10736 "half",
10737 "hashbrown 0.16.1",
10738 "hexf-parse",
10739 "indexmap",
10740 "libm",
10741 "log",
10742 "num-traits",
10743 "once_cell",
10744 "rustc-hash 1.1.0",
10745 "thiserror 2.0.17",
10746 "unicode-ident",
10747]
10748
10749[[package]]
10750name = "naga"
10751version = "29.0.0"
10752source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10753dependencies = [
10754 "arrayvec",
10755 "bit-set 0.9.1",
10756 "bitflags 2.10.0",
10757 "cfg-if",
10758 "cfg_aliases 0.2.1",
10759 "codespan-reporting",
10760 "half",
10761 "hashbrown 0.16.1",
10762 "hexf-parse",
10763 "indexmap",
10764 "libm",
10765 "log",
10766 "num-traits",
10767 "once_cell",
10768 "rustc-hash 1.1.0",
10769 "spirv",
10770 "thiserror 2.0.17",
10771 "unicode-ident",
10772]
10773
10774[[package]]
10775name = "nanoid"
10776version = "0.4.0"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10779dependencies = [
10780 "rand 0.8.5",
10781]
10782
10783[[package]]
10784name = "nanorand"
10785version = "0.7.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10788dependencies = [
10789 "getrandom 0.2.16",
10790]
10791
10792[[package]]
10793name = "native-tls"
10794version = "0.2.14"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10797dependencies = [
10798 "libc",
10799 "log",
10800 "openssl",
10801 "openssl-probe",
10802 "openssl-sys",
10803 "schannel",
10804 "security-framework 2.11.1",
10805 "security-framework-sys",
10806 "tempfile",
10807]
10808
10809[[package]]
10810name = "nbformat"
10811version = "1.2.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10814dependencies = [
10815 "anyhow",
10816 "chrono",
10817 "jupyter-protocol",
10818 "serde",
10819 "serde_json",
10820 "thiserror 1.0.69",
10821 "uuid",
10822]
10823
10824[[package]]
10825name = "nc"
10826version = "0.1.0"
10827dependencies = [
10828 "anyhow",
10829 "futures 0.3.32",
10830 "net",
10831 "smol",
10832]
10833
10834[[package]]
10835name = "ndk"
10836version = "0.9.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10839dependencies = [
10840 "bitflags 2.10.0",
10841 "jni-sys",
10842 "log",
10843 "ndk-sys",
10844 "num_enum",
10845 "thiserror 1.0.69",
10846]
10847
10848[[package]]
10849name = "ndk-context"
10850version = "0.1.1"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10853
10854[[package]]
10855name = "ndk-sys"
10856version = "0.6.0+11769913"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10859dependencies = [
10860 "jni-sys",
10861]
10862
10863[[package]]
10864name = "net"
10865version = "0.1.0"
10866dependencies = [
10867 "anyhow",
10868 "async-io",
10869 "smol",
10870 "tempfile",
10871 "windows 0.61.3",
10872]
10873
10874[[package]]
10875name = "new_debug_unreachable"
10876version = "1.0.6"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10879
10880[[package]]
10881name = "nix"
10882version = "0.28.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10885dependencies = [
10886 "bitflags 2.10.0",
10887 "cfg-if",
10888 "cfg_aliases 0.1.1",
10889 "libc",
10890]
10891
10892[[package]]
10893name = "nix"
10894version = "0.29.0"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10897dependencies = [
10898 "bitflags 2.10.0",
10899 "cfg-if",
10900 "cfg_aliases 0.2.1",
10901 "libc",
10902]
10903
10904[[package]]
10905name = "nix"
10906version = "0.30.1"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10909dependencies = [
10910 "bitflags 2.10.0",
10911 "cfg-if",
10912 "cfg_aliases 0.2.1",
10913 "libc",
10914]
10915
10916[[package]]
10917name = "node_runtime"
10918version = "0.1.0"
10919dependencies = [
10920 "anyhow",
10921 "async-compression",
10922 "async-std",
10923 "async-tar",
10924 "async-trait",
10925 "futures 0.3.32",
10926 "http_client",
10927 "log",
10928 "paths",
10929 "semver",
10930 "serde",
10931 "serde_json",
10932 "smol",
10933 "util",
10934 "watch",
10935 "which 6.0.3",
10936]
10937
10938[[package]]
10939name = "nom"
10940version = "7.1.3"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10943dependencies = [
10944 "memchr",
10945 "minimal-lexical",
10946]
10947
10948[[package]]
10949name = "nom"
10950version = "8.0.0"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10953dependencies = [
10954 "memchr",
10955]
10956
10957[[package]]
10958name = "noop_proc_macro"
10959version = "0.3.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10962
10963[[package]]
10964name = "normpath"
10965version = "1.5.0"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10968dependencies = [
10969 "windows-sys 0.61.2",
10970]
10971
10972[[package]]
10973name = "notifications"
10974version = "0.1.0"
10975dependencies = [
10976 "anyhow",
10977 "channel",
10978 "client",
10979 "component",
10980 "db",
10981 "gpui",
10982 "rpc",
10983 "sum_tree",
10984 "time",
10985 "ui",
10986 "util",
10987 "workspace",
10988 "zed_actions",
10989]
10990
10991[[package]]
10992name = "notify"
10993version = "6.1.1"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10996dependencies = [
10997 "bitflags 2.10.0",
10998 "crossbeam-channel",
10999 "filetime",
11000 "fsevent-sys",
11001 "inotify 0.9.6",
11002 "kqueue",
11003 "libc",
11004 "log",
11005 "mio 0.8.11",
11006 "walkdir",
11007 "windows-sys 0.48.0",
11008]
11009
11010[[package]]
11011name = "notify"
11012version = "8.2.0"
11013source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11014dependencies = [
11015 "bitflags 2.10.0",
11016 "fsevent-sys",
11017 "inotify 0.11.0",
11018 "kqueue",
11019 "libc",
11020 "log",
11021 "mio 1.1.0",
11022 "notify-types",
11023 "walkdir",
11024 "windows-sys 0.60.2",
11025]
11026
11027[[package]]
11028name = "notify-debouncer-mini"
11029version = "0.4.1"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11032dependencies = [
11033 "crossbeam-channel",
11034 "log",
11035 "notify 6.1.1",
11036]
11037
11038[[package]]
11039name = "notify-types"
11040version = "2.0.0"
11041source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11042
11043[[package]]
11044name = "ntapi"
11045version = "0.4.1"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11048dependencies = [
11049 "winapi",
11050]
11051
11052[[package]]
11053name = "nu-ansi-term"
11054version = "0.50.3"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11057dependencies = [
11058 "windows-sys 0.61.2",
11059]
11060
11061[[package]]
11062name = "num"
11063version = "0.4.3"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11066dependencies = [
11067 "num-bigint",
11068 "num-complex",
11069 "num-integer",
11070 "num-iter",
11071 "num-rational",
11072 "num-traits",
11073]
11074
11075[[package]]
11076name = "num-bigint"
11077version = "0.4.6"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11080dependencies = [
11081 "num-integer",
11082 "num-traits",
11083]
11084
11085[[package]]
11086name = "num-bigint-dig"
11087version = "0.8.6"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11090dependencies = [
11091 "lazy_static",
11092 "libm",
11093 "num-integer",
11094 "num-iter",
11095 "num-traits",
11096 "rand 0.8.5",
11097 "smallvec",
11098 "zeroize",
11099]
11100
11101[[package]]
11102name = "num-bigint-dig"
11103version = "0.9.1"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11106dependencies = [
11107 "libm",
11108 "num-integer",
11109 "num-iter",
11110 "num-traits",
11111 "once_cell",
11112 "rand 0.9.2",
11113 "serde",
11114 "smallvec",
11115 "zeroize",
11116]
11117
11118[[package]]
11119name = "num-cmp"
11120version = "0.1.0"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11123
11124[[package]]
11125name = "num-complex"
11126version = "0.4.6"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11129dependencies = [
11130 "bytemuck",
11131 "num-traits",
11132]
11133
11134[[package]]
11135name = "num-conv"
11136version = "0.2.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11139
11140[[package]]
11141name = "num-derive"
11142version = "0.4.2"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11145dependencies = [
11146 "proc-macro2",
11147 "quote",
11148 "syn 2.0.117",
11149]
11150
11151[[package]]
11152name = "num-format"
11153version = "0.4.4"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11156dependencies = [
11157 "arrayvec",
11158 "itoa",
11159]
11160
11161[[package]]
11162name = "num-integer"
11163version = "0.1.46"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11166dependencies = [
11167 "num-traits",
11168]
11169
11170[[package]]
11171name = "num-iter"
11172version = "0.1.45"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11175dependencies = [
11176 "autocfg",
11177 "num-integer",
11178 "num-traits",
11179]
11180
11181[[package]]
11182name = "num-rational"
11183version = "0.4.2"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11186dependencies = [
11187 "num-bigint",
11188 "num-integer",
11189 "num-traits",
11190]
11191
11192[[package]]
11193name = "num-traits"
11194version = "0.2.19"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11197dependencies = [
11198 "autocfg",
11199 "libm",
11200]
11201
11202[[package]]
11203name = "num_cpus"
11204version = "1.17.0"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11207dependencies = [
11208 "hermit-abi",
11209 "libc",
11210]
11211
11212[[package]]
11213name = "num_enum"
11214version = "0.7.4"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11217dependencies = [
11218 "num_enum_derive",
11219 "rustversion",
11220]
11221
11222[[package]]
11223name = "num_enum_derive"
11224version = "0.7.4"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11227dependencies = [
11228 "proc-macro-crate",
11229 "proc-macro2",
11230 "quote",
11231 "syn 2.0.117",
11232]
11233
11234[[package]]
11235name = "num_threads"
11236version = "0.1.7"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11239dependencies = [
11240 "libc",
11241]
11242
11243[[package]]
11244name = "nvim-rs"
11245version = "0.9.2"
11246source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11247dependencies = [
11248 "async-trait",
11249 "futures 0.3.32",
11250 "log",
11251 "rmp",
11252 "rmpv",
11253 "tokio",
11254 "tokio-util",
11255]
11256
11257[[package]]
11258name = "objc"
11259version = "0.2.7"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11262dependencies = [
11263 "malloc_buf",
11264 "objc_exception",
11265]
11266
11267[[package]]
11268name = "objc-foundation"
11269version = "0.1.1"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11272dependencies = [
11273 "block",
11274 "objc",
11275 "objc_id",
11276]
11277
11278[[package]]
11279name = "objc2"
11280version = "0.6.3"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11283dependencies = [
11284 "objc2-encode",
11285]
11286
11287[[package]]
11288name = "objc2-app-kit"
11289version = "0.3.1"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11292dependencies = [
11293 "objc2",
11294 "objc2-foundation",
11295]
11296
11297[[package]]
11298name = "objc2-audio-toolbox"
11299version = "0.3.2"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11302dependencies = [
11303 "bitflags 2.10.0",
11304 "libc",
11305 "objc2",
11306 "objc2-core-audio",
11307 "objc2-core-audio-types",
11308 "objc2-core-foundation",
11309 "objc2-foundation",
11310]
11311
11312[[package]]
11313name = "objc2-avf-audio"
11314version = "0.3.2"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11317dependencies = [
11318 "objc2",
11319 "objc2-foundation",
11320]
11321
11322[[package]]
11323name = "objc2-core-audio"
11324version = "0.3.2"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11327dependencies = [
11328 "dispatch2",
11329 "objc2",
11330 "objc2-core-audio-types",
11331 "objc2-core-foundation",
11332 "objc2-foundation",
11333]
11334
11335[[package]]
11336name = "objc2-core-audio-types"
11337version = "0.3.2"
11338source = "registry+https://github.com/rust-lang/crates.io-index"
11339checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11340dependencies = [
11341 "bitflags 2.10.0",
11342 "objc2",
11343]
11344
11345[[package]]
11346name = "objc2-core-foundation"
11347version = "0.3.2"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11350dependencies = [
11351 "bitflags 2.10.0",
11352 "block2",
11353 "dispatch2",
11354 "libc",
11355 "objc2",
11356]
11357
11358[[package]]
11359name = "objc2-encode"
11360version = "4.1.0"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11363
11364[[package]]
11365name = "objc2-foundation"
11366version = "0.3.2"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11369dependencies = [
11370 "bitflags 2.10.0",
11371 "block2",
11372 "libc",
11373 "objc2",
11374 "objc2-core-foundation",
11375]
11376
11377[[package]]
11378name = "objc2-io-kit"
11379version = "0.3.2"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11382dependencies = [
11383 "libc",
11384 "objc2-core-foundation",
11385]
11386
11387[[package]]
11388name = "objc2-metal"
11389version = "0.3.2"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11392dependencies = [
11393 "bitflags 2.10.0",
11394 "block2",
11395 "dispatch2",
11396 "objc2",
11397 "objc2-core-foundation",
11398 "objc2-foundation",
11399]
11400
11401[[package]]
11402name = "objc2-quartz-core"
11403version = "0.3.2"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11406dependencies = [
11407 "bitflags 2.10.0",
11408 "objc2",
11409 "objc2-core-foundation",
11410 "objc2-foundation",
11411 "objc2-metal",
11412]
11413
11414[[package]]
11415name = "objc_exception"
11416version = "0.1.2"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11419dependencies = [
11420 "cc",
11421]
11422
11423[[package]]
11424name = "objc_id"
11425version = "0.1.1"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11428dependencies = [
11429 "objc",
11430]
11431
11432[[package]]
11433name = "object"
11434version = "0.37.3"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11437dependencies = [
11438 "crc32fast",
11439 "hashbrown 0.15.5",
11440 "indexmap",
11441 "memchr",
11442]
11443
11444[[package]]
11445name = "ollama"
11446version = "0.1.0"
11447dependencies = [
11448 "anyhow",
11449 "futures 0.3.32",
11450 "http_client",
11451 "schemars",
11452 "serde",
11453 "serde_json",
11454 "settings",
11455]
11456
11457[[package]]
11458name = "onboarding"
11459version = "0.1.0"
11460dependencies = [
11461 "anyhow",
11462 "client",
11463 "component",
11464 "db",
11465 "documented",
11466 "fs",
11467 "fuzzy",
11468 "gpui",
11469 "menu",
11470 "notifications",
11471 "picker",
11472 "project",
11473 "schemars",
11474 "serde",
11475 "settings",
11476 "telemetry",
11477 "theme",
11478 "theme_settings",
11479 "ui",
11480 "util",
11481 "vim_mode_setting",
11482 "workspace",
11483 "zed_actions",
11484 "zlog",
11485]
11486
11487[[package]]
11488name = "once_cell"
11489version = "1.21.3"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11492
11493[[package]]
11494name = "once_cell_polyfill"
11495version = "1.70.1"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11498
11499[[package]]
11500name = "oo7"
11501version = "0.6.0"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11504dependencies = [
11505 "aes",
11506 "ashpd",
11507 "async-fs",
11508 "async-io",
11509 "async-lock 3.4.2",
11510 "blocking",
11511 "cbc",
11512 "cipher",
11513 "digest",
11514 "endi",
11515 "futures-lite 2.6.1",
11516 "futures-util",
11517 "getrandom 0.4.1",
11518 "hkdf",
11519 "hmac",
11520 "md-5",
11521 "num",
11522 "num-bigint-dig 0.9.1",
11523 "pbkdf2 0.12.2",
11524 "serde",
11525 "serde_bytes",
11526 "sha2",
11527 "subtle",
11528 "zbus",
11529 "zbus_macros",
11530 "zeroize",
11531 "zvariant",
11532]
11533
11534[[package]]
11535name = "oorandom"
11536version = "11.1.5"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11539
11540[[package]]
11541name = "open"
11542version = "5.3.2"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11545dependencies = [
11546 "is-wsl",
11547 "libc",
11548 "pathdiff",
11549]
11550
11551[[package]]
11552name = "open_ai"
11553version = "0.1.0"
11554dependencies = [
11555 "anyhow",
11556 "futures 0.3.32",
11557 "http_client",
11558 "log",
11559 "rand 0.9.2",
11560 "schemars",
11561 "serde",
11562 "serde_json",
11563 "settings",
11564 "strum 0.27.2",
11565 "thiserror 2.0.17",
11566]
11567
11568[[package]]
11569name = "open_path_prompt"
11570version = "0.1.0"
11571dependencies = [
11572 "editor",
11573 "file_icons",
11574 "futures 0.3.32",
11575 "fuzzy",
11576 "gpui",
11577 "picker",
11578 "project",
11579 "schemars",
11580 "serde",
11581 "serde_json",
11582 "settings",
11583 "theme",
11584 "theme_settings",
11585 "ui",
11586 "util",
11587 "workspace",
11588]
11589
11590[[package]]
11591name = "open_router"
11592version = "0.1.0"
11593dependencies = [
11594 "anyhow",
11595 "futures 0.3.32",
11596 "http_client",
11597 "schemars",
11598 "serde",
11599 "serde_json",
11600 "settings",
11601 "strum 0.27.2",
11602 "thiserror 2.0.17",
11603]
11604
11605[[package]]
11606name = "opencode"
11607version = "0.1.0"
11608dependencies = [
11609 "anyhow",
11610 "futures 0.3.32",
11611 "google_ai",
11612 "http_client",
11613 "schemars",
11614 "serde",
11615 "serde_json",
11616 "strum 0.27.2",
11617]
11618
11619[[package]]
11620name = "opener"
11621version = "0.7.2"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11624dependencies = [
11625 "bstr",
11626 "dbus",
11627 "normpath",
11628 "windows-sys 0.59.0",
11629]
11630
11631[[package]]
11632name = "openssl"
11633version = "0.10.74"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11636dependencies = [
11637 "bitflags 2.10.0",
11638 "cfg-if",
11639 "foreign-types 0.3.2",
11640 "libc",
11641 "once_cell",
11642 "openssl-macros",
11643 "openssl-sys",
11644]
11645
11646[[package]]
11647name = "openssl-macros"
11648version = "0.1.1"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11651dependencies = [
11652 "proc-macro2",
11653 "quote",
11654 "syn 2.0.117",
11655]
11656
11657[[package]]
11658name = "openssl-probe"
11659version = "0.1.6"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11662
11663[[package]]
11664name = "openssl-sys"
11665version = "0.9.110"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11668dependencies = [
11669 "cc",
11670 "libc",
11671 "pkg-config",
11672 "vcpkg",
11673]
11674
11675[[package]]
11676name = "optfield"
11677version = "0.4.0"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11680dependencies = [
11681 "proc-macro2",
11682 "quote",
11683 "syn 2.0.117",
11684]
11685
11686[[package]]
11687name = "option-ext"
11688version = "0.2.0"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11691
11692[[package]]
11693name = "ordered-float"
11694version = "2.10.1"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11697dependencies = [
11698 "num-traits",
11699]
11700
11701[[package]]
11702name = "ordered-float"
11703version = "4.6.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11706dependencies = [
11707 "num-traits",
11708]
11709
11710[[package]]
11711name = "ordered-stream"
11712version = "0.2.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11715dependencies = [
11716 "futures-core",
11717 "pin-project-lite",
11718]
11719
11720[[package]]
11721name = "ouroboros"
11722version = "0.18.5"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11725dependencies = [
11726 "aliasable",
11727 "ouroboros_macro",
11728 "static_assertions",
11729]
11730
11731[[package]]
11732name = "ouroboros_macro"
11733version = "0.18.5"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11736dependencies = [
11737 "heck 0.4.1",
11738 "proc-macro2",
11739 "proc-macro2-diagnostics",
11740 "quote",
11741 "syn 2.0.117",
11742]
11743
11744[[package]]
11745name = "outline"
11746version = "0.1.0"
11747dependencies = [
11748 "editor",
11749 "fuzzy",
11750 "gpui",
11751 "indoc",
11752 "language",
11753 "lsp",
11754 "menu",
11755 "ordered-float 2.10.1",
11756 "picker",
11757 "project",
11758 "rope",
11759 "serde_json",
11760 "settings",
11761 "smol",
11762 "theme",
11763 "theme_settings",
11764 "ui",
11765 "util",
11766 "workspace",
11767 "zed_actions",
11768]
11769
11770[[package]]
11771name = "outline_panel"
11772version = "0.1.0"
11773dependencies = [
11774 "anyhow",
11775 "collections",
11776 "db",
11777 "editor",
11778 "file_icons",
11779 "fuzzy",
11780 "gpui",
11781 "itertools 0.14.0",
11782 "language",
11783 "log",
11784 "lsp",
11785 "menu",
11786 "outline",
11787 "pretty_assertions",
11788 "project",
11789 "search",
11790 "serde",
11791 "serde_json",
11792 "settings",
11793 "smallvec",
11794 "smol",
11795 "theme",
11796 "theme_settings",
11797 "ui",
11798 "util",
11799 "workspace",
11800 "worktree",
11801 "zed_actions",
11802]
11803
11804[[package]]
11805name = "outref"
11806version = "0.5.2"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11809
11810[[package]]
11811name = "p256"
11812version = "0.11.1"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11815dependencies = [
11816 "ecdsa",
11817 "elliptic-curve",
11818 "sha2",
11819]
11820
11821[[package]]
11822name = "page_size"
11823version = "0.6.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11826dependencies = [
11827 "libc",
11828 "winapi",
11829]
11830
11831[[package]]
11832name = "palette"
11833version = "0.7.6"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11836dependencies = [
11837 "approx",
11838 "fast-srgb8",
11839 "palette_derive",
11840]
11841
11842[[package]]
11843name = "palette_derive"
11844version = "0.7.6"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11847dependencies = [
11848 "by_address",
11849 "proc-macro2",
11850 "quote",
11851 "syn 2.0.117",
11852]
11853
11854[[package]]
11855name = "panel"
11856version = "0.1.0"
11857dependencies = [
11858 "gpui",
11859 "ui",
11860 "workspace",
11861]
11862
11863[[package]]
11864name = "parking"
11865version = "2.2.1"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11868
11869[[package]]
11870name = "parking_lot"
11871version = "0.12.5"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11874dependencies = [
11875 "lock_api",
11876 "parking_lot_core",
11877]
11878
11879[[package]]
11880name = "parking_lot_core"
11881version = "0.9.12"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11884dependencies = [
11885 "cfg-if",
11886 "libc",
11887 "redox_syscall 0.5.18",
11888 "smallvec",
11889 "windows-link 0.2.1",
11890]
11891
11892[[package]]
11893name = "parse_int"
11894version = "0.9.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11897dependencies = [
11898 "num-traits",
11899]
11900
11901[[package]]
11902name = "partial-json-fixer"
11903version = "0.5.3"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11906
11907[[package]]
11908name = "password-hash"
11909version = "0.4.2"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11912dependencies = [
11913 "base64ct",
11914 "rand_core 0.6.4",
11915 "subtle",
11916]
11917
11918[[package]]
11919name = "paste"
11920version = "1.0.15"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11923
11924[[package]]
11925name = "pastey"
11926version = "0.2.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec"
11929
11930[[package]]
11931name = "pathdiff"
11932version = "0.2.3"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11935
11936[[package]]
11937name = "pathfinder_geometry"
11938version = "0.5.1"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11941dependencies = [
11942 "log",
11943 "pathfinder_simd",
11944]
11945
11946[[package]]
11947name = "pathfinder_simd"
11948version = "0.5.5"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11951dependencies = [
11952 "rustc_version",
11953]
11954
11955[[package]]
11956name = "paths"
11957version = "0.1.0"
11958dependencies = [
11959 "dirs 4.0.0",
11960 "ignore",
11961 "util",
11962]
11963
11964[[package]]
11965name = "pbjson"
11966version = "0.6.0"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11969dependencies = [
11970 "base64 0.21.7",
11971 "serde",
11972]
11973
11974[[package]]
11975name = "pbjson-build"
11976version = "0.6.2"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11979dependencies = [
11980 "heck 0.4.1",
11981 "itertools 0.11.0",
11982 "prost 0.12.6",
11983 "prost-types 0.12.6",
11984]
11985
11986[[package]]
11987name = "pbjson-types"
11988version = "0.6.0"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11991dependencies = [
11992 "bytes 1.11.1",
11993 "chrono",
11994 "pbjson",
11995 "pbjson-build",
11996 "prost 0.12.6",
11997 "prost-build 0.12.6",
11998 "serde",
11999]
12000
12001[[package]]
12002name = "pbkdf2"
12003version = "0.11.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12006dependencies = [
12007 "digest",
12008 "hmac",
12009 "password-hash",
12010 "sha2",
12011]
12012
12013[[package]]
12014name = "pbkdf2"
12015version = "0.12.2"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12018dependencies = [
12019 "digest",
12020 "hmac",
12021]
12022
12023[[package]]
12024name = "pciid-parser"
12025version = "0.8.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12028
12029[[package]]
12030name = "peg"
12031version = "0.8.5"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12034dependencies = [
12035 "peg-macros",
12036 "peg-runtime",
12037]
12038
12039[[package]]
12040name = "peg-macros"
12041version = "0.8.5"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12044dependencies = [
12045 "peg-runtime",
12046 "proc-macro2",
12047 "quote",
12048]
12049
12050[[package]]
12051name = "peg-runtime"
12052version = "0.8.5"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12055
12056[[package]]
12057name = "pem"
12058version = "3.0.6"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12061dependencies = [
12062 "base64 0.22.1",
12063 "serde_core",
12064]
12065
12066[[package]]
12067name = "pem-rfc7468"
12068version = "0.7.0"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12071dependencies = [
12072 "base64ct",
12073]
12074
12075[[package]]
12076name = "percent-encoding"
12077version = "2.3.2"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12080
12081[[package]]
12082name = "perf"
12083version = "0.1.0"
12084dependencies = [
12085 "collections",
12086 "serde",
12087 "serde_json",
12088]
12089
12090[[package]]
12091name = "pest"
12092version = "2.8.3"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12095dependencies = [
12096 "memchr",
12097 "ucd-trie",
12098]
12099
12100[[package]]
12101name = "pest_derive"
12102version = "2.8.3"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12105dependencies = [
12106 "pest",
12107 "pest_generator",
12108]
12109
12110[[package]]
12111name = "pest_generator"
12112version = "2.8.3"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12115dependencies = [
12116 "pest",
12117 "pest_meta",
12118 "proc-macro2",
12119 "quote",
12120 "syn 2.0.117",
12121]
12122
12123[[package]]
12124name = "pest_meta"
12125version = "2.8.3"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12128dependencies = [
12129 "pest",
12130 "sha2",
12131]
12132
12133[[package]]
12134name = "pet"
12135version = "0.1.0"
12136source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12137dependencies = [
12138 "clap",
12139 "env_logger 0.10.2",
12140 "lazy_static",
12141 "log",
12142 "msvc_spectre_libs",
12143 "pet-conda",
12144 "pet-core",
12145 "pet-env-var-path",
12146 "pet-fs",
12147 "pet-global-virtualenvs",
12148 "pet-homebrew",
12149 "pet-jsonrpc",
12150 "pet-linux-global-python",
12151 "pet-mac-commandlinetools",
12152 "pet-mac-python-org",
12153 "pet-mac-xcode",
12154 "pet-pipenv",
12155 "pet-pixi",
12156 "pet-poetry",
12157 "pet-pyenv",
12158 "pet-python-utils",
12159 "pet-reporter",
12160 "pet-telemetry",
12161 "pet-uv",
12162 "pet-venv",
12163 "pet-virtualenv",
12164 "pet-virtualenvwrapper",
12165 "pet-windows-registry",
12166 "pet-windows-store",
12167 "pet-winpython",
12168 "serde",
12169 "serde_json",
12170 "tracing",
12171 "tracing-subscriber",
12172 "winresource",
12173]
12174
12175[[package]]
12176name = "pet-conda"
12177version = "0.1.0"
12178source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12179dependencies = [
12180 "env_logger 0.10.2",
12181 "lazy_static",
12182 "log",
12183 "msvc_spectre_libs",
12184 "pet-core",
12185 "pet-fs",
12186 "pet-python-utils",
12187 "pet-reporter",
12188 "rayon",
12189 "regex",
12190 "serde",
12191 "serde_json",
12192 "yaml-rust2",
12193]
12194
12195[[package]]
12196name = "pet-core"
12197version = "0.1.0"
12198source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12199dependencies = [
12200 "clap",
12201 "lazy_static",
12202 "log",
12203 "msvc_spectre_libs",
12204 "pet-fs",
12205 "regex",
12206 "serde",
12207 "serde_json",
12208]
12209
12210[[package]]
12211name = "pet-env-var-path"
12212version = "0.1.0"
12213source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12214dependencies = [
12215 "lazy_static",
12216 "log",
12217 "msvc_spectre_libs",
12218 "pet-conda",
12219 "pet-core",
12220 "pet-fs",
12221 "pet-python-utils",
12222 "pet-virtualenv",
12223 "regex",
12224]
12225
12226[[package]]
12227name = "pet-fs"
12228version = "0.1.0"
12229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12230dependencies = [
12231 "glob",
12232 "log",
12233 "msvc_spectre_libs",
12234 "windows-sys 0.59.0",
12235]
12236
12237[[package]]
12238name = "pet-global-virtualenvs"
12239version = "0.1.0"
12240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12241dependencies = [
12242 "log",
12243 "msvc_spectre_libs",
12244 "pet-conda",
12245 "pet-core",
12246 "pet-fs",
12247 "pet-virtualenv",
12248]
12249
12250[[package]]
12251name = "pet-homebrew"
12252version = "0.1.0"
12253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12254dependencies = [
12255 "lazy_static",
12256 "log",
12257 "msvc_spectre_libs",
12258 "pet-conda",
12259 "pet-core",
12260 "pet-fs",
12261 "pet-python-utils",
12262 "pet-virtualenv",
12263 "rayon",
12264 "regex",
12265 "serde",
12266 "serde_json",
12267]
12268
12269[[package]]
12270name = "pet-jsonrpc"
12271version = "0.1.0"
12272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12273dependencies = [
12274 "env_logger 0.10.2",
12275 "log",
12276 "msvc_spectre_libs",
12277 "pet-core",
12278 "serde",
12279 "serde_json",
12280]
12281
12282[[package]]
12283name = "pet-linux-global-python"
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-commandlinetools"
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-python-org"
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-mac-xcode"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "log",
12327 "msvc_spectre_libs",
12328 "pet-core",
12329 "pet-fs",
12330 "pet-python-utils",
12331 "pet-virtualenv",
12332]
12333
12334[[package]]
12335name = "pet-pipenv"
12336version = "0.1.0"
12337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12338dependencies = [
12339 "lazy_static",
12340 "log",
12341 "msvc_spectre_libs",
12342 "pet-core",
12343 "pet-fs",
12344 "pet-python-utils",
12345 "pet-virtualenv",
12346 "regex",
12347]
12348
12349[[package]]
12350name = "pet-pixi"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-conda",
12357 "pet-core",
12358 "pet-python-utils",
12359]
12360
12361[[package]]
12362name = "pet-poetry"
12363version = "0.1.0"
12364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12365dependencies = [
12366 "base64 0.22.1",
12367 "lazy_static",
12368 "log",
12369 "msvc_spectre_libs",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-python-utils",
12373 "pet-reporter",
12374 "pet-virtualenv",
12375 "regex",
12376 "serde",
12377 "serde_json",
12378 "sha2",
12379 "toml 0.8.23",
12380]
12381
12382[[package]]
12383name = "pet-pyenv"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "lazy_static",
12388 "log",
12389 "msvc_spectre_libs",
12390 "pet-conda",
12391 "pet-core",
12392 "pet-fs",
12393 "pet-python-utils",
12394 "pet-reporter",
12395 "regex",
12396 "serde",
12397 "serde_json",
12398]
12399
12400[[package]]
12401name = "pet-python-utils"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "env_logger 0.10.2",
12406 "lazy_static",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "regex",
12412 "serde",
12413 "serde_json",
12414 "sha2",
12415]
12416
12417[[package]]
12418name = "pet-reporter"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "env_logger 0.10.2",
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-jsonrpc",
12427 "serde",
12428 "serde_json",
12429]
12430
12431[[package]]
12432name = "pet-telemetry"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "env_logger 0.10.2",
12437 "lazy_static",
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "regex",
12444]
12445
12446[[package]]
12447name = "pet-uv"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "pet-core",
12453 "pet-python-utils",
12454 "serde",
12455 "toml 0.9.8",
12456]
12457
12458[[package]]
12459name = "pet-venv"
12460version = "0.1.0"
12461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12462dependencies = [
12463 "log",
12464 "msvc_spectre_libs",
12465 "pet-core",
12466 "pet-python-utils",
12467 "pet-virtualenv",
12468]
12469
12470[[package]]
12471name = "pet-virtualenv"
12472version = "0.1.0"
12473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12474dependencies = [
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480]
12481
12482[[package]]
12483name = "pet-virtualenvwrapper"
12484version = "0.1.0"
12485source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12486dependencies = [
12487 "log",
12488 "msvc_spectre_libs",
12489 "pet-core",
12490 "pet-fs",
12491 "pet-python-utils",
12492 "pet-virtualenv",
12493]
12494
12495[[package]]
12496name = "pet-windows-registry"
12497version = "0.1.0"
12498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12499dependencies = [
12500 "lazy_static",
12501 "log",
12502 "msvc_spectre_libs",
12503 "pet-conda",
12504 "pet-core",
12505 "pet-fs",
12506 "pet-python-utils",
12507 "pet-virtualenv",
12508 "pet-windows-store",
12509 "regex",
12510 "winreg 0.55.0",
12511]
12512
12513[[package]]
12514name = "pet-windows-store"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "lazy_static",
12519 "log",
12520 "msvc_spectre_libs",
12521 "pet-core",
12522 "pet-fs",
12523 "pet-python-utils",
12524 "pet-virtualenv",
12525 "regex",
12526 "winreg 0.55.0",
12527]
12528
12529[[package]]
12530name = "pet-winpython"
12531version = "0.1.0"
12532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12533dependencies = [
12534 "lazy_static",
12535 "log",
12536 "pet-core",
12537 "pet-fs",
12538 "pet-python-utils",
12539 "pet-virtualenv",
12540 "regex",
12541]
12542
12543[[package]]
12544name = "petgraph"
12545version = "0.6.5"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12548dependencies = [
12549 "fixedbitset 0.4.2",
12550 "indexmap",
12551]
12552
12553[[package]]
12554name = "pgvector"
12555version = "0.4.1"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12558dependencies = [
12559 "serde",
12560]
12561
12562[[package]]
12563name = "phf"
12564version = "0.11.3"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12567dependencies = [
12568 "phf_macros 0.11.3",
12569 "phf_shared 0.11.3",
12570]
12571
12572[[package]]
12573name = "phf"
12574version = "0.12.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12577dependencies = [
12578 "phf_macros 0.12.1",
12579 "phf_shared 0.12.1",
12580]
12581
12582[[package]]
12583name = "phf_codegen"
12584version = "0.11.3"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12587dependencies = [
12588 "phf_generator 0.11.3",
12589 "phf_shared 0.11.3",
12590]
12591
12592[[package]]
12593name = "phf_generator"
12594version = "0.11.3"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12597dependencies = [
12598 "phf_shared 0.11.3",
12599 "rand 0.8.5",
12600]
12601
12602[[package]]
12603name = "phf_generator"
12604version = "0.12.1"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12607dependencies = [
12608 "fastrand 2.3.0",
12609 "phf_shared 0.12.1",
12610]
12611
12612[[package]]
12613name = "phf_macros"
12614version = "0.11.3"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12617dependencies = [
12618 "phf_generator 0.11.3",
12619 "phf_shared 0.11.3",
12620 "proc-macro2",
12621 "quote",
12622 "syn 2.0.117",
12623]
12624
12625[[package]]
12626name = "phf_macros"
12627version = "0.12.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12630dependencies = [
12631 "phf_generator 0.12.1",
12632 "phf_shared 0.12.1",
12633 "proc-macro2",
12634 "quote",
12635 "syn 2.0.117",
12636]
12637
12638[[package]]
12639name = "phf_shared"
12640version = "0.11.3"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12643dependencies = [
12644 "siphasher 1.0.1",
12645]
12646
12647[[package]]
12648name = "phf_shared"
12649version = "0.12.1"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12652dependencies = [
12653 "siphasher 1.0.1",
12654]
12655
12656[[package]]
12657name = "picker"
12658version = "0.1.0"
12659dependencies = [
12660 "anyhow",
12661 "editor",
12662 "gpui",
12663 "menu",
12664 "schemars",
12665 "serde",
12666 "settings",
12667 "theme",
12668 "theme_settings",
12669 "ui",
12670 "ui_input",
12671 "workspace",
12672 "zed_actions",
12673]
12674
12675[[package]]
12676name = "pico-args"
12677version = "0.5.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12680
12681[[package]]
12682name = "pin-project"
12683version = "1.1.10"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12686dependencies = [
12687 "pin-project-internal",
12688]
12689
12690[[package]]
12691name = "pin-project-internal"
12692version = "1.1.10"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12695dependencies = [
12696 "proc-macro2",
12697 "quote",
12698 "syn 2.0.117",
12699]
12700
12701[[package]]
12702name = "pin-project-lite"
12703version = "0.2.16"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12706
12707[[package]]
12708name = "pin-utils"
12709version = "0.1.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12712
12713[[package]]
12714name = "piper"
12715version = "0.2.4"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12718dependencies = [
12719 "atomic-waker",
12720 "fastrand 2.3.0",
12721 "futures-io",
12722]
12723
12724[[package]]
12725name = "pkcs1"
12726version = "0.7.5"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12729dependencies = [
12730 "der 0.7.10",
12731 "pkcs8 0.10.2",
12732 "spki 0.7.3",
12733]
12734
12735[[package]]
12736name = "pkcs8"
12737version = "0.9.0"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12740dependencies = [
12741 "der 0.6.1",
12742 "spki 0.6.0",
12743]
12744
12745[[package]]
12746name = "pkcs8"
12747version = "0.10.2"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12750dependencies = [
12751 "der 0.7.10",
12752 "spki 0.7.3",
12753]
12754
12755[[package]]
12756name = "pkg-config"
12757version = "0.3.32"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12760
12761[[package]]
12762name = "plain"
12763version = "0.2.3"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12766
12767[[package]]
12768name = "platform_title_bar"
12769version = "0.1.0"
12770dependencies = [
12771 "feature_flags",
12772 "gpui",
12773 "project",
12774 "settings",
12775 "smallvec",
12776 "theme",
12777 "theme_settings",
12778 "ui",
12779 "windows 0.61.3",
12780 "workspace",
12781 "zed_actions",
12782]
12783
12784[[package]]
12785name = "plist"
12786version = "1.8.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12789dependencies = [
12790 "base64 0.22.1",
12791 "indexmap",
12792 "quick-xml 0.38.3",
12793 "serde",
12794 "time",
12795]
12796
12797[[package]]
12798name = "plotters"
12799version = "0.3.7"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12802dependencies = [
12803 "num-traits",
12804 "plotters-backend",
12805 "plotters-svg",
12806 "wasm-bindgen",
12807 "web-sys",
12808]
12809
12810[[package]]
12811name = "plotters-backend"
12812version = "0.3.7"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12815
12816[[package]]
12817name = "plotters-svg"
12818version = "0.3.7"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12821dependencies = [
12822 "plotters-backend",
12823]
12824
12825[[package]]
12826name = "png"
12827version = "0.17.16"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12830dependencies = [
12831 "bitflags 1.3.2",
12832 "crc32fast",
12833 "fdeflate",
12834 "flate2",
12835 "miniz_oxide",
12836]
12837
12838[[package]]
12839name = "png"
12840version = "0.18.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12843dependencies = [
12844 "bitflags 2.10.0",
12845 "crc32fast",
12846 "fdeflate",
12847 "flate2",
12848 "miniz_oxide",
12849]
12850
12851[[package]]
12852name = "polling"
12853version = "3.11.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12856dependencies = [
12857 "cfg-if",
12858 "concurrent-queue",
12859 "hermit-abi",
12860 "pin-project-lite",
12861 "rustix 1.1.2",
12862 "windows-sys 0.61.2",
12863]
12864
12865[[package]]
12866name = "pollster"
12867version = "0.2.5"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12870
12871[[package]]
12872name = "pollster"
12873version = "0.4.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12876
12877[[package]]
12878name = "pori"
12879version = "0.0.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12882dependencies = [
12883 "nom 7.1.3",
12884]
12885
12886[[package]]
12887name = "portable-atomic"
12888version = "1.11.1"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12891
12892[[package]]
12893name = "portable-atomic-util"
12894version = "0.2.4"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12897dependencies = [
12898 "portable-atomic",
12899]
12900
12901[[package]]
12902name = "portable-pty"
12903version = "0.9.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12906dependencies = [
12907 "anyhow",
12908 "bitflags 1.3.2",
12909 "downcast-rs",
12910 "filedescriptor",
12911 "lazy_static",
12912 "libc",
12913 "log",
12914 "nix 0.28.0",
12915 "serial2",
12916 "shared_library",
12917 "shell-words",
12918 "winapi",
12919 "winreg 0.10.1",
12920]
12921
12922[[package]]
12923name = "postage"
12924version = "0.5.0"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12927dependencies = [
12928 "atomic",
12929 "crossbeam-queue",
12930 "futures 0.3.32",
12931 "log",
12932 "parking_lot",
12933 "pin-project",
12934 "pollster 0.2.5",
12935 "static_assertions",
12936 "thiserror 1.0.69",
12937]
12938
12939[[package]]
12940name = "postcard"
12941version = "1.1.3"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12944dependencies = [
12945 "cobs",
12946 "embedded-io 0.4.0",
12947 "embedded-io 0.6.1",
12948 "serde",
12949]
12950
12951[[package]]
12952name = "potential_utf"
12953version = "0.1.3"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12956dependencies = [
12957 "zerovec",
12958]
12959
12960[[package]]
12961name = "powerfmt"
12962version = "0.2.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12965
12966[[package]]
12967name = "ppv-lite86"
12968version = "0.2.21"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12971dependencies = [
12972 "zerocopy",
12973]
12974
12975[[package]]
12976name = "precomputed-hash"
12977version = "0.1.1"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12980
12981[[package]]
12982name = "presser"
12983version = "0.3.1"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12986
12987[[package]]
12988name = "prettier"
12989version = "0.1.0"
12990dependencies = [
12991 "anyhow",
12992 "collections",
12993 "fs",
12994 "gpui",
12995 "language",
12996 "log",
12997 "lsp",
12998 "node_runtime",
12999 "parking_lot",
13000 "paths",
13001 "serde",
13002 "serde_json",
13003 "util",
13004]
13005
13006[[package]]
13007name = "pretty_assertions"
13008version = "1.4.1"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13011dependencies = [
13012 "diff",
13013 "yansi",
13014]
13015
13016[[package]]
13017name = "prettyplease"
13018version = "0.2.37"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13021dependencies = [
13022 "proc-macro2",
13023 "syn 2.0.117",
13024]
13025
13026[[package]]
13027name = "primal-check"
13028version = "0.3.4"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13031dependencies = [
13032 "num-integer",
13033]
13034
13035[[package]]
13036name = "proc-macro-crate"
13037version = "3.4.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13040dependencies = [
13041 "toml_edit 0.23.7",
13042]
13043
13044[[package]]
13045name = "proc-macro-error"
13046version = "1.0.4"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13049dependencies = [
13050 "proc-macro-error-attr",
13051 "proc-macro2",
13052 "quote",
13053 "syn 1.0.109",
13054 "version_check",
13055]
13056
13057[[package]]
13058name = "proc-macro-error-attr"
13059version = "1.0.4"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13062dependencies = [
13063 "proc-macro2",
13064 "quote",
13065 "version_check",
13066]
13067
13068[[package]]
13069name = "proc-macro-error-attr2"
13070version = "2.0.0"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13073dependencies = [
13074 "proc-macro2",
13075 "quote",
13076]
13077
13078[[package]]
13079name = "proc-macro-error2"
13080version = "2.0.1"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13083dependencies = [
13084 "proc-macro-error-attr2",
13085 "proc-macro2",
13086 "quote",
13087 "syn 2.0.117",
13088]
13089
13090[[package]]
13091name = "proc-macro2"
13092version = "1.0.101"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13095dependencies = [
13096 "unicode-ident",
13097]
13098
13099[[package]]
13100name = "proc-macro2-diagnostics"
13101version = "0.10.1"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13104dependencies = [
13105 "proc-macro2",
13106 "quote",
13107 "syn 2.0.117",
13108 "version_check",
13109 "yansi",
13110]
13111
13112[[package]]
13113name = "procfs-core"
13114version = "0.17.0"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13117dependencies = [
13118 "bitflags 2.10.0",
13119 "hex",
13120 "serde",
13121]
13122
13123[[package]]
13124name = "profiling"
13125version = "1.0.17"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13128dependencies = [
13129 "profiling-procmacros",
13130]
13131
13132[[package]]
13133name = "profiling-procmacros"
13134version = "1.0.17"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13137dependencies = [
13138 "quote",
13139 "syn 2.0.117",
13140]
13141
13142[[package]]
13143name = "project"
13144version = "0.1.0"
13145dependencies = [
13146 "aho-corasick",
13147 "anyhow",
13148 "askpass",
13149 "async-trait",
13150 "base64 0.22.1",
13151 "buffer_diff",
13152 "circular-buffer",
13153 "client",
13154 "clock",
13155 "collections",
13156 "context_server",
13157 "credentials_provider",
13158 "dap",
13159 "encoding_rs",
13160 "extension",
13161 "fancy-regex 0.17.0",
13162 "fs",
13163 "futures 0.3.32",
13164 "fuzzy",
13165 "git",
13166 "git2",
13167 "git_hosting_providers",
13168 "globset",
13169 "gpui",
13170 "http_client",
13171 "image",
13172 "indexmap",
13173 "itertools 0.14.0",
13174 "language",
13175 "log",
13176 "lsp",
13177 "markdown",
13178 "node_runtime",
13179 "parking_lot",
13180 "paths",
13181 "percent-encoding",
13182 "postage",
13183 "prettier",
13184 "pretty_assertions",
13185 "project",
13186 "rand 0.9.2",
13187 "regex",
13188 "release_channel",
13189 "remote",
13190 "rpc",
13191 "schemars",
13192 "semver",
13193 "serde",
13194 "serde_json",
13195 "settings",
13196 "sha2",
13197 "shellexpand 2.1.2",
13198 "smallvec",
13199 "smol",
13200 "snippet",
13201 "snippet_provider",
13202 "sum_tree",
13203 "task",
13204 "tempfile",
13205 "terminal",
13206 "text",
13207 "toml 0.8.23",
13208 "tracing",
13209 "unindent",
13210 "url",
13211 "util",
13212 "watch",
13213 "wax",
13214 "which 6.0.3",
13215 "worktree",
13216 "zeroize",
13217 "zlog",
13218 "ztracing",
13219]
13220
13221[[package]]
13222name = "project_benchmarks"
13223version = "0.1.0"
13224dependencies = [
13225 "anyhow",
13226 "askpass",
13227 "clap",
13228 "client",
13229 "futures 0.3.32",
13230 "gpui",
13231 "gpui_platform",
13232 "http_client",
13233 "language",
13234 "node_runtime",
13235 "project",
13236 "release_channel",
13237 "remote",
13238 "rpassword",
13239 "semver",
13240 "settings",
13241 "watch",
13242]
13243
13244[[package]]
13245name = "project_panel"
13246version = "0.1.0"
13247dependencies = [
13248 "anyhow",
13249 "client",
13250 "collections",
13251 "command_palette_hooks",
13252 "criterion",
13253 "editor",
13254 "feature_flags",
13255 "file_icons",
13256 "git",
13257 "git_ui",
13258 "gpui",
13259 "itertools 0.14.0",
13260 "language",
13261 "menu",
13262 "notifications",
13263 "pretty_assertions",
13264 "project",
13265 "rayon",
13266 "remote_connection",
13267 "schemars",
13268 "search",
13269 "serde",
13270 "serde_json",
13271 "settings",
13272 "smallvec",
13273 "telemetry",
13274 "tempfile",
13275 "theme",
13276 "theme_settings",
13277 "ui",
13278 "util",
13279 "workspace",
13280 "worktree",
13281 "zed_actions",
13282]
13283
13284[[package]]
13285name = "project_symbols"
13286version = "0.1.0"
13287dependencies = [
13288 "anyhow",
13289 "editor",
13290 "futures 0.3.32",
13291 "fuzzy",
13292 "gpui",
13293 "language",
13294 "lsp",
13295 "ordered-float 2.10.1",
13296 "picker",
13297 "project",
13298 "release_channel",
13299 "semver",
13300 "serde_json",
13301 "settings",
13302 "theme",
13303 "theme_settings",
13304 "util",
13305 "workspace",
13306]
13307
13308[[package]]
13309name = "prometheus"
13310version = "0.14.0"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13313dependencies = [
13314 "cfg-if",
13315 "fnv",
13316 "lazy_static",
13317 "memchr",
13318 "parking_lot",
13319 "protobuf",
13320 "thiserror 2.0.17",
13321]
13322
13323[[package]]
13324name = "prompt_store"
13325version = "0.1.0"
13326dependencies = [
13327 "anyhow",
13328 "assets",
13329 "chrono",
13330 "collections",
13331 "fs",
13332 "futures 0.3.32",
13333 "fuzzy",
13334 "gpui",
13335 "handlebars 4.5.0",
13336 "heed",
13337 "language",
13338 "log",
13339 "parking_lot",
13340 "paths",
13341 "rope",
13342 "serde",
13343 "strum 0.27.2",
13344 "tempfile",
13345 "text",
13346 "util",
13347 "uuid",
13348]
13349
13350[[package]]
13351name = "proptest"
13352version = "1.10.0"
13353source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13354dependencies = [
13355 "bit-set 0.8.0",
13356 "bit-vec 0.8.0",
13357 "bitflags 2.10.0",
13358 "num-traits",
13359 "proptest-macro",
13360 "rand 0.9.2",
13361 "rand_chacha 0.9.0",
13362 "rand_xorshift",
13363 "regex-syntax",
13364 "rusty-fork",
13365 "tempfile",
13366 "unarray",
13367]
13368
13369[[package]]
13370name = "proptest-derive"
13371version = "0.8.0"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13374dependencies = [
13375 "proc-macro2",
13376 "quote",
13377 "syn 2.0.117",
13378]
13379
13380[[package]]
13381name = "proptest-macro"
13382version = "0.5.0"
13383source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13384dependencies = [
13385 "convert_case 0.11.0",
13386 "proc-macro2",
13387 "quote",
13388 "syn 2.0.117",
13389]
13390
13391[[package]]
13392name = "prost"
13393version = "0.9.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13396dependencies = [
13397 "bytes 1.11.1",
13398 "prost-derive 0.9.0",
13399]
13400
13401[[package]]
13402name = "prost"
13403version = "0.12.6"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13406dependencies = [
13407 "bytes 1.11.1",
13408 "prost-derive 0.12.6",
13409]
13410
13411[[package]]
13412name = "prost-build"
13413version = "0.9.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13416dependencies = [
13417 "bytes 1.11.1",
13418 "heck 0.3.3",
13419 "itertools 0.10.5",
13420 "lazy_static",
13421 "log",
13422 "multimap",
13423 "petgraph",
13424 "prost 0.9.0",
13425 "prost-types 0.9.0",
13426 "regex",
13427 "tempfile",
13428 "which 4.4.2",
13429]
13430
13431[[package]]
13432name = "prost-build"
13433version = "0.12.6"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13436dependencies = [
13437 "bytes 1.11.1",
13438 "heck 0.5.0",
13439 "itertools 0.12.1",
13440 "log",
13441 "multimap",
13442 "once_cell",
13443 "petgraph",
13444 "prettyplease",
13445 "prost 0.12.6",
13446 "prost-types 0.12.6",
13447 "regex",
13448 "syn 2.0.117",
13449 "tempfile",
13450]
13451
13452[[package]]
13453name = "prost-derive"
13454version = "0.9.0"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13457dependencies = [
13458 "anyhow",
13459 "itertools 0.10.5",
13460 "proc-macro2",
13461 "quote",
13462 "syn 1.0.109",
13463]
13464
13465[[package]]
13466name = "prost-derive"
13467version = "0.12.6"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13470dependencies = [
13471 "anyhow",
13472 "itertools 0.12.1",
13473 "proc-macro2",
13474 "quote",
13475 "syn 2.0.117",
13476]
13477
13478[[package]]
13479name = "prost-types"
13480version = "0.9.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13483dependencies = [
13484 "bytes 1.11.1",
13485 "prost 0.9.0",
13486]
13487
13488[[package]]
13489name = "prost-types"
13490version = "0.12.6"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13493dependencies = [
13494 "prost 0.12.6",
13495]
13496
13497[[package]]
13498name = "proto"
13499version = "0.1.0"
13500dependencies = [
13501 "anyhow",
13502 "prost 0.9.0",
13503 "prost-build 0.9.0",
13504 "serde",
13505]
13506
13507[[package]]
13508name = "protobuf"
13509version = "3.7.2"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13512dependencies = [
13513 "once_cell",
13514 "protobuf-support",
13515 "thiserror 1.0.69",
13516]
13517
13518[[package]]
13519name = "protobuf-support"
13520version = "3.7.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13523dependencies = [
13524 "thiserror 1.0.69",
13525]
13526
13527[[package]]
13528name = "psm"
13529version = "0.1.30"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13532dependencies = [
13533 "ar_archive_writer",
13534 "cc",
13535]
13536
13537[[package]]
13538name = "ptr_meta"
13539version = "0.1.4"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13542dependencies = [
13543 "ptr_meta_derive",
13544]
13545
13546[[package]]
13547name = "ptr_meta_derive"
13548version = "0.1.4"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13551dependencies = [
13552 "proc-macro2",
13553 "quote",
13554 "syn 1.0.109",
13555]
13556
13557[[package]]
13558name = "pulldown-cmark"
13559version = "0.10.3"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13562dependencies = [
13563 "bitflags 2.10.0",
13564 "memchr",
13565 "pulldown-cmark-escape",
13566 "unicase",
13567]
13568
13569[[package]]
13570name = "pulldown-cmark"
13571version = "0.13.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13574dependencies = [
13575 "bitflags 2.10.0",
13576 "memchr",
13577 "unicase",
13578]
13579
13580[[package]]
13581name = "pulldown-cmark-escape"
13582version = "0.10.1"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13585
13586[[package]]
13587name = "pulley-interpreter"
13588version = "36.0.6"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13591dependencies = [
13592 "cranelift-bitset",
13593 "log",
13594 "pulley-macros",
13595 "wasmtime-internal-math",
13596]
13597
13598[[package]]
13599name = "pulley-macros"
13600version = "36.0.6"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13603dependencies = [
13604 "proc-macro2",
13605 "quote",
13606 "syn 2.0.117",
13607]
13608
13609[[package]]
13610name = "pulp"
13611version = "0.18.22"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13614dependencies = [
13615 "bytemuck",
13616 "libm",
13617 "num-complex",
13618 "reborrow",
13619]
13620
13621[[package]]
13622name = "pulp"
13623version = "0.21.5"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13626dependencies = [
13627 "bytemuck",
13628 "cfg-if",
13629 "libm",
13630 "num-complex",
13631 "reborrow",
13632 "version_check",
13633]
13634
13635[[package]]
13636name = "pxfm"
13637version = "0.1.25"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13640dependencies = [
13641 "num-traits",
13642]
13643
13644[[package]]
13645name = "qoi"
13646version = "0.4.1"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13649dependencies = [
13650 "bytemuck",
13651]
13652
13653[[package]]
13654name = "quick-error"
13655version = "1.2.3"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13658
13659[[package]]
13660name = "quick-error"
13661version = "2.0.1"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13664
13665[[package]]
13666name = "quick-xml"
13667version = "0.30.0"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13670dependencies = [
13671 "memchr",
13672]
13673
13674[[package]]
13675name = "quick-xml"
13676version = "0.37.5"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13679dependencies = [
13680 "memchr",
13681]
13682
13683[[package]]
13684name = "quick-xml"
13685version = "0.38.3"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13688dependencies = [
13689 "memchr",
13690]
13691
13692[[package]]
13693name = "quinn"
13694version = "0.11.9"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13697dependencies = [
13698 "bytes 1.11.1",
13699 "cfg_aliases 0.2.1",
13700 "pin-project-lite",
13701 "quinn-proto",
13702 "quinn-udp",
13703 "rustc-hash 2.1.1",
13704 "rustls 0.23.33",
13705 "socket2 0.6.1",
13706 "thiserror 2.0.17",
13707 "tokio",
13708 "tracing",
13709 "web-time",
13710]
13711
13712[[package]]
13713name = "quinn-proto"
13714version = "0.11.13"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13717dependencies = [
13718 "bytes 1.11.1",
13719 "getrandom 0.3.4",
13720 "lru-slab",
13721 "rand 0.9.2",
13722 "ring",
13723 "rustc-hash 2.1.1",
13724 "rustls 0.23.33",
13725 "rustls-pki-types",
13726 "slab",
13727 "thiserror 2.0.17",
13728 "tinyvec",
13729 "tracing",
13730 "web-time",
13731]
13732
13733[[package]]
13734name = "quinn-udp"
13735version = "0.5.14"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13738dependencies = [
13739 "cfg_aliases 0.2.1",
13740 "libc",
13741 "once_cell",
13742 "socket2 0.6.1",
13743 "tracing",
13744 "windows-sys 0.60.2",
13745]
13746
13747[[package]]
13748name = "quote"
13749version = "1.0.41"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13752dependencies = [
13753 "proc-macro2",
13754]
13755
13756[[package]]
13757name = "r-efi"
13758version = "5.3.0"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13761
13762[[package]]
13763name = "radium"
13764version = "0.7.0"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13767
13768[[package]]
13769name = "rand"
13770version = "0.3.23"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13773dependencies = [
13774 "libc",
13775 "rand 0.4.6",
13776]
13777
13778[[package]]
13779name = "rand"
13780version = "0.4.6"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13783dependencies = [
13784 "fuchsia-cprng",
13785 "libc",
13786 "rand_core 0.3.1",
13787 "rdrand",
13788 "winapi",
13789]
13790
13791[[package]]
13792name = "rand"
13793version = "0.8.5"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13796dependencies = [
13797 "libc",
13798 "rand_chacha 0.3.1",
13799 "rand_core 0.6.4",
13800]
13801
13802[[package]]
13803name = "rand"
13804version = "0.9.2"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13807dependencies = [
13808 "rand_chacha 0.9.0",
13809 "rand_core 0.9.3",
13810]
13811
13812[[package]]
13813name = "rand_chacha"
13814version = "0.3.1"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13817dependencies = [
13818 "ppv-lite86",
13819 "rand_core 0.6.4",
13820]
13821
13822[[package]]
13823name = "rand_chacha"
13824version = "0.9.0"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13827dependencies = [
13828 "ppv-lite86",
13829 "rand_core 0.9.3",
13830]
13831
13832[[package]]
13833name = "rand_core"
13834version = "0.3.1"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13837dependencies = [
13838 "rand_core 0.4.2",
13839]
13840
13841[[package]]
13842name = "rand_core"
13843version = "0.4.2"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13846
13847[[package]]
13848name = "rand_core"
13849version = "0.6.4"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13852dependencies = [
13853 "getrandom 0.2.16",
13854]
13855
13856[[package]]
13857name = "rand_core"
13858version = "0.9.3"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13861dependencies = [
13862 "getrandom 0.3.4",
13863]
13864
13865[[package]]
13866name = "rand_distr"
13867version = "0.5.1"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13870dependencies = [
13871 "num-traits",
13872 "rand 0.9.2",
13873]
13874
13875[[package]]
13876name = "rand_pcg"
13877version = "0.3.1"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13880dependencies = [
13881 "rand_core 0.6.4",
13882]
13883
13884[[package]]
13885name = "rand_xorshift"
13886version = "0.4.0"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13889dependencies = [
13890 "rand_core 0.9.3",
13891]
13892
13893[[package]]
13894name = "random_choice"
13895version = "0.3.2"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13898dependencies = [
13899 "rand 0.3.23",
13900]
13901
13902[[package]]
13903name = "range-alloc"
13904version = "0.1.4"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13907
13908[[package]]
13909name = "range-map"
13910version = "0.2.0"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13913dependencies = [
13914 "num-traits",
13915]
13916
13917[[package]]
13918name = "rangemap"
13919version = "1.7.1"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13922
13923[[package]]
13924name = "rav1e"
13925version = "0.7.1"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13928dependencies = [
13929 "arbitrary",
13930 "arg_enum_proc_macro",
13931 "arrayvec",
13932 "av1-grain",
13933 "bitstream-io",
13934 "built",
13935 "cfg-if",
13936 "interpolate_name",
13937 "itertools 0.12.1",
13938 "libc",
13939 "libfuzzer-sys",
13940 "log",
13941 "maybe-rayon",
13942 "new_debug_unreachable",
13943 "noop_proc_macro",
13944 "num-derive",
13945 "num-traits",
13946 "once_cell",
13947 "paste",
13948 "profiling",
13949 "rand 0.8.5",
13950 "rand_chacha 0.3.1",
13951 "simd_helpers",
13952 "system-deps 6.2.2",
13953 "thiserror 1.0.69",
13954 "v_frame",
13955 "wasm-bindgen",
13956]
13957
13958[[package]]
13959name = "ravif"
13960version = "0.11.20"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13963dependencies = [
13964 "avif-serialize",
13965 "imgref",
13966 "loop9",
13967 "quick-error 2.0.1",
13968 "rav1e",
13969 "rayon",
13970 "rgb",
13971]
13972
13973[[package]]
13974name = "raw-cpuid"
13975version = "10.7.0"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13978dependencies = [
13979 "bitflags 1.3.2",
13980]
13981
13982[[package]]
13983name = "raw-cpuid"
13984version = "11.6.0"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13987dependencies = [
13988 "bitflags 2.10.0",
13989]
13990
13991[[package]]
13992name = "raw-window-handle"
13993version = "0.6.2"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13996
13997[[package]]
13998name = "raw-window-metal"
13999version = "1.1.0"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14002dependencies = [
14003 "objc2",
14004 "objc2-core-foundation",
14005 "objc2-foundation",
14006 "objc2-quartz-core",
14007]
14008
14009[[package]]
14010name = "rayon"
14011version = "1.11.0"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14014dependencies = [
14015 "either",
14016 "rayon-core",
14017]
14018
14019[[package]]
14020name = "rayon-core"
14021version = "1.13.0"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14024dependencies = [
14025 "crossbeam-deque",
14026 "crossbeam-utils",
14027]
14028
14029[[package]]
14030name = "rdrand"
14031version = "0.4.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14034dependencies = [
14035 "rand_core 0.3.1",
14036]
14037
14038[[package]]
14039name = "read-fonts"
14040version = "0.35.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14043dependencies = [
14044 "bytemuck",
14045 "font-types 0.10.0",
14046]
14047
14048[[package]]
14049name = "read-fonts"
14050version = "0.37.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14053dependencies = [
14054 "bytemuck",
14055 "core_maths",
14056 "font-types 0.11.0",
14057]
14058
14059[[package]]
14060name = "realfft"
14061version = "3.5.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14064dependencies = [
14065 "rustfft",
14066]
14067
14068[[package]]
14069name = "reborrow"
14070version = "0.5.5"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14073
14074[[package]]
14075name = "recent_projects"
14076version = "0.1.0"
14077dependencies = [
14078 "anyhow",
14079 "askpass",
14080 "chrono",
14081 "db",
14082 "dev_container",
14083 "editor",
14084 "extension",
14085 "extension_host",
14086 "fs",
14087 "futures 0.3.32",
14088 "fuzzy",
14089 "gpui",
14090 "http_client",
14091 "indoc",
14092 "language",
14093 "log",
14094 "menu",
14095 "node_runtime",
14096 "open_path_prompt",
14097 "ordered-float 2.10.1",
14098 "paths",
14099 "picker",
14100 "project",
14101 "release_channel",
14102 "remote",
14103 "remote_connection",
14104 "remote_server",
14105 "semver",
14106 "serde",
14107 "serde_json",
14108 "settings",
14109 "smol",
14110 "task",
14111 "telemetry",
14112 "ui",
14113 "ui_input",
14114 "util",
14115 "windows-registry 0.6.1",
14116 "workspace",
14117 "worktree",
14118 "zed_actions",
14119]
14120
14121[[package]]
14122name = "redox_syscall"
14123version = "0.2.16"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14126dependencies = [
14127 "bitflags 1.3.2",
14128]
14129
14130[[package]]
14131name = "redox_syscall"
14132version = "0.5.18"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14135dependencies = [
14136 "bitflags 2.10.0",
14137]
14138
14139[[package]]
14140name = "redox_users"
14141version = "0.4.6"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14144dependencies = [
14145 "getrandom 0.2.16",
14146 "libredox",
14147 "thiserror 1.0.69",
14148]
14149
14150[[package]]
14151name = "redox_users"
14152version = "0.5.2"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14155dependencies = [
14156 "getrandom 0.2.16",
14157 "libredox",
14158 "thiserror 2.0.17",
14159]
14160
14161[[package]]
14162name = "ref-cast"
14163version = "1.0.25"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14166dependencies = [
14167 "ref-cast-impl",
14168]
14169
14170[[package]]
14171name = "ref-cast-impl"
14172version = "1.0.25"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14175dependencies = [
14176 "proc-macro2",
14177 "quote",
14178 "syn 2.0.117",
14179]
14180
14181[[package]]
14182name = "referencing"
14183version = "0.37.4"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14186dependencies = [
14187 "ahash 0.8.12",
14188 "fluent-uri",
14189 "getrandom 0.3.4",
14190 "hashbrown 0.16.1",
14191 "parking_lot",
14192 "percent-encoding",
14193 "serde_json",
14194]
14195
14196[[package]]
14197name = "refineable"
14198version = "0.1.0"
14199dependencies = [
14200 "derive_refineable",
14201]
14202
14203[[package]]
14204name = "regalloc2"
14205version = "0.12.2"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14208dependencies = [
14209 "allocator-api2",
14210 "bumpalo",
14211 "hashbrown 0.15.5",
14212 "log",
14213 "rustc-hash 2.1.1",
14214 "serde",
14215 "smallvec",
14216]
14217
14218[[package]]
14219name = "regex"
14220version = "1.12.2"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14223dependencies = [
14224 "aho-corasick",
14225 "memchr",
14226 "regex-automata",
14227 "regex-syntax",
14228]
14229
14230[[package]]
14231name = "regex-automata"
14232version = "0.4.13"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14235dependencies = [
14236 "aho-corasick",
14237 "memchr",
14238 "regex-syntax",
14239]
14240
14241[[package]]
14242name = "regex-lite"
14243version = "0.1.8"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14246
14247[[package]]
14248name = "regex-syntax"
14249version = "0.8.8"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14252
14253[[package]]
14254name = "release_channel"
14255version = "0.1.0"
14256dependencies = [
14257 "gpui",
14258 "semver",
14259]
14260
14261[[package]]
14262name = "remote"
14263version = "0.1.0"
14264dependencies = [
14265 "anyhow",
14266 "askpass",
14267 "async-trait",
14268 "base64 0.22.1",
14269 "collections",
14270 "fs",
14271 "futures 0.3.32",
14272 "gpui",
14273 "log",
14274 "parking_lot",
14275 "paths",
14276 "prost 0.9.0",
14277 "release_channel",
14278 "rpc",
14279 "schemars",
14280 "semver",
14281 "serde",
14282 "serde_json",
14283 "settings",
14284 "smol",
14285 "tempfile",
14286 "thiserror 2.0.17",
14287 "urlencoding",
14288 "util",
14289 "which 6.0.3",
14290]
14291
14292[[package]]
14293name = "remote_connection"
14294version = "0.1.0"
14295dependencies = [
14296 "anyhow",
14297 "askpass",
14298 "auto_update",
14299 "futures 0.3.32",
14300 "gpui",
14301 "log",
14302 "markdown",
14303 "menu",
14304 "release_channel",
14305 "remote",
14306 "semver",
14307 "settings",
14308 "theme_settings",
14309 "ui",
14310 "ui_input",
14311 "workspace",
14312]
14313
14314[[package]]
14315name = "remote_server"
14316version = "0.1.0"
14317dependencies = [
14318 "action_log",
14319 "agent",
14320 "anyhow",
14321 "askpass",
14322 "cargo_toml",
14323 "clap",
14324 "client",
14325 "clock",
14326 "collections",
14327 "crash-handler",
14328 "crashes",
14329 "dap_adapters",
14330 "debug_adapter_extension",
14331 "editor",
14332 "env_logger 0.11.8",
14333 "extension",
14334 "extension_host",
14335 "fork",
14336 "fs",
14337 "futures 0.3.32",
14338 "git",
14339 "git2",
14340 "git_hosting_providers",
14341 "gpui",
14342 "gpui_platform",
14343 "gpui_tokio",
14344 "http_client",
14345 "image",
14346 "json_schema_store",
14347 "language",
14348 "language_extension",
14349 "language_model",
14350 "languages",
14351 "libc",
14352 "log",
14353 "lsp",
14354 "minidumper",
14355 "net",
14356 "node_runtime",
14357 "paths",
14358 "pretty_assertions",
14359 "project",
14360 "proto",
14361 "rayon",
14362 "release_channel",
14363 "remote",
14364 "reqwest_client",
14365 "rpc",
14366 "rust-embed",
14367 "semver",
14368 "serde",
14369 "serde_json",
14370 "settings",
14371 "shellexpand 2.1.2",
14372 "smol",
14373 "sysinfo 0.37.2",
14374 "task",
14375 "theme",
14376 "theme_settings",
14377 "thiserror 2.0.17",
14378 "toml 0.8.23",
14379 "unindent",
14380 "util",
14381 "uuid",
14382 "watch",
14383 "windows 0.61.3",
14384 "worktree",
14385 "zlog",
14386]
14387
14388[[package]]
14389name = "rend"
14390version = "0.4.2"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14393dependencies = [
14394 "bytecheck",
14395]
14396
14397[[package]]
14398name = "renderdoc-sys"
14399version = "1.1.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14402
14403[[package]]
14404name = "repl"
14405version = "0.1.0"
14406dependencies = [
14407 "alacritty_terminal",
14408 "anyhow",
14409 "async-dispatcher",
14410 "async-task",
14411 "async-tungstenite",
14412 "base64 0.22.1",
14413 "client",
14414 "collections",
14415 "command_palette_hooks",
14416 "editor",
14417 "feature_flags",
14418 "file_icons",
14419 "futures 0.3.32",
14420 "gpui",
14421 "html_to_markdown",
14422 "http_client",
14423 "image",
14424 "indoc",
14425 "jupyter-protocol",
14426 "jupyter-websocket-client",
14427 "language",
14428 "languages",
14429 "log",
14430 "markdown",
14431 "menu",
14432 "multi_buffer",
14433 "nbformat",
14434 "picker",
14435 "project",
14436 "remote",
14437 "runtimelib",
14438 "serde",
14439 "serde_json",
14440 "settings",
14441 "shlex",
14442 "smol",
14443 "telemetry",
14444 "terminal",
14445 "terminal_view",
14446 "theme",
14447 "theme_settings",
14448 "tree-sitter-md",
14449 "tree-sitter-python",
14450 "tree-sitter-typescript",
14451 "ui",
14452 "util",
14453 "uuid",
14454 "workspace",
14455 "zed_actions",
14456]
14457
14458[[package]]
14459name = "reqwest"
14460version = "0.11.27"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14463dependencies = [
14464 "base64 0.21.7",
14465 "bytes 1.11.1",
14466 "encoding_rs",
14467 "futures-core",
14468 "futures-util",
14469 "h2 0.3.27",
14470 "http 0.2.12",
14471 "http-body 0.4.6",
14472 "hyper 0.14.32",
14473 "hyper-tls",
14474 "ipnet",
14475 "js-sys",
14476 "log",
14477 "mime",
14478 "native-tls",
14479 "once_cell",
14480 "percent-encoding",
14481 "pin-project-lite",
14482 "rustls-pemfile 1.0.4",
14483 "serde",
14484 "serde_json",
14485 "serde_urlencoded",
14486 "sync_wrapper 0.1.2",
14487 "system-configuration 0.5.1",
14488 "tokio",
14489 "tokio-native-tls",
14490 "tower-service",
14491 "url",
14492 "wasm-bindgen",
14493 "wasm-bindgen-futures",
14494 "web-sys",
14495 "winreg 0.50.0",
14496]
14497
14498[[package]]
14499name = "reqwest"
14500version = "0.12.24"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14503dependencies = [
14504 "base64 0.22.1",
14505 "bytes 1.11.1",
14506 "futures-channel",
14507 "futures-core",
14508 "futures-util",
14509 "http 1.3.1",
14510 "http-body 1.0.1",
14511 "http-body-util",
14512 "hyper 1.7.0",
14513 "hyper-rustls 0.27.7",
14514 "hyper-util",
14515 "js-sys",
14516 "log",
14517 "percent-encoding",
14518 "pin-project-lite",
14519 "quinn",
14520 "rustls 0.23.33",
14521 "rustls-native-certs 0.8.2",
14522 "rustls-pki-types",
14523 "serde",
14524 "serde_json",
14525 "serde_urlencoded",
14526 "sync_wrapper 1.0.2",
14527 "tokio",
14528 "tokio-rustls 0.26.2",
14529 "tower 0.5.2",
14530 "tower-http 0.6.6",
14531 "tower-service",
14532 "url",
14533 "wasm-bindgen",
14534 "wasm-bindgen-futures",
14535 "web-sys",
14536]
14537
14538[[package]]
14539name = "reqwest_client"
14540version = "0.1.0"
14541dependencies = [
14542 "anyhow",
14543 "bytes 1.11.1",
14544 "futures 0.3.32",
14545 "gpui_util",
14546 "http_client",
14547 "http_client_tls",
14548 "log",
14549 "regex",
14550 "serde",
14551 "tokio",
14552 "zed-reqwest",
14553]
14554
14555[[package]]
14556name = "resvg"
14557version = "0.45.1"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14560dependencies = [
14561 "gif",
14562 "image-webp",
14563 "log",
14564 "pico-args",
14565 "rgb",
14566 "svgtypes",
14567 "tiny-skia",
14568 "usvg",
14569 "zune-jpeg",
14570]
14571
14572[[package]]
14573name = "rfc6979"
14574version = "0.3.1"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14577dependencies = [
14578 "crypto-bigint 0.4.9",
14579 "hmac",
14580 "zeroize",
14581]
14582
14583[[package]]
14584name = "rgb"
14585version = "0.8.52"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14588dependencies = [
14589 "bytemuck",
14590]
14591
14592[[package]]
14593name = "ring"
14594version = "0.17.14"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14597dependencies = [
14598 "cc",
14599 "cfg-if",
14600 "getrandom 0.2.16",
14601 "libc",
14602 "untrusted 0.9.0",
14603 "windows-sys 0.52.0",
14604]
14605
14606[[package]]
14607name = "rkyv"
14608version = "0.7.45"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14611dependencies = [
14612 "bitvec",
14613 "bytecheck",
14614 "bytes 1.11.1",
14615 "hashbrown 0.12.3",
14616 "ptr_meta",
14617 "rend",
14618 "rkyv_derive",
14619 "seahash",
14620 "tinyvec",
14621 "uuid",
14622]
14623
14624[[package]]
14625name = "rkyv_derive"
14626version = "0.7.45"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14629dependencies = [
14630 "proc-macro2",
14631 "quote",
14632 "syn 1.0.109",
14633]
14634
14635[[package]]
14636name = "rmcp"
14637version = "1.3.0"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "2231b2c085b371c01bc90c0e6c1cab8834711b6394533375bdbf870b0166d419"
14640dependencies = [
14641 "async-trait",
14642 "base64 0.22.1",
14643 "chrono",
14644 "futures 0.3.32",
14645 "pastey",
14646 "pin-project-lite",
14647 "rmcp-macros",
14648 "schemars",
14649 "serde",
14650 "serde_json",
14651 "thiserror 2.0.17",
14652 "tokio",
14653 "tokio-util",
14654 "tracing",
14655]
14656
14657[[package]]
14658name = "rmcp-macros"
14659version = "1.3.0"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "36ea0e100fadf81be85d7ff70f86cd805c7572601d4ab2946207f36540854b43"
14662dependencies = [
14663 "darling 0.23.0",
14664 "proc-macro2",
14665 "quote",
14666 "serde_json",
14667 "syn 2.0.117",
14668]
14669
14670[[package]]
14671name = "rmp"
14672version = "0.8.14"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14675dependencies = [
14676 "byteorder",
14677 "num-traits",
14678 "paste",
14679]
14680
14681[[package]]
14682name = "rmpv"
14683version = "1.3.0"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14686dependencies = [
14687 "num-traits",
14688 "rmp",
14689]
14690
14691[[package]]
14692name = "rodio"
14693version = "0.21.1"
14694source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14695dependencies = [
14696 "cpal",
14697 "dasp_sample",
14698 "hound",
14699 "num-rational",
14700 "rand 0.9.2",
14701 "rand_distr",
14702 "rtrb",
14703 "symphonia",
14704 "thiserror 2.0.17",
14705]
14706
14707[[package]]
14708name = "rope"
14709version = "0.1.0"
14710dependencies = [
14711 "criterion",
14712 "ctor",
14713 "gpui",
14714 "heapless",
14715 "log",
14716 "rand 0.9.2",
14717 "rayon",
14718 "sum_tree",
14719 "tracing",
14720 "unicode-segmentation",
14721 "util",
14722 "zlog",
14723 "ztracing",
14724]
14725
14726[[package]]
14727name = "roxmltree"
14728version = "0.20.0"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14731
14732[[package]]
14733name = "rpassword"
14734version = "7.4.0"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14737dependencies = [
14738 "libc",
14739 "rtoolbox",
14740 "windows-sys 0.59.0",
14741]
14742
14743[[package]]
14744name = "rpc"
14745version = "0.1.0"
14746dependencies = [
14747 "anyhow",
14748 "async-tungstenite",
14749 "base64 0.22.1",
14750 "collections",
14751 "futures 0.3.32",
14752 "gpui",
14753 "parking_lot",
14754 "proto",
14755 "rand 0.9.2",
14756 "rsa",
14757 "serde",
14758 "serde_json",
14759 "sha2",
14760 "strum 0.27.2",
14761 "tracing",
14762 "util",
14763 "zlog",
14764 "zstd",
14765]
14766
14767[[package]]
14768name = "rsa"
14769version = "0.9.10"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14772dependencies = [
14773 "const-oid",
14774 "digest",
14775 "num-bigint-dig 0.8.6",
14776 "num-integer",
14777 "num-traits",
14778 "pkcs1",
14779 "pkcs8 0.10.2",
14780 "rand_core 0.6.4",
14781 "signature 2.2.0",
14782 "spki 0.7.3",
14783 "subtle",
14784 "zeroize",
14785]
14786
14787[[package]]
14788name = "rtoolbox"
14789version = "0.0.3"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14792dependencies = [
14793 "libc",
14794 "windows-sys 0.52.0",
14795]
14796
14797[[package]]
14798name = "rtrb"
14799version = "0.3.2"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14802
14803[[package]]
14804name = "rules_library"
14805version = "0.1.0"
14806dependencies = [
14807 "anyhow",
14808 "collections",
14809 "editor",
14810 "gpui",
14811 "language",
14812 "language_model",
14813 "log",
14814 "menu",
14815 "picker",
14816 "platform_title_bar",
14817 "prompt_store",
14818 "release_channel",
14819 "rope",
14820 "serde",
14821 "settings",
14822 "theme_settings",
14823 "ui",
14824 "ui_input",
14825 "util",
14826 "workspace",
14827 "zed_actions",
14828]
14829
14830[[package]]
14831name = "runtimelib"
14832version = "1.4.0"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14835dependencies = [
14836 "async-dispatcher",
14837 "async-std",
14838 "aws-lc-rs",
14839 "base64 0.22.1",
14840 "bytes 1.11.1",
14841 "chrono",
14842 "data-encoding",
14843 "dirs 6.0.0",
14844 "futures 0.3.32",
14845 "glob",
14846 "jupyter-protocol",
14847 "serde",
14848 "serde_json",
14849 "shellexpand 3.1.1",
14850 "smol",
14851 "thiserror 2.0.17",
14852 "uuid",
14853 "zeromq",
14854]
14855
14856[[package]]
14857name = "rust-embed"
14858version = "8.11.0"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14861dependencies = [
14862 "rust-embed-impl",
14863 "rust-embed-utils",
14864 "walkdir",
14865]
14866
14867[[package]]
14868name = "rust-embed-impl"
14869version = "8.11.0"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14872dependencies = [
14873 "proc-macro2",
14874 "quote",
14875 "rust-embed-utils",
14876 "syn 2.0.117",
14877 "walkdir",
14878]
14879
14880[[package]]
14881name = "rust-embed-utils"
14882version = "8.11.0"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14885dependencies = [
14886 "globset",
14887 "sha2",
14888 "walkdir",
14889]
14890
14891[[package]]
14892name = "rust_decimal"
14893version = "1.39.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14896dependencies = [
14897 "arrayvec",
14898 "borsh",
14899 "bytes 1.11.1",
14900 "num-traits",
14901 "rand 0.8.5",
14902 "rkyv",
14903 "serde",
14904 "serde_json",
14905]
14906
14907[[package]]
14908name = "rustc-demangle"
14909version = "0.1.26"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14912
14913[[package]]
14914name = "rustc-hash"
14915version = "1.1.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14918
14919[[package]]
14920name = "rustc-hash"
14921version = "2.1.1"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14924
14925[[package]]
14926name = "rustc_version"
14927version = "0.4.1"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14930dependencies = [
14931 "semver",
14932]
14933
14934[[package]]
14935name = "rustfft"
14936version = "6.4.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14939dependencies = [
14940 "num-complex",
14941 "num-integer",
14942 "num-traits",
14943 "primal-check",
14944 "strength_reduce",
14945 "transpose",
14946]
14947
14948[[package]]
14949name = "rustix"
14950version = "0.38.44"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14953dependencies = [
14954 "bitflags 2.10.0",
14955 "errno 0.3.14",
14956 "libc",
14957 "linux-raw-sys 0.4.15",
14958 "windows-sys 0.59.0",
14959]
14960
14961[[package]]
14962name = "rustix"
14963version = "1.1.2"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14966dependencies = [
14967 "bitflags 2.10.0",
14968 "errno 0.3.14",
14969 "libc",
14970 "linux-raw-sys 0.11.0",
14971 "windows-sys 0.61.2",
14972]
14973
14974[[package]]
14975name = "rustix-linux-procfs"
14976version = "0.1.1"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14979dependencies = [
14980 "once_cell",
14981 "rustix 1.1.2",
14982]
14983
14984[[package]]
14985name = "rustix-openpty"
14986version = "0.2.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14989dependencies = [
14990 "errno 0.3.14",
14991 "libc",
14992 "rustix 1.1.2",
14993]
14994
14995[[package]]
14996name = "rustls"
14997version = "0.21.12"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15000dependencies = [
15001 "log",
15002 "ring",
15003 "rustls-webpki 0.101.7",
15004 "sct",
15005]
15006
15007[[package]]
15008name = "rustls"
15009version = "0.23.33"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15012dependencies = [
15013 "aws-lc-rs",
15014 "log",
15015 "once_cell",
15016 "ring",
15017 "rustls-pki-types",
15018 "rustls-webpki 0.103.7",
15019 "subtle",
15020 "zeroize",
15021]
15022
15023[[package]]
15024name = "rustls-native-certs"
15025version = "0.6.3"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15028dependencies = [
15029 "openssl-probe",
15030 "rustls-pemfile 1.0.4",
15031 "schannel",
15032 "security-framework 2.11.1",
15033]
15034
15035[[package]]
15036name = "rustls-native-certs"
15037version = "0.8.2"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15040dependencies = [
15041 "openssl-probe",
15042 "rustls-pki-types",
15043 "schannel",
15044 "security-framework 3.5.1",
15045]
15046
15047[[package]]
15048name = "rustls-pemfile"
15049version = "1.0.4"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15052dependencies = [
15053 "base64 0.21.7",
15054]
15055
15056[[package]]
15057name = "rustls-pemfile"
15058version = "2.2.0"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15061dependencies = [
15062 "rustls-pki-types",
15063]
15064
15065[[package]]
15066name = "rustls-pki-types"
15067version = "1.12.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15070dependencies = [
15071 "web-time",
15072 "zeroize",
15073]
15074
15075[[package]]
15076name = "rustls-platform-verifier"
15077version = "0.5.3"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15080dependencies = [
15081 "core-foundation 0.10.0",
15082 "core-foundation-sys",
15083 "jni",
15084 "log",
15085 "once_cell",
15086 "rustls 0.23.33",
15087 "rustls-native-certs 0.8.2",
15088 "rustls-platform-verifier-android",
15089 "rustls-webpki 0.103.7",
15090 "security-framework 3.5.1",
15091 "security-framework-sys",
15092 "webpki-root-certs",
15093 "windows-sys 0.59.0",
15094]
15095
15096[[package]]
15097name = "rustls-platform-verifier-android"
15098version = "0.1.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15101
15102[[package]]
15103name = "rustls-webpki"
15104version = "0.101.7"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15107dependencies = [
15108 "ring",
15109 "untrusted 0.9.0",
15110]
15111
15112[[package]]
15113name = "rustls-webpki"
15114version = "0.103.7"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15117dependencies = [
15118 "aws-lc-rs",
15119 "ring",
15120 "rustls-pki-types",
15121 "untrusted 0.9.0",
15122]
15123
15124[[package]]
15125name = "rustversion"
15126version = "1.0.22"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15129
15130[[package]]
15131name = "rusty-fork"
15132version = "0.3.1"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15135dependencies = [
15136 "fnv",
15137 "quick-error 1.2.3",
15138 "tempfile",
15139 "wait-timeout",
15140]
15141
15142[[package]]
15143name = "rustybuzz"
15144version = "0.20.1"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15147dependencies = [
15148 "bitflags 2.10.0",
15149 "bytemuck",
15150 "core_maths",
15151 "log",
15152 "smallvec",
15153 "ttf-parser 0.25.1",
15154 "unicode-bidi-mirroring",
15155 "unicode-ccc",
15156 "unicode-properties",
15157 "unicode-script",
15158]
15159
15160[[package]]
15161name = "ryu"
15162version = "1.0.20"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15165
15166[[package]]
15167name = "saa"
15168version = "5.4.9"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15171
15172[[package]]
15173name = "safetensors"
15174version = "0.4.5"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15177dependencies = [
15178 "serde",
15179 "serde_json",
15180]
15181
15182[[package]]
15183name = "same-file"
15184version = "1.0.6"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15187dependencies = [
15188 "winapi-util",
15189]
15190
15191[[package]]
15192name = "scc"
15193version = "3.5.6"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15196dependencies = [
15197 "saa",
15198 "sdd",
15199]
15200
15201[[package]]
15202name = "schannel"
15203version = "0.1.28"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15206dependencies = [
15207 "windows-sys 0.61.2",
15208]
15209
15210[[package]]
15211name = "scheduler"
15212version = "0.1.0"
15213dependencies = [
15214 "async-task",
15215 "backtrace",
15216 "chrono",
15217 "flume",
15218 "futures 0.3.32",
15219 "parking_lot",
15220 "rand 0.9.2",
15221 "web-time",
15222]
15223
15224[[package]]
15225name = "schema_generator"
15226version = "0.1.0"
15227dependencies = [
15228 "anyhow",
15229 "clap",
15230 "env_logger 0.11.8",
15231 "schemars",
15232 "serde",
15233 "serde_json",
15234 "settings",
15235 "theme",
15236 "theme_settings",
15237]
15238
15239[[package]]
15240name = "schemars"
15241version = "1.0.4"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15244dependencies = [
15245 "chrono",
15246 "dyn-clone",
15247 "indexmap",
15248 "ref-cast",
15249 "schemars_derive",
15250 "serde",
15251 "serde_json",
15252]
15253
15254[[package]]
15255name = "schemars_derive"
15256version = "1.0.4"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15259dependencies = [
15260 "proc-macro2",
15261 "quote",
15262 "serde_derive_internals",
15263 "syn 2.0.117",
15264]
15265
15266[[package]]
15267name = "scoped-tls"
15268version = "1.0.1"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15271
15272[[package]]
15273name = "scopeguard"
15274version = "1.2.0"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15277
15278[[package]]
15279name = "scratch"
15280version = "1.0.9"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15283
15284[[package]]
15285name = "screencapturekit"
15286version = "0.2.8"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15289dependencies = [
15290 "screencapturekit-sys",
15291]
15292
15293[[package]]
15294name = "screencapturekit-sys"
15295version = "0.2.8"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15298dependencies = [
15299 "block",
15300 "dispatch",
15301 "objc",
15302 "objc-foundation",
15303 "objc_id",
15304 "once_cell",
15305]
15306
15307[[package]]
15308name = "scroll"
15309version = "0.12.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15312dependencies = [
15313 "scroll_derive",
15314]
15315
15316[[package]]
15317name = "scroll_derive"
15318version = "0.12.1"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15321dependencies = [
15322 "proc-macro2",
15323 "quote",
15324 "syn 2.0.117",
15325]
15326
15327[[package]]
15328name = "sct"
15329version = "0.7.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15332dependencies = [
15333 "ring",
15334 "untrusted 0.9.0",
15335]
15336
15337[[package]]
15338name = "sdd"
15339version = "4.6.2"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15342
15343[[package]]
15344name = "sea-bae"
15345version = "0.2.1"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15348dependencies = [
15349 "heck 0.4.1",
15350 "proc-macro-error2",
15351 "proc-macro2",
15352 "quote",
15353 "syn 2.0.117",
15354]
15355
15356[[package]]
15357name = "sea-orm"
15358version = "1.1.10"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15361dependencies = [
15362 "async-stream",
15363 "async-trait",
15364 "bigdecimal",
15365 "chrono",
15366 "futures-util",
15367 "log",
15368 "ouroboros",
15369 "pgvector",
15370 "rust_decimal",
15371 "sea-orm-macros",
15372 "sea-query",
15373 "sea-query-binder",
15374 "serde",
15375 "serde_json",
15376 "sqlx",
15377 "strum 0.26.3",
15378 "thiserror 2.0.17",
15379 "time",
15380 "tracing",
15381 "url",
15382 "uuid",
15383]
15384
15385[[package]]
15386name = "sea-orm-macros"
15387version = "1.1.10"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15390dependencies = [
15391 "heck 0.4.1",
15392 "proc-macro2",
15393 "quote",
15394 "sea-bae",
15395 "syn 2.0.117",
15396 "unicode-ident",
15397]
15398
15399[[package]]
15400name = "sea-query"
15401version = "0.32.7"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15404dependencies = [
15405 "bigdecimal",
15406 "chrono",
15407 "inherent",
15408 "ordered-float 4.6.0",
15409 "rust_decimal",
15410 "serde_json",
15411 "time",
15412 "uuid",
15413]
15414
15415[[package]]
15416name = "sea-query-binder"
15417version = "0.7.0"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15420dependencies = [
15421 "bigdecimal",
15422 "chrono",
15423 "rust_decimal",
15424 "sea-query",
15425 "serde_json",
15426 "sqlx",
15427 "time",
15428 "uuid",
15429]
15430
15431[[package]]
15432name = "seahash"
15433version = "4.1.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15436
15437[[package]]
15438name = "search"
15439version = "0.1.0"
15440dependencies = [
15441 "any_vec",
15442 "anyhow",
15443 "bitflags 2.10.0",
15444 "collections",
15445 "editor",
15446 "fs",
15447 "futures 0.3.32",
15448 "gpui",
15449 "itertools 0.14.0",
15450 "language",
15451 "lsp",
15452 "menu",
15453 "multi_buffer",
15454 "pretty_assertions",
15455 "project",
15456 "serde",
15457 "serde_json",
15458 "settings",
15459 "smol",
15460 "theme",
15461 "theme_settings",
15462 "tracing",
15463 "ui",
15464 "unindent",
15465 "util",
15466 "util_macros",
15467 "workspace",
15468 "zed_actions",
15469 "ztracing",
15470]
15471
15472[[package]]
15473name = "sec1"
15474version = "0.3.0"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15477dependencies = [
15478 "base16ct",
15479 "der 0.6.1",
15480 "generic-array",
15481 "pkcs8 0.9.0",
15482 "subtle",
15483 "zeroize",
15484]
15485
15486[[package]]
15487name = "security-framework"
15488version = "2.11.1"
15489source = "registry+https://github.com/rust-lang/crates.io-index"
15490checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15491dependencies = [
15492 "bitflags 2.10.0",
15493 "core-foundation 0.9.4",
15494 "core-foundation-sys",
15495 "libc",
15496 "security-framework-sys",
15497]
15498
15499[[package]]
15500name = "security-framework"
15501version = "3.5.1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15504dependencies = [
15505 "bitflags 2.10.0",
15506 "core-foundation 0.10.0",
15507 "core-foundation-sys",
15508 "libc",
15509 "security-framework-sys",
15510]
15511
15512[[package]]
15513name = "security-framework-sys"
15514version = "2.15.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15517dependencies = [
15518 "core-foundation-sys",
15519 "libc",
15520]
15521
15522[[package]]
15523name = "self_cell"
15524version = "1.2.2"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15527
15528[[package]]
15529name = "semver"
15530version = "1.0.27"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15533dependencies = [
15534 "serde",
15535 "serde_core",
15536]
15537
15538[[package]]
15539name = "seq-macro"
15540version = "0.3.6"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15543
15544[[package]]
15545name = "serde"
15546version = "1.0.228"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15549dependencies = [
15550 "serde_core",
15551 "serde_derive",
15552]
15553
15554[[package]]
15555name = "serde_bytes"
15556version = "0.11.19"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15559dependencies = [
15560 "serde",
15561 "serde_core",
15562]
15563
15564[[package]]
15565name = "serde_core"
15566version = "1.0.228"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15569dependencies = [
15570 "serde_derive",
15571]
15572
15573[[package]]
15574name = "serde_derive"
15575version = "1.0.228"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15578dependencies = [
15579 "proc-macro2",
15580 "quote",
15581 "syn 2.0.117",
15582]
15583
15584[[package]]
15585name = "serde_derive_internals"
15586version = "0.29.1"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15589dependencies = [
15590 "proc-macro2",
15591 "quote",
15592 "syn 2.0.117",
15593]
15594
15595[[package]]
15596name = "serde_fmt"
15597version = "1.0.3"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15600dependencies = [
15601 "serde",
15602]
15603
15604[[package]]
15605name = "serde_json"
15606version = "1.0.145"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15609dependencies = [
15610 "indexmap",
15611 "itoa",
15612 "memchr",
15613 "ryu",
15614 "serde",
15615 "serde_core",
15616]
15617
15618[[package]]
15619name = "serde_json_lenient"
15620version = "0.2.4"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15623dependencies = [
15624 "indexmap",
15625 "itoa",
15626 "memchr",
15627 "ryu",
15628 "serde",
15629]
15630
15631[[package]]
15632name = "serde_path_to_error"
15633version = "0.1.20"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15636dependencies = [
15637 "itoa",
15638 "serde",
15639 "serde_core",
15640]
15641
15642[[package]]
15643name = "serde_repr"
15644version = "0.1.20"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15647dependencies = [
15648 "proc-macro2",
15649 "quote",
15650 "syn 2.0.117",
15651]
15652
15653[[package]]
15654name = "serde_spanned"
15655version = "0.6.9"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15658dependencies = [
15659 "serde",
15660]
15661
15662[[package]]
15663name = "serde_spanned"
15664version = "1.0.3"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15667dependencies = [
15668 "serde_core",
15669]
15670
15671[[package]]
15672name = "serde_urlencoded"
15673version = "0.7.1"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15676dependencies = [
15677 "form_urlencoded",
15678 "itoa",
15679 "ryu",
15680 "serde",
15681]
15682
15683[[package]]
15684name = "serde_yaml"
15685version = "0.9.34+deprecated"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15688dependencies = [
15689 "indexmap",
15690 "itoa",
15691 "ryu",
15692 "serde",
15693 "unsafe-libyaml",
15694]
15695
15696[[package]]
15697name = "serial2"
15698version = "0.2.33"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15701dependencies = [
15702 "cfg-if",
15703 "libc",
15704 "winapi",
15705]
15706
15707[[package]]
15708name = "session"
15709version = "0.1.0"
15710dependencies = [
15711 "db",
15712 "gpui",
15713 "serde_json",
15714 "util",
15715 "uuid",
15716]
15717
15718[[package]]
15719name = "settings"
15720version = "0.1.0"
15721dependencies = [
15722 "anyhow",
15723 "collections",
15724 "ec4rs",
15725 "fs",
15726 "futures 0.3.32",
15727 "gpui",
15728 "indoc",
15729 "inventory",
15730 "log",
15731 "migrator",
15732 "paths",
15733 "pretty_assertions",
15734 "release_channel",
15735 "rust-embed",
15736 "schemars",
15737 "serde",
15738 "serde_json",
15739 "serde_json_lenient",
15740 "settings_content",
15741 "settings_json",
15742 "settings_macros",
15743 "smallvec",
15744 "unindent",
15745 "util",
15746 "zlog",
15747]
15748
15749[[package]]
15750name = "settings_content"
15751version = "0.1.0"
15752dependencies = [
15753 "anyhow",
15754 "collections",
15755 "derive_more",
15756 "gpui",
15757 "log",
15758 "schemars",
15759 "serde",
15760 "serde_json",
15761 "serde_json_lenient",
15762 "settings_json",
15763 "settings_macros",
15764 "strum 0.27.2",
15765 "util",
15766]
15767
15768[[package]]
15769name = "settings_json"
15770version = "0.1.0"
15771dependencies = [
15772 "anyhow",
15773 "pretty_assertions",
15774 "serde",
15775 "serde_json",
15776 "serde_json_lenient",
15777 "serde_path_to_error",
15778 "tree-sitter",
15779 "tree-sitter-json",
15780 "unindent",
15781 "util",
15782]
15783
15784[[package]]
15785name = "settings_macros"
15786version = "0.1.0"
15787dependencies = [
15788 "quote",
15789 "settings",
15790 "syn 2.0.117",
15791]
15792
15793[[package]]
15794name = "settings_profile_selector"
15795version = "0.1.0"
15796dependencies = [
15797 "editor",
15798 "fuzzy",
15799 "gpui",
15800 "menu",
15801 "picker",
15802 "project",
15803 "serde_json",
15804 "settings",
15805 "theme",
15806 "theme_settings",
15807 "ui",
15808 "workspace",
15809 "zed_actions",
15810]
15811
15812[[package]]
15813name = "settings_ui"
15814version = "0.1.0"
15815dependencies = [
15816 "agent",
15817 "agent_settings",
15818 "anyhow",
15819 "audio",
15820 "codestral",
15821 "component",
15822 "copilot",
15823 "copilot_ui",
15824 "cpal",
15825 "edit_prediction",
15826 "edit_prediction_ui",
15827 "editor",
15828 "feature_flags",
15829 "fs",
15830 "futures 0.3.32",
15831 "fuzzy",
15832 "gpui",
15833 "heck 0.5.0",
15834 "itertools 0.14.0",
15835 "language",
15836 "log",
15837 "menu",
15838 "paths",
15839 "picker",
15840 "platform_title_bar",
15841 "pretty_assertions",
15842 "project",
15843 "regex",
15844 "release_channel",
15845 "rodio",
15846 "schemars",
15847 "search",
15848 "serde",
15849 "serde_json",
15850 "settings",
15851 "shell_command_parser",
15852 "strum 0.27.2",
15853 "telemetry",
15854 "theme",
15855 "theme_settings",
15856 "title_bar",
15857 "ui",
15858 "util",
15859 "workspace",
15860 "zed_actions",
15861]
15862
15863[[package]]
15864name = "sha-1"
15865version = "0.10.1"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15868dependencies = [
15869 "cfg-if",
15870 "cpufeatures",
15871 "digest",
15872]
15873
15874[[package]]
15875name = "sha1"
15876version = "0.10.6"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15879dependencies = [
15880 "cfg-if",
15881 "cpufeatures",
15882 "digest",
15883]
15884
15885[[package]]
15886name = "sha1_smol"
15887version = "1.0.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15890
15891[[package]]
15892name = "sha2"
15893version = "0.10.9"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15896dependencies = [
15897 "cfg-if",
15898 "cpufeatures",
15899 "digest",
15900]
15901
15902[[package]]
15903name = "sharded-slab"
15904version = "0.1.7"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15907dependencies = [
15908 "lazy_static",
15909]
15910
15911[[package]]
15912name = "shared_library"
15913version = "0.1.9"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15916dependencies = [
15917 "lazy_static",
15918 "libc",
15919]
15920
15921[[package]]
15922name = "shell-words"
15923version = "1.1.0"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15926
15927[[package]]
15928name = "shell_command_parser"
15929version = "0.1.0"
15930dependencies = [
15931 "brush-parser",
15932]
15933
15934[[package]]
15935name = "shellexpand"
15936version = "2.1.2"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15939dependencies = [
15940 "dirs 4.0.0",
15941]
15942
15943[[package]]
15944name = "shellexpand"
15945version = "3.1.1"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15948dependencies = [
15949 "dirs 6.0.0",
15950]
15951
15952[[package]]
15953name = "shingles"
15954version = "0.1.1"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15957
15958[[package]]
15959name = "shlex"
15960version = "1.3.0"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15963
15964[[package]]
15965name = "sidebar"
15966version = "0.1.0"
15967dependencies = [
15968 "acp_thread",
15969 "action_log",
15970 "agent",
15971 "agent-client-protocol-core",
15972 "agent_settings",
15973 "agent_ui",
15974 "anyhow",
15975 "chrono",
15976 "collections",
15977 "editor",
15978 "feature_flags",
15979 "fs",
15980 "git",
15981 "gpui",
15982 "language_model",
15983 "menu",
15984 "platform_title_bar",
15985 "pretty_assertions",
15986 "project",
15987 "prompt_store",
15988 "recent_projects",
15989 "remote",
15990 "serde",
15991 "serde_json",
15992 "settings",
15993 "theme",
15994 "theme_settings",
15995 "ui",
15996 "util",
15997 "vim_mode_setting",
15998 "workspace",
15999 "zed_actions",
16000]
16001
16002[[package]]
16003name = "signal-hook"
16004version = "0.3.18"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16007dependencies = [
16008 "libc",
16009 "signal-hook-registry",
16010]
16011
16012[[package]]
16013name = "signal-hook-registry"
16014version = "1.4.6"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16017dependencies = [
16018 "libc",
16019]
16020
16021[[package]]
16022name = "signature"
16023version = "1.6.4"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16026dependencies = [
16027 "digest",
16028 "rand_core 0.6.4",
16029]
16030
16031[[package]]
16032name = "signature"
16033version = "2.2.0"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16036dependencies = [
16037 "digest",
16038 "rand_core 0.6.4",
16039]
16040
16041[[package]]
16042name = "simd-adler32"
16043version = "0.3.7"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16046
16047[[package]]
16048name = "simd_helpers"
16049version = "0.1.0"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16052dependencies = [
16053 "quote",
16054]
16055
16056[[package]]
16057name = "simdutf8"
16058version = "0.1.5"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16061
16062[[package]]
16063name = "similar"
16064version = "2.7.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16067
16068[[package]]
16069name = "simple_asn1"
16070version = "0.6.3"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16073dependencies = [
16074 "num-bigint",
16075 "num-traits",
16076 "thiserror 2.0.17",
16077 "time",
16078]
16079
16080[[package]]
16081name = "simplecss"
16082version = "0.2.2"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16085dependencies = [
16086 "log",
16087]
16088
16089[[package]]
16090name = "simplelog"
16091version = "0.12.2"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16094dependencies = [
16095 "log",
16096 "termcolor",
16097 "time",
16098]
16099
16100[[package]]
16101name = "siphasher"
16102version = "0.3.11"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16105
16106[[package]]
16107name = "siphasher"
16108version = "1.0.1"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16111
16112[[package]]
16113name = "skrifa"
16114version = "0.37.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16117dependencies = [
16118 "bytemuck",
16119 "read-fonts 0.35.0",
16120]
16121
16122[[package]]
16123name = "skrifa"
16124version = "0.40.0"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16127dependencies = [
16128 "bytemuck",
16129 "read-fonts 0.37.0",
16130]
16131
16132[[package]]
16133name = "slab"
16134version = "0.4.11"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16137
16138[[package]]
16139name = "slotmap"
16140version = "1.0.7"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16143dependencies = [
16144 "version_check",
16145]
16146
16147[[package]]
16148name = "smallvec"
16149version = "1.15.1"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16152dependencies = [
16153 "serde",
16154]
16155
16156[[package]]
16157name = "smart-default"
16158version = "0.7.1"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16161dependencies = [
16162 "proc-macro2",
16163 "quote",
16164 "syn 2.0.117",
16165]
16166
16167[[package]]
16168name = "smol"
16169version = "2.0.2"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16172dependencies = [
16173 "async-channel 2.5.0",
16174 "async-executor",
16175 "async-fs",
16176 "async-io",
16177 "async-lock 3.4.2",
16178 "async-net",
16179 "async-process",
16180 "blocking",
16181 "futures-lite 2.6.1",
16182]
16183
16184[[package]]
16185name = "smol_str"
16186version = "0.3.5"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16189
16190[[package]]
16191name = "snippet"
16192version = "0.1.0"
16193dependencies = [
16194 "anyhow",
16195 "smallvec",
16196]
16197
16198[[package]]
16199name = "snippet_provider"
16200version = "0.1.0"
16201dependencies = [
16202 "anyhow",
16203 "collections",
16204 "extension",
16205 "fs",
16206 "futures 0.3.32",
16207 "gpui",
16208 "indoc",
16209 "parking_lot",
16210 "paths",
16211 "schemars",
16212 "serde",
16213 "serde_json",
16214 "serde_json_lenient",
16215 "snippet",
16216 "util",
16217]
16218
16219[[package]]
16220name = "snippets_ui"
16221version = "0.1.0"
16222dependencies = [
16223 "file_icons",
16224 "fuzzy",
16225 "gpui",
16226 "language",
16227 "open_path_prompt",
16228 "paths",
16229 "picker",
16230 "settings",
16231 "ui",
16232 "util",
16233 "workspace",
16234]
16235
16236[[package]]
16237name = "socket2"
16238version = "0.5.10"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16241dependencies = [
16242 "libc",
16243 "windows-sys 0.52.0",
16244]
16245
16246[[package]]
16247name = "socket2"
16248version = "0.6.1"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16251dependencies = [
16252 "libc",
16253 "windows-sys 0.60.2",
16254]
16255
16256[[package]]
16257name = "spdx"
16258version = "0.10.9"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16261dependencies = [
16262 "smallvec",
16263]
16264
16265[[package]]
16266name = "spin"
16267version = "0.9.8"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16270dependencies = [
16271 "lock_api",
16272]
16273
16274[[package]]
16275name = "spin"
16276version = "0.10.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16279dependencies = [
16280 "lock_api",
16281]
16282
16283[[package]]
16284name = "spirv"
16285version = "0.4.0+sdk-1.4.341.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16288dependencies = [
16289 "bitflags 2.10.0",
16290]
16291
16292[[package]]
16293name = "spki"
16294version = "0.6.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16297dependencies = [
16298 "base64ct",
16299 "der 0.6.1",
16300]
16301
16302[[package]]
16303name = "spki"
16304version = "0.7.3"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16307dependencies = [
16308 "base64ct",
16309 "der 0.7.10",
16310]
16311
16312[[package]]
16313name = "sqlez"
16314version = "0.1.0"
16315dependencies = [
16316 "anyhow",
16317 "collections",
16318 "futures 0.3.32",
16319 "indoc",
16320 "libsqlite3-sys",
16321 "log",
16322 "parking_lot",
16323 "smol",
16324 "sqlformat",
16325 "thread_local",
16326 "util",
16327 "uuid",
16328]
16329
16330[[package]]
16331name = "sqlez_macros"
16332version = "0.1.0"
16333dependencies = [
16334 "sqlez",
16335 "sqlformat",
16336 "syn 2.0.117",
16337]
16338
16339[[package]]
16340name = "sqlformat"
16341version = "0.2.6"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16344dependencies = [
16345 "nom 7.1.3",
16346 "unicode_categories",
16347]
16348
16349[[package]]
16350name = "sqlx"
16351version = "0.8.6"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16354dependencies = [
16355 "sqlx-core",
16356 "sqlx-macros",
16357 "sqlx-mysql",
16358 "sqlx-postgres",
16359 "sqlx-sqlite",
16360]
16361
16362[[package]]
16363name = "sqlx-core"
16364version = "0.8.6"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16367dependencies = [
16368 "base64 0.22.1",
16369 "bigdecimal",
16370 "bytes 1.11.1",
16371 "chrono",
16372 "crc",
16373 "crossbeam-queue",
16374 "either",
16375 "event-listener 5.4.1",
16376 "futures-core",
16377 "futures-intrusive",
16378 "futures-io",
16379 "futures-util",
16380 "hashbrown 0.15.5",
16381 "hashlink 0.10.0",
16382 "indexmap",
16383 "log",
16384 "memchr",
16385 "once_cell",
16386 "percent-encoding",
16387 "rust_decimal",
16388 "rustls 0.23.33",
16389 "serde",
16390 "serde_json",
16391 "sha2",
16392 "smallvec",
16393 "thiserror 2.0.17",
16394 "time",
16395 "tokio",
16396 "tokio-stream",
16397 "tracing",
16398 "url",
16399 "uuid",
16400 "webpki-roots",
16401]
16402
16403[[package]]
16404name = "sqlx-macros"
16405version = "0.8.6"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16408dependencies = [
16409 "proc-macro2",
16410 "quote",
16411 "sqlx-core",
16412 "sqlx-macros-core",
16413 "syn 2.0.117",
16414]
16415
16416[[package]]
16417name = "sqlx-macros-core"
16418version = "0.8.6"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16421dependencies = [
16422 "dotenvy",
16423 "either",
16424 "heck 0.5.0",
16425 "hex",
16426 "once_cell",
16427 "proc-macro2",
16428 "quote",
16429 "serde",
16430 "serde_json",
16431 "sha2",
16432 "sqlx-core",
16433 "sqlx-mysql",
16434 "sqlx-postgres",
16435 "sqlx-sqlite",
16436 "syn 2.0.117",
16437 "tokio",
16438 "url",
16439]
16440
16441[[package]]
16442name = "sqlx-mysql"
16443version = "0.8.6"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16446dependencies = [
16447 "atoi",
16448 "base64 0.22.1",
16449 "bigdecimal",
16450 "bitflags 2.10.0",
16451 "byteorder",
16452 "bytes 1.11.1",
16453 "chrono",
16454 "crc",
16455 "digest",
16456 "dotenvy",
16457 "either",
16458 "futures-channel",
16459 "futures-core",
16460 "futures-io",
16461 "futures-util",
16462 "generic-array",
16463 "hex",
16464 "hkdf",
16465 "hmac",
16466 "itoa",
16467 "log",
16468 "md-5",
16469 "memchr",
16470 "once_cell",
16471 "percent-encoding",
16472 "rand 0.8.5",
16473 "rsa",
16474 "rust_decimal",
16475 "serde",
16476 "sha1",
16477 "sha2",
16478 "smallvec",
16479 "sqlx-core",
16480 "stringprep",
16481 "thiserror 2.0.17",
16482 "time",
16483 "tracing",
16484 "uuid",
16485 "whoami",
16486]
16487
16488[[package]]
16489name = "sqlx-postgres"
16490version = "0.8.6"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16493dependencies = [
16494 "atoi",
16495 "base64 0.22.1",
16496 "bigdecimal",
16497 "bitflags 2.10.0",
16498 "byteorder",
16499 "chrono",
16500 "crc",
16501 "dotenvy",
16502 "etcetera",
16503 "futures-channel",
16504 "futures-core",
16505 "futures-util",
16506 "hex",
16507 "hkdf",
16508 "hmac",
16509 "home",
16510 "itoa",
16511 "log",
16512 "md-5",
16513 "memchr",
16514 "num-bigint",
16515 "once_cell",
16516 "rand 0.8.5",
16517 "rust_decimal",
16518 "serde",
16519 "serde_json",
16520 "sha2",
16521 "smallvec",
16522 "sqlx-core",
16523 "stringprep",
16524 "thiserror 2.0.17",
16525 "time",
16526 "tracing",
16527 "uuid",
16528 "whoami",
16529]
16530
16531[[package]]
16532name = "sqlx-sqlite"
16533version = "0.8.6"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16536dependencies = [
16537 "atoi",
16538 "chrono",
16539 "flume",
16540 "futures-channel",
16541 "futures-core",
16542 "futures-executor",
16543 "futures-intrusive",
16544 "futures-util",
16545 "libsqlite3-sys",
16546 "log",
16547 "percent-encoding",
16548 "serde",
16549 "serde_urlencoded",
16550 "sqlx-core",
16551 "thiserror 2.0.17",
16552 "time",
16553 "tracing",
16554 "url",
16555 "uuid",
16556]
16557
16558[[package]]
16559name = "stable_deref_trait"
16560version = "1.2.1"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16563
16564[[package]]
16565name = "stacker"
16566version = "0.1.23"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16569dependencies = [
16570 "cc",
16571 "cfg-if",
16572 "libc",
16573 "psm",
16574 "windows-sys 0.59.0",
16575]
16576
16577[[package]]
16578name = "stacksafe"
16579version = "0.1.4"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16582dependencies = [
16583 "stacker",
16584 "stacksafe-macro",
16585]
16586
16587[[package]]
16588name = "stacksafe-macro"
16589version = "0.1.4"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16592dependencies = [
16593 "proc-macro-error2",
16594 "quote",
16595 "syn 2.0.117",
16596]
16597
16598[[package]]
16599name = "static_assertions"
16600version = "1.1.0"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16603
16604[[package]]
16605name = "story"
16606version = "0.1.0"
16607dependencies = [
16608 "gpui",
16609 "itertools 0.14.0",
16610 "smallvec",
16611]
16612
16613[[package]]
16614name = "storybook"
16615version = "0.1.0"
16616dependencies = [
16617 "anyhow",
16618 "clap",
16619 "ctrlc",
16620 "dialoguer",
16621 "editor",
16622 "fuzzy",
16623 "gpui",
16624 "gpui_platform",
16625 "indoc",
16626 "language",
16627 "log",
16628 "menu",
16629 "picker",
16630 "reqwest_client",
16631 "rust-embed",
16632 "settings",
16633 "simplelog",
16634 "story",
16635 "strum 0.27.2",
16636 "theme",
16637 "theme_settings",
16638 "title_bar",
16639 "ui",
16640]
16641
16642[[package]]
16643name = "streaming-iterator"
16644version = "0.1.9"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16647
16648[[package]]
16649name = "streaming_diff"
16650version = "0.1.0"
16651dependencies = [
16652 "ordered-float 2.10.1",
16653 "rand 0.9.2",
16654 "rope",
16655 "util",
16656]
16657
16658[[package]]
16659name = "strength_reduce"
16660version = "0.2.4"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16663
16664[[package]]
16665name = "strict-num"
16666version = "0.1.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16669dependencies = [
16670 "float-cmp",
16671]
16672
16673[[package]]
16674name = "string_cache"
16675version = "0.8.9"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16678dependencies = [
16679 "new_debug_unreachable",
16680 "parking_lot",
16681 "phf_shared 0.11.3",
16682 "precomputed-hash",
16683 "serde",
16684]
16685
16686[[package]]
16687name = "string_cache_codegen"
16688version = "0.5.4"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16691dependencies = [
16692 "phf_generator 0.11.3",
16693 "phf_shared 0.11.3",
16694 "proc-macro2",
16695 "quote",
16696]
16697
16698[[package]]
16699name = "stringprep"
16700version = "0.1.5"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16703dependencies = [
16704 "unicode-bidi",
16705 "unicode-normalization",
16706 "unicode-properties",
16707]
16708
16709[[package]]
16710name = "strsim"
16711version = "0.11.1"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16714
16715[[package]]
16716name = "strum"
16717version = "0.26.3"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16720
16721[[package]]
16722name = "strum"
16723version = "0.27.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16726dependencies = [
16727 "strum_macros 0.27.2",
16728]
16729
16730[[package]]
16731name = "strum"
16732version = "0.28.0"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16735dependencies = [
16736 "strum_macros 0.28.0",
16737]
16738
16739[[package]]
16740name = "strum_macros"
16741version = "0.27.2"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16744dependencies = [
16745 "heck 0.5.0",
16746 "proc-macro2",
16747 "quote",
16748 "syn 2.0.117",
16749]
16750
16751[[package]]
16752name = "strum_macros"
16753version = "0.28.0"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16756dependencies = [
16757 "heck 0.5.0",
16758 "proc-macro2",
16759 "quote",
16760 "syn 2.0.117",
16761]
16762
16763[[package]]
16764name = "subtle"
16765version = "2.6.1"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16768
16769[[package]]
16770name = "sum_tree"
16771version = "0.1.0"
16772dependencies = [
16773 "ctor",
16774 "heapless",
16775 "log",
16776 "proptest",
16777 "rand 0.9.2",
16778 "rayon",
16779 "tracing",
16780 "zlog",
16781 "ztracing",
16782]
16783
16784[[package]]
16785name = "sval"
16786version = "2.15.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16789
16790[[package]]
16791name = "sval_buffer"
16792version = "2.15.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16795dependencies = [
16796 "sval",
16797 "sval_ref",
16798]
16799
16800[[package]]
16801name = "sval_dynamic"
16802version = "2.15.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16805dependencies = [
16806 "sval",
16807]
16808
16809[[package]]
16810name = "sval_fmt"
16811version = "2.15.0"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16814dependencies = [
16815 "itoa",
16816 "ryu",
16817 "sval",
16818]
16819
16820[[package]]
16821name = "sval_json"
16822version = "2.15.0"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16825dependencies = [
16826 "itoa",
16827 "ryu",
16828 "sval",
16829]
16830
16831[[package]]
16832name = "sval_nested"
16833version = "2.15.0"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16836dependencies = [
16837 "sval",
16838 "sval_buffer",
16839 "sval_ref",
16840]
16841
16842[[package]]
16843name = "sval_ref"
16844version = "2.15.0"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16847dependencies = [
16848 "sval",
16849]
16850
16851[[package]]
16852name = "sval_serde"
16853version = "2.15.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16856dependencies = [
16857 "serde_core",
16858 "sval",
16859 "sval_nested",
16860]
16861
16862[[package]]
16863name = "svg_fmt"
16864version = "0.4.5"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16867
16868[[package]]
16869name = "svg_preview"
16870version = "0.1.0"
16871dependencies = [
16872 "file_icons",
16873 "gpui",
16874 "language",
16875 "multi_buffer",
16876 "ui",
16877 "workspace",
16878 "zed_actions",
16879]
16880
16881[[package]]
16882name = "svgtypes"
16883version = "0.15.3"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16886dependencies = [
16887 "kurbo",
16888 "siphasher 1.0.1",
16889]
16890
16891[[package]]
16892name = "swash"
16893version = "0.2.6"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16896dependencies = [
16897 "skrifa 0.37.0",
16898 "yazi",
16899 "zeno",
16900]
16901
16902[[package]]
16903name = "symphonia"
16904version = "0.5.5"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16907dependencies = [
16908 "lazy_static",
16909 "symphonia-bundle-flac",
16910 "symphonia-bundle-mp3",
16911 "symphonia-codec-aac",
16912 "symphonia-codec-pcm",
16913 "symphonia-codec-vorbis",
16914 "symphonia-core",
16915 "symphonia-format-isomp4",
16916 "symphonia-format-ogg",
16917 "symphonia-format-riff",
16918 "symphonia-metadata",
16919]
16920
16921[[package]]
16922name = "symphonia-bundle-flac"
16923version = "0.5.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16926dependencies = [
16927 "log",
16928 "symphonia-core",
16929 "symphonia-metadata",
16930 "symphonia-utils-xiph",
16931]
16932
16933[[package]]
16934name = "symphonia-bundle-mp3"
16935version = "0.5.5"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16938dependencies = [
16939 "lazy_static",
16940 "log",
16941 "symphonia-core",
16942 "symphonia-metadata",
16943]
16944
16945[[package]]
16946name = "symphonia-codec-aac"
16947version = "0.5.5"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16950dependencies = [
16951 "lazy_static",
16952 "log",
16953 "symphonia-core",
16954]
16955
16956[[package]]
16957name = "symphonia-codec-pcm"
16958version = "0.5.5"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16961dependencies = [
16962 "log",
16963 "symphonia-core",
16964]
16965
16966[[package]]
16967name = "symphonia-codec-vorbis"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16971dependencies = [
16972 "log",
16973 "symphonia-core",
16974 "symphonia-utils-xiph",
16975]
16976
16977[[package]]
16978name = "symphonia-core"
16979version = "0.5.5"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16982dependencies = [
16983 "arrayvec",
16984 "bitflags 1.3.2",
16985 "bytemuck",
16986 "lazy_static",
16987 "log",
16988]
16989
16990[[package]]
16991name = "symphonia-format-isomp4"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16995dependencies = [
16996 "encoding_rs",
16997 "log",
16998 "symphonia-core",
16999 "symphonia-metadata",
17000 "symphonia-utils-xiph",
17001]
17002
17003[[package]]
17004name = "symphonia-format-ogg"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17008dependencies = [
17009 "log",
17010 "symphonia-core",
17011 "symphonia-metadata",
17012 "symphonia-utils-xiph",
17013]
17014
17015[[package]]
17016name = "symphonia-format-riff"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17020dependencies = [
17021 "extended",
17022 "log",
17023 "symphonia-core",
17024 "symphonia-metadata",
17025]
17026
17027[[package]]
17028name = "symphonia-metadata"
17029version = "0.5.5"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17032dependencies = [
17033 "encoding_rs",
17034 "lazy_static",
17035 "log",
17036 "symphonia-core",
17037]
17038
17039[[package]]
17040name = "symphonia-utils-xiph"
17041version = "0.5.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17044dependencies = [
17045 "symphonia-core",
17046 "symphonia-metadata",
17047]
17048
17049[[package]]
17050name = "syn"
17051version = "1.0.109"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17054dependencies = [
17055 "proc-macro2",
17056 "quote",
17057 "unicode-ident",
17058]
17059
17060[[package]]
17061name = "syn"
17062version = "2.0.117"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17065dependencies = [
17066 "proc-macro2",
17067 "quote",
17068 "unicode-ident",
17069]
17070
17071[[package]]
17072name = "sync_wrapper"
17073version = "0.1.2"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17076
17077[[package]]
17078name = "sync_wrapper"
17079version = "1.0.2"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17082dependencies = [
17083 "futures-core",
17084]
17085
17086[[package]]
17087name = "synchronoise"
17088version = "1.0.1"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17091dependencies = [
17092 "crossbeam-queue",
17093]
17094
17095[[package]]
17096name = "synstructure"
17097version = "0.13.2"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17100dependencies = [
17101 "proc-macro2",
17102 "quote",
17103 "syn 2.0.117",
17104]
17105
17106[[package]]
17107name = "syntax_theme"
17108version = "0.1.0"
17109dependencies = [
17110 "gpui",
17111 "serde",
17112 "serde_json",
17113]
17114
17115[[package]]
17116name = "sys-locale"
17117version = "0.3.2"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17120dependencies = [
17121 "libc",
17122]
17123
17124[[package]]
17125name = "sysctl"
17126version = "0.5.5"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17129dependencies = [
17130 "bitflags 2.10.0",
17131 "byteorder",
17132 "enum-as-inner",
17133 "libc",
17134 "thiserror 1.0.69",
17135 "walkdir",
17136]
17137
17138[[package]]
17139name = "sysctl"
17140version = "0.6.0"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17143dependencies = [
17144 "bitflags 2.10.0",
17145 "byteorder",
17146 "enum-as-inner",
17147 "libc",
17148 "thiserror 1.0.69",
17149 "walkdir",
17150]
17151
17152[[package]]
17153name = "sysinfo"
17154version = "0.31.4"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17157dependencies = [
17158 "core-foundation-sys",
17159 "libc",
17160 "memchr",
17161 "ntapi",
17162 "rayon",
17163 "windows 0.57.0",
17164]
17165
17166[[package]]
17167name = "sysinfo"
17168version = "0.37.2"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17171dependencies = [
17172 "libc",
17173 "memchr",
17174 "ntapi",
17175 "objc2-core-foundation",
17176 "objc2-io-kit",
17177 "windows 0.61.3",
17178]
17179
17180[[package]]
17181name = "system-configuration"
17182version = "0.5.1"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17185dependencies = [
17186 "bitflags 1.3.2",
17187 "core-foundation 0.9.4",
17188 "system-configuration-sys 0.5.0",
17189]
17190
17191[[package]]
17192name = "system-configuration"
17193version = "0.6.1"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17196dependencies = [
17197 "bitflags 2.10.0",
17198 "core-foundation 0.9.4",
17199 "system-configuration-sys 0.6.0",
17200]
17201
17202[[package]]
17203name = "system-configuration-sys"
17204version = "0.5.0"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17207dependencies = [
17208 "core-foundation-sys",
17209 "libc",
17210]
17211
17212[[package]]
17213name = "system-configuration-sys"
17214version = "0.6.0"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17217dependencies = [
17218 "core-foundation-sys",
17219 "libc",
17220]
17221
17222[[package]]
17223name = "system-deps"
17224version = "6.2.2"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17227dependencies = [
17228 "cfg-expr 0.15.8",
17229 "heck 0.5.0",
17230 "pkg-config",
17231 "toml 0.8.23",
17232 "version-compare",
17233]
17234
17235[[package]]
17236name = "system-deps"
17237version = "7.0.7"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17240dependencies = [
17241 "cfg-expr 0.20.6",
17242 "heck 0.5.0",
17243 "pkg-config",
17244 "toml 0.9.8",
17245 "version-compare",
17246]
17247
17248[[package]]
17249name = "system-interface"
17250version = "0.27.3"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17253dependencies = [
17254 "bitflags 2.10.0",
17255 "cap-fs-ext",
17256 "cap-std",
17257 "fd-lock",
17258 "io-lifetimes",
17259 "rustix 0.38.44",
17260 "windows-sys 0.59.0",
17261 "winx",
17262]
17263
17264[[package]]
17265name = "system_specs"
17266version = "0.1.0"
17267dependencies = [
17268 "anyhow",
17269 "client",
17270 "gpui",
17271 "human_bytes",
17272 "pciid-parser",
17273 "release_channel",
17274 "semver",
17275 "serde",
17276 "sysinfo 0.37.2",
17277]
17278
17279[[package]]
17280name = "tab_switcher"
17281version = "0.1.0"
17282dependencies = [
17283 "collections",
17284 "ctor",
17285 "editor",
17286 "fuzzy",
17287 "gpui",
17288 "menu",
17289 "picker",
17290 "project",
17291 "schemars",
17292 "serde",
17293 "serde_json",
17294 "settings",
17295 "smol",
17296 "theme",
17297 "theme_settings",
17298 "ui",
17299 "util",
17300 "workspace",
17301 "zlog",
17302]
17303
17304[[package]]
17305name = "taffy"
17306version = "0.9.0"
17307source = "registry+https://github.com/rust-lang/crates.io-index"
17308checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17309dependencies = [
17310 "arrayvec",
17311 "grid",
17312 "serde",
17313 "slotmap",
17314]
17315
17316[[package]]
17317name = "tagptr"
17318version = "0.2.0"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17321
17322[[package]]
17323name = "take-until"
17324version = "0.2.0"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17327
17328[[package]]
17329name = "tao-core-video-sys"
17330version = "0.2.0"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17333dependencies = [
17334 "cfg-if",
17335 "core-foundation-sys",
17336 "libc",
17337 "objc",
17338]
17339
17340[[package]]
17341name = "tap"
17342version = "1.0.1"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17345
17346[[package]]
17347name = "target-lexicon"
17348version = "0.12.16"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17351
17352[[package]]
17353name = "target-lexicon"
17354version = "0.13.3"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17357
17358[[package]]
17359name = "task"
17360version = "0.1.0"
17361dependencies = [
17362 "anyhow",
17363 "collections",
17364 "futures 0.3.32",
17365 "gpui",
17366 "hex",
17367 "log",
17368 "parking_lot",
17369 "pretty_assertions",
17370 "proto",
17371 "schemars",
17372 "serde",
17373 "serde_json",
17374 "serde_json_lenient",
17375 "sha2",
17376 "shellexpand 2.1.2",
17377 "util",
17378 "zed_actions",
17379]
17380
17381[[package]]
17382name = "tasks_ui"
17383version = "0.1.0"
17384dependencies = [
17385 "anyhow",
17386 "collections",
17387 "editor",
17388 "file_icons",
17389 "fuzzy",
17390 "gpui",
17391 "itertools 0.14.0",
17392 "language",
17393 "menu",
17394 "picker",
17395 "project",
17396 "serde",
17397 "serde_json",
17398 "task",
17399 "tree-sitter-rust",
17400 "tree-sitter-typescript",
17401 "ui",
17402 "util",
17403 "workspace",
17404 "zed_actions",
17405]
17406
17407[[package]]
17408name = "telemetry"
17409version = "0.1.0"
17410dependencies = [
17411 "futures 0.3.32",
17412 "serde",
17413 "serde_json",
17414 "telemetry_events",
17415]
17416
17417[[package]]
17418name = "telemetry_events"
17419version = "0.1.0"
17420dependencies = [
17421 "semver",
17422 "serde",
17423 "serde_json",
17424]
17425
17426[[package]]
17427name = "tempfile"
17428version = "3.23.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17431dependencies = [
17432 "fastrand 2.3.0",
17433 "getrandom 0.3.4",
17434 "once_cell",
17435 "rustix 1.1.2",
17436 "windows-sys 0.61.2",
17437]
17438
17439[[package]]
17440name = "tendril"
17441version = "0.4.3"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17444dependencies = [
17445 "futf",
17446 "mac",
17447 "utf-8",
17448]
17449
17450[[package]]
17451name = "termcolor"
17452version = "1.4.1"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17455dependencies = [
17456 "winapi-util",
17457]
17458
17459[[package]]
17460name = "terminal"
17461version = "0.1.0"
17462dependencies = [
17463 "alacritty_terminal",
17464 "anyhow",
17465 "collections",
17466 "futures 0.3.32",
17467 "gpui",
17468 "itertools 0.14.0",
17469 "libc",
17470 "log",
17471 "parking_lot",
17472 "rand 0.9.2",
17473 "regex",
17474 "release_channel",
17475 "schemars",
17476 "serde",
17477 "settings",
17478 "smol",
17479 "sysinfo 0.37.2",
17480 "task",
17481 "theme",
17482 "theme_settings",
17483 "thiserror 2.0.17",
17484 "url",
17485 "urlencoding",
17486 "util",
17487 "util_macros",
17488 "windows 0.61.3",
17489]
17490
17491[[package]]
17492name = "terminal_size"
17493version = "0.4.3"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17496dependencies = [
17497 "rustix 1.1.2",
17498 "windows-sys 0.60.2",
17499]
17500
17501[[package]]
17502name = "terminal_view"
17503version = "0.1.0"
17504dependencies = [
17505 "anyhow",
17506 "async-recursion",
17507 "breadcrumbs",
17508 "collections",
17509 "db",
17510 "dirs 4.0.0",
17511 "editor",
17512 "futures 0.3.32",
17513 "gpui",
17514 "itertools 0.14.0",
17515 "language",
17516 "log",
17517 "menu",
17518 "pretty_assertions",
17519 "project",
17520 "regex",
17521 "schemars",
17522 "serde",
17523 "serde_json",
17524 "settings",
17525 "shellexpand 2.1.2",
17526 "task",
17527 "terminal",
17528 "theme",
17529 "theme_settings",
17530 "ui",
17531 "util",
17532 "workspace",
17533 "zed_actions",
17534]
17535
17536[[package]]
17537name = "text"
17538version = "0.1.0"
17539dependencies = [
17540 "anyhow",
17541 "clock",
17542 "collections",
17543 "ctor",
17544 "gpui",
17545 "log",
17546 "parking_lot",
17547 "postage",
17548 "rand 0.9.2",
17549 "regex",
17550 "rope",
17551 "smallvec",
17552 "sum_tree",
17553 "util",
17554 "zlog",
17555]
17556
17557[[package]]
17558name = "theme"
17559version = "0.1.0"
17560dependencies = [
17561 "anyhow",
17562 "collections",
17563 "derive_more",
17564 "gpui",
17565 "palette",
17566 "parking_lot",
17567 "refineable",
17568 "schemars",
17569 "serde",
17570 "serde_json",
17571 "serde_json_lenient",
17572 "strum 0.27.2",
17573 "syntax_theme",
17574 "thiserror 2.0.17",
17575 "uuid",
17576]
17577
17578[[package]]
17579name = "theme_extension"
17580version = "0.1.0"
17581dependencies = [
17582 "anyhow",
17583 "extension",
17584 "fs",
17585 "gpui",
17586 "theme",
17587 "theme_settings",
17588]
17589
17590[[package]]
17591name = "theme_importer"
17592version = "0.1.0"
17593dependencies = [
17594 "anyhow",
17595 "clap",
17596 "collections",
17597 "gpui",
17598 "indexmap",
17599 "log",
17600 "palette",
17601 "serde",
17602 "serde_json",
17603 "serde_json_lenient",
17604 "simplelog",
17605 "strum 0.27.2",
17606 "theme",
17607 "theme_settings",
17608 "vscode_theme",
17609]
17610
17611[[package]]
17612name = "theme_selector"
17613version = "0.1.0"
17614dependencies = [
17615 "fs",
17616 "fuzzy",
17617 "gpui",
17618 "log",
17619 "picker",
17620 "serde",
17621 "settings",
17622 "telemetry",
17623 "theme",
17624 "theme_settings",
17625 "ui",
17626 "util",
17627 "workspace",
17628 "zed_actions",
17629]
17630
17631[[package]]
17632name = "theme_settings"
17633version = "0.1.0"
17634dependencies = [
17635 "anyhow",
17636 "collections",
17637 "gpui",
17638 "gpui_util",
17639 "log",
17640 "palette",
17641 "refineable",
17642 "schemars",
17643 "serde",
17644 "serde_json",
17645 "serde_json_lenient",
17646 "settings",
17647 "theme",
17648 "uuid",
17649]
17650
17651[[package]]
17652name = "thiserror"
17653version = "1.0.69"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17656dependencies = [
17657 "thiserror-impl 1.0.69",
17658]
17659
17660[[package]]
17661name = "thiserror"
17662version = "2.0.17"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17665dependencies = [
17666 "thiserror-impl 2.0.17",
17667]
17668
17669[[package]]
17670name = "thiserror-impl"
17671version = "1.0.69"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17674dependencies = [
17675 "proc-macro2",
17676 "quote",
17677 "syn 2.0.117",
17678]
17679
17680[[package]]
17681name = "thiserror-impl"
17682version = "2.0.17"
17683source = "registry+https://github.com/rust-lang/crates.io-index"
17684checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17685dependencies = [
17686 "proc-macro2",
17687 "quote",
17688 "syn 2.0.117",
17689]
17690
17691[[package]]
17692name = "thread_local"
17693version = "1.1.9"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17696dependencies = [
17697 "cfg-if",
17698]
17699
17700[[package]]
17701name = "tiff"
17702version = "0.10.3"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17705dependencies = [
17706 "fax",
17707 "flate2",
17708 "half",
17709 "quick-error 2.0.1",
17710 "weezl",
17711 "zune-jpeg",
17712]
17713
17714[[package]]
17715name = "tiktoken-rs"
17716version = "0.9.1"
17717source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17718dependencies = [
17719 "anyhow",
17720 "base64 0.22.1",
17721 "bstr",
17722 "fancy-regex 0.16.2",
17723 "lazy_static",
17724 "regex",
17725 "rustc-hash 1.1.0",
17726]
17727
17728[[package]]
17729name = "time"
17730version = "0.3.47"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17733dependencies = [
17734 "deranged",
17735 "itoa",
17736 "libc",
17737 "num-conv",
17738 "num_threads",
17739 "powerfmt",
17740 "serde_core",
17741 "time-core",
17742 "time-macros",
17743]
17744
17745[[package]]
17746name = "time-core"
17747version = "0.1.8"
17748source = "registry+https://github.com/rust-lang/crates.io-index"
17749checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17750
17751[[package]]
17752name = "time-macros"
17753version = "0.2.27"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17756dependencies = [
17757 "num-conv",
17758 "time-core",
17759]
17760
17761[[package]]
17762name = "time_format"
17763version = "0.1.0"
17764dependencies = [
17765 "core-foundation 0.10.0",
17766 "core-foundation-sys",
17767 "sys-locale",
17768 "time",
17769 "windows 0.61.3",
17770]
17771
17772[[package]]
17773name = "tiny-keccak"
17774version = "2.0.2"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17777dependencies = [
17778 "crunchy",
17779]
17780
17781[[package]]
17782name = "tiny-skia"
17783version = "0.11.4"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17786dependencies = [
17787 "arrayref",
17788 "arrayvec",
17789 "bytemuck",
17790 "cfg-if",
17791 "log",
17792 "png 0.17.16",
17793 "tiny-skia-path",
17794]
17795
17796[[package]]
17797name = "tiny-skia-path"
17798version = "0.11.4"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17801dependencies = [
17802 "arrayref",
17803 "bytemuck",
17804 "strict-num",
17805]
17806
17807[[package]]
17808name = "tiny_http"
17809version = "0.12.0"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17812dependencies = [
17813 "ascii",
17814 "chunked_transfer",
17815 "httpdate",
17816 "log",
17817]
17818
17819[[package]]
17820name = "tinystr"
17821version = "0.8.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17824dependencies = [
17825 "displaydoc",
17826 "zerovec",
17827]
17828
17829[[package]]
17830name = "tinytemplate"
17831version = "1.2.1"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17834dependencies = [
17835 "serde",
17836 "serde_json",
17837]
17838
17839[[package]]
17840name = "tinyvec"
17841version = "1.10.0"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17844dependencies = [
17845 "tinyvec_macros",
17846]
17847
17848[[package]]
17849name = "tinyvec_macros"
17850version = "0.1.1"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17853
17854[[package]]
17855name = "title_bar"
17856version = "0.1.0"
17857dependencies = [
17858 "anyhow",
17859 "auto_update",
17860 "call",
17861 "channel",
17862 "chrono",
17863 "client",
17864 "cloud_api_types",
17865 "db",
17866 "git_ui",
17867 "gpui",
17868 "icons",
17869 "livekit_client",
17870 "notifications",
17871 "platform_title_bar",
17872 "project",
17873 "recent_projects",
17874 "release_channel",
17875 "remote",
17876 "remote_connection",
17877 "rpc",
17878 "schemars",
17879 "semver",
17880 "serde",
17881 "settings",
17882 "smallvec",
17883 "story",
17884 "telemetry",
17885 "theme",
17886 "ui",
17887 "util",
17888 "windows 0.61.3",
17889 "workspace",
17890 "zed_actions",
17891]
17892
17893[[package]]
17894name = "tokio"
17895version = "1.48.0"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17898dependencies = [
17899 "bytes 1.11.1",
17900 "libc",
17901 "mio 1.1.0",
17902 "parking_lot",
17903 "pin-project-lite",
17904 "signal-hook-registry",
17905 "socket2 0.6.1",
17906 "tokio-macros",
17907 "windows-sys 0.61.2",
17908]
17909
17910[[package]]
17911name = "tokio-io"
17912version = "0.1.13"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17915dependencies = [
17916 "bytes 0.4.12",
17917 "futures 0.1.31",
17918 "log",
17919]
17920
17921[[package]]
17922name = "tokio-macros"
17923version = "2.6.0"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17926dependencies = [
17927 "proc-macro2",
17928 "quote",
17929 "syn 2.0.117",
17930]
17931
17932[[package]]
17933name = "tokio-native-tls"
17934version = "0.3.1"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17937dependencies = [
17938 "native-tls",
17939 "tokio",
17940]
17941
17942[[package]]
17943name = "tokio-rustls"
17944version = "0.24.1"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17947dependencies = [
17948 "rustls 0.21.12",
17949 "tokio",
17950]
17951
17952[[package]]
17953name = "tokio-rustls"
17954version = "0.26.2"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17957dependencies = [
17958 "rustls 0.23.33",
17959 "tokio",
17960]
17961
17962[[package]]
17963name = "tokio-socks"
17964version = "0.5.2"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17967dependencies = [
17968 "either",
17969 "futures-io",
17970 "futures-util",
17971 "thiserror 1.0.69",
17972 "tokio",
17973]
17974
17975[[package]]
17976name = "tokio-stream"
17977version = "0.1.17"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17980dependencies = [
17981 "futures-core",
17982 "pin-project-lite",
17983 "tokio",
17984]
17985
17986[[package]]
17987name = "tokio-tungstenite"
17988version = "0.20.1"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17991dependencies = [
17992 "futures-util",
17993 "log",
17994 "tokio",
17995 "tungstenite 0.20.1",
17996]
17997
17998[[package]]
17999name = "tokio-tungstenite"
18000version = "0.21.0"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18003dependencies = [
18004 "futures-util",
18005 "log",
18006 "tokio",
18007 "tungstenite 0.21.0",
18008]
18009
18010[[package]]
18011name = "tokio-tungstenite"
18012version = "0.28.0"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18015dependencies = [
18016 "futures-util",
18017 "log",
18018 "rustls 0.23.33",
18019 "rustls-native-certs 0.8.2",
18020 "rustls-pki-types",
18021 "tokio",
18022 "tokio-rustls 0.26.2",
18023 "tungstenite 0.28.0",
18024]
18025
18026[[package]]
18027name = "tokio-util"
18028version = "0.7.16"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18031dependencies = [
18032 "bytes 1.11.1",
18033 "futures-core",
18034 "futures-io",
18035 "futures-sink",
18036 "pin-project-lite",
18037 "tokio",
18038]
18039
18040[[package]]
18041name = "toml"
18042version = "0.5.11"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18045dependencies = [
18046 "serde",
18047]
18048
18049[[package]]
18050name = "toml"
18051version = "0.8.23"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18054dependencies = [
18055 "serde",
18056 "serde_spanned 0.6.9",
18057 "toml_datetime 0.6.11",
18058 "toml_edit 0.22.27",
18059]
18060
18061[[package]]
18062name = "toml"
18063version = "0.9.8"
18064source = "registry+https://github.com/rust-lang/crates.io-index"
18065checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18066dependencies = [
18067 "indexmap",
18068 "serde_core",
18069 "serde_spanned 1.0.3",
18070 "toml_datetime 0.7.3",
18071 "toml_parser",
18072 "toml_writer",
18073 "winnow",
18074]
18075
18076[[package]]
18077name = "toml_datetime"
18078version = "0.6.11"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18081dependencies = [
18082 "serde",
18083]
18084
18085[[package]]
18086name = "toml_datetime"
18087version = "0.7.3"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18090dependencies = [
18091 "serde_core",
18092]
18093
18094[[package]]
18095name = "toml_edit"
18096version = "0.22.27"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18099dependencies = [
18100 "indexmap",
18101 "serde",
18102 "serde_spanned 0.6.9",
18103 "toml_datetime 0.6.11",
18104 "toml_write",
18105 "winnow",
18106]
18107
18108[[package]]
18109name = "toml_edit"
18110version = "0.23.7"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18113dependencies = [
18114 "indexmap",
18115 "toml_datetime 0.7.3",
18116 "toml_parser",
18117 "winnow",
18118]
18119
18120[[package]]
18121name = "toml_parser"
18122version = "1.0.4"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18125dependencies = [
18126 "winnow",
18127]
18128
18129[[package]]
18130name = "toml_write"
18131version = "0.1.2"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18134
18135[[package]]
18136name = "toml_writer"
18137version = "1.0.4"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18140
18141[[package]]
18142name = "toolchain_selector"
18143version = "0.1.0"
18144dependencies = [
18145 "anyhow",
18146 "convert_case 0.8.0",
18147 "editor",
18148 "futures 0.3.32",
18149 "fuzzy",
18150 "gpui",
18151 "language",
18152 "menu",
18153 "open_path_prompt",
18154 "picker",
18155 "project",
18156 "ui",
18157 "util",
18158 "workspace",
18159]
18160
18161[[package]]
18162name = "topological-sort"
18163version = "0.2.2"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18166
18167[[package]]
18168name = "tower"
18169version = "0.4.13"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18172dependencies = [
18173 "futures-core",
18174 "futures-util",
18175 "pin-project",
18176 "pin-project-lite",
18177 "tokio",
18178 "tower-layer",
18179 "tower-service",
18180 "tracing",
18181]
18182
18183[[package]]
18184name = "tower"
18185version = "0.5.2"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18188dependencies = [
18189 "futures-core",
18190 "futures-util",
18191 "pin-project-lite",
18192 "sync_wrapper 1.0.2",
18193 "tokio",
18194 "tower-layer",
18195 "tower-service",
18196]
18197
18198[[package]]
18199name = "tower-http"
18200version = "0.4.4"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18203dependencies = [
18204 "bitflags 2.10.0",
18205 "bytes 1.11.1",
18206 "futures-core",
18207 "futures-util",
18208 "http 0.2.12",
18209 "http-body 0.4.6",
18210 "http-range-header",
18211 "pin-project-lite",
18212 "tower-layer",
18213 "tower-service",
18214 "tracing",
18215]
18216
18217[[package]]
18218name = "tower-http"
18219version = "0.6.6"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18222dependencies = [
18223 "bitflags 2.10.0",
18224 "bytes 1.11.1",
18225 "futures-util",
18226 "http 1.3.1",
18227 "http-body 1.0.1",
18228 "iri-string",
18229 "pin-project-lite",
18230 "tower 0.5.2",
18231 "tower-layer",
18232 "tower-service",
18233]
18234
18235[[package]]
18236name = "tower-layer"
18237version = "0.3.3"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18240
18241[[package]]
18242name = "tower-service"
18243version = "0.3.3"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18246
18247[[package]]
18248name = "tracing"
18249version = "0.1.43"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18252dependencies = [
18253 "log",
18254 "pin-project-lite",
18255 "tracing-attributes",
18256 "tracing-core",
18257]
18258
18259[[package]]
18260name = "tracing-attributes"
18261version = "0.1.31"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18264dependencies = [
18265 "proc-macro2",
18266 "quote",
18267 "syn 2.0.117",
18268]
18269
18270[[package]]
18271name = "tracing-core"
18272version = "0.1.35"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18275dependencies = [
18276 "once_cell",
18277 "valuable",
18278]
18279
18280[[package]]
18281name = "tracing-log"
18282version = "0.2.0"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18285dependencies = [
18286 "log",
18287 "once_cell",
18288 "tracing-core",
18289]
18290
18291[[package]]
18292name = "tracing-serde"
18293version = "0.2.0"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18296dependencies = [
18297 "serde",
18298 "tracing-core",
18299]
18300
18301[[package]]
18302name = "tracing-subscriber"
18303version = "0.3.22"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18306dependencies = [
18307 "matchers",
18308 "nu-ansi-term",
18309 "once_cell",
18310 "regex-automata",
18311 "serde",
18312 "serde_json",
18313 "sharded-slab",
18314 "smallvec",
18315 "thread_local",
18316 "tracing",
18317 "tracing-core",
18318 "tracing-log",
18319 "tracing-serde",
18320]
18321
18322[[package]]
18323name = "tracing-tracy"
18324version = "0.11.4"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18327dependencies = [
18328 "tracing-core",
18329 "tracing-subscriber",
18330 "tracy-client",
18331]
18332
18333[[package]]
18334name = "tracy-client"
18335version = "0.18.3"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18338dependencies = [
18339 "loom",
18340 "once_cell",
18341 "tracy-client-sys",
18342]
18343
18344[[package]]
18345name = "tracy-client-sys"
18346version = "0.27.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18349dependencies = [
18350 "cc",
18351 "windows-targets 0.52.6",
18352]
18353
18354[[package]]
18355name = "transpose"
18356version = "0.2.3"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18359dependencies = [
18360 "num-integer",
18361 "strength_reduce",
18362]
18363
18364[[package]]
18365name = "tree-sitter"
18366version = "0.26.8"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18369dependencies = [
18370 "cc",
18371 "regex",
18372 "regex-syntax",
18373 "serde_json",
18374 "streaming-iterator",
18375 "tree-sitter-language",
18376 "wasmtime-c-api-impl",
18377]
18378
18379[[package]]
18380name = "tree-sitter-bash"
18381version = "0.25.1"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18384dependencies = [
18385 "cc",
18386 "tree-sitter-language",
18387]
18388
18389[[package]]
18390name = "tree-sitter-c"
18391version = "0.24.1"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18394dependencies = [
18395 "cc",
18396 "tree-sitter-language",
18397]
18398
18399[[package]]
18400name = "tree-sitter-cpp"
18401version = "0.23.4"
18402source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18403dependencies = [
18404 "cc",
18405 "tree-sitter-language",
18406]
18407
18408[[package]]
18409name = "tree-sitter-css"
18410version = "0.23.2"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18413dependencies = [
18414 "cc",
18415 "tree-sitter-language",
18416]
18417
18418[[package]]
18419name = "tree-sitter-diff"
18420version = "0.1.0"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18423dependencies = [
18424 "cc",
18425 "tree-sitter-language",
18426]
18427
18428[[package]]
18429name = "tree-sitter-elixir"
18430version = "0.3.4"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18433dependencies = [
18434 "cc",
18435 "tree-sitter-language",
18436]
18437
18438[[package]]
18439name = "tree-sitter-embedded-template"
18440version = "0.23.2"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-gitcommit"
18450version = "0.0.1"
18451source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18452dependencies = [
18453 "cc",
18454 "tree-sitter-language",
18455]
18456
18457[[package]]
18458name = "tree-sitter-go"
18459version = "0.25.0"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-gomod"
18469version = "1.1.1"
18470source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-gowork"
18478version = "0.0.1"
18479source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18480dependencies = [
18481 "cc",
18482 "tree-sitter-language",
18483]
18484
18485[[package]]
18486name = "tree-sitter-heex"
18487version = "0.0.1"
18488source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18489dependencies = [
18490 "cc",
18491 "tree-sitter-language",
18492]
18493
18494[[package]]
18495name = "tree-sitter-html"
18496version = "0.23.2"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18499dependencies = [
18500 "cc",
18501 "tree-sitter-language",
18502]
18503
18504[[package]]
18505name = "tree-sitter-jsdoc"
18506version = "0.23.2"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18509dependencies = [
18510 "cc",
18511 "tree-sitter-language",
18512]
18513
18514[[package]]
18515name = "tree-sitter-json"
18516version = "0.24.8"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18519dependencies = [
18520 "cc",
18521 "tree-sitter-language",
18522]
18523
18524[[package]]
18525name = "tree-sitter-language"
18526version = "0.1.5"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18529
18530[[package]]
18531name = "tree-sitter-md"
18532version = "0.3.2"
18533source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-python"
18541version = "0.25.0"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-regex"
18551version = "0.24.3"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18554dependencies = [
18555 "cc",
18556 "tree-sitter-language",
18557]
18558
18559[[package]]
18560name = "tree-sitter-ruby"
18561version = "0.23.1"
18562source = "registry+https://github.com/rust-lang/crates.io-index"
18563checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18564dependencies = [
18565 "cc",
18566 "tree-sitter-language",
18567]
18568
18569[[package]]
18570name = "tree-sitter-rust"
18571version = "0.24.2"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18574dependencies = [
18575 "cc",
18576 "tree-sitter-language",
18577]
18578
18579[[package]]
18580name = "tree-sitter-typescript"
18581version = "0.23.2"
18582source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18583dependencies = [
18584 "cc",
18585 "tree-sitter-language",
18586]
18587
18588[[package]]
18589name = "tree-sitter-yaml"
18590version = "0.6.1"
18591source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18592dependencies = [
18593 "cc",
18594 "tree-sitter-language",
18595]
18596
18597[[package]]
18598name = "triomphe"
18599version = "0.1.15"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18602dependencies = [
18603 "serde",
18604 "stable_deref_trait",
18605]
18606
18607[[package]]
18608name = "try-lock"
18609version = "0.2.5"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18612
18613[[package]]
18614name = "ttf-parser"
18615version = "0.20.0"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18618
18619[[package]]
18620name = "ttf-parser"
18621version = "0.25.1"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18624dependencies = [
18625 "core_maths",
18626]
18627
18628[[package]]
18629name = "tungstenite"
18630version = "0.20.1"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18633dependencies = [
18634 "byteorder",
18635 "bytes 1.11.1",
18636 "data-encoding",
18637 "http 0.2.12",
18638 "httparse",
18639 "log",
18640 "rand 0.8.5",
18641 "sha1",
18642 "thiserror 1.0.69",
18643 "url",
18644 "utf-8",
18645]
18646
18647[[package]]
18648name = "tungstenite"
18649version = "0.21.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18652dependencies = [
18653 "byteorder",
18654 "bytes 1.11.1",
18655 "data-encoding",
18656 "http 1.3.1",
18657 "httparse",
18658 "log",
18659 "rand 0.8.5",
18660 "sha1",
18661 "thiserror 1.0.69",
18662 "url",
18663 "utf-8",
18664]
18665
18666[[package]]
18667name = "tungstenite"
18668version = "0.27.0"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18671dependencies = [
18672 "bytes 1.11.1",
18673 "data-encoding",
18674 "http 1.3.1",
18675 "httparse",
18676 "log",
18677 "rand 0.9.2",
18678 "rustls 0.23.33",
18679 "rustls-pki-types",
18680 "sha1",
18681 "thiserror 2.0.17",
18682 "utf-8",
18683]
18684
18685[[package]]
18686name = "tungstenite"
18687version = "0.28.0"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18690dependencies = [
18691 "bytes 1.11.1",
18692 "data-encoding",
18693 "http 1.3.1",
18694 "httparse",
18695 "log",
18696 "rand 0.9.2",
18697 "rustls 0.23.33",
18698 "rustls-pki-types",
18699 "sha1",
18700 "thiserror 2.0.17",
18701 "utf-8",
18702]
18703
18704[[package]]
18705name = "typeid"
18706version = "1.0.3"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18709
18710[[package]]
18711name = "typenum"
18712version = "1.19.0"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18715
18716[[package]]
18717name = "ucd-trie"
18718version = "0.1.7"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18721
18722[[package]]
18723name = "uds"
18724version = "0.4.2"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18727dependencies = [
18728 "libc",
18729]
18730
18731[[package]]
18732name = "uds_windows"
18733version = "1.1.0"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18736dependencies = [
18737 "memoffset",
18738 "tempfile",
18739 "winapi",
18740]
18741
18742[[package]]
18743name = "ug"
18744version = "0.4.0"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18747dependencies = [
18748 "gemm 0.18.2",
18749 "half",
18750 "libloading",
18751 "memmap2",
18752 "num",
18753 "num-traits",
18754 "num_cpus",
18755 "rayon",
18756 "safetensors",
18757 "serde",
18758 "thiserror 1.0.69",
18759 "tracing",
18760 "yoke 0.7.5",
18761]
18762
18763[[package]]
18764name = "ui"
18765version = "0.1.0"
18766dependencies = [
18767 "chrono",
18768 "component",
18769 "documented",
18770 "gpui",
18771 "gpui_macros",
18772 "gpui_util",
18773 "icons",
18774 "itertools 0.14.0",
18775 "menu",
18776 "schemars",
18777 "serde",
18778 "smallvec",
18779 "story",
18780 "strum 0.27.2",
18781 "theme",
18782 "ui_macros",
18783 "windows 0.61.3",
18784]
18785
18786[[package]]
18787name = "ui_input"
18788version = "0.1.0"
18789dependencies = [
18790 "component",
18791 "gpui",
18792 "ui",
18793]
18794
18795[[package]]
18796name = "ui_macros"
18797version = "0.1.0"
18798dependencies = [
18799 "component",
18800 "quote",
18801 "syn 2.0.117",
18802 "ui",
18803]
18804
18805[[package]]
18806name = "ui_prompt"
18807version = "0.1.0"
18808dependencies = [
18809 "gpui",
18810 "markdown",
18811 "menu",
18812 "settings",
18813 "theme_settings",
18814 "ui",
18815 "workspace",
18816]
18817
18818[[package]]
18819name = "unarray"
18820version = "0.1.4"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18823
18824[[package]]
18825name = "unicase"
18826version = "2.8.1"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18829
18830[[package]]
18831name = "unicode-bidi"
18832version = "0.3.18"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18835
18836[[package]]
18837name = "unicode-bidi-mirroring"
18838version = "0.4.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18841
18842[[package]]
18843name = "unicode-ccc"
18844version = "0.4.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18847
18848[[package]]
18849name = "unicode-general-category"
18850version = "1.1.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18853
18854[[package]]
18855name = "unicode-ident"
18856version = "1.0.19"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18859
18860[[package]]
18861name = "unicode-linebreak"
18862version = "0.1.5"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18865
18866[[package]]
18867name = "unicode-normalization"
18868version = "0.1.24"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18871dependencies = [
18872 "tinyvec",
18873]
18874
18875[[package]]
18876name = "unicode-properties"
18877version = "0.1.3"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18880
18881[[package]]
18882name = "unicode-script"
18883version = "0.5.8"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18886
18887[[package]]
18888name = "unicode-segmentation"
18889version = "1.12.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18892
18893[[package]]
18894name = "unicode-vo"
18895version = "0.1.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18898
18899[[package]]
18900name = "unicode-width"
18901version = "0.2.2"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18904
18905[[package]]
18906name = "unicode-xid"
18907version = "0.2.6"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18910
18911[[package]]
18912name = "unicode_categories"
18913version = "0.1.1"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18916
18917[[package]]
18918name = "unindent"
18919version = "0.2.4"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18922
18923[[package]]
18924name = "unsafe-libyaml"
18925version = "0.2.11"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18928
18929[[package]]
18930name = "untrusted"
18931version = "0.7.1"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18934
18935[[package]]
18936name = "untrusted"
18937version = "0.9.0"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18940
18941[[package]]
18942name = "url"
18943version = "2.5.7"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18946dependencies = [
18947 "form_urlencoded",
18948 "idna",
18949 "percent-encoding",
18950 "serde",
18951]
18952
18953[[package]]
18954name = "urlencoding"
18955version = "2.1.3"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18958
18959[[package]]
18960name = "usvg"
18961version = "0.45.1"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18964dependencies = [
18965 "base64 0.22.1",
18966 "data-url",
18967 "flate2",
18968 "fontdb 0.23.0",
18969 "imagesize",
18970 "kurbo",
18971 "log",
18972 "pico-args",
18973 "roxmltree",
18974 "rustybuzz",
18975 "simplecss",
18976 "siphasher 1.0.1",
18977 "strict-num",
18978 "svgtypes",
18979 "tiny-skia-path",
18980 "unicode-bidi",
18981 "unicode-script",
18982 "unicode-vo",
18983 "xmlwriter",
18984]
18985
18986[[package]]
18987name = "utf-8"
18988version = "0.7.6"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18991
18992[[package]]
18993name = "utf8-chars"
18994version = "3.0.6"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18997dependencies = [
18998 "arrayvec",
18999]
19000
19001[[package]]
19002name = "utf8_iter"
19003version = "1.0.4"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19006
19007[[package]]
19008name = "utf8parse"
19009version = "0.2.2"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19012
19013[[package]]
19014name = "util"
19015version = "0.1.0"
19016dependencies = [
19017 "anyhow",
19018 "async-fs",
19019 "async_zip",
19020 "collections",
19021 "command-fds",
19022 "dirs 4.0.0",
19023 "dunce",
19024 "futures 0.3.32",
19025 "futures-lite 1.13.0",
19026 "git2",
19027 "globset",
19028 "gpui_util",
19029 "itertools 0.14.0",
19030 "libc",
19031 "log",
19032 "mach2 0.5.0",
19033 "nix 0.29.0",
19034 "percent-encoding",
19035 "pretty_assertions",
19036 "rand 0.9.2",
19037 "regex",
19038 "rust-embed",
19039 "schemars",
19040 "serde",
19041 "serde_json",
19042 "serde_json_lenient",
19043 "shlex",
19044 "smol",
19045 "take-until",
19046 "tempfile",
19047 "tendril",
19048 "unicase",
19049 "url",
19050 "util_macros",
19051 "walkdir",
19052 "which 6.0.3",
19053]
19054
19055[[package]]
19056name = "util_macros"
19057version = "0.1.0"
19058dependencies = [
19059 "perf",
19060 "quote",
19061 "syn 2.0.117",
19062]
19063
19064[[package]]
19065name = "uuid"
19066version = "1.18.1"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19069dependencies = [
19070 "getrandom 0.3.4",
19071 "js-sys",
19072 "serde",
19073 "sha1_smol",
19074 "wasm-bindgen",
19075]
19076
19077[[package]]
19078name = "uuid-simd"
19079version = "0.8.0"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19082dependencies = [
19083 "outref",
19084 "vsimd",
19085]
19086
19087[[package]]
19088name = "v_frame"
19089version = "0.3.9"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19092dependencies = [
19093 "aligned-vec",
19094 "num-traits",
19095 "wasm-bindgen",
19096]
19097
19098[[package]]
19099name = "valuable"
19100version = "0.1.1"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19103
19104[[package]]
19105name = "value-bag"
19106version = "1.12.0"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19109dependencies = [
19110 "value-bag-serde1",
19111 "value-bag-sval2",
19112]
19113
19114[[package]]
19115name = "value-bag-serde1"
19116version = "1.12.0"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19119dependencies = [
19120 "erased-serde",
19121 "serde_core",
19122 "serde_fmt",
19123]
19124
19125[[package]]
19126name = "value-bag-sval2"
19127version = "1.12.0"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19130dependencies = [
19131 "sval",
19132 "sval_buffer",
19133 "sval_dynamic",
19134 "sval_fmt",
19135 "sval_json",
19136 "sval_ref",
19137 "sval_serde",
19138]
19139
19140[[package]]
19141name = "vcpkg"
19142version = "0.2.15"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19145
19146[[package]]
19147name = "vercel"
19148version = "0.1.0"
19149dependencies = [
19150 "anyhow",
19151 "schemars",
19152 "serde",
19153 "strum 0.27.2",
19154]
19155
19156[[package]]
19157name = "version-compare"
19158version = "0.2.0"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19161
19162[[package]]
19163name = "version_check"
19164version = "0.9.5"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19167
19168[[package]]
19169name = "vim"
19170version = "0.1.0"
19171dependencies = [
19172 "anyhow",
19173 "async-compat",
19174 "async-trait",
19175 "collections",
19176 "command_palette",
19177 "command_palette_hooks",
19178 "db",
19179 "editor",
19180 "env_logger 0.11.8",
19181 "futures 0.3.32",
19182 "fuzzy",
19183 "git_ui",
19184 "gpui",
19185 "indoc",
19186 "itertools 0.14.0",
19187 "language",
19188 "log",
19189 "lsp",
19190 "markdown_preview",
19191 "menu",
19192 "multi_buffer",
19193 "nvim-rs",
19194 "outline_panel",
19195 "parking_lot",
19196 "perf",
19197 "picker",
19198 "project",
19199 "project_panel",
19200 "regex",
19201 "release_channel",
19202 "schemars",
19203 "search",
19204 "semver",
19205 "serde",
19206 "serde_json",
19207 "settings",
19208 "settings_ui",
19209 "task",
19210 "text",
19211 "theme",
19212 "theme_settings",
19213 "tokio",
19214 "ui",
19215 "util",
19216 "util_macros",
19217 "vim_mode_setting",
19218 "workspace",
19219 "zed_actions",
19220]
19221
19222[[package]]
19223name = "vim_mode_setting"
19224version = "0.1.0"
19225dependencies = [
19226 "gpui",
19227 "settings",
19228]
19229
19230[[package]]
19231name = "vscode_theme"
19232version = "0.2.0"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19235dependencies = [
19236 "serde",
19237]
19238
19239[[package]]
19240name = "vsimd"
19241version = "0.8.0"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19244
19245[[package]]
19246name = "vswhom"
19247version = "0.1.0"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19250dependencies = [
19251 "libc",
19252 "vswhom-sys",
19253]
19254
19255[[package]]
19256name = "vswhom-sys"
19257version = "0.1.3"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19260dependencies = [
19261 "cc",
19262 "libc",
19263]
19264
19265[[package]]
19266name = "vte"
19267version = "0.15.0"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19270dependencies = [
19271 "arrayvec",
19272 "bitflags 2.10.0",
19273 "cursor-icon",
19274 "log",
19275 "memchr",
19276 "serde",
19277]
19278
19279[[package]]
19280name = "wait-timeout"
19281version = "0.2.1"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19284dependencies = [
19285 "libc",
19286]
19287
19288[[package]]
19289name = "waker-fn"
19290version = "1.2.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19293
19294[[package]]
19295name = "walkdir"
19296version = "2.5.0"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19299dependencies = [
19300 "same-file",
19301 "winapi-util",
19302]
19303
19304[[package]]
19305name = "want"
19306version = "0.3.1"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19309dependencies = [
19310 "try-lock",
19311]
19312
19313[[package]]
19314name = "warp"
19315version = "0.3.7"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19318dependencies = [
19319 "bytes 1.11.1",
19320 "futures-channel",
19321 "futures-util",
19322 "headers",
19323 "http 0.2.12",
19324 "hyper 0.14.32",
19325 "log",
19326 "mime",
19327 "mime_guess",
19328 "percent-encoding",
19329 "pin-project",
19330 "scoped-tls",
19331 "serde",
19332 "serde_json",
19333 "serde_urlencoded",
19334 "tokio",
19335 "tokio-tungstenite 0.21.0",
19336 "tokio-util",
19337 "tower-service",
19338 "tracing",
19339]
19340
19341[[package]]
19342name = "wasi"
19343version = "0.11.1+wasi-snapshot-preview1"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19346
19347[[package]]
19348name = "wasip2"
19349version = "1.0.1+wasi-0.2.4"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19352dependencies = [
19353 "wit-bindgen 0.46.0",
19354]
19355
19356[[package]]
19357name = "wasip3"
19358version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19361dependencies = [
19362 "wit-bindgen 0.51.0",
19363]
19364
19365[[package]]
19366name = "wasite"
19367version = "0.1.0"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19370
19371[[package]]
19372name = "wasm-bindgen"
19373version = "0.2.113"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19376dependencies = [
19377 "cfg-if",
19378 "once_cell",
19379 "rustversion",
19380 "wasm-bindgen-macro",
19381 "wasm-bindgen-shared",
19382]
19383
19384[[package]]
19385name = "wasm-bindgen-futures"
19386version = "0.4.63"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19389dependencies = [
19390 "cfg-if",
19391 "futures-util",
19392 "js-sys",
19393 "once_cell",
19394 "wasm-bindgen",
19395 "web-sys",
19396]
19397
19398[[package]]
19399name = "wasm-bindgen-macro"
19400version = "0.2.113"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19403dependencies = [
19404 "quote",
19405 "wasm-bindgen-macro-support",
19406]
19407
19408[[package]]
19409name = "wasm-bindgen-macro-support"
19410version = "0.2.113"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19413dependencies = [
19414 "bumpalo",
19415 "proc-macro2",
19416 "quote",
19417 "syn 2.0.117",
19418 "wasm-bindgen-shared",
19419]
19420
19421[[package]]
19422name = "wasm-bindgen-shared"
19423version = "0.2.113"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19426dependencies = [
19427 "unicode-ident",
19428]
19429
19430[[package]]
19431name = "wasm-encoder"
19432version = "0.201.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19435dependencies = [
19436 "leb128",
19437]
19438
19439[[package]]
19440name = "wasm-encoder"
19441version = "0.221.3"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19444dependencies = [
19445 "leb128",
19446 "wasmparser 0.221.3",
19447]
19448
19449[[package]]
19450name = "wasm-encoder"
19451version = "0.227.1"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19454dependencies = [
19455 "leb128fmt",
19456 "wasmparser 0.227.1",
19457]
19458
19459[[package]]
19460name = "wasm-encoder"
19461version = "0.236.1"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19464dependencies = [
19465 "leb128fmt",
19466 "wasmparser 0.236.1",
19467]
19468
19469[[package]]
19470name = "wasm-encoder"
19471version = "0.244.0"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19474dependencies = [
19475 "leb128fmt",
19476 "wasmparser 0.244.0",
19477]
19478
19479[[package]]
19480name = "wasm-metadata"
19481version = "0.201.0"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19484dependencies = [
19485 "anyhow",
19486 "indexmap",
19487 "serde",
19488 "serde_derive",
19489 "serde_json",
19490 "spdx",
19491 "wasm-encoder 0.201.0",
19492 "wasmparser 0.201.0",
19493]
19494
19495[[package]]
19496name = "wasm-metadata"
19497version = "0.227.1"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19500dependencies = [
19501 "anyhow",
19502 "auditable-serde",
19503 "flate2",
19504 "indexmap",
19505 "serde",
19506 "serde_derive",
19507 "serde_json",
19508 "spdx",
19509 "url",
19510 "wasm-encoder 0.227.1",
19511 "wasmparser 0.227.1",
19512]
19513
19514[[package]]
19515name = "wasm-metadata"
19516version = "0.244.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19519dependencies = [
19520 "anyhow",
19521 "indexmap",
19522 "wasm-encoder 0.244.0",
19523 "wasmparser 0.244.0",
19524]
19525
19526[[package]]
19527name = "wasm-streams"
19528version = "0.4.2"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19531dependencies = [
19532 "futures-util",
19533 "js-sys",
19534 "wasm-bindgen",
19535 "wasm-bindgen-futures",
19536 "web-sys",
19537]
19538
19539[[package]]
19540name = "wasm_thread"
19541version = "0.3.3"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19544dependencies = [
19545 "futures 0.3.32",
19546 "js-sys",
19547 "wasm-bindgen",
19548 "web-sys",
19549]
19550
19551[[package]]
19552name = "wasmparser"
19553version = "0.201.0"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19556dependencies = [
19557 "bitflags 2.10.0",
19558 "indexmap",
19559 "semver",
19560]
19561
19562[[package]]
19563name = "wasmparser"
19564version = "0.221.3"
19565source = "registry+https://github.com/rust-lang/crates.io-index"
19566checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19567dependencies = [
19568 "bitflags 2.10.0",
19569 "hashbrown 0.15.5",
19570 "indexmap",
19571 "semver",
19572 "serde",
19573]
19574
19575[[package]]
19576name = "wasmparser"
19577version = "0.227.1"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19580dependencies = [
19581 "bitflags 2.10.0",
19582 "hashbrown 0.15.5",
19583 "indexmap",
19584 "semver",
19585]
19586
19587[[package]]
19588name = "wasmparser"
19589version = "0.236.1"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19592dependencies = [
19593 "bitflags 2.10.0",
19594 "hashbrown 0.15.5",
19595 "indexmap",
19596 "semver",
19597 "serde",
19598]
19599
19600[[package]]
19601name = "wasmparser"
19602version = "0.244.0"
19603source = "registry+https://github.com/rust-lang/crates.io-index"
19604checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19605dependencies = [
19606 "bitflags 2.10.0",
19607 "hashbrown 0.15.5",
19608 "indexmap",
19609 "semver",
19610]
19611
19612[[package]]
19613name = "wasmprinter"
19614version = "0.236.1"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19617dependencies = [
19618 "anyhow",
19619 "termcolor",
19620 "wasmparser 0.236.1",
19621]
19622
19623[[package]]
19624name = "wasmtime"
19625version = "36.0.6"
19626source = "registry+https://github.com/rust-lang/crates.io-index"
19627checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19628dependencies = [
19629 "addr2line",
19630 "anyhow",
19631 "async-trait",
19632 "bitflags 2.10.0",
19633 "bumpalo",
19634 "cc",
19635 "cfg-if",
19636 "encoding_rs",
19637 "hashbrown 0.15.5",
19638 "indexmap",
19639 "libc",
19640 "log",
19641 "mach2 0.4.3",
19642 "memfd",
19643 "object",
19644 "once_cell",
19645 "postcard",
19646 "pulley-interpreter",
19647 "rayon",
19648 "rustix 1.1.2",
19649 "semver",
19650 "serde",
19651 "serde_derive",
19652 "smallvec",
19653 "target-lexicon 0.13.3",
19654 "wasmparser 0.236.1",
19655 "wasmtime-environ",
19656 "wasmtime-internal-asm-macros",
19657 "wasmtime-internal-component-macro",
19658 "wasmtime-internal-component-util",
19659 "wasmtime-internal-cranelift",
19660 "wasmtime-internal-fiber",
19661 "wasmtime-internal-jit-debug",
19662 "wasmtime-internal-jit-icache-coherence",
19663 "wasmtime-internal-math",
19664 "wasmtime-internal-slab",
19665 "wasmtime-internal-unwinder",
19666 "wasmtime-internal-versioned-export-macros",
19667 "wasmtime-internal-winch",
19668 "windows-sys 0.60.2",
19669]
19670
19671[[package]]
19672name = "wasmtime-c-api-impl"
19673version = "36.0.6"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19676dependencies = [
19677 "anyhow",
19678 "log",
19679 "tracing",
19680 "wasmtime",
19681 "wasmtime-internal-c-api-macros",
19682]
19683
19684[[package]]
19685name = "wasmtime-environ"
19686version = "36.0.6"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19689dependencies = [
19690 "anyhow",
19691 "cpp_demangle",
19692 "cranelift-bitset",
19693 "cranelift-entity",
19694 "gimli",
19695 "indexmap",
19696 "log",
19697 "object",
19698 "postcard",
19699 "rustc-demangle",
19700 "semver",
19701 "serde",
19702 "serde_derive",
19703 "smallvec",
19704 "target-lexicon 0.13.3",
19705 "wasm-encoder 0.236.1",
19706 "wasmparser 0.236.1",
19707 "wasmprinter",
19708 "wasmtime-internal-component-util",
19709]
19710
19711[[package]]
19712name = "wasmtime-internal-asm-macros"
19713version = "36.0.6"
19714source = "registry+https://github.com/rust-lang/crates.io-index"
19715checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19716dependencies = [
19717 "cfg-if",
19718]
19719
19720[[package]]
19721name = "wasmtime-internal-c-api-macros"
19722version = "36.0.6"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19725dependencies = [
19726 "proc-macro2",
19727 "quote",
19728]
19729
19730[[package]]
19731name = "wasmtime-internal-component-macro"
19732version = "36.0.6"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19735dependencies = [
19736 "anyhow",
19737 "proc-macro2",
19738 "quote",
19739 "syn 2.0.117",
19740 "wasmtime-internal-component-util",
19741 "wasmtime-internal-wit-bindgen",
19742 "wit-parser 0.236.1",
19743]
19744
19745[[package]]
19746name = "wasmtime-internal-component-util"
19747version = "36.0.6"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19750
19751[[package]]
19752name = "wasmtime-internal-cranelift"
19753version = "36.0.6"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19756dependencies = [
19757 "anyhow",
19758 "cfg-if",
19759 "cranelift-codegen",
19760 "cranelift-control",
19761 "cranelift-entity",
19762 "cranelift-frontend",
19763 "cranelift-native",
19764 "gimli",
19765 "itertools 0.14.0",
19766 "log",
19767 "object",
19768 "pulley-interpreter",
19769 "smallvec",
19770 "target-lexicon 0.13.3",
19771 "thiserror 2.0.17",
19772 "wasmparser 0.236.1",
19773 "wasmtime-environ",
19774 "wasmtime-internal-math",
19775 "wasmtime-internal-versioned-export-macros",
19776]
19777
19778[[package]]
19779name = "wasmtime-internal-fiber"
19780version = "36.0.6"
19781source = "registry+https://github.com/rust-lang/crates.io-index"
19782checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19783dependencies = [
19784 "anyhow",
19785 "cc",
19786 "cfg-if",
19787 "libc",
19788 "rustix 1.1.2",
19789 "wasmtime-internal-asm-macros",
19790 "wasmtime-internal-versioned-export-macros",
19791 "windows-sys 0.60.2",
19792]
19793
19794[[package]]
19795name = "wasmtime-internal-jit-debug"
19796version = "36.0.6"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19799dependencies = [
19800 "cc",
19801 "wasmtime-internal-versioned-export-macros",
19802]
19803
19804[[package]]
19805name = "wasmtime-internal-jit-icache-coherence"
19806version = "36.0.6"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19809dependencies = [
19810 "anyhow",
19811 "cfg-if",
19812 "libc",
19813 "windows-sys 0.60.2",
19814]
19815
19816[[package]]
19817name = "wasmtime-internal-math"
19818version = "36.0.6"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19821dependencies = [
19822 "libm",
19823]
19824
19825[[package]]
19826name = "wasmtime-internal-slab"
19827version = "36.0.6"
19828source = "registry+https://github.com/rust-lang/crates.io-index"
19829checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19830
19831[[package]]
19832name = "wasmtime-internal-unwinder"
19833version = "36.0.6"
19834source = "registry+https://github.com/rust-lang/crates.io-index"
19835checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19836dependencies = [
19837 "anyhow",
19838 "cfg-if",
19839 "cranelift-codegen",
19840 "log",
19841 "object",
19842]
19843
19844[[package]]
19845name = "wasmtime-internal-versioned-export-macros"
19846version = "36.0.6"
19847source = "registry+https://github.com/rust-lang/crates.io-index"
19848checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19849dependencies = [
19850 "proc-macro2",
19851 "quote",
19852 "syn 2.0.117",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-winch"
19857version = "36.0.6"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19860dependencies = [
19861 "anyhow",
19862 "cranelift-codegen",
19863 "gimli",
19864 "object",
19865 "target-lexicon 0.13.3",
19866 "wasmparser 0.236.1",
19867 "wasmtime-environ",
19868 "wasmtime-internal-cranelift",
19869 "winch-codegen",
19870]
19871
19872[[package]]
19873name = "wasmtime-internal-wit-bindgen"
19874version = "36.0.6"
19875source = "registry+https://github.com/rust-lang/crates.io-index"
19876checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19877dependencies = [
19878 "anyhow",
19879 "bitflags 2.10.0",
19880 "heck 0.5.0",
19881 "indexmap",
19882 "wit-parser 0.236.1",
19883]
19884
19885[[package]]
19886name = "wasmtime-wasi"
19887version = "36.0.6"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19890dependencies = [
19891 "anyhow",
19892 "async-trait",
19893 "bitflags 2.10.0",
19894 "bytes 1.11.1",
19895 "cap-fs-ext",
19896 "cap-net-ext",
19897 "cap-rand",
19898 "cap-std",
19899 "cap-time-ext",
19900 "fs-set-times",
19901 "futures 0.3.32",
19902 "io-extras",
19903 "io-lifetimes",
19904 "rustix 1.1.2",
19905 "system-interface",
19906 "thiserror 2.0.17",
19907 "tokio",
19908 "tracing",
19909 "url",
19910 "wasmtime",
19911 "wasmtime-wasi-io",
19912 "wiggle",
19913 "windows-sys 0.60.2",
19914]
19915
19916[[package]]
19917name = "wasmtime-wasi-io"
19918version = "36.0.6"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19921dependencies = [
19922 "anyhow",
19923 "async-trait",
19924 "bytes 1.11.1",
19925 "futures 0.3.32",
19926 "wasmtime",
19927]
19928
19929[[package]]
19930name = "wast"
19931version = "35.0.2"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19934dependencies = [
19935 "leb128",
19936]
19937
19938[[package]]
19939name = "watch"
19940version = "0.1.0"
19941dependencies = [
19942 "ctor",
19943 "futures 0.3.32",
19944 "gpui",
19945 "parking_lot",
19946 "zlog",
19947]
19948
19949[[package]]
19950name = "wax"
19951version = "0.7.0"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19954dependencies = [
19955 "const_format",
19956 "itertools 0.14.0",
19957 "nom 7.1.3",
19958 "pori",
19959 "regex",
19960 "thiserror 2.0.17",
19961 "walkdir",
19962]
19963
19964[[package]]
19965name = "wayland-backend"
19966version = "0.3.11"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19969dependencies = [
19970 "cc",
19971 "downcast-rs",
19972 "rustix 1.1.2",
19973 "scoped-tls",
19974 "smallvec",
19975 "wayland-sys",
19976]
19977
19978[[package]]
19979name = "wayland-client"
19980version = "0.31.11"
19981source = "registry+https://github.com/rust-lang/crates.io-index"
19982checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19983dependencies = [
19984 "bitflags 2.10.0",
19985 "rustix 1.1.2",
19986 "wayland-backend",
19987 "wayland-scanner",
19988]
19989
19990[[package]]
19991name = "wayland-cursor"
19992version = "0.31.11"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19995dependencies = [
19996 "rustix 1.1.2",
19997 "wayland-client",
19998 "xcursor",
19999]
20000
20001[[package]]
20002name = "wayland-protocols"
20003version = "0.32.9"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20006dependencies = [
20007 "bitflags 2.10.0",
20008 "wayland-backend",
20009 "wayland-client",
20010 "wayland-scanner",
20011]
20012
20013[[package]]
20014name = "wayland-protocols-plasma"
20015version = "0.3.9"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20018dependencies = [
20019 "bitflags 2.10.0",
20020 "wayland-backend",
20021 "wayland-client",
20022 "wayland-protocols",
20023 "wayland-scanner",
20024]
20025
20026[[package]]
20027name = "wayland-protocols-wlr"
20028version = "0.3.9"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20031dependencies = [
20032 "bitflags 2.10.0",
20033 "wayland-backend",
20034 "wayland-client",
20035 "wayland-protocols",
20036 "wayland-scanner",
20037]
20038
20039[[package]]
20040name = "wayland-scanner"
20041version = "0.31.7"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20044dependencies = [
20045 "proc-macro2",
20046 "quick-xml 0.37.5",
20047 "quote",
20048]
20049
20050[[package]]
20051name = "wayland-sys"
20052version = "0.31.7"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20055dependencies = [
20056 "dlib",
20057 "log",
20058 "once_cell",
20059 "pkg-config",
20060]
20061
20062[[package]]
20063name = "web-sys"
20064version = "0.3.90"
20065source = "registry+https://github.com/rust-lang/crates.io-index"
20066checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20067dependencies = [
20068 "js-sys",
20069 "wasm-bindgen",
20070]
20071
20072[[package]]
20073name = "web-time"
20074version = "1.1.0"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20077dependencies = [
20078 "js-sys",
20079 "wasm-bindgen",
20080]
20081
20082[[package]]
20083name = "web_atoms"
20084version = "0.1.3"
20085source = "registry+https://github.com/rust-lang/crates.io-index"
20086checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20087dependencies = [
20088 "phf 0.11.3",
20089 "phf_codegen",
20090 "string_cache",
20091 "string_cache_codegen",
20092]
20093
20094[[package]]
20095name = "web_search"
20096version = "0.1.0"
20097dependencies = [
20098 "anyhow",
20099 "cloud_llm_client",
20100 "collections",
20101 "gpui",
20102 "serde",
20103]
20104
20105[[package]]
20106name = "web_search_providers"
20107version = "0.1.0"
20108dependencies = [
20109 "anyhow",
20110 "client",
20111 "cloud_api_types",
20112 "cloud_llm_client",
20113 "futures 0.3.32",
20114 "gpui",
20115 "http_client",
20116 "language_model",
20117 "serde",
20118 "serde_json",
20119 "web_search",
20120]
20121
20122[[package]]
20123name = "webpki-root-certs"
20124version = "0.26.8"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20127dependencies = [
20128 "rustls-pki-types",
20129]
20130
20131[[package]]
20132name = "webpki-roots"
20133version = "0.26.8"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20136dependencies = [
20137 "rustls-pki-types",
20138]
20139
20140[[package]]
20141name = "webrtc-sys"
20142version = "0.3.23"
20143source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20144dependencies = [
20145 "cc",
20146 "cxx",
20147 "cxx-build",
20148 "glob",
20149 "log",
20150 "pkg-config",
20151 "webrtc-sys-build",
20152]
20153
20154[[package]]
20155name = "webrtc-sys-build"
20156version = "0.3.13"
20157source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20158dependencies = [
20159 "anyhow",
20160 "fs2",
20161 "regex",
20162 "reqwest 0.12.24",
20163 "scratch",
20164 "semver",
20165 "zip 0.6.6",
20166]
20167
20168[[package]]
20169name = "weezl"
20170version = "0.1.10"
20171source = "registry+https://github.com/rust-lang/crates.io-index"
20172checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20173
20174[[package]]
20175name = "wgpu"
20176version = "29.0.0"
20177source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20178dependencies = [
20179 "arrayvec",
20180 "bitflags 2.10.0",
20181 "bytemuck",
20182 "cfg-if",
20183 "cfg_aliases 0.2.1",
20184 "document-features",
20185 "hashbrown 0.16.1",
20186 "js-sys",
20187 "log",
20188 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20189 "parking_lot",
20190 "portable-atomic",
20191 "profiling",
20192 "raw-window-handle",
20193 "smallvec",
20194 "static_assertions",
20195 "wasm-bindgen",
20196 "wasm-bindgen-futures",
20197 "web-sys",
20198 "wgpu-core",
20199 "wgpu-hal",
20200 "wgpu-types",
20201]
20202
20203[[package]]
20204name = "wgpu-core"
20205version = "29.0.0"
20206source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20207dependencies = [
20208 "arrayvec",
20209 "bit-set 0.9.1",
20210 "bit-vec 0.9.1",
20211 "bitflags 2.10.0",
20212 "bytemuck",
20213 "cfg_aliases 0.2.1",
20214 "document-features",
20215 "hashbrown 0.16.1",
20216 "indexmap",
20217 "log",
20218 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20219 "once_cell",
20220 "parking_lot",
20221 "portable-atomic",
20222 "profiling",
20223 "raw-window-handle",
20224 "rustc-hash 1.1.0",
20225 "smallvec",
20226 "thiserror 2.0.17",
20227 "wgpu-core-deps-apple",
20228 "wgpu-core-deps-emscripten",
20229 "wgpu-core-deps-windows-linux-android",
20230 "wgpu-hal",
20231 "wgpu-naga-bridge",
20232 "wgpu-types",
20233]
20234
20235[[package]]
20236name = "wgpu-core-deps-apple"
20237version = "29.0.0"
20238source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20239dependencies = [
20240 "wgpu-hal",
20241]
20242
20243[[package]]
20244name = "wgpu-core-deps-emscripten"
20245version = "29.0.0"
20246source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20247dependencies = [
20248 "wgpu-hal",
20249]
20250
20251[[package]]
20252name = "wgpu-core-deps-windows-linux-android"
20253version = "29.0.0"
20254source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20255dependencies = [
20256 "wgpu-hal",
20257]
20258
20259[[package]]
20260name = "wgpu-hal"
20261version = "29.0.0"
20262source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20263dependencies = [
20264 "android_system_properties",
20265 "arrayvec",
20266 "ash",
20267 "bit-set 0.9.1",
20268 "bitflags 2.10.0",
20269 "block2",
20270 "bytemuck",
20271 "cfg-if",
20272 "cfg_aliases 0.2.1",
20273 "glow",
20274 "glutin_wgl_sys",
20275 "gpu-allocator",
20276 "gpu-descriptor",
20277 "hashbrown 0.16.1",
20278 "js-sys",
20279 "khronos-egl",
20280 "libc",
20281 "libloading",
20282 "log",
20283 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20284 "ndk-sys",
20285 "objc2",
20286 "objc2-core-foundation",
20287 "objc2-foundation",
20288 "objc2-metal",
20289 "objc2-quartz-core",
20290 "once_cell",
20291 "ordered-float 4.6.0",
20292 "parking_lot",
20293 "portable-atomic",
20294 "portable-atomic-util",
20295 "profiling",
20296 "range-alloc",
20297 "raw-window-handle",
20298 "raw-window-metal",
20299 "renderdoc-sys",
20300 "smallvec",
20301 "thiserror 2.0.17",
20302 "wasm-bindgen",
20303 "wayland-sys",
20304 "web-sys",
20305 "wgpu-naga-bridge",
20306 "wgpu-types",
20307 "windows 0.62.2",
20308 "windows-core 0.62.2",
20309]
20310
20311[[package]]
20312name = "wgpu-naga-bridge"
20313version = "29.0.0"
20314source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20315dependencies = [
20316 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20317 "wgpu-types",
20318]
20319
20320[[package]]
20321name = "wgpu-types"
20322version = "29.0.0"
20323source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20324dependencies = [
20325 "bitflags 2.10.0",
20326 "bytemuck",
20327 "js-sys",
20328 "log",
20329 "raw-window-handle",
20330 "web-sys",
20331]
20332
20333[[package]]
20334name = "which"
20335version = "4.4.2"
20336source = "registry+https://github.com/rust-lang/crates.io-index"
20337checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20338dependencies = [
20339 "either",
20340 "home",
20341 "once_cell",
20342 "rustix 0.38.44",
20343]
20344
20345[[package]]
20346name = "which"
20347version = "6.0.3"
20348source = "registry+https://github.com/rust-lang/crates.io-index"
20349checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20350dependencies = [
20351 "either",
20352 "home",
20353 "rustix 0.38.44",
20354 "winsafe",
20355]
20356
20357[[package]]
20358name = "which_key"
20359version = "0.1.0"
20360dependencies = [
20361 "command_palette",
20362 "gpui",
20363 "serde",
20364 "settings",
20365 "theme_settings",
20366 "ui",
20367 "util",
20368 "workspace",
20369]
20370
20371[[package]]
20372name = "whoami"
20373version = "1.6.1"
20374source = "registry+https://github.com/rust-lang/crates.io-index"
20375checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20376dependencies = [
20377 "libredox",
20378 "wasite",
20379]
20380
20381[[package]]
20382name = "wiggle"
20383version = "36.0.6"
20384source = "registry+https://github.com/rust-lang/crates.io-index"
20385checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20386dependencies = [
20387 "anyhow",
20388 "async-trait",
20389 "bitflags 2.10.0",
20390 "thiserror 2.0.17",
20391 "tracing",
20392 "wasmtime",
20393 "wiggle-macro",
20394]
20395
20396[[package]]
20397name = "wiggle-generate"
20398version = "36.0.6"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20401dependencies = [
20402 "anyhow",
20403 "heck 0.5.0",
20404 "proc-macro2",
20405 "quote",
20406 "syn 2.0.117",
20407 "witx",
20408]
20409
20410[[package]]
20411name = "wiggle-macro"
20412version = "36.0.6"
20413source = "registry+https://github.com/rust-lang/crates.io-index"
20414checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20415dependencies = [
20416 "proc-macro2",
20417 "quote",
20418 "syn 2.0.117",
20419 "wiggle-generate",
20420]
20421
20422[[package]]
20423name = "winapi"
20424version = "0.3.9"
20425source = "registry+https://github.com/rust-lang/crates.io-index"
20426checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20427dependencies = [
20428 "winapi-i686-pc-windows-gnu",
20429 "winapi-x86_64-pc-windows-gnu",
20430]
20431
20432[[package]]
20433name = "winapi-i686-pc-windows-gnu"
20434version = "0.4.0"
20435source = "registry+https://github.com/rust-lang/crates.io-index"
20436checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20437
20438[[package]]
20439name = "winapi-util"
20440version = "0.1.11"
20441source = "registry+https://github.com/rust-lang/crates.io-index"
20442checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20443dependencies = [
20444 "windows-sys 0.61.2",
20445]
20446
20447[[package]]
20448name = "winapi-x86_64-pc-windows-gnu"
20449version = "0.4.0"
20450source = "registry+https://github.com/rust-lang/crates.io-index"
20451checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20452
20453[[package]]
20454name = "winch-codegen"
20455version = "36.0.6"
20456source = "registry+https://github.com/rust-lang/crates.io-index"
20457checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20458dependencies = [
20459 "anyhow",
20460 "cranelift-assembler-x64",
20461 "cranelift-codegen",
20462 "gimli",
20463 "regalloc2",
20464 "smallvec",
20465 "target-lexicon 0.13.3",
20466 "thiserror 2.0.17",
20467 "wasmparser 0.236.1",
20468 "wasmtime-environ",
20469 "wasmtime-internal-cranelift",
20470 "wasmtime-internal-math",
20471]
20472
20473[[package]]
20474name = "windows"
20475version = "0.57.0"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20478dependencies = [
20479 "windows-core 0.57.0",
20480 "windows-targets 0.52.6",
20481]
20482
20483[[package]]
20484name = "windows"
20485version = "0.58.0"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20488dependencies = [
20489 "windows-core 0.58.0",
20490 "windows-targets 0.52.6",
20491]
20492
20493[[package]]
20494name = "windows"
20495version = "0.61.3"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20498dependencies = [
20499 "windows-collections 0.2.0",
20500 "windows-core 0.61.2",
20501 "windows-future 0.2.1",
20502 "windows-link 0.1.3",
20503 "windows-numerics 0.2.0",
20504]
20505
20506[[package]]
20507name = "windows"
20508version = "0.62.2"
20509source = "registry+https://github.com/rust-lang/crates.io-index"
20510checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20511dependencies = [
20512 "windows-collections 0.3.2",
20513 "windows-core 0.62.2",
20514 "windows-future 0.3.2",
20515 "windows-numerics 0.3.1",
20516]
20517
20518[[package]]
20519name = "windows-bindgen"
20520version = "0.61.1"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20523dependencies = [
20524 "serde",
20525 "serde_json",
20526 "windows-threading 0.1.0",
20527]
20528
20529[[package]]
20530name = "windows-capture"
20531version = "1.4.3"
20532source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20533dependencies = [
20534 "clap",
20535 "ctrlc",
20536 "parking_lot",
20537 "rayon",
20538 "thiserror 2.0.17",
20539 "windows 0.61.3",
20540 "windows-future 0.2.1",
20541]
20542
20543[[package]]
20544name = "windows-collections"
20545version = "0.2.0"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20548dependencies = [
20549 "windows-core 0.61.2",
20550]
20551
20552[[package]]
20553name = "windows-collections"
20554version = "0.3.2"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20557dependencies = [
20558 "windows-core 0.62.2",
20559]
20560
20561[[package]]
20562name = "windows-core"
20563version = "0.57.0"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20566dependencies = [
20567 "windows-implement 0.57.0",
20568 "windows-interface 0.57.0",
20569 "windows-result 0.1.2",
20570 "windows-targets 0.52.6",
20571]
20572
20573[[package]]
20574name = "windows-core"
20575version = "0.58.0"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20578dependencies = [
20579 "windows-implement 0.58.0",
20580 "windows-interface 0.58.0",
20581 "windows-result 0.2.0",
20582 "windows-strings 0.1.0",
20583 "windows-targets 0.52.6",
20584]
20585
20586[[package]]
20587name = "windows-core"
20588version = "0.61.2"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20591dependencies = [
20592 "windows-implement 0.60.2",
20593 "windows-interface 0.59.3",
20594 "windows-link 0.1.3",
20595 "windows-result 0.3.4",
20596 "windows-strings 0.4.2",
20597]
20598
20599[[package]]
20600name = "windows-core"
20601version = "0.62.2"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20604dependencies = [
20605 "windows-implement 0.60.2",
20606 "windows-interface 0.59.3",
20607 "windows-link 0.2.1",
20608 "windows-result 0.4.1",
20609 "windows-strings 0.5.1",
20610]
20611
20612[[package]]
20613name = "windows-future"
20614version = "0.2.1"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20617dependencies = [
20618 "windows-core 0.61.2",
20619 "windows-link 0.1.3",
20620 "windows-threading 0.1.0",
20621]
20622
20623[[package]]
20624name = "windows-future"
20625version = "0.3.2"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20628dependencies = [
20629 "windows-core 0.62.2",
20630 "windows-link 0.2.1",
20631 "windows-threading 0.2.1",
20632]
20633
20634[[package]]
20635name = "windows-implement"
20636version = "0.57.0"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20639dependencies = [
20640 "proc-macro2",
20641 "quote",
20642 "syn 2.0.117",
20643]
20644
20645[[package]]
20646name = "windows-implement"
20647version = "0.58.0"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20650dependencies = [
20651 "proc-macro2",
20652 "quote",
20653 "syn 2.0.117",
20654]
20655
20656[[package]]
20657name = "windows-implement"
20658version = "0.60.2"
20659source = "registry+https://github.com/rust-lang/crates.io-index"
20660checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20661dependencies = [
20662 "proc-macro2",
20663 "quote",
20664 "syn 2.0.117",
20665]
20666
20667[[package]]
20668name = "windows-interface"
20669version = "0.57.0"
20670source = "registry+https://github.com/rust-lang/crates.io-index"
20671checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20672dependencies = [
20673 "proc-macro2",
20674 "quote",
20675 "syn 2.0.117",
20676]
20677
20678[[package]]
20679name = "windows-interface"
20680version = "0.58.0"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20683dependencies = [
20684 "proc-macro2",
20685 "quote",
20686 "syn 2.0.117",
20687]
20688
20689[[package]]
20690name = "windows-interface"
20691version = "0.59.3"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20694dependencies = [
20695 "proc-macro2",
20696 "quote",
20697 "syn 2.0.117",
20698]
20699
20700[[package]]
20701name = "windows-link"
20702version = "0.1.3"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20705
20706[[package]]
20707name = "windows-link"
20708version = "0.2.1"
20709source = "registry+https://github.com/rust-lang/crates.io-index"
20710checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20711
20712[[package]]
20713name = "windows-numerics"
20714version = "0.2.0"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20717dependencies = [
20718 "windows-core 0.61.2",
20719 "windows-link 0.1.3",
20720]
20721
20722[[package]]
20723name = "windows-numerics"
20724version = "0.3.1"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20727dependencies = [
20728 "windows-core 0.62.2",
20729 "windows-link 0.2.1",
20730]
20731
20732[[package]]
20733name = "windows-registry"
20734version = "0.4.0"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20737dependencies = [
20738 "windows-result 0.3.4",
20739 "windows-strings 0.3.1",
20740 "windows-targets 0.53.5",
20741]
20742
20743[[package]]
20744name = "windows-registry"
20745version = "0.5.3"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20748dependencies = [
20749 "windows-link 0.1.3",
20750 "windows-result 0.3.4",
20751 "windows-strings 0.4.2",
20752]
20753
20754[[package]]
20755name = "windows-registry"
20756version = "0.6.1"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20759dependencies = [
20760 "windows-link 0.2.1",
20761 "windows-result 0.4.1",
20762 "windows-strings 0.5.1",
20763]
20764
20765[[package]]
20766name = "windows-result"
20767version = "0.1.2"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20770dependencies = [
20771 "windows-targets 0.52.6",
20772]
20773
20774[[package]]
20775name = "windows-result"
20776version = "0.2.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20779dependencies = [
20780 "windows-targets 0.52.6",
20781]
20782
20783[[package]]
20784name = "windows-result"
20785version = "0.3.4"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20788dependencies = [
20789 "windows-link 0.1.3",
20790]
20791
20792[[package]]
20793name = "windows-result"
20794version = "0.4.1"
20795source = "registry+https://github.com/rust-lang/crates.io-index"
20796checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20797dependencies = [
20798 "windows-link 0.2.1",
20799]
20800
20801[[package]]
20802name = "windows-strings"
20803version = "0.1.0"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20806dependencies = [
20807 "windows-result 0.2.0",
20808 "windows-targets 0.52.6",
20809]
20810
20811[[package]]
20812name = "windows-strings"
20813version = "0.3.1"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20816dependencies = [
20817 "windows-link 0.1.3",
20818]
20819
20820[[package]]
20821name = "windows-strings"
20822version = "0.4.2"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20825dependencies = [
20826 "windows-link 0.1.3",
20827]
20828
20829[[package]]
20830name = "windows-strings"
20831version = "0.5.1"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20834dependencies = [
20835 "windows-link 0.2.1",
20836]
20837
20838[[package]]
20839name = "windows-sys"
20840version = "0.45.0"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20843dependencies = [
20844 "windows-targets 0.42.2",
20845]
20846
20847[[package]]
20848name = "windows-sys"
20849version = "0.48.0"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20852dependencies = [
20853 "windows-targets 0.48.5",
20854]
20855
20856[[package]]
20857name = "windows-sys"
20858version = "0.52.0"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20861dependencies = [
20862 "windows-targets 0.52.6",
20863]
20864
20865[[package]]
20866name = "windows-sys"
20867version = "0.59.0"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20870dependencies = [
20871 "windows-targets 0.52.6",
20872]
20873
20874[[package]]
20875name = "windows-sys"
20876version = "0.60.2"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20879dependencies = [
20880 "windows-targets 0.53.5",
20881]
20882
20883[[package]]
20884name = "windows-sys"
20885version = "0.61.2"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20888dependencies = [
20889 "windows-link 0.2.1",
20890]
20891
20892[[package]]
20893name = "windows-targets"
20894version = "0.42.2"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20897dependencies = [
20898 "windows_aarch64_gnullvm 0.42.2",
20899 "windows_aarch64_msvc 0.42.2",
20900 "windows_i686_gnu 0.42.2",
20901 "windows_i686_msvc 0.42.2",
20902 "windows_x86_64_gnu 0.42.2",
20903 "windows_x86_64_gnullvm 0.42.2",
20904 "windows_x86_64_msvc 0.42.2",
20905]
20906
20907[[package]]
20908name = "windows-targets"
20909version = "0.48.5"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20912dependencies = [
20913 "windows_aarch64_gnullvm 0.48.5",
20914 "windows_aarch64_msvc 0.48.5",
20915 "windows_i686_gnu 0.48.5",
20916 "windows_i686_msvc 0.48.5",
20917 "windows_x86_64_gnu 0.48.5",
20918 "windows_x86_64_gnullvm 0.48.5",
20919 "windows_x86_64_msvc 0.48.5",
20920]
20921
20922[[package]]
20923name = "windows-targets"
20924version = "0.52.6"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20927dependencies = [
20928 "windows_aarch64_gnullvm 0.52.6",
20929 "windows_aarch64_msvc 0.52.6",
20930 "windows_i686_gnu 0.52.6",
20931 "windows_i686_gnullvm 0.52.6",
20932 "windows_i686_msvc 0.52.6",
20933 "windows_x86_64_gnu 0.52.6",
20934 "windows_x86_64_gnullvm 0.52.6",
20935 "windows_x86_64_msvc 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-targets"
20940version = "0.53.5"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20943dependencies = [
20944 "windows-link 0.2.1",
20945 "windows_aarch64_gnullvm 0.53.1",
20946 "windows_aarch64_msvc 0.53.1",
20947 "windows_i686_gnu 0.53.1",
20948 "windows_i686_gnullvm 0.53.1",
20949 "windows_i686_msvc 0.53.1",
20950 "windows_x86_64_gnu 0.53.1",
20951 "windows_x86_64_gnullvm 0.53.1",
20952 "windows_x86_64_msvc 0.53.1",
20953]
20954
20955[[package]]
20956name = "windows-threading"
20957version = "0.1.0"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20960dependencies = [
20961 "windows-link 0.1.3",
20962]
20963
20964[[package]]
20965name = "windows-threading"
20966version = "0.2.1"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20969dependencies = [
20970 "windows-link 0.2.1",
20971]
20972
20973[[package]]
20974name = "windows_aarch64_gnullvm"
20975version = "0.42.2"
20976source = "registry+https://github.com/rust-lang/crates.io-index"
20977checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20978
20979[[package]]
20980name = "windows_aarch64_gnullvm"
20981version = "0.48.5"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20984
20985[[package]]
20986name = "windows_aarch64_gnullvm"
20987version = "0.52.6"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20990
20991[[package]]
20992name = "windows_aarch64_gnullvm"
20993version = "0.53.1"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20996
20997[[package]]
20998name = "windows_aarch64_msvc"
20999version = "0.42.2"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21002
21003[[package]]
21004name = "windows_aarch64_msvc"
21005version = "0.48.5"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21008
21009[[package]]
21010name = "windows_aarch64_msvc"
21011version = "0.52.6"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21014
21015[[package]]
21016name = "windows_aarch64_msvc"
21017version = "0.53.1"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21020
21021[[package]]
21022name = "windows_i686_gnu"
21023version = "0.42.2"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21026
21027[[package]]
21028name = "windows_i686_gnu"
21029version = "0.48.5"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21032
21033[[package]]
21034name = "windows_i686_gnu"
21035version = "0.52.6"
21036source = "registry+https://github.com/rust-lang/crates.io-index"
21037checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21038
21039[[package]]
21040name = "windows_i686_gnu"
21041version = "0.53.1"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21044
21045[[package]]
21046name = "windows_i686_gnullvm"
21047version = "0.52.6"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21050
21051[[package]]
21052name = "windows_i686_gnullvm"
21053version = "0.53.1"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21056
21057[[package]]
21058name = "windows_i686_msvc"
21059version = "0.42.2"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21062
21063[[package]]
21064name = "windows_i686_msvc"
21065version = "0.48.5"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21068
21069[[package]]
21070name = "windows_i686_msvc"
21071version = "0.52.6"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21074
21075[[package]]
21076name = "windows_i686_msvc"
21077version = "0.53.1"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21080
21081[[package]]
21082name = "windows_x86_64_gnu"
21083version = "0.42.2"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21086
21087[[package]]
21088name = "windows_x86_64_gnu"
21089version = "0.48.5"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21092
21093[[package]]
21094name = "windows_x86_64_gnu"
21095version = "0.52.6"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21098
21099[[package]]
21100name = "windows_x86_64_gnu"
21101version = "0.53.1"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21104
21105[[package]]
21106name = "windows_x86_64_gnullvm"
21107version = "0.42.2"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21110
21111[[package]]
21112name = "windows_x86_64_gnullvm"
21113version = "0.48.5"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21116
21117[[package]]
21118name = "windows_x86_64_gnullvm"
21119version = "0.52.6"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21122
21123[[package]]
21124name = "windows_x86_64_gnullvm"
21125version = "0.53.1"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21128
21129[[package]]
21130name = "windows_x86_64_msvc"
21131version = "0.42.2"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21134
21135[[package]]
21136name = "windows_x86_64_msvc"
21137version = "0.48.5"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21140
21141[[package]]
21142name = "windows_x86_64_msvc"
21143version = "0.52.6"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21146
21147[[package]]
21148name = "windows_x86_64_msvc"
21149version = "0.53.1"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21152
21153[[package]]
21154name = "winnow"
21155version = "0.7.13"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21158dependencies = [
21159 "memchr",
21160]
21161
21162[[package]]
21163name = "winreg"
21164version = "0.10.1"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21167dependencies = [
21168 "winapi",
21169]
21170
21171[[package]]
21172name = "winreg"
21173version = "0.50.0"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21176dependencies = [
21177 "cfg-if",
21178 "windows-sys 0.48.0",
21179]
21180
21181[[package]]
21182name = "winreg"
21183version = "0.55.0"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21186dependencies = [
21187 "cfg-if",
21188 "windows-sys 0.59.0",
21189]
21190
21191[[package]]
21192name = "winresource"
21193version = "0.1.23"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21196dependencies = [
21197 "toml 0.8.23",
21198 "version_check",
21199]
21200
21201[[package]]
21202name = "winsafe"
21203version = "0.0.19"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21206
21207[[package]]
21208name = "winx"
21209version = "0.36.4"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21212dependencies = [
21213 "bitflags 2.10.0",
21214 "windows-sys 0.59.0",
21215]
21216
21217[[package]]
21218name = "wio"
21219version = "0.2.2"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21222dependencies = [
21223 "winapi",
21224]
21225
21226[[package]]
21227name = "wit-bindgen"
21228version = "0.22.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21231dependencies = [
21232 "bitflags 2.10.0",
21233 "wit-bindgen-rt 0.22.0",
21234 "wit-bindgen-rust-macro 0.22.0",
21235]
21236
21237[[package]]
21238name = "wit-bindgen"
21239version = "0.41.0"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21242dependencies = [
21243 "wit-bindgen-rt 0.41.0",
21244 "wit-bindgen-rust-macro 0.41.0",
21245]
21246
21247[[package]]
21248name = "wit-bindgen"
21249version = "0.46.0"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21252
21253[[package]]
21254name = "wit-bindgen"
21255version = "0.51.0"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21258dependencies = [
21259 "wit-bindgen-rust-macro 0.51.0",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-core"
21264version = "0.22.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21267dependencies = [
21268 "anyhow",
21269 "wit-parser 0.201.0",
21270]
21271
21272[[package]]
21273name = "wit-bindgen-core"
21274version = "0.41.0"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21277dependencies = [
21278 "anyhow",
21279 "heck 0.5.0",
21280 "wit-parser 0.227.1",
21281]
21282
21283[[package]]
21284name = "wit-bindgen-core"
21285version = "0.51.0"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21288dependencies = [
21289 "anyhow",
21290 "heck 0.5.0",
21291 "wit-parser 0.244.0",
21292]
21293
21294[[package]]
21295name = "wit-bindgen-rt"
21296version = "0.22.0"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21299
21300[[package]]
21301name = "wit-bindgen-rt"
21302version = "0.41.0"
21303source = "registry+https://github.com/rust-lang/crates.io-index"
21304checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21305dependencies = [
21306 "bitflags 2.10.0",
21307 "futures 0.3.32",
21308 "once_cell",
21309]
21310
21311[[package]]
21312name = "wit-bindgen-rust"
21313version = "0.22.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21316dependencies = [
21317 "anyhow",
21318 "heck 0.4.1",
21319 "indexmap",
21320 "wasm-metadata 0.201.0",
21321 "wit-bindgen-core 0.22.0",
21322 "wit-component 0.201.0",
21323]
21324
21325[[package]]
21326name = "wit-bindgen-rust"
21327version = "0.41.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21330dependencies = [
21331 "anyhow",
21332 "heck 0.5.0",
21333 "indexmap",
21334 "prettyplease",
21335 "syn 2.0.117",
21336 "wasm-metadata 0.227.1",
21337 "wit-bindgen-core 0.41.0",
21338 "wit-component 0.227.1",
21339]
21340
21341[[package]]
21342name = "wit-bindgen-rust"
21343version = "0.51.0"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21346dependencies = [
21347 "anyhow",
21348 "heck 0.5.0",
21349 "indexmap",
21350 "prettyplease",
21351 "syn 2.0.117",
21352 "wasm-metadata 0.244.0",
21353 "wit-bindgen-core 0.51.0",
21354 "wit-component 0.244.0",
21355]
21356
21357[[package]]
21358name = "wit-bindgen-rust-macro"
21359version = "0.22.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21362dependencies = [
21363 "anyhow",
21364 "proc-macro2",
21365 "quote",
21366 "syn 2.0.117",
21367 "wit-bindgen-core 0.22.0",
21368 "wit-bindgen-rust 0.22.0",
21369]
21370
21371[[package]]
21372name = "wit-bindgen-rust-macro"
21373version = "0.41.0"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21376dependencies = [
21377 "anyhow",
21378 "prettyplease",
21379 "proc-macro2",
21380 "quote",
21381 "syn 2.0.117",
21382 "wit-bindgen-core 0.41.0",
21383 "wit-bindgen-rust 0.41.0",
21384]
21385
21386[[package]]
21387name = "wit-bindgen-rust-macro"
21388version = "0.51.0"
21389source = "registry+https://github.com/rust-lang/crates.io-index"
21390checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21391dependencies = [
21392 "anyhow",
21393 "prettyplease",
21394 "proc-macro2",
21395 "quote",
21396 "syn 2.0.117",
21397 "wit-bindgen-core 0.51.0",
21398 "wit-bindgen-rust 0.51.0",
21399]
21400
21401[[package]]
21402name = "wit-component"
21403version = "0.201.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21406dependencies = [
21407 "anyhow",
21408 "bitflags 2.10.0",
21409 "indexmap",
21410 "log",
21411 "serde",
21412 "serde_derive",
21413 "serde_json",
21414 "wasm-encoder 0.201.0",
21415 "wasm-metadata 0.201.0",
21416 "wasmparser 0.201.0",
21417 "wit-parser 0.201.0",
21418]
21419
21420[[package]]
21421name = "wit-component"
21422version = "0.227.1"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21425dependencies = [
21426 "anyhow",
21427 "bitflags 2.10.0",
21428 "indexmap",
21429 "log",
21430 "serde",
21431 "serde_derive",
21432 "serde_json",
21433 "wasm-encoder 0.227.1",
21434 "wasm-metadata 0.227.1",
21435 "wasmparser 0.227.1",
21436 "wit-parser 0.227.1",
21437]
21438
21439[[package]]
21440name = "wit-component"
21441version = "0.244.0"
21442source = "registry+https://github.com/rust-lang/crates.io-index"
21443checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21444dependencies = [
21445 "anyhow",
21446 "bitflags 2.10.0",
21447 "indexmap",
21448 "log",
21449 "serde",
21450 "serde_derive",
21451 "serde_json",
21452 "wasm-encoder 0.244.0",
21453 "wasm-metadata 0.244.0",
21454 "wasmparser 0.244.0",
21455 "wit-parser 0.244.0",
21456]
21457
21458[[package]]
21459name = "wit-parser"
21460version = "0.201.0"
21461source = "registry+https://github.com/rust-lang/crates.io-index"
21462checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21463dependencies = [
21464 "anyhow",
21465 "id-arena",
21466 "indexmap",
21467 "log",
21468 "semver",
21469 "serde",
21470 "serde_derive",
21471 "serde_json",
21472 "unicode-xid",
21473 "wasmparser 0.201.0",
21474]
21475
21476[[package]]
21477name = "wit-parser"
21478version = "0.227.1"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21481dependencies = [
21482 "anyhow",
21483 "id-arena",
21484 "indexmap",
21485 "log",
21486 "semver",
21487 "serde",
21488 "serde_derive",
21489 "serde_json",
21490 "unicode-xid",
21491 "wasmparser 0.227.1",
21492]
21493
21494[[package]]
21495name = "wit-parser"
21496version = "0.236.1"
21497source = "registry+https://github.com/rust-lang/crates.io-index"
21498checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21499dependencies = [
21500 "anyhow",
21501 "id-arena",
21502 "indexmap",
21503 "log",
21504 "semver",
21505 "serde",
21506 "serde_derive",
21507 "serde_json",
21508 "unicode-xid",
21509 "wasmparser 0.236.1",
21510]
21511
21512[[package]]
21513name = "wit-parser"
21514version = "0.244.0"
21515source = "registry+https://github.com/rust-lang/crates.io-index"
21516checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21517dependencies = [
21518 "anyhow",
21519 "id-arena",
21520 "indexmap",
21521 "log",
21522 "semver",
21523 "serde",
21524 "serde_derive",
21525 "serde_json",
21526 "unicode-xid",
21527 "wasmparser 0.244.0",
21528]
21529
21530[[package]]
21531name = "witx"
21532version = "0.9.1"
21533source = "registry+https://github.com/rust-lang/crates.io-index"
21534checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21535dependencies = [
21536 "anyhow",
21537 "log",
21538 "thiserror 1.0.69",
21539 "wast",
21540]
21541
21542[[package]]
21543name = "workspace"
21544version = "0.1.0"
21545dependencies = [
21546 "agent_settings",
21547 "any_vec",
21548 "anyhow",
21549 "async-recursion",
21550 "chrono",
21551 "client",
21552 "clock",
21553 "collections",
21554 "component",
21555 "db",
21556 "feature_flags",
21557 "fs",
21558 "futures 0.3.32",
21559 "git",
21560 "gpui",
21561 "http_client",
21562 "itertools 0.14.0",
21563 "language",
21564 "log",
21565 "markdown",
21566 "menu",
21567 "node_runtime",
21568 "parking_lot",
21569 "postage",
21570 "pretty_assertions",
21571 "project",
21572 "remote",
21573 "schemars",
21574 "serde",
21575 "serde_json",
21576 "session",
21577 "settings",
21578 "smallvec",
21579 "sqlez",
21580 "strum 0.27.2",
21581 "task",
21582 "telemetry",
21583 "tempfile",
21584 "theme",
21585 "theme_settings",
21586 "ui",
21587 "util",
21588 "uuid",
21589 "vim_mode_setting",
21590 "windows 0.61.3",
21591 "zed_actions",
21592 "zlog",
21593]
21594
21595[[package]]
21596name = "worktree"
21597version = "0.1.0"
21598dependencies = [
21599 "anyhow",
21600 "async-lock 2.8.0",
21601 "chardetng",
21602 "clock",
21603 "collections",
21604 "encoding_rs",
21605 "fs",
21606 "futures 0.3.32",
21607 "fuzzy",
21608 "git",
21609 "gpui",
21610 "ignore",
21611 "language",
21612 "log",
21613 "parking_lot",
21614 "paths",
21615 "postage",
21616 "pretty_assertions",
21617 "rand 0.9.2",
21618 "rpc",
21619 "serde",
21620 "serde_json",
21621 "settings",
21622 "smallvec",
21623 "smol",
21624 "sum_tree",
21625 "text",
21626 "tracing",
21627 "util",
21628 "worktree",
21629 "zlog",
21630 "ztracing",
21631]
21632
21633[[package]]
21634name = "worktree_benchmarks"
21635version = "0.1.0"
21636dependencies = [
21637 "fs",
21638 "gpui_platform",
21639 "settings",
21640 "worktree",
21641]
21642
21643[[package]]
21644name = "wprcontrol"
21645version = "0.1.0"
21646source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21647dependencies = [
21648 "windows 0.61.3",
21649 "windows-bindgen",
21650 "windows-core 0.61.2",
21651 "windows-link 0.2.1",
21652]
21653
21654[[package]]
21655name = "writeable"
21656version = "0.6.1"
21657source = "registry+https://github.com/rust-lang/crates.io-index"
21658checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21659
21660[[package]]
21661name = "wyz"
21662version = "0.5.1"
21663source = "registry+https://github.com/rust-lang/crates.io-index"
21664checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21665dependencies = [
21666 "tap",
21667]
21668
21669[[package]]
21670name = "x11"
21671version = "2.21.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21674dependencies = [
21675 "libc",
21676 "pkg-config",
21677]
21678
21679[[package]]
21680name = "x11-clipboard"
21681version = "0.9.3"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21684dependencies = [
21685 "libc",
21686 "x11rb",
21687]
21688
21689[[package]]
21690name = "x11rb"
21691version = "0.13.2"
21692source = "registry+https://github.com/rust-lang/crates.io-index"
21693checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21694dependencies = [
21695 "as-raw-xcb-connection",
21696 "gethostname",
21697 "libc",
21698 "rustix 1.1.2",
21699 "x11rb-protocol",
21700 "xcursor",
21701]
21702
21703[[package]]
21704name = "x11rb-protocol"
21705version = "0.13.2"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21708
21709[[package]]
21710name = "x_ai"
21711version = "0.1.0"
21712dependencies = [
21713 "anyhow",
21714 "schemars",
21715 "serde",
21716 "strum 0.27.2",
21717]
21718
21719[[package]]
21720name = "xattr"
21721version = "0.2.3"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21724dependencies = [
21725 "libc",
21726]
21727
21728[[package]]
21729name = "xcb"
21730version = "1.6.0"
21731source = "registry+https://github.com/rust-lang/crates.io-index"
21732checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21733dependencies = [
21734 "bitflags 1.3.2",
21735 "libc",
21736 "quick-xml 0.30.0",
21737 "x11",
21738]
21739
21740[[package]]
21741name = "xcursor"
21742version = "0.3.10"
21743source = "registry+https://github.com/rust-lang/crates.io-index"
21744checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21745
21746[[package]]
21747name = "xim-ctext"
21748version = "0.3.0"
21749source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21750dependencies = [
21751 "encoding_rs",
21752]
21753
21754[[package]]
21755name = "xim-parser"
21756version = "0.2.1"
21757source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21758dependencies = [
21759 "bitflags 2.10.0",
21760]
21761
21762[[package]]
21763name = "xkbcommon"
21764version = "0.8.0"
21765source = "registry+https://github.com/rust-lang/crates.io-index"
21766checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21767dependencies = [
21768 "as-raw-xcb-connection",
21769 "libc",
21770 "memmap2",
21771 "xkeysym",
21772]
21773
21774[[package]]
21775name = "xkeysym"
21776version = "0.2.1"
21777source = "registry+https://github.com/rust-lang/crates.io-index"
21778checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21779
21780[[package]]
21781name = "xml-rs"
21782version = "0.8.28"
21783source = "registry+https://github.com/rust-lang/crates.io-index"
21784checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21785
21786[[package]]
21787name = "xml5ever"
21788version = "0.18.1"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21791dependencies = [
21792 "log",
21793 "mac",
21794 "markup5ever 0.12.1",
21795]
21796
21797[[package]]
21798name = "xmlparser"
21799version = "0.13.6"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21802
21803[[package]]
21804name = "xmlwriter"
21805version = "0.1.0"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21808
21809[[package]]
21810name = "xtask"
21811version = "0.1.0"
21812dependencies = [
21813 "annotate-snippets",
21814 "anyhow",
21815 "backtrace",
21816 "cargo_metadata",
21817 "cargo_toml",
21818 "clap",
21819 "gh-workflow",
21820 "indexmap",
21821 "indoc",
21822 "itertools 0.14.0",
21823 "regex",
21824 "serde",
21825 "serde_json",
21826 "serde_yaml",
21827 "strum 0.27.2",
21828 "toml 0.8.23",
21829 "toml_edit 0.22.27",
21830]
21831
21832[[package]]
21833name = "yaml-rust2"
21834version = "0.8.1"
21835source = "registry+https://github.com/rust-lang/crates.io-index"
21836checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21837dependencies = [
21838 "arraydeque",
21839 "encoding_rs",
21840 "hashlink 0.8.4",
21841]
21842
21843[[package]]
21844name = "yansi"
21845version = "1.0.1"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21848
21849[[package]]
21850name = "yawc"
21851version = "0.2.5"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21854dependencies = [
21855 "base64 0.22.1",
21856 "bytes 1.11.1",
21857 "flate2",
21858 "futures 0.3.32",
21859 "http-body-util",
21860 "hyper 1.7.0",
21861 "hyper-util",
21862 "js-sys",
21863 "nom 8.0.0",
21864 "pin-project",
21865 "rand 0.8.5",
21866 "sha1",
21867 "thiserror 1.0.69",
21868 "tokio",
21869 "tokio-rustls 0.26.2",
21870 "tokio-util",
21871 "url",
21872 "wasm-bindgen",
21873 "wasm-bindgen-futures",
21874 "web-sys",
21875 "webpki-roots",
21876]
21877
21878[[package]]
21879name = "yazi"
21880version = "0.2.1"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21883
21884[[package]]
21885name = "yeslogic-fontconfig-sys"
21886version = "6.0.0"
21887source = "registry+https://github.com/rust-lang/crates.io-index"
21888checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21889dependencies = [
21890 "dlib",
21891 "once_cell",
21892 "pkg-config",
21893]
21894
21895[[package]]
21896name = "yoke"
21897version = "0.7.5"
21898source = "registry+https://github.com/rust-lang/crates.io-index"
21899checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21900dependencies = [
21901 "serde",
21902 "stable_deref_trait",
21903 "yoke-derive 0.7.5",
21904 "zerofrom",
21905]
21906
21907[[package]]
21908name = "yoke"
21909version = "0.8.0"
21910source = "registry+https://github.com/rust-lang/crates.io-index"
21911checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21912dependencies = [
21913 "serde",
21914 "stable_deref_trait",
21915 "yoke-derive 0.8.0",
21916 "zerofrom",
21917]
21918
21919[[package]]
21920name = "yoke-derive"
21921version = "0.7.5"
21922source = "registry+https://github.com/rust-lang/crates.io-index"
21923checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21924dependencies = [
21925 "proc-macro2",
21926 "quote",
21927 "syn 2.0.117",
21928 "synstructure",
21929]
21930
21931[[package]]
21932name = "yoke-derive"
21933version = "0.8.0"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21936dependencies = [
21937 "proc-macro2",
21938 "quote",
21939 "syn 2.0.117",
21940 "synstructure",
21941]
21942
21943[[package]]
21944name = "zbus"
21945version = "5.13.2"
21946source = "registry+https://github.com/rust-lang/crates.io-index"
21947checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21948dependencies = [
21949 "async-broadcast",
21950 "async-executor",
21951 "async-io",
21952 "async-lock 3.4.2",
21953 "async-process",
21954 "async-recursion",
21955 "async-task",
21956 "async-trait",
21957 "blocking",
21958 "enumflags2",
21959 "event-listener 5.4.1",
21960 "futures-core",
21961 "futures-lite 2.6.1",
21962 "hex",
21963 "libc",
21964 "ordered-stream",
21965 "rustix 1.1.2",
21966 "serde",
21967 "serde_repr",
21968 "tracing",
21969 "uds_windows",
21970 "uuid",
21971 "windows-sys 0.61.2",
21972 "winnow",
21973 "zbus_macros",
21974 "zbus_names",
21975 "zvariant",
21976]
21977
21978[[package]]
21979name = "zbus_macros"
21980version = "5.13.2"
21981source = "registry+https://github.com/rust-lang/crates.io-index"
21982checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21983dependencies = [
21984 "proc-macro-crate",
21985 "proc-macro2",
21986 "quote",
21987 "syn 2.0.117",
21988 "zbus_names",
21989 "zvariant",
21990 "zvariant_utils",
21991]
21992
21993[[package]]
21994name = "zbus_names"
21995version = "4.3.1"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21998dependencies = [
21999 "serde",
22000 "winnow",
22001 "zvariant",
22002]
22003
22004[[package]]
22005name = "zed"
22006version = "0.232.0"
22007dependencies = [
22008 "acp_thread",
22009 "acp_tools",
22010 "action_log",
22011 "activity_indicator",
22012 "agent",
22013 "agent-client-protocol-core",
22014 "agent_servers",
22015 "agent_settings",
22016 "agent_ui",
22017 "anyhow",
22018 "ashpd",
22019 "askpass",
22020 "assets",
22021 "audio",
22022 "auto_update",
22023 "auto_update_ui",
22024 "breadcrumbs",
22025 "call",
22026 "channel",
22027 "chrono",
22028 "clap",
22029 "cli",
22030 "client",
22031 "clock",
22032 "codestral",
22033 "collab_ui",
22034 "collections",
22035 "command_palette",
22036 "component",
22037 "component_preview",
22038 "copilot",
22039 "copilot_chat",
22040 "copilot_ui",
22041 "crashes",
22042 "csv_preview",
22043 "dap_adapters",
22044 "db",
22045 "debug_adapter_extension",
22046 "debugger_tools",
22047 "debugger_ui",
22048 "dev_container",
22049 "diagnostics",
22050 "edit_prediction",
22051 "edit_prediction_ui",
22052 "editor",
22053 "encoding_selector",
22054 "env_logger 0.11.8",
22055 "etw_tracing",
22056 "extension",
22057 "extension_host",
22058 "extensions_ui",
22059 "feature_flags",
22060 "feedback",
22061 "file_finder",
22062 "fs",
22063 "futures 0.3.32",
22064 "git",
22065 "git_graph",
22066 "git_hosting_providers",
22067 "git_ui",
22068 "go_to_line",
22069 "gpui",
22070 "gpui_platform",
22071 "gpui_tokio",
22072 "http_client",
22073 "image",
22074 "image_viewer",
22075 "inspector_ui",
22076 "install_cli",
22077 "itertools 0.14.0",
22078 "journal",
22079 "json_schema_store",
22080 "keymap_editor",
22081 "language",
22082 "language_extension",
22083 "language_model",
22084 "language_models",
22085 "language_onboarding",
22086 "language_selector",
22087 "language_tools",
22088 "languages",
22089 "line_ending_selector",
22090 "log",
22091 "markdown",
22092 "markdown_preview",
22093 "menu",
22094 "migrator",
22095 "mimalloc",
22096 "miniprofiler_ui",
22097 "nc",
22098 "node_runtime",
22099 "notifications",
22100 "onboarding",
22101 "outline",
22102 "outline_panel",
22103 "parking_lot",
22104 "paths",
22105 "picker",
22106 "pkg-config",
22107 "pretty_assertions",
22108 "profiling",
22109 "project",
22110 "project_panel",
22111 "project_symbols",
22112 "prompt_store",
22113 "proto",
22114 "rayon",
22115 "recent_projects",
22116 "release_channel",
22117 "remote",
22118 "repl",
22119 "reqwest_client",
22120 "rope",
22121 "search",
22122 "semver",
22123 "serde",
22124 "serde_json",
22125 "session",
22126 "settings",
22127 "settings_profile_selector",
22128 "settings_ui",
22129 "shellexpand 2.1.2",
22130 "sidebar",
22131 "smol",
22132 "snippet_provider",
22133 "snippets_ui",
22134 "svg_preview",
22135 "sysinfo 0.37.2",
22136 "system_specs",
22137 "tab_switcher",
22138 "task",
22139 "tasks_ui",
22140 "telemetry",
22141 "telemetry_events",
22142 "tempfile",
22143 "terminal_view",
22144 "theme",
22145 "theme_extension",
22146 "theme_selector",
22147 "theme_settings",
22148 "time",
22149 "time_format",
22150 "title_bar",
22151 "toolchain_selector",
22152 "tracing",
22153 "ui",
22154 "ui_prompt",
22155 "url",
22156 "urlencoding",
22157 "util",
22158 "uuid",
22159 "vim",
22160 "vim_mode_setting",
22161 "watch",
22162 "web_search",
22163 "web_search_providers",
22164 "which_key",
22165 "windows 0.61.3",
22166 "winresource",
22167 "workspace",
22168 "zed-reqwest",
22169 "zed_actions",
22170 "zed_env_vars",
22171 "zlog",
22172 "zlog_settings",
22173 "ztracing",
22174]
22175
22176[[package]]
22177name = "zed-font-kit"
22178version = "0.14.1-zed"
22179source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22180dependencies = [
22181 "bitflags 2.10.0",
22182 "byteorder",
22183 "core-foundation 0.10.0",
22184 "core-graphics 0.24.0",
22185 "core-text",
22186 "dirs 5.0.1",
22187 "dwrote",
22188 "float-ord",
22189 "freetype-sys",
22190 "lazy_static",
22191 "libc",
22192 "log",
22193 "pathfinder_geometry",
22194 "pathfinder_simd",
22195 "walkdir",
22196 "winapi",
22197 "yeslogic-fontconfig-sys",
22198]
22199
22200[[package]]
22201name = "zed-reqwest"
22202version = "0.12.15-zed"
22203source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22204dependencies = [
22205 "base64 0.22.1",
22206 "bytes 1.11.1",
22207 "encoding_rs",
22208 "futures-core",
22209 "futures-util",
22210 "h2 0.4.12",
22211 "http 1.3.1",
22212 "http-body 1.0.1",
22213 "http-body-util",
22214 "hyper 1.7.0",
22215 "hyper-rustls 0.27.7",
22216 "hyper-util",
22217 "ipnet",
22218 "js-sys",
22219 "log",
22220 "mime",
22221 "mime_guess",
22222 "once_cell",
22223 "percent-encoding",
22224 "pin-project-lite",
22225 "quinn",
22226 "rustls 0.23.33",
22227 "rustls-native-certs 0.8.2",
22228 "rustls-pemfile 2.2.0",
22229 "rustls-pki-types",
22230 "serde",
22231 "serde_json",
22232 "serde_urlencoded",
22233 "sync_wrapper 1.0.2",
22234 "system-configuration 0.6.1",
22235 "tokio",
22236 "tokio-rustls 0.26.2",
22237 "tokio-socks",
22238 "tokio-util",
22239 "tower 0.5.2",
22240 "tower-service",
22241 "url",
22242 "wasm-bindgen",
22243 "wasm-bindgen-futures",
22244 "wasm-streams",
22245 "web-sys",
22246 "windows-registry 0.4.0",
22247]
22248
22249[[package]]
22250name = "zed-scap"
22251version = "0.0.8-zed"
22252source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22253dependencies = [
22254 "anyhow",
22255 "cocoa 0.25.0",
22256 "core-graphics-helmer-fork",
22257 "log",
22258 "objc",
22259 "rand 0.8.5",
22260 "screencapturekit",
22261 "screencapturekit-sys",
22262 "sysinfo 0.31.4",
22263 "tao-core-video-sys",
22264 "windows 0.61.3",
22265 "windows-capture",
22266 "x11",
22267 "xcb",
22268]
22269
22270[[package]]
22271name = "zed-xim"
22272version = "0.4.0-zed"
22273source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22274dependencies = [
22275 "ahash 0.8.12",
22276 "hashbrown 0.14.5",
22277 "log",
22278 "x11rb",
22279 "xim-ctext",
22280 "xim-parser",
22281]
22282
22283[[package]]
22284name = "zed_actions"
22285version = "0.1.0"
22286dependencies = [
22287 "gpui",
22288 "schemars",
22289 "serde",
22290 "util",
22291 "uuid",
22292]
22293
22294[[package]]
22295name = "zed_env_vars"
22296version = "0.1.0"
22297dependencies = [
22298 "gpui",
22299]
22300
22301[[package]]
22302name = "zed_extension_api"
22303version = "0.1.0"
22304source = "registry+https://github.com/rust-lang/crates.io-index"
22305checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22306dependencies = [
22307 "serde",
22308 "serde_json",
22309 "wit-bindgen 0.22.0",
22310]
22311
22312[[package]]
22313name = "zed_extension_api"
22314version = "0.7.0"
22315source = "registry+https://github.com/rust-lang/crates.io-index"
22316checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22317dependencies = [
22318 "serde",
22319 "serde_json",
22320 "wit-bindgen 0.41.0",
22321]
22322
22323[[package]]
22324name = "zed_extension_api"
22325version = "0.8.0"
22326dependencies = [
22327 "serde",
22328 "serde_json",
22329 "wit-bindgen 0.41.0",
22330]
22331
22332[[package]]
22333name = "zed_glsl"
22334version = "0.2.2"
22335dependencies = [
22336 "zed_extension_api 0.1.0",
22337]
22338
22339[[package]]
22340name = "zed_html"
22341version = "0.3.1"
22342dependencies = [
22343 "zed_extension_api 0.7.0",
22344]
22345
22346[[package]]
22347name = "zed_proto"
22348version = "0.3.1"
22349dependencies = [
22350 "zed_extension_api 0.7.0",
22351]
22352
22353[[package]]
22354name = "zed_test_extension"
22355version = "0.1.0"
22356dependencies = [
22357 "zed_extension_api 0.8.0",
22358]
22359
22360[[package]]
22361name = "zeno"
22362version = "0.3.3"
22363source = "registry+https://github.com/rust-lang/crates.io-index"
22364checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22365
22366[[package]]
22367name = "zerocopy"
22368version = "0.8.27"
22369source = "registry+https://github.com/rust-lang/crates.io-index"
22370checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22371dependencies = [
22372 "zerocopy-derive",
22373]
22374
22375[[package]]
22376name = "zerocopy-derive"
22377version = "0.8.27"
22378source = "registry+https://github.com/rust-lang/crates.io-index"
22379checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22380dependencies = [
22381 "proc-macro2",
22382 "quote",
22383 "syn 2.0.117",
22384]
22385
22386[[package]]
22387name = "zerofrom"
22388version = "0.1.6"
22389source = "registry+https://github.com/rust-lang/crates.io-index"
22390checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22391dependencies = [
22392 "zerofrom-derive",
22393]
22394
22395[[package]]
22396name = "zerofrom-derive"
22397version = "0.1.6"
22398source = "registry+https://github.com/rust-lang/crates.io-index"
22399checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22400dependencies = [
22401 "proc-macro2",
22402 "quote",
22403 "syn 2.0.117",
22404 "synstructure",
22405]
22406
22407[[package]]
22408name = "zeroize"
22409version = "1.8.2"
22410source = "registry+https://github.com/rust-lang/crates.io-index"
22411checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22412dependencies = [
22413 "zeroize_derive",
22414]
22415
22416[[package]]
22417name = "zeroize_derive"
22418version = "1.4.2"
22419source = "registry+https://github.com/rust-lang/crates.io-index"
22420checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22421dependencies = [
22422 "proc-macro2",
22423 "quote",
22424 "syn 2.0.117",
22425]
22426
22427[[package]]
22428name = "zeromq"
22429version = "0.5.0"
22430source = "registry+https://github.com/rust-lang/crates.io-index"
22431checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22432dependencies = [
22433 "async-dispatcher",
22434 "async-std",
22435 "async-trait",
22436 "asynchronous-codec",
22437 "bytes 1.11.1",
22438 "crossbeam-queue",
22439 "futures 0.3.32",
22440 "log",
22441 "num-traits",
22442 "once_cell",
22443 "parking_lot",
22444 "rand 0.9.2",
22445 "regex",
22446 "scc",
22447 "thiserror 1.0.69",
22448 "uuid",
22449]
22450
22451[[package]]
22452name = "zerotrie"
22453version = "0.2.2"
22454source = "registry+https://github.com/rust-lang/crates.io-index"
22455checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22456dependencies = [
22457 "displaydoc",
22458 "yoke 0.8.0",
22459 "zerofrom",
22460]
22461
22462[[package]]
22463name = "zerovec"
22464version = "0.11.4"
22465source = "registry+https://github.com/rust-lang/crates.io-index"
22466checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22467dependencies = [
22468 "yoke 0.8.0",
22469 "zerofrom",
22470 "zerovec-derive",
22471]
22472
22473[[package]]
22474name = "zerovec-derive"
22475version = "0.11.1"
22476source = "registry+https://github.com/rust-lang/crates.io-index"
22477checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22478dependencies = [
22479 "proc-macro2",
22480 "quote",
22481 "syn 2.0.117",
22482]
22483
22484[[package]]
22485name = "zeta_prompt"
22486version = "0.1.0"
22487dependencies = [
22488 "anyhow",
22489 "indoc",
22490 "serde",
22491 "strum 0.27.2",
22492]
22493
22494[[package]]
22495name = "zip"
22496version = "0.6.6"
22497source = "registry+https://github.com/rust-lang/crates.io-index"
22498checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22499dependencies = [
22500 "aes",
22501 "byteorder",
22502 "bzip2 0.4.4",
22503 "constant_time_eq",
22504 "crc32fast",
22505 "crossbeam-utils",
22506 "flate2",
22507 "hmac",
22508 "pbkdf2 0.11.0",
22509 "sha1",
22510 "time",
22511 "zstd",
22512]
22513
22514[[package]]
22515name = "zip"
22516version = "1.1.4"
22517source = "registry+https://github.com/rust-lang/crates.io-index"
22518checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22519dependencies = [
22520 "arbitrary",
22521 "crc32fast",
22522 "crossbeam-utils",
22523 "displaydoc",
22524 "indexmap",
22525 "num_enum",
22526 "thiserror 1.0.69",
22527]
22528
22529[[package]]
22530name = "zlog"
22531version = "0.1.0"
22532dependencies = [
22533 "anyhow",
22534 "chrono",
22535 "collections",
22536 "log",
22537 "tempfile",
22538]
22539
22540[[package]]
22541name = "zlog_settings"
22542version = "0.1.0"
22543dependencies = [
22544 "collections",
22545 "gpui",
22546 "settings",
22547 "zlog",
22548]
22549
22550[[package]]
22551name = "zstd"
22552version = "0.11.2+zstd.1.5.2"
22553source = "registry+https://github.com/rust-lang/crates.io-index"
22554checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22555dependencies = [
22556 "zstd-safe",
22557]
22558
22559[[package]]
22560name = "zstd-safe"
22561version = "5.0.2+zstd.1.5.2"
22562source = "registry+https://github.com/rust-lang/crates.io-index"
22563checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22564dependencies = [
22565 "libc",
22566 "zstd-sys",
22567]
22568
22569[[package]]
22570name = "zstd-sys"
22571version = "2.0.16+zstd.1.5.7"
22572source = "registry+https://github.com/rust-lang/crates.io-index"
22573checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22574dependencies = [
22575 "cc",
22576 "pkg-config",
22577]
22578
22579[[package]]
22580name = "ztracing"
22581version = "0.1.0"
22582dependencies = [
22583 "tracing",
22584 "tracing-subscriber",
22585 "tracing-tracy",
22586 "tracy-client",
22587 "zlog",
22588 "ztracing_macro",
22589]
22590
22591[[package]]
22592name = "ztracing_macro"
22593version = "0.1.0"
22594
22595[[package]]
22596name = "zune-core"
22597version = "0.4.12"
22598source = "registry+https://github.com/rust-lang/crates.io-index"
22599checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22600
22601[[package]]
22602name = "zune-inflate"
22603version = "0.2.54"
22604source = "registry+https://github.com/rust-lang/crates.io-index"
22605checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22606dependencies = [
22607 "simd-adler32",
22608]
22609
22610[[package]]
22611name = "zune-jpeg"
22612version = "0.4.21"
22613source = "registry+https://github.com/rust-lang/crates.io-index"
22614checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22615dependencies = [
22616 "zune-core",
22617]
22618
22619[[package]]
22620name = "zvariant"
22621version = "5.9.2"
22622source = "registry+https://github.com/rust-lang/crates.io-index"
22623checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22624dependencies = [
22625 "endi",
22626 "enumflags2",
22627 "serde",
22628 "serde_bytes",
22629 "winnow",
22630 "zvariant_derive",
22631 "zvariant_utils",
22632]
22633
22634[[package]]
22635name = "zvariant_derive"
22636version = "5.9.2"
22637source = "registry+https://github.com/rust-lang/crates.io-index"
22638checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22639dependencies = [
22640 "proc-macro-crate",
22641 "proc-macro2",
22642 "quote",
22643 "syn 2.0.117",
22644 "zvariant_utils",
22645]
22646
22647[[package]]
22648name = "zvariant_utils"
22649version = "3.3.0"
22650source = "registry+https://github.com/rust-lang/crates.io-index"
22651checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22652dependencies = [
22653 "proc-macro2",
22654 "quote",
22655 "serde",
22656 "syn 2.0.117",
22657 "winnow",
22658]