Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "log",
   59 "markdown",
   60 "project",
   61 "serde",
   62 "serde_json",
   63 "settings",
   64 "smol",
   65 "theme_settings",
   66 "ui",
   67 "util",
   68 "workspace",
   69]
   70
   71[[package]]
   72name = "action_log"
   73version = "0.1.0"
   74dependencies = [
   75 "anyhow",
   76 "buffer_diff",
   77 "clock",
   78 "collections",
   79 "ctor",
   80 "fs",
   81 "futures 0.3.32",
   82 "git",
   83 "gpui",
   84 "language",
   85 "log",
   86 "pretty_assertions",
   87 "project",
   88 "rand 0.9.3",
   89 "serde_json",
   90 "settings",
   91 "telemetry",
   92 "text",
   93 "util",
   94 "watch",
   95 "zlog",
   96]
   97
   98[[package]]
   99name = "activity_indicator"
  100version = "0.1.0"
  101dependencies = [
  102 "anyhow",
  103 "auto_update",
  104 "editor",
  105 "extension_host",
  106 "fs",
  107 "futures 0.3.32",
  108 "gpui",
  109 "language",
  110 "project",
  111 "proto",
  112 "smallvec",
  113 "ui",
  114 "util",
  115 "workspace",
  116]
  117
  118[[package]]
  119name = "addr2line"
  120version = "0.25.1"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  123dependencies = [
  124 "gimli",
  125]
  126
  127[[package]]
  128name = "adler2"
  129version = "2.0.1"
  130source = "registry+https://github.com/rust-lang/crates.io-index"
  131checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  132
  133[[package]]
  134name = "aes"
  135version = "0.8.4"
  136source = "registry+https://github.com/rust-lang/crates.io-index"
  137checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  138dependencies = [
  139 "cfg-if",
  140 "cipher",
  141 "cpufeatures",
  142 "zeroize",
  143]
  144
  145[[package]]
  146name = "agent"
  147version = "0.1.0"
  148dependencies = [
  149 "acp_thread",
  150 "action_log",
  151 "agent-client-protocol",
  152 "agent_servers",
  153 "agent_settings",
  154 "anyhow",
  155 "chrono",
  156 "client",
  157 "clock",
  158 "cloud_api_types",
  159 "cloud_llm_client",
  160 "collections",
  161 "context_server",
  162 "ctor",
  163 "db",
  164 "derive_more",
  165 "editor",
  166 "env_logger 0.11.8",
  167 "eval_utils",
  168 "feature_flags",
  169 "fs",
  170 "futures 0.3.32",
  171 "git",
  172 "gpui",
  173 "gpui_tokio",
  174 "handlebars 4.5.0",
  175 "heck 0.5.0",
  176 "html_to_markdown",
  177 "http_client",
  178 "indoc",
  179 "itertools 0.14.0",
  180 "language",
  181 "language_model",
  182 "language_models",
  183 "log",
  184 "lsp",
  185 "open",
  186 "parking_lot",
  187 "paths",
  188 "pretty_assertions",
  189 "project",
  190 "prompt_store",
  191 "rand 0.9.3",
  192 "regex",
  193 "reqwest_client",
  194 "rust-embed",
  195 "schemars 1.0.4",
  196 "serde",
  197 "serde_json",
  198 "settings",
  199 "shell_command_parser",
  200 "smallvec",
  201 "smol",
  202 "sqlez",
  203 "streaming_diff",
  204 "strsim",
  205 "task",
  206 "telemetry",
  207 "tempfile",
  208 "text",
  209 "theme",
  210 "thiserror 2.0.17",
  211 "ui",
  212 "unindent",
  213 "url",
  214 "util",
  215 "uuid",
  216 "watch",
  217 "web_search",
  218 "zed_env_vars",
  219 "zlog",
  220 "zstd",
  221]
  222
  223[[package]]
  224name = "agent-client-protocol"
  225version = "0.11.1"
  226source = "registry+https://github.com/rust-lang/crates.io-index"
  227checksum = "2af62fb84df2af0f933d8f5fd78b843fa5eb0ec5a48fa1b528c41951d0bbe36c"
  228dependencies = [
  229 "agent-client-protocol-derive",
  230 "agent-client-protocol-schema",
  231 "anyhow",
  232 "futures 0.3.32",
  233 "futures-concurrency",
  234 "jsonrpcmsg",
  235 "rmcp",
  236 "rustc-hash 2.1.1",
  237 "schemars 1.0.4",
  238 "serde",
  239 "serde_json",
  240 "thiserror 2.0.17",
  241 "tokio",
  242 "tokio-util",
  243 "tracing",
  244 "uuid",
  245]
  246
  247[[package]]
  248name = "agent-client-protocol-derive"
  249version = "0.11.0"
  250source = "registry+https://github.com/rust-lang/crates.io-index"
  251checksum = "ce42c2d3c048c12897eef2e577dfff1e3355c632c9f1625cc953b9df48b44631"
  252dependencies = [
  253 "proc-macro2",
  254 "quote",
  255 "syn 2.0.117",
  256]
  257
  258[[package]]
  259name = "agent-client-protocol-schema"
  260version = "0.12.0"
  261source = "registry+https://github.com/rust-lang/crates.io-index"
  262checksum = "49bae57dad1c28a362fbdcf7bab0583316a02b45a70792109fced55780a3b63c"
  263dependencies = [
  264 "anyhow",
  265 "derive_more",
  266 "schemars 1.0.4",
  267 "serde",
  268 "serde_json",
  269 "serde_with",
  270 "strum 0.28.0",
  271 "tracing",
  272]
  273
  274[[package]]
  275name = "agent_servers"
  276version = "0.1.0"
  277dependencies = [
  278 "acp_thread",
  279 "acp_tools",
  280 "action_log",
  281 "agent-client-protocol",
  282 "anyhow",
  283 "chrono",
  284 "client",
  285 "collections",
  286 "env_logger 0.11.8",
  287 "feature_flags",
  288 "fs",
  289 "futures 0.3.32",
  290 "google_ai",
  291 "gpui",
  292 "gpui_tokio",
  293 "http_client",
  294 "indoc",
  295 "language_model",
  296 "libc",
  297 "log",
  298 "nix 0.29.0",
  299 "project",
  300 "release_channel",
  301 "remote",
  302 "reqwest_client",
  303 "serde",
  304 "serde_json",
  305 "settings",
  306 "smol",
  307 "task",
  308 "tempfile",
  309 "terminal",
  310 "thiserror 2.0.17",
  311 "ui",
  312 "util",
  313 "uuid",
  314 "watch",
  315 "zed_credentials_provider",
  316]
  317
  318[[package]]
  319name = "agent_settings"
  320version = "0.1.0"
  321dependencies = [
  322 "agent-client-protocol",
  323 "anyhow",
  324 "collections",
  325 "convert_case 0.8.0",
  326 "fs",
  327 "futures 0.3.32",
  328 "gpui",
  329 "language_model",
  330 "log",
  331 "paths",
  332 "project",
  333 "regex",
  334 "schemars 1.0.4",
  335 "serde",
  336 "serde_json",
  337 "serde_json_lenient",
  338 "settings",
  339 "util",
  340]
  341
  342[[package]]
  343name = "agent_ui"
  344version = "0.1.0"
  345dependencies = [
  346 "acp_thread",
  347 "action_log",
  348 "agent",
  349 "agent-client-protocol",
  350 "agent_servers",
  351 "agent_settings",
  352 "ai_onboarding",
  353 "anyhow",
  354 "audio",
  355 "base64 0.22.1",
  356 "buffer_diff",
  357 "chrono",
  358 "client",
  359 "clock",
  360 "cloud_api_types",
  361 "collections",
  362 "command_palette_hooks",
  363 "component",
  364 "context_server",
  365 "db",
  366 "editor",
  367 "eval_utils",
  368 "extension",
  369 "extension_host",
  370 "feature_flags",
  371 "file_icons",
  372 "fs",
  373 "futures 0.3.32",
  374 "fuzzy",
  375 "git",
  376 "git_ui",
  377 "gpui",
  378 "gpui_tokio",
  379 "heapless",
  380 "html_to_markdown",
  381 "http_client",
  382 "image",
  383 "indoc",
  384 "itertools 0.14.0",
  385 "jsonschema",
  386 "language",
  387 "language_model",
  388 "language_models",
  389 "languages",
  390 "log",
  391 "lsp",
  392 "markdown",
  393 "menu",
  394 "multi_buffer",
  395 "node_runtime",
  396 "notifications",
  397 "ordered-float 2.10.1",
  398 "parking_lot",
  399 "paths",
  400 "picker",
  401 "postage",
  402 "pretty_assertions",
  403 "project",
  404 "prompt_store",
  405 "proto",
  406 "rand 0.9.3",
  407 "release_channel",
  408 "remote",
  409 "remote_connection",
  410 "remote_server",
  411 "reqwest_client",
  412 "rope",
  413 "rules_library",
  414 "schemars 1.0.4",
  415 "search",
  416 "semver",
  417 "serde",
  418 "serde_json",
  419 "serde_json_lenient",
  420 "settings",
  421 "smol",
  422 "streaming_diff",
  423 "task",
  424 "telemetry",
  425 "tempfile",
  426 "terminal",
  427 "terminal_view",
  428 "text",
  429 "theme",
  430 "theme_settings",
  431 "time",
  432 "tree-sitter-md",
  433 "ui",
  434 "ui_input",
  435 "unindent",
  436 "url",
  437 "util",
  438 "uuid",
  439 "vim",
  440 "watch",
  441 "workspace",
  442 "zed_actions",
  443]
  444
  445[[package]]
  446name = "ahash"
  447version = "0.7.8"
  448source = "registry+https://github.com/rust-lang/crates.io-index"
  449checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  450dependencies = [
  451 "getrandom 0.2.16",
  452 "once_cell",
  453 "version_check",
  454]
  455
  456[[package]]
  457name = "ahash"
  458version = "0.8.12"
  459source = "registry+https://github.com/rust-lang/crates.io-index"
  460checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  461dependencies = [
  462 "cfg-if",
  463 "const-random",
  464 "getrandom 0.3.4",
  465 "once_cell",
  466 "serde",
  467 "version_check",
  468 "zerocopy",
  469]
  470
  471[[package]]
  472name = "aho-corasick"
  473version = "1.1.3"
  474source = "registry+https://github.com/rust-lang/crates.io-index"
  475checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  476dependencies = [
  477 "memchr",
  478]
  479
  480[[package]]
  481name = "ai_onboarding"
  482version = "0.1.0"
  483dependencies = [
  484 "client",
  485 "cloud_api_types",
  486 "component",
  487 "gpui",
  488 "language_model",
  489 "serde",
  490 "smallvec",
  491 "telemetry",
  492 "ui",
  493 "zed_actions",
  494]
  495
  496[[package]]
  497name = "alacritty_terminal"
  498version = "0.25.1"
  499source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  500dependencies = [
  501 "base64 0.22.1",
  502 "bitflags 2.10.0",
  503 "home",
  504 "libc",
  505 "log",
  506 "mach2 0.5.0",
  507 "miow",
  508 "parking_lot",
  509 "piper",
  510 "polling",
  511 "regex-automata",
  512 "rustix 1.1.2",
  513 "rustix-openpty",
  514 "serde",
  515 "signal-hook",
  516 "unicode-width",
  517 "vte",
  518 "windows-sys 0.59.0",
  519]
  520
  521[[package]]
  522name = "aliasable"
  523version = "0.1.3"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  526
  527[[package]]
  528name = "aligned"
  529version = "0.4.3"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  532dependencies = [
  533 "as-slice",
  534]
  535
  536[[package]]
  537name = "aligned-vec"
  538version = "0.6.4"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  541dependencies = [
  542 "equator",
  543]
  544
  545[[package]]
  546name = "allocator-api2"
  547version = "0.2.21"
  548source = "registry+https://github.com/rust-lang/crates.io-index"
  549checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  550
  551[[package]]
  552name = "alsa"
  553version = "0.10.0"
  554source = "registry+https://github.com/rust-lang/crates.io-index"
  555checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  556dependencies = [
  557 "alsa-sys",
  558 "bitflags 2.10.0",
  559 "cfg-if",
  560 "libc",
  561]
  562
  563[[package]]
  564name = "alsa-sys"
  565version = "0.3.1"
  566source = "registry+https://github.com/rust-lang/crates.io-index"
  567checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  568dependencies = [
  569 "libc",
  570 "pkg-config",
  571]
  572
  573[[package]]
  574name = "ambient-authority"
  575version = "0.0.2"
  576source = "registry+https://github.com/rust-lang/crates.io-index"
  577checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  578
  579[[package]]
  580name = "ammonia"
  581version = "4.1.2"
  582source = "registry+https://github.com/rust-lang/crates.io-index"
  583checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  584dependencies = [
  585 "cssparser",
  586 "html5ever 0.35.0",
  587 "maplit",
  588 "tendril",
  589 "url",
  590]
  591
  592[[package]]
  593name = "android_system_properties"
  594version = "0.1.5"
  595source = "registry+https://github.com/rust-lang/crates.io-index"
  596checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  597dependencies = [
  598 "libc",
  599]
  600
  601[[package]]
  602name = "anes"
  603version = "0.1.6"
  604source = "registry+https://github.com/rust-lang/crates.io-index"
  605checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  606
  607[[package]]
  608name = "annotate-snippets"
  609version = "0.12.12"
  610source = "registry+https://github.com/rust-lang/crates.io-index"
  611checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  612dependencies = [
  613 "anstyle",
  614 "memchr",
  615 "unicode-width",
  616]
  617
  618[[package]]
  619name = "anstream"
  620version = "0.6.21"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  623dependencies = [
  624 "anstyle",
  625 "anstyle-parse",
  626 "anstyle-query",
  627 "anstyle-wincon",
  628 "colorchoice",
  629 "is_terminal_polyfill",
  630 "utf8parse",
  631]
  632
  633[[package]]
  634name = "anstyle"
  635version = "1.0.13"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  638
  639[[package]]
  640name = "anstyle-parse"
  641version = "0.2.7"
  642source = "registry+https://github.com/rust-lang/crates.io-index"
  643checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  644dependencies = [
  645 "utf8parse",
  646]
  647
  648[[package]]
  649name = "anstyle-query"
  650version = "1.1.4"
  651source = "registry+https://github.com/rust-lang/crates.io-index"
  652checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  653dependencies = [
  654 "windows-sys 0.60.2",
  655]
  656
  657[[package]]
  658name = "anstyle-wincon"
  659version = "3.0.10"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  662dependencies = [
  663 "anstyle",
  664 "once_cell_polyfill",
  665 "windows-sys 0.60.2",
  666]
  667
  668[[package]]
  669name = "anthropic"
  670version = "0.1.0"
  671dependencies = [
  672 "anyhow",
  673 "chrono",
  674 "collections",
  675 "futures 0.3.32",
  676 "http_client",
  677 "language_model_core",
  678 "log",
  679 "schemars 1.0.4",
  680 "serde",
  681 "serde_json",
  682 "strum 0.27.2",
  683 "thiserror 2.0.17",
  684]
  685
  686[[package]]
  687name = "any_vec"
  688version = "0.14.0"
  689source = "registry+https://github.com/rust-lang/crates.io-index"
  690checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  691
  692[[package]]
  693name = "anyhow"
  694version = "1.0.102"
  695source = "registry+https://github.com/rust-lang/crates.io-index"
  696checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
  697
  698[[package]]
  699name = "approx"
  700version = "0.5.1"
  701source = "registry+https://github.com/rust-lang/crates.io-index"
  702checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  703dependencies = [
  704 "num-traits",
  705]
  706
  707[[package]]
  708name = "ar_archive_writer"
  709version = "0.5.1"
  710source = "registry+https://github.com/rust-lang/crates.io-index"
  711checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  712dependencies = [
  713 "object",
  714]
  715
  716[[package]]
  717name = "arbitrary"
  718version = "1.4.2"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  721dependencies = [
  722 "derive_arbitrary",
  723]
  724
  725[[package]]
  726name = "arc-swap"
  727version = "1.9.0"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  730dependencies = [
  731 "rustversion",
  732]
  733
  734[[package]]
  735name = "arg_enum_proc_macro"
  736version = "0.3.4"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  739dependencies = [
  740 "proc-macro2",
  741 "quote",
  742 "syn 2.0.117",
  743]
  744
  745[[package]]
  746name = "arraydeque"
  747version = "0.5.1"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  750
  751[[package]]
  752name = "arrayref"
  753version = "0.3.9"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  756
  757[[package]]
  758name = "arrayvec"
  759version = "0.7.6"
  760source = "registry+https://github.com/rust-lang/crates.io-index"
  761checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  762
  763[[package]]
  764name = "as-raw-xcb-connection"
  765version = "1.0.1"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  768
  769[[package]]
  770name = "as-slice"
  771version = "0.2.1"
  772source = "registry+https://github.com/rust-lang/crates.io-index"
  773checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  774dependencies = [
  775 "stable_deref_trait",
  776]
  777
  778[[package]]
  779name = "ascii"
  780version = "1.1.0"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  783
  784[[package]]
  785name = "ash"
  786version = "0.38.0+1.3.281"
  787source = "registry+https://github.com/rust-lang/crates.io-index"
  788checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  789dependencies = [
  790 "libloading",
  791]
  792
  793[[package]]
  794name = "ashpd"
  795version = "0.13.2"
  796source = "registry+https://github.com/rust-lang/crates.io-index"
  797checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  798dependencies = [
  799 "enumflags2",
  800 "futures-channel",
  801 "futures-util",
  802 "getrandom 0.4.1",
  803 "serde",
  804 "serde_repr",
  805 "wayland-backend",
  806 "wayland-client",
  807 "wayland-protocols",
  808 "zbus",
  809]
  810
  811[[package]]
  812name = "askpass"
  813version = "0.1.0"
  814dependencies = [
  815 "anyhow",
  816 "futures 0.3.32",
  817 "gpui",
  818 "log",
  819 "net",
  820 "smol",
  821 "tempfile",
  822 "util",
  823 "windows 0.61.3",
  824 "zeroize",
  825]
  826
  827[[package]]
  828name = "assets"
  829version = "0.1.0"
  830dependencies = [
  831 "anyhow",
  832 "gpui",
  833 "rust-embed",
  834]
  835
  836[[package]]
  837name = "async-attributes"
  838version = "1.1.2"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  841dependencies = [
  842 "quote",
  843 "syn 1.0.109",
  844]
  845
  846[[package]]
  847name = "async-broadcast"
  848version = "0.7.2"
  849source = "registry+https://github.com/rust-lang/crates.io-index"
  850checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  851dependencies = [
  852 "event-listener 5.4.1",
  853 "event-listener-strategy",
  854 "futures-core",
  855 "pin-project-lite",
  856]
  857
  858[[package]]
  859name = "async-channel"
  860version = "1.9.0"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  863dependencies = [
  864 "concurrent-queue",
  865 "event-listener 2.5.3",
  866 "futures-core",
  867]
  868
  869[[package]]
  870name = "async-channel"
  871version = "2.5.0"
  872source = "registry+https://github.com/rust-lang/crates.io-index"
  873checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  874dependencies = [
  875 "concurrent-queue",
  876 "event-listener-strategy",
  877 "futures-core",
  878 "pin-project-lite",
  879]
  880
  881[[package]]
  882name = "async-compat"
  883version = "0.2.5"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  886dependencies = [
  887 "futures-core",
  888 "futures-io",
  889 "once_cell",
  890 "pin-project-lite",
  891 "tokio",
  892]
  893
  894[[package]]
  895name = "async-compression"
  896version = "0.4.32"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  899dependencies = [
  900 "compression-codecs",
  901 "compression-core",
  902 "futures-core",
  903 "futures-io",
  904 "pin-project-lite",
  905]
  906
  907[[package]]
  908name = "async-dispatcher"
  909version = "0.1.2"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  912dependencies = [
  913 "async-task",
  914 "futures-lite 1.13.0",
  915]
  916
  917[[package]]
  918name = "async-executor"
  919version = "1.13.3"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  922dependencies = [
  923 "async-task",
  924 "concurrent-queue",
  925 "fastrand 2.3.0",
  926 "futures-lite 2.6.1",
  927 "pin-project-lite",
  928 "slab",
  929]
  930
  931[[package]]
  932name = "async-fs"
  933version = "2.2.0"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  936dependencies = [
  937 "async-lock 3.4.2",
  938 "blocking",
  939 "futures-lite 2.6.1",
  940]
  941
  942[[package]]
  943name = "async-global-executor"
  944version = "2.4.1"
  945source = "registry+https://github.com/rust-lang/crates.io-index"
  946checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  947dependencies = [
  948 "async-channel 2.5.0",
  949 "async-executor",
  950 "async-io",
  951 "async-lock 3.4.2",
  952 "blocking",
  953 "futures-lite 2.6.1",
  954 "once_cell",
  955]
  956
  957[[package]]
  958name = "async-io"
  959version = "2.6.0"
  960source = "registry+https://github.com/rust-lang/crates.io-index"
  961checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  962dependencies = [
  963 "autocfg",
  964 "cfg-if",
  965 "concurrent-queue",
  966 "futures-io",
  967 "futures-lite 2.6.1",
  968 "parking",
  969 "polling",
  970 "rustix 1.1.2",
  971 "slab",
  972 "windows-sys 0.61.2",
  973]
  974
  975[[package]]
  976name = "async-lock"
  977version = "2.8.0"
  978source = "registry+https://github.com/rust-lang/crates.io-index"
  979checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  980dependencies = [
  981 "event-listener 2.5.3",
  982]
  983
  984[[package]]
  985name = "async-lock"
  986version = "3.4.2"
  987source = "registry+https://github.com/rust-lang/crates.io-index"
  988checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  989dependencies = [
  990 "event-listener 5.4.1",
  991 "event-listener-strategy",
  992 "pin-project-lite",
  993]
  994
  995[[package]]
  996name = "async-net"
  997version = "2.0.0"
  998source = "registry+https://github.com/rust-lang/crates.io-index"
  999checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1000dependencies = [
 1001 "async-io",
 1002 "blocking",
 1003 "futures-lite 2.6.1",
 1004]
 1005
 1006[[package]]
 1007name = "async-pipe"
 1008version = "0.1.3"
 1009source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1010dependencies = [
 1011 "futures 0.3.32",
 1012 "log",
 1013]
 1014
 1015[[package]]
 1016name = "async-process"
 1017version = "2.5.0"
 1018source = "registry+https://github.com/rust-lang/crates.io-index"
 1019checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1020dependencies = [
 1021 "async-channel 2.5.0",
 1022 "async-io",
 1023 "async-lock 3.4.2",
 1024 "async-signal",
 1025 "async-task",
 1026 "blocking",
 1027 "cfg-if",
 1028 "event-listener 5.4.1",
 1029 "futures-lite 2.6.1",
 1030 "rustix 1.1.2",
 1031]
 1032
 1033[[package]]
 1034name = "async-recursion"
 1035version = "1.1.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1038dependencies = [
 1039 "proc-macro2",
 1040 "quote",
 1041 "syn 2.0.117",
 1042]
 1043
 1044[[package]]
 1045name = "async-signal"
 1046version = "0.2.13"
 1047source = "registry+https://github.com/rust-lang/crates.io-index"
 1048checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1049dependencies = [
 1050 "async-io",
 1051 "async-lock 3.4.2",
 1052 "atomic-waker",
 1053 "cfg-if",
 1054 "futures-core",
 1055 "futures-io",
 1056 "rustix 1.1.2",
 1057 "signal-hook-registry",
 1058 "slab",
 1059 "windows-sys 0.61.2",
 1060]
 1061
 1062[[package]]
 1063name = "async-std"
 1064version = "1.13.2"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1067dependencies = [
 1068 "async-attributes",
 1069 "async-channel 1.9.0",
 1070 "async-global-executor",
 1071 "async-io",
 1072 "async-lock 3.4.2",
 1073 "async-process",
 1074 "crossbeam-utils",
 1075 "futures-channel",
 1076 "futures-core",
 1077 "futures-io",
 1078 "futures-lite 2.6.1",
 1079 "gloo-timers",
 1080 "kv-log-macro",
 1081 "log",
 1082 "memchr",
 1083 "once_cell",
 1084 "pin-project-lite",
 1085 "pin-utils",
 1086 "slab",
 1087 "wasm-bindgen-futures",
 1088]
 1089
 1090[[package]]
 1091name = "async-stream"
 1092version = "0.3.6"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1095dependencies = [
 1096 "async-stream-impl",
 1097 "futures-core",
 1098 "pin-project-lite",
 1099]
 1100
 1101[[package]]
 1102name = "async-stream-impl"
 1103version = "0.3.6"
 1104source = "registry+https://github.com/rust-lang/crates.io-index"
 1105checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1106dependencies = [
 1107 "proc-macro2",
 1108 "quote",
 1109 "syn 2.0.117",
 1110]
 1111
 1112[[package]]
 1113name = "async-tar"
 1114version = "0.5.1"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1117dependencies = [
 1118 "async-std",
 1119 "filetime",
 1120 "libc",
 1121 "pin-project",
 1122 "redox_syscall 0.2.16",
 1123 "xattr",
 1124]
 1125
 1126[[package]]
 1127name = "async-task"
 1128version = "4.7.1"
 1129source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1130
 1131[[package]]
 1132name = "async-trait"
 1133version = "0.1.89"
 1134source = "registry+https://github.com/rust-lang/crates.io-index"
 1135checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1136dependencies = [
 1137 "proc-macro2",
 1138 "quote",
 1139 "syn 2.0.117",
 1140]
 1141
 1142[[package]]
 1143name = "async-tungstenite"
 1144version = "0.31.0"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1147dependencies = [
 1148 "atomic-waker",
 1149 "futures-core",
 1150 "futures-io",
 1151 "futures-task",
 1152 "futures-util",
 1153 "log",
 1154 "pin-project-lite",
 1155 "rustls-pki-types",
 1156 "tokio",
 1157 "tokio-rustls 0.26.2",
 1158 "tungstenite 0.27.0",
 1159]
 1160
 1161[[package]]
 1162name = "async_zip"
 1163version = "0.0.18"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1166dependencies = [
 1167 "async-compression",
 1168 "crc32fast",
 1169 "futures-lite 2.6.1",
 1170 "pin-project",
 1171 "thiserror 2.0.17",
 1172]
 1173
 1174[[package]]
 1175name = "asynchronous-codec"
 1176version = "0.7.0"
 1177source = "registry+https://github.com/rust-lang/crates.io-index"
 1178checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1179dependencies = [
 1180 "bytes 1.11.1",
 1181 "futures-sink",
 1182 "futures-util",
 1183 "memchr",
 1184 "pin-project-lite",
 1185]
 1186
 1187[[package]]
 1188name = "atoi"
 1189version = "2.0.0"
 1190source = "registry+https://github.com/rust-lang/crates.io-index"
 1191checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1192dependencies = [
 1193 "num-traits",
 1194]
 1195
 1196[[package]]
 1197name = "atomic"
 1198version = "0.5.3"
 1199source = "registry+https://github.com/rust-lang/crates.io-index"
 1200checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1201
 1202[[package]]
 1203name = "atomic-waker"
 1204version = "1.1.2"
 1205source = "registry+https://github.com/rust-lang/crates.io-index"
 1206checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1207
 1208[[package]]
 1209name = "audio"
 1210version = "0.1.0"
 1211dependencies = [
 1212 "anyhow",
 1213 "collections",
 1214 "cpal",
 1215 "crossbeam",
 1216 "denoise",
 1217 "gpui",
 1218 "libwebrtc",
 1219 "log",
 1220 "parking_lot",
 1221 "rodio",
 1222 "serde",
 1223 "settings",
 1224 "thiserror 2.0.17",
 1225 "util",
 1226]
 1227
 1228[[package]]
 1229name = "auditable-serde"
 1230version = "0.8.0"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1233dependencies = [
 1234 "semver",
 1235 "serde",
 1236 "serde_json",
 1237 "topological-sort",
 1238]
 1239
 1240[[package]]
 1241name = "auto_update"
 1242version = "0.1.0"
 1243dependencies = [
 1244 "anyhow",
 1245 "client",
 1246 "clock",
 1247 "ctor",
 1248 "db",
 1249 "futures 0.3.32",
 1250 "futures-lite 1.13.0",
 1251 "gpui",
 1252 "http_client",
 1253 "log",
 1254 "parking_lot",
 1255 "paths",
 1256 "release_channel",
 1257 "semver",
 1258 "serde",
 1259 "serde_json",
 1260 "settings",
 1261 "smol",
 1262 "tempfile",
 1263 "util",
 1264 "which 6.0.3",
 1265 "workspace",
 1266 "zlog",
 1267]
 1268
 1269[[package]]
 1270name = "auto_update_helper"
 1271version = "0.1.0"
 1272dependencies = [
 1273 "anyhow",
 1274 "log",
 1275 "scopeguard",
 1276 "simplelog",
 1277 "tempfile",
 1278 "windows 0.61.3",
 1279 "winresource",
 1280]
 1281
 1282[[package]]
 1283name = "auto_update_ui"
 1284version = "0.1.0"
 1285dependencies = [
 1286 "agent_settings",
 1287 "anyhow",
 1288 "auto_update",
 1289 "client",
 1290 "db",
 1291 "editor",
 1292 "fs",
 1293 "gpui",
 1294 "markdown_preview",
 1295 "notifications",
 1296 "release_channel",
 1297 "semver",
 1298 "serde",
 1299 "serde_json",
 1300 "smol",
 1301 "telemetry",
 1302 "ui",
 1303 "util",
 1304 "workspace",
 1305 "zed_actions",
 1306]
 1307
 1308[[package]]
 1309name = "autocfg"
 1310version = "1.5.0"
 1311source = "registry+https://github.com/rust-lang/crates.io-index"
 1312checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1313
 1314[[package]]
 1315name = "av-scenechange"
 1316version = "0.14.1"
 1317source = "registry+https://github.com/rust-lang/crates.io-index"
 1318checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1319dependencies = [
 1320 "aligned",
 1321 "anyhow",
 1322 "arg_enum_proc_macro",
 1323 "arrayvec",
 1324 "log",
 1325 "num-rational",
 1326 "num-traits",
 1327 "pastey 0.1.1",
 1328 "rayon",
 1329 "thiserror 2.0.17",
 1330 "v_frame",
 1331 "y4m",
 1332]
 1333
 1334[[package]]
 1335name = "av1-grain"
 1336version = "0.2.4"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1339dependencies = [
 1340 "anyhow",
 1341 "arrayvec",
 1342 "log",
 1343 "nom 7.1.3",
 1344 "num-rational",
 1345 "v_frame",
 1346]
 1347
 1348[[package]]
 1349name = "avif-serialize"
 1350version = "0.8.6"
 1351source = "registry+https://github.com/rust-lang/crates.io-index"
 1352checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1353dependencies = [
 1354 "arrayvec",
 1355]
 1356
 1357[[package]]
 1358name = "aws-config"
 1359version = "1.8.10"
 1360source = "registry+https://github.com/rust-lang/crates.io-index"
 1361checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1362dependencies = [
 1363 "aws-credential-types",
 1364 "aws-runtime",
 1365 "aws-sdk-sso",
 1366 "aws-sdk-ssooidc",
 1367 "aws-sdk-sts",
 1368 "aws-smithy-async",
 1369 "aws-smithy-http",
 1370 "aws-smithy-json",
 1371 "aws-smithy-runtime",
 1372 "aws-smithy-runtime-api",
 1373 "aws-smithy-types",
 1374 "aws-types",
 1375 "bytes 1.11.1",
 1376 "fastrand 2.3.0",
 1377 "hex",
 1378 "http 1.3.1",
 1379 "ring",
 1380 "time",
 1381 "tokio",
 1382 "tracing",
 1383 "url",
 1384 "zeroize",
 1385]
 1386
 1387[[package]]
 1388name = "aws-credential-types"
 1389version = "1.2.10"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1392dependencies = [
 1393 "aws-smithy-async",
 1394 "aws-smithy-runtime-api",
 1395 "aws-smithy-types",
 1396 "zeroize",
 1397]
 1398
 1399[[package]]
 1400name = "aws-lc-rs"
 1401version = "1.15.4"
 1402source = "registry+https://github.com/rust-lang/crates.io-index"
 1403checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1404dependencies = [
 1405 "aws-lc-sys",
 1406 "untrusted 0.7.1",
 1407 "zeroize",
 1408]
 1409
 1410[[package]]
 1411name = "aws-lc-sys"
 1412version = "0.37.0"
 1413source = "registry+https://github.com/rust-lang/crates.io-index"
 1414checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1415dependencies = [
 1416 "cc",
 1417 "cmake",
 1418 "dunce",
 1419 "fs_extra",
 1420]
 1421
 1422[[package]]
 1423name = "aws-runtime"
 1424version = "1.5.16"
 1425source = "registry+https://github.com/rust-lang/crates.io-index"
 1426checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1427dependencies = [
 1428 "aws-credential-types",
 1429 "aws-sigv4",
 1430 "aws-smithy-async",
 1431 "aws-smithy-eventstream",
 1432 "aws-smithy-http",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-types",
 1437 "bytes 1.11.1",
 1438 "fastrand 2.3.0",
 1439 "http 0.2.12",
 1440 "http-body 0.4.6",
 1441 "percent-encoding",
 1442 "pin-project-lite",
 1443 "tracing",
 1444 "uuid",
 1445]
 1446
 1447[[package]]
 1448name = "aws-sdk-bedrockruntime"
 1449version = "1.113.0"
 1450source = "registry+https://github.com/rust-lang/crates.io-index"
 1451checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1452dependencies = [
 1453 "aws-credential-types",
 1454 "aws-runtime",
 1455 "aws-sigv4",
 1456 "aws-smithy-async",
 1457 "aws-smithy-eventstream",
 1458 "aws-smithy-http",
 1459 "aws-smithy-json",
 1460 "aws-smithy-runtime",
 1461 "aws-smithy-runtime-api",
 1462 "aws-smithy-types",
 1463 "aws-types",
 1464 "bytes 1.11.1",
 1465 "fastrand 2.3.0",
 1466 "http 0.2.12",
 1467 "hyper 0.14.32",
 1468 "regex-lite",
 1469 "tracing",
 1470]
 1471
 1472[[package]]
 1473name = "aws-sdk-kinesis"
 1474version = "1.95.0"
 1475source = "registry+https://github.com/rust-lang/crates.io-index"
 1476checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1477dependencies = [
 1478 "aws-credential-types",
 1479 "aws-runtime",
 1480 "aws-smithy-async",
 1481 "aws-smithy-eventstream",
 1482 "aws-smithy-http",
 1483 "aws-smithy-json",
 1484 "aws-smithy-runtime",
 1485 "aws-smithy-runtime-api",
 1486 "aws-smithy-types",
 1487 "aws-types",
 1488 "bytes 1.11.1",
 1489 "fastrand 2.3.0",
 1490 "http 0.2.12",
 1491 "regex-lite",
 1492 "tracing",
 1493]
 1494
 1495[[package]]
 1496name = "aws-sdk-s3"
 1497version = "1.112.0"
 1498source = "registry+https://github.com/rust-lang/crates.io-index"
 1499checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1500dependencies = [
 1501 "aws-credential-types",
 1502 "aws-runtime",
 1503 "aws-sigv4",
 1504 "aws-smithy-async",
 1505 "aws-smithy-checksums",
 1506 "aws-smithy-eventstream",
 1507 "aws-smithy-http",
 1508 "aws-smithy-json",
 1509 "aws-smithy-runtime",
 1510 "aws-smithy-runtime-api",
 1511 "aws-smithy-types",
 1512 "aws-smithy-xml",
 1513 "aws-types",
 1514 "bytes 1.11.1",
 1515 "fastrand 2.3.0",
 1516 "hex",
 1517 "hmac",
 1518 "http 0.2.12",
 1519 "http 1.3.1",
 1520 "http-body 0.4.6",
 1521 "lru",
 1522 "percent-encoding",
 1523 "regex-lite",
 1524 "sha2",
 1525 "tracing",
 1526 "url",
 1527]
 1528
 1529[[package]]
 1530name = "aws-sdk-sso"
 1531version = "1.88.0"
 1532source = "registry+https://github.com/rust-lang/crates.io-index"
 1533checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1534dependencies = [
 1535 "aws-credential-types",
 1536 "aws-runtime",
 1537 "aws-smithy-async",
 1538 "aws-smithy-http",
 1539 "aws-smithy-json",
 1540 "aws-smithy-runtime",
 1541 "aws-smithy-runtime-api",
 1542 "aws-smithy-types",
 1543 "aws-types",
 1544 "bytes 1.11.1",
 1545 "fastrand 2.3.0",
 1546 "http 0.2.12",
 1547 "regex-lite",
 1548 "tracing",
 1549]
 1550
 1551[[package]]
 1552name = "aws-sdk-ssooidc"
 1553version = "1.90.0"
 1554source = "registry+https://github.com/rust-lang/crates.io-index"
 1555checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1556dependencies = [
 1557 "aws-credential-types",
 1558 "aws-runtime",
 1559 "aws-smithy-async",
 1560 "aws-smithy-http",
 1561 "aws-smithy-json",
 1562 "aws-smithy-runtime",
 1563 "aws-smithy-runtime-api",
 1564 "aws-smithy-types",
 1565 "aws-types",
 1566 "bytes 1.11.1",
 1567 "fastrand 2.3.0",
 1568 "http 0.2.12",
 1569 "regex-lite",
 1570 "tracing",
 1571]
 1572
 1573[[package]]
 1574name = "aws-sdk-sts"
 1575version = "1.90.0"
 1576source = "registry+https://github.com/rust-lang/crates.io-index"
 1577checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1578dependencies = [
 1579 "aws-credential-types",
 1580 "aws-runtime",
 1581 "aws-smithy-async",
 1582 "aws-smithy-http",
 1583 "aws-smithy-json",
 1584 "aws-smithy-query",
 1585 "aws-smithy-runtime",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "aws-smithy-xml",
 1589 "aws-types",
 1590 "fastrand 2.3.0",
 1591 "http 0.2.12",
 1592 "regex-lite",
 1593 "tracing",
 1594]
 1595
 1596[[package]]
 1597name = "aws-sigv4"
 1598version = "1.3.6"
 1599source = "registry+https://github.com/rust-lang/crates.io-index"
 1600checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1601dependencies = [
 1602 "aws-credential-types",
 1603 "aws-smithy-eventstream",
 1604 "aws-smithy-http",
 1605 "aws-smithy-runtime-api",
 1606 "aws-smithy-types",
 1607 "bytes 1.11.1",
 1608 "crypto-bigint 0.5.5",
 1609 "form_urlencoded",
 1610 "hex",
 1611 "hmac",
 1612 "http 0.2.12",
 1613 "http 1.3.1",
 1614 "p256",
 1615 "percent-encoding",
 1616 "ring",
 1617 "sha2",
 1618 "subtle",
 1619 "time",
 1620 "tracing",
 1621 "zeroize",
 1622]
 1623
 1624[[package]]
 1625name = "aws-smithy-async"
 1626version = "1.2.6"
 1627source = "registry+https://github.com/rust-lang/crates.io-index"
 1628checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1629dependencies = [
 1630 "futures-util",
 1631 "pin-project-lite",
 1632 "tokio",
 1633]
 1634
 1635[[package]]
 1636name = "aws-smithy-checksums"
 1637version = "0.63.11"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1640dependencies = [
 1641 "aws-smithy-http",
 1642 "aws-smithy-types",
 1643 "bytes 1.11.1",
 1644 "crc-fast",
 1645 "hex",
 1646 "http 0.2.12",
 1647 "http-body 0.4.6",
 1648 "md-5",
 1649 "pin-project-lite",
 1650 "sha1",
 1651 "sha2",
 1652 "tracing",
 1653]
 1654
 1655[[package]]
 1656name = "aws-smithy-eventstream"
 1657version = "0.60.13"
 1658source = "registry+https://github.com/rust-lang/crates.io-index"
 1659checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1660dependencies = [
 1661 "aws-smithy-types",
 1662 "bytes 1.11.1",
 1663 "crc32fast",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-http"
 1668version = "0.62.5"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1671dependencies = [
 1672 "aws-smithy-eventstream",
 1673 "aws-smithy-runtime-api",
 1674 "aws-smithy-types",
 1675 "bytes 1.11.1",
 1676 "bytes-utils",
 1677 "futures-core",
 1678 "futures-util",
 1679 "http 0.2.12",
 1680 "http 1.3.1",
 1681 "http-body 0.4.6",
 1682 "percent-encoding",
 1683 "pin-project-lite",
 1684 "pin-utils",
 1685 "tracing",
 1686]
 1687
 1688[[package]]
 1689name = "aws-smithy-http-client"
 1690version = "1.1.4"
 1691source = "registry+https://github.com/rust-lang/crates.io-index"
 1692checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1693dependencies = [
 1694 "aws-smithy-async",
 1695 "aws-smithy-runtime-api",
 1696 "aws-smithy-types",
 1697 "h2 0.3.27",
 1698 "h2 0.4.12",
 1699 "http 0.2.12",
 1700 "http 1.3.1",
 1701 "http-body 0.4.6",
 1702 "hyper 0.14.32",
 1703 "hyper 1.7.0",
 1704 "hyper-rustls 0.24.2",
 1705 "hyper-rustls 0.27.7",
 1706 "hyper-util",
 1707 "pin-project-lite",
 1708 "rustls 0.21.12",
 1709 "rustls 0.23.33",
 1710 "rustls-native-certs 0.8.2",
 1711 "rustls-pki-types",
 1712 "tokio",
 1713 "tokio-rustls 0.26.2",
 1714 "tower 0.5.2",
 1715 "tracing",
 1716]
 1717
 1718[[package]]
 1719name = "aws-smithy-json"
 1720version = "0.61.7"
 1721source = "registry+https://github.com/rust-lang/crates.io-index"
 1722checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1723dependencies = [
 1724 "aws-smithy-types",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-observability"
 1729version = "0.1.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1732dependencies = [
 1733 "aws-smithy-runtime-api",
 1734]
 1735
 1736[[package]]
 1737name = "aws-smithy-query"
 1738version = "0.60.8"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1741dependencies = [
 1742 "aws-smithy-types",
 1743 "urlencoding",
 1744]
 1745
 1746[[package]]
 1747name = "aws-smithy-runtime"
 1748version = "1.9.4"
 1749source = "registry+https://github.com/rust-lang/crates.io-index"
 1750checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1751dependencies = [
 1752 "aws-smithy-async",
 1753 "aws-smithy-http",
 1754 "aws-smithy-http-client",
 1755 "aws-smithy-observability",
 1756 "aws-smithy-runtime-api",
 1757 "aws-smithy-types",
 1758 "bytes 1.11.1",
 1759 "fastrand 2.3.0",
 1760 "http 0.2.12",
 1761 "http 1.3.1",
 1762 "http-body 0.4.6",
 1763 "http-body 1.0.1",
 1764 "pin-project-lite",
 1765 "pin-utils",
 1766 "tokio",
 1767 "tracing",
 1768]
 1769
 1770[[package]]
 1771name = "aws-smithy-runtime-api"
 1772version = "1.9.2"
 1773source = "registry+https://github.com/rust-lang/crates.io-index"
 1774checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1775dependencies = [
 1776 "aws-smithy-async",
 1777 "aws-smithy-types",
 1778 "bytes 1.11.1",
 1779 "http 0.2.12",
 1780 "http 1.3.1",
 1781 "pin-project-lite",
 1782 "tokio",
 1783 "tracing",
 1784 "zeroize",
 1785]
 1786
 1787[[package]]
 1788name = "aws-smithy-types"
 1789version = "1.3.4"
 1790source = "registry+https://github.com/rust-lang/crates.io-index"
 1791checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1792dependencies = [
 1793 "base64-simd",
 1794 "bytes 1.11.1",
 1795 "bytes-utils",
 1796 "futures-core",
 1797 "http 0.2.12",
 1798 "http 1.3.1",
 1799 "http-body 0.4.6",
 1800 "http-body 1.0.1",
 1801 "http-body-util",
 1802 "itoa",
 1803 "num-integer",
 1804 "pin-project-lite",
 1805 "pin-utils",
 1806 "ryu",
 1807 "serde",
 1808 "time",
 1809 "tokio",
 1810 "tokio-util",
 1811]
 1812
 1813[[package]]
 1814name = "aws-smithy-xml"
 1815version = "0.60.12"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1818dependencies = [
 1819 "xmlparser",
 1820]
 1821
 1822[[package]]
 1823name = "aws-types"
 1824version = "1.3.10"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1827dependencies = [
 1828 "aws-credential-types",
 1829 "aws-smithy-async",
 1830 "aws-smithy-runtime-api",
 1831 "aws-smithy-types",
 1832 "rustc_version",
 1833 "tracing",
 1834]
 1835
 1836[[package]]
 1837name = "aws_http_client"
 1838version = "0.1.0"
 1839dependencies = [
 1840 "aws-smithy-runtime-api",
 1841 "aws-smithy-types",
 1842 "http_client",
 1843]
 1844
 1845[[package]]
 1846name = "axum"
 1847version = "0.6.20"
 1848source = "registry+https://github.com/rust-lang/crates.io-index"
 1849checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1850dependencies = [
 1851 "async-trait",
 1852 "axum-core",
 1853 "base64 0.21.7",
 1854 "bitflags 1.3.2",
 1855 "bytes 1.11.1",
 1856 "futures-util",
 1857 "headers",
 1858 "http 0.2.12",
 1859 "http-body 0.4.6",
 1860 "hyper 0.14.32",
 1861 "itoa",
 1862 "matchit",
 1863 "memchr",
 1864 "mime",
 1865 "percent-encoding",
 1866 "pin-project-lite",
 1867 "rustversion",
 1868 "serde",
 1869 "serde_json",
 1870 "serde_path_to_error",
 1871 "serde_urlencoded",
 1872 "sha1",
 1873 "sync_wrapper 0.1.2",
 1874 "tokio",
 1875 "tokio-tungstenite 0.20.1",
 1876 "tower 0.4.13",
 1877 "tower-layer",
 1878 "tower-service",
 1879]
 1880
 1881[[package]]
 1882name = "axum-core"
 1883version = "0.3.4"
 1884source = "registry+https://github.com/rust-lang/crates.io-index"
 1885checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1886dependencies = [
 1887 "async-trait",
 1888 "bytes 1.11.1",
 1889 "futures-util",
 1890 "http 0.2.12",
 1891 "http-body 0.4.6",
 1892 "mime",
 1893 "rustversion",
 1894 "tower-layer",
 1895 "tower-service",
 1896]
 1897
 1898[[package]]
 1899name = "backtrace"
 1900version = "0.3.76"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1903dependencies = [
 1904 "addr2line",
 1905 "cfg-if",
 1906 "libc",
 1907 "miniz_oxide",
 1908 "object",
 1909 "rustc-demangle",
 1910 "windows-link 0.2.1",
 1911]
 1912
 1913[[package]]
 1914name = "base16ct"
 1915version = "0.1.1"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1918
 1919[[package]]
 1920name = "base64"
 1921version = "0.21.7"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1924
 1925[[package]]
 1926name = "base64"
 1927version = "0.22.1"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1930
 1931[[package]]
 1932name = "base64-simd"
 1933version = "0.8.0"
 1934source = "registry+https://github.com/rust-lang/crates.io-index"
 1935checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1936dependencies = [
 1937 "outref",
 1938 "vsimd",
 1939]
 1940
 1941[[package]]
 1942name = "base64ct"
 1943version = "1.8.0"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1946
 1947[[package]]
 1948name = "bedrock"
 1949version = "0.1.0"
 1950dependencies = [
 1951 "anyhow",
 1952 "aws-sdk-bedrockruntime",
 1953 "aws-smithy-types",
 1954 "futures 0.3.32",
 1955 "schemars 1.0.4",
 1956 "serde",
 1957 "serde_json",
 1958 "strum 0.27.2",
 1959 "thiserror 2.0.17",
 1960]
 1961
 1962[[package]]
 1963name = "bigdecimal"
 1964version = "0.4.8"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1967dependencies = [
 1968 "autocfg",
 1969 "libm",
 1970 "num-bigint",
 1971 "num-integer",
 1972 "num-traits",
 1973 "serde",
 1974]
 1975
 1976[[package]]
 1977name = "bincode"
 1978version = "1.3.3"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1981dependencies = [
 1982 "serde",
 1983]
 1984
 1985[[package]]
 1986name = "bindgen"
 1987version = "0.71.1"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1990dependencies = [
 1991 "bitflags 2.10.0",
 1992 "cexpr",
 1993 "clang-sys",
 1994 "itertools 0.11.0",
 1995 "log",
 1996 "prettyplease",
 1997 "proc-macro2",
 1998 "quote",
 1999 "regex",
 2000 "rustc-hash 2.1.1",
 2001 "shlex",
 2002 "syn 2.0.117",
 2003]
 2004
 2005[[package]]
 2006name = "bindgen"
 2007version = "0.72.1"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2010dependencies = [
 2011 "bitflags 2.10.0",
 2012 "cexpr",
 2013 "clang-sys",
 2014 "itertools 0.11.0",
 2015 "proc-macro2",
 2016 "quote",
 2017 "regex",
 2018 "rustc-hash 2.1.1",
 2019 "shlex",
 2020 "syn 2.0.117",
 2021]
 2022
 2023[[package]]
 2024name = "bit-set"
 2025version = "0.8.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2028dependencies = [
 2029 "bit-vec 0.8.0",
 2030]
 2031
 2032[[package]]
 2033name = "bit-set"
 2034version = "0.9.1"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2037dependencies = [
 2038 "bit-vec 0.9.1",
 2039]
 2040
 2041[[package]]
 2042name = "bit-vec"
 2043version = "0.8.0"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2046
 2047[[package]]
 2048name = "bit-vec"
 2049version = "0.9.1"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2052
 2053[[package]]
 2054name = "bit_field"
 2055version = "0.10.3"
 2056source = "registry+https://github.com/rust-lang/crates.io-index"
 2057checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2058
 2059[[package]]
 2060name = "bitflags"
 2061version = "1.3.2"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2064
 2065[[package]]
 2066name = "bitflags"
 2067version = "2.10.0"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2070dependencies = [
 2071 "serde_core",
 2072]
 2073
 2074[[package]]
 2075name = "bitstream-io"
 2076version = "4.9.0"
 2077source = "registry+https://github.com/rust-lang/crates.io-index"
 2078checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2079dependencies = [
 2080 "core2",
 2081]
 2082
 2083[[package]]
 2084name = "bitvec"
 2085version = "1.0.1"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2088dependencies = [
 2089 "funty",
 2090 "radium",
 2091 "tap",
 2092 "wyz",
 2093]
 2094
 2095[[package]]
 2096name = "block"
 2097version = "0.1.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2100
 2101[[package]]
 2102name = "block-buffer"
 2103version = "0.10.4"
 2104source = "registry+https://github.com/rust-lang/crates.io-index"
 2105checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2106dependencies = [
 2107 "generic-array",
 2108]
 2109
 2110[[package]]
 2111name = "block-padding"
 2112version = "0.3.3"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2115dependencies = [
 2116 "generic-array",
 2117]
 2118
 2119[[package]]
 2120name = "block2"
 2121version = "0.6.2"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2124dependencies = [
 2125 "objc2",
 2126]
 2127
 2128[[package]]
 2129name = "blocking"
 2130version = "1.6.2"
 2131source = "registry+https://github.com/rust-lang/crates.io-index"
 2132checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2133dependencies = [
 2134 "async-channel 2.5.0",
 2135 "async-task",
 2136 "futures-io",
 2137 "futures-lite 2.6.1",
 2138 "piper",
 2139]
 2140
 2141[[package]]
 2142name = "bmrng"
 2143version = "0.5.2"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2146dependencies = [
 2147 "futures-core",
 2148 "tokio",
 2149]
 2150
 2151[[package]]
 2152name = "bon"
 2153version = "3.8.2"
 2154source = "registry+https://github.com/rust-lang/crates.io-index"
 2155checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2156dependencies = [
 2157 "bon-macros",
 2158 "rustversion",
 2159]
 2160
 2161[[package]]
 2162name = "bon-macros"
 2163version = "3.8.2"
 2164source = "registry+https://github.com/rust-lang/crates.io-index"
 2165checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2166dependencies = [
 2167 "darling 0.23.0",
 2168 "ident_case",
 2169 "prettyplease",
 2170 "proc-macro2",
 2171 "quote",
 2172 "rustversion",
 2173 "syn 2.0.117",
 2174]
 2175
 2176[[package]]
 2177name = "borrow-or-share"
 2178version = "0.2.4"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2181
 2182[[package]]
 2183name = "borsh"
 2184version = "1.5.7"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2187dependencies = [
 2188 "borsh-derive",
 2189 "cfg_aliases 0.2.1",
 2190]
 2191
 2192[[package]]
 2193name = "borsh-derive"
 2194version = "1.5.7"
 2195source = "registry+https://github.com/rust-lang/crates.io-index"
 2196checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2197dependencies = [
 2198 "once_cell",
 2199 "proc-macro-crate",
 2200 "proc-macro2",
 2201 "quote",
 2202 "syn 2.0.117",
 2203]
 2204
 2205[[package]]
 2206name = "breadcrumbs"
 2207version = "0.1.0"
 2208dependencies = [
 2209 "gpui",
 2210 "ui",
 2211 "workspace",
 2212]
 2213
 2214[[package]]
 2215name = "brush-parser"
 2216version = "0.3.0"
 2217source = "registry+https://github.com/rust-lang/crates.io-index"
 2218checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2219dependencies = [
 2220 "bon",
 2221 "cached",
 2222 "indenter",
 2223 "peg",
 2224 "thiserror 2.0.17",
 2225 "tracing",
 2226 "utf8-chars",
 2227]
 2228
 2229[[package]]
 2230name = "bstr"
 2231version = "1.12.1"
 2232source = "registry+https://github.com/rust-lang/crates.io-index"
 2233checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
 2234dependencies = [
 2235 "memchr",
 2236 "regex-automata",
 2237 "serde",
 2238]
 2239
 2240[[package]]
 2241name = "buffer_diff"
 2242version = "0.1.0"
 2243dependencies = [
 2244 "clock",
 2245 "ctor",
 2246 "futures 0.3.32",
 2247 "git2",
 2248 "gpui",
 2249 "language",
 2250 "log",
 2251 "pretty_assertions",
 2252 "rand 0.9.3",
 2253 "rope",
 2254 "settings",
 2255 "sum_tree",
 2256 "text",
 2257 "tracing",
 2258 "unindent",
 2259 "util",
 2260 "zlog",
 2261 "ztracing",
 2262]
 2263
 2264[[package]]
 2265name = "built"
 2266version = "0.8.0"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2269
 2270[[package]]
 2271name = "bumpalo"
 2272version = "3.19.0"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2275dependencies = [
 2276 "allocator-api2",
 2277]
 2278
 2279[[package]]
 2280name = "by_address"
 2281version = "1.2.1"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2284
 2285[[package]]
 2286name = "bytecheck"
 2287version = "0.6.12"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2290dependencies = [
 2291 "bytecheck_derive",
 2292 "ptr_meta",
 2293 "simdutf8",
 2294]
 2295
 2296[[package]]
 2297name = "bytecheck_derive"
 2298version = "0.6.12"
 2299source = "registry+https://github.com/rust-lang/crates.io-index"
 2300checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2301dependencies = [
 2302 "proc-macro2",
 2303 "quote",
 2304 "syn 1.0.109",
 2305]
 2306
 2307[[package]]
 2308name = "bytecount"
 2309version = "0.6.9"
 2310source = "registry+https://github.com/rust-lang/crates.io-index"
 2311checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2312
 2313[[package]]
 2314name = "bytemuck"
 2315version = "1.24.0"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2318dependencies = [
 2319 "bytemuck_derive",
 2320]
 2321
 2322[[package]]
 2323name = "bytemuck_derive"
 2324version = "1.10.2"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2327dependencies = [
 2328 "proc-macro2",
 2329 "quote",
 2330 "syn 2.0.117",
 2331]
 2332
 2333[[package]]
 2334name = "byteorder"
 2335version = "1.5.0"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2338
 2339[[package]]
 2340name = "byteorder-lite"
 2341version = "0.1.0"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2344
 2345[[package]]
 2346name = "bytes"
 2347version = "0.4.12"
 2348source = "registry+https://github.com/rust-lang/crates.io-index"
 2349checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2350dependencies = [
 2351 "byteorder",
 2352 "iovec",
 2353]
 2354
 2355[[package]]
 2356name = "bytes"
 2357version = "1.11.1"
 2358source = "registry+https://github.com/rust-lang/crates.io-index"
 2359checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2360
 2361[[package]]
 2362name = "bytes-utils"
 2363version = "0.1.4"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2366dependencies = [
 2367 "bytes 1.11.1",
 2368 "either",
 2369]
 2370
 2371[[package]]
 2372name = "bzip2"
 2373version = "0.4.4"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2376dependencies = [
 2377 "bzip2-sys",
 2378 "libc",
 2379]
 2380
 2381[[package]]
 2382name = "bzip2"
 2383version = "0.6.1"
 2384source = "registry+https://github.com/rust-lang/crates.io-index"
 2385checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2386dependencies = [
 2387 "libbz2-rs-sys",
 2388]
 2389
 2390[[package]]
 2391name = "bzip2-sys"
 2392version = "0.1.13+1.0.8"
 2393source = "registry+https://github.com/rust-lang/crates.io-index"
 2394checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2395dependencies = [
 2396 "cc",
 2397 "pkg-config",
 2398]
 2399
 2400[[package]]
 2401name = "cached"
 2402version = "0.56.0"
 2403source = "registry+https://github.com/rust-lang/crates.io-index"
 2404checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2405dependencies = [
 2406 "ahash 0.8.12",
 2407 "cached_proc_macro",
 2408 "cached_proc_macro_types",
 2409 "hashbrown 0.15.5",
 2410 "once_cell",
 2411 "thiserror 2.0.17",
 2412 "web-time",
 2413]
 2414
 2415[[package]]
 2416name = "cached_proc_macro"
 2417version = "0.25.0"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2420dependencies = [
 2421 "darling 0.20.11",
 2422 "proc-macro2",
 2423 "quote",
 2424 "syn 2.0.117",
 2425]
 2426
 2427[[package]]
 2428name = "cached_proc_macro_types"
 2429version = "0.1.1"
 2430source = "registry+https://github.com/rust-lang/crates.io-index"
 2431checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2432
 2433[[package]]
 2434name = "call"
 2435version = "0.1.0"
 2436dependencies = [
 2437 "anyhow",
 2438 "audio",
 2439 "client",
 2440 "collections",
 2441 "feature_flags",
 2442 "fs",
 2443 "futures 0.3.32",
 2444 "gpui",
 2445 "gpui_tokio",
 2446 "language",
 2447 "livekit_client",
 2448 "log",
 2449 "postage",
 2450 "project",
 2451 "serde",
 2452 "settings",
 2453 "telemetry",
 2454 "util",
 2455 "workspace",
 2456]
 2457
 2458[[package]]
 2459name = "calloop"
 2460version = "0.14.3"
 2461source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2462dependencies = [
 2463 "bitflags 2.10.0",
 2464 "polling",
 2465 "rustix 1.1.2",
 2466 "slab",
 2467 "tracing",
 2468]
 2469
 2470[[package]]
 2471name = "calloop-wayland-source"
 2472version = "0.4.1"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2475dependencies = [
 2476 "calloop",
 2477 "rustix 1.1.2",
 2478 "wayland-backend",
 2479 "wayland-client",
 2480]
 2481
 2482[[package]]
 2483name = "camino"
 2484version = "1.2.1"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2487dependencies = [
 2488 "serde_core",
 2489]
 2490
 2491[[package]]
 2492name = "candle-core"
 2493version = "0.9.1"
 2494source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2495dependencies = [
 2496 "byteorder",
 2497 "float8",
 2498 "gemm 0.17.1",
 2499 "half",
 2500 "memmap2",
 2501 "num-traits",
 2502 "num_cpus",
 2503 "rand 0.9.3",
 2504 "rand_distr",
 2505 "rayon",
 2506 "safetensors",
 2507 "thiserror 1.0.69",
 2508 "ug",
 2509 "yoke 0.7.5",
 2510 "zip 1.1.4",
 2511]
 2512
 2513[[package]]
 2514name = "candle-nn"
 2515version = "0.9.1"
 2516source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2517dependencies = [
 2518 "candle-core",
 2519 "half",
 2520 "libc",
 2521 "num-traits",
 2522 "rayon",
 2523 "safetensors",
 2524 "serde",
 2525 "thiserror 1.0.69",
 2526]
 2527
 2528[[package]]
 2529name = "candle-onnx"
 2530version = "0.9.1"
 2531source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2532dependencies = [
 2533 "candle-core",
 2534 "candle-nn",
 2535 "prost 0.12.6",
 2536]
 2537
 2538[[package]]
 2539name = "cap-fs-ext"
 2540version = "3.4.4"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2543dependencies = [
 2544 "cap-primitives",
 2545 "cap-std",
 2546 "io-lifetimes",
 2547 "windows-sys 0.59.0",
 2548]
 2549
 2550[[package]]
 2551name = "cap-net-ext"
 2552version = "3.4.4"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2555dependencies = [
 2556 "cap-primitives",
 2557 "cap-std",
 2558 "rustix 1.1.2",
 2559 "smallvec",
 2560]
 2561
 2562[[package]]
 2563name = "cap-primitives"
 2564version = "3.4.4"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2567dependencies = [
 2568 "ambient-authority",
 2569 "fs-set-times",
 2570 "io-extras",
 2571 "io-lifetimes",
 2572 "ipnet",
 2573 "maybe-owned",
 2574 "rustix 1.1.2",
 2575 "rustix-linux-procfs",
 2576 "windows-sys 0.59.0",
 2577 "winx",
 2578]
 2579
 2580[[package]]
 2581name = "cap-rand"
 2582version = "3.4.4"
 2583source = "registry+https://github.com/rust-lang/crates.io-index"
 2584checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2585dependencies = [
 2586 "ambient-authority",
 2587 "rand 0.8.5",
 2588]
 2589
 2590[[package]]
 2591name = "cap-std"
 2592version = "3.4.4"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2595dependencies = [
 2596 "cap-primitives",
 2597 "io-extras",
 2598 "io-lifetimes",
 2599 "rustix 1.1.2",
 2600]
 2601
 2602[[package]]
 2603name = "cap-time-ext"
 2604version = "3.4.4"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2607dependencies = [
 2608 "ambient-authority",
 2609 "cap-primitives",
 2610 "iana-time-zone",
 2611 "once_cell",
 2612 "rustix 1.1.2",
 2613 "winx",
 2614]
 2615
 2616[[package]]
 2617name = "cargo-platform"
 2618version = "0.1.9"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2621dependencies = [
 2622 "serde",
 2623]
 2624
 2625[[package]]
 2626name = "cargo-platform"
 2627version = "0.3.2"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2630dependencies = [
 2631 "serde",
 2632 "serde_core",
 2633]
 2634
 2635[[package]]
 2636name = "cargo_metadata"
 2637version = "0.19.2"
 2638source = "registry+https://github.com/rust-lang/crates.io-index"
 2639checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2640dependencies = [
 2641 "camino",
 2642 "cargo-platform 0.1.9",
 2643 "semver",
 2644 "serde",
 2645 "serde_json",
 2646 "thiserror 2.0.17",
 2647]
 2648
 2649[[package]]
 2650name = "cargo_metadata"
 2651version = "0.23.1"
 2652source = "registry+https://github.com/rust-lang/crates.io-index"
 2653checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2654dependencies = [
 2655 "camino",
 2656 "cargo-platform 0.3.2",
 2657 "semver",
 2658 "serde",
 2659 "serde_json",
 2660 "thiserror 2.0.17",
 2661]
 2662
 2663[[package]]
 2664name = "cargo_toml"
 2665version = "0.21.0"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2668dependencies = [
 2669 "serde",
 2670 "toml 0.8.23",
 2671]
 2672
 2673[[package]]
 2674name = "cast"
 2675version = "0.3.0"
 2676source = "registry+https://github.com/rust-lang/crates.io-index"
 2677checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2678
 2679[[package]]
 2680name = "cbc"
 2681version = "0.1.2"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2684dependencies = [
 2685 "cipher",
 2686]
 2687
 2688[[package]]
 2689name = "cbindgen"
 2690version = "0.28.0"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2693dependencies = [
 2694 "heck 0.4.1",
 2695 "indexmap 2.11.4",
 2696 "log",
 2697 "proc-macro2",
 2698 "quote",
 2699 "serde",
 2700 "serde_json",
 2701 "syn 2.0.117",
 2702 "tempfile",
 2703 "toml 0.8.23",
 2704]
 2705
 2706[[package]]
 2707name = "cc"
 2708version = "1.2.49"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2711dependencies = [
 2712 "find-msvc-tools",
 2713 "jobserver",
 2714 "libc",
 2715 "shlex",
 2716]
 2717
 2718[[package]]
 2719name = "cesu8"
 2720version = "1.1.0"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2723
 2724[[package]]
 2725name = "cexpr"
 2726version = "0.6.0"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2729dependencies = [
 2730 "nom 7.1.3",
 2731]
 2732
 2733[[package]]
 2734name = "cfg-expr"
 2735version = "0.20.6"
 2736source = "registry+https://github.com/rust-lang/crates.io-index"
 2737checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2738dependencies = [
 2739 "smallvec",
 2740 "target-lexicon",
 2741]
 2742
 2743[[package]]
 2744name = "cfg-if"
 2745version = "1.0.4"
 2746source = "registry+https://github.com/rust-lang/crates.io-index"
 2747checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2748
 2749[[package]]
 2750name = "cfg_aliases"
 2751version = "0.1.1"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2754
 2755[[package]]
 2756name = "cfg_aliases"
 2757version = "0.2.1"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2760
 2761[[package]]
 2762name = "cgl"
 2763version = "0.3.2"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2766dependencies = [
 2767 "libc",
 2768]
 2769
 2770[[package]]
 2771name = "channel"
 2772version = "0.1.0"
 2773dependencies = [
 2774 "anyhow",
 2775 "client",
 2776 "clock",
 2777 "collections",
 2778 "futures 0.3.32",
 2779 "gpui",
 2780 "http_client",
 2781 "language",
 2782 "log",
 2783 "postage",
 2784 "release_channel",
 2785 "rpc",
 2786 "semver",
 2787 "settings",
 2788 "text",
 2789 "time",
 2790 "util",
 2791]
 2792
 2793[[package]]
 2794name = "chardetng"
 2795version = "0.1.17"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2798dependencies = [
 2799 "cfg-if",
 2800 "encoding_rs",
 2801 "memchr",
 2802]
 2803
 2804[[package]]
 2805name = "chrono"
 2806version = "0.4.42"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2809dependencies = [
 2810 "iana-time-zone",
 2811 "js-sys",
 2812 "num-traits",
 2813 "serde",
 2814 "wasm-bindgen",
 2815 "windows-link 0.2.1",
 2816]
 2817
 2818[[package]]
 2819name = "chunked_transfer"
 2820version = "1.5.0"
 2821source = "registry+https://github.com/rust-lang/crates.io-index"
 2822checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2823
 2824[[package]]
 2825name = "ciborium"
 2826version = "0.2.2"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2829dependencies = [
 2830 "ciborium-io",
 2831 "ciborium-ll",
 2832 "serde",
 2833]
 2834
 2835[[package]]
 2836name = "ciborium-io"
 2837version = "0.2.2"
 2838source = "registry+https://github.com/rust-lang/crates.io-index"
 2839checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2840
 2841[[package]]
 2842name = "ciborium-ll"
 2843version = "0.2.2"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2846dependencies = [
 2847 "ciborium-io",
 2848 "half",
 2849]
 2850
 2851[[package]]
 2852name = "cipher"
 2853version = "0.4.4"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2856dependencies = [
 2857 "crypto-common",
 2858 "inout",
 2859 "zeroize",
 2860]
 2861
 2862[[package]]
 2863name = "circular-buffer"
 2864version = "1.2.0"
 2865source = "registry+https://github.com/rust-lang/crates.io-index"
 2866checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2867
 2868[[package]]
 2869name = "clang-sys"
 2870version = "1.8.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2873dependencies = [
 2874 "glob",
 2875 "libc",
 2876 "libloading",
 2877]
 2878
 2879[[package]]
 2880name = "clap"
 2881version = "4.5.49"
 2882source = "registry+https://github.com/rust-lang/crates.io-index"
 2883checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2884dependencies = [
 2885 "clap_builder",
 2886 "clap_derive",
 2887]
 2888
 2889[[package]]
 2890name = "clap_builder"
 2891version = "4.5.49"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2894dependencies = [
 2895 "anstream",
 2896 "anstyle",
 2897 "clap_lex",
 2898 "strsim",
 2899 "terminal_size",
 2900]
 2901
 2902[[package]]
 2903name = "clap_complete"
 2904version = "4.5.59"
 2905source = "registry+https://github.com/rust-lang/crates.io-index"
 2906checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2907dependencies = [
 2908 "clap",
 2909]
 2910
 2911[[package]]
 2912name = "clap_derive"
 2913version = "4.5.49"
 2914source = "registry+https://github.com/rust-lang/crates.io-index"
 2915checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2916dependencies = [
 2917 "heck 0.5.0",
 2918 "proc-macro2",
 2919 "quote",
 2920 "syn 2.0.117",
 2921]
 2922
 2923[[package]]
 2924name = "clap_lex"
 2925version = "0.7.6"
 2926source = "registry+https://github.com/rust-lang/crates.io-index"
 2927checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2928
 2929[[package]]
 2930name = "cli"
 2931version = "0.1.0"
 2932dependencies = [
 2933 "anyhow",
 2934 "askpass",
 2935 "clap",
 2936 "collections",
 2937 "console",
 2938 "core-foundation 0.10.0",
 2939 "core-services",
 2940 "dialoguer",
 2941 "exec",
 2942 "fork",
 2943 "ipc-channel",
 2944 "parking_lot",
 2945 "paths",
 2946 "plist",
 2947 "rayon",
 2948 "release_channel",
 2949 "serde",
 2950 "serde_json",
 2951 "tempfile",
 2952 "util",
 2953 "walkdir",
 2954 "windows 0.61.3",
 2955]
 2956
 2957[[package]]
 2958name = "client"
 2959version = "0.1.0"
 2960dependencies = [
 2961 "anyhow",
 2962 "async-tungstenite",
 2963 "base64 0.22.1",
 2964 "chrono",
 2965 "clock",
 2966 "cloud_api_client",
 2967 "cloud_api_types",
 2968 "cloud_llm_client",
 2969 "collections",
 2970 "credentials_provider",
 2971 "db",
 2972 "derive_more",
 2973 "feature_flags",
 2974 "fs",
 2975 "futures 0.3.32",
 2976 "gpui",
 2977 "gpui_tokio",
 2978 "http_client",
 2979 "http_client_tls",
 2980 "httparse",
 2981 "log",
 2982 "objc2-foundation",
 2983 "parking_lot",
 2984 "paths",
 2985 "postage",
 2986 "rand 0.9.3",
 2987 "regex",
 2988 "release_channel",
 2989 "rpc",
 2990 "rustls-pki-types",
 2991 "semver",
 2992 "serde",
 2993 "serde_json",
 2994 "serde_urlencoded",
 2995 "settings",
 2996 "sha2",
 2997 "smol",
 2998 "telemetry",
 2999 "telemetry_events",
 3000 "text",
 3001 "thiserror 2.0.17",
 3002 "time",
 3003 "tiny_http",
 3004 "tokio",
 3005 "tokio-native-tls",
 3006 "tokio-rustls 0.26.2",
 3007 "tokio-socks",
 3008 "url",
 3009 "util",
 3010 "windows 0.61.3",
 3011 "worktree",
 3012 "zed_credentials_provider",
 3013]
 3014
 3015[[package]]
 3016name = "clock"
 3017version = "0.1.0"
 3018dependencies = [
 3019 "parking_lot",
 3020 "serde",
 3021 "smallvec",
 3022]
 3023
 3024[[package]]
 3025name = "cloud_api_client"
 3026version = "0.1.0"
 3027dependencies = [
 3028 "anyhow",
 3029 "cloud_api_types",
 3030 "futures 0.3.32",
 3031 "gpui",
 3032 "gpui_tokio",
 3033 "http_client",
 3034 "parking_lot",
 3035 "serde_json",
 3036 "smol",
 3037 "thiserror 2.0.17",
 3038 "yawc",
 3039]
 3040
 3041[[package]]
 3042name = "cloud_api_types"
 3043version = "0.1.0"
 3044dependencies = [
 3045 "anyhow",
 3046 "chrono",
 3047 "ciborium",
 3048 "cloud_llm_client",
 3049 "pretty_assertions",
 3050 "serde",
 3051 "serde_json",
 3052 "strum 0.27.2",
 3053]
 3054
 3055[[package]]
 3056name = "cloud_llm_client"
 3057version = "0.1.0"
 3058dependencies = [
 3059 "anyhow",
 3060 "serde",
 3061 "serde_json",
 3062 "strum 0.27.2",
 3063 "uuid",
 3064 "zeta_prompt",
 3065]
 3066
 3067[[package]]
 3068name = "cmake"
 3069version = "0.1.56"
 3070source = "registry+https://github.com/rust-lang/crates.io-index"
 3071checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3072dependencies = [
 3073 "cc",
 3074]
 3075
 3076[[package]]
 3077name = "cobs"
 3078version = "0.3.0"
 3079source = "registry+https://github.com/rust-lang/crates.io-index"
 3080checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3081dependencies = [
 3082 "thiserror 2.0.17",
 3083]
 3084
 3085[[package]]
 3086name = "cocoa"
 3087version = "0.25.0"
 3088source = "registry+https://github.com/rust-lang/crates.io-index"
 3089checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3090dependencies = [
 3091 "bitflags 1.3.2",
 3092 "block",
 3093 "cocoa-foundation 0.1.2",
 3094 "core-foundation 0.9.4",
 3095 "core-graphics 0.23.2",
 3096 "foreign-types 0.5.0",
 3097 "libc",
 3098 "objc",
 3099]
 3100
 3101[[package]]
 3102name = "cocoa"
 3103version = "0.26.0"
 3104source = "registry+https://github.com/rust-lang/crates.io-index"
 3105checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3106dependencies = [
 3107 "bitflags 2.10.0",
 3108 "block",
 3109 "cocoa-foundation 0.2.0",
 3110 "core-foundation 0.10.0",
 3111 "core-graphics 0.24.0",
 3112 "foreign-types 0.5.0",
 3113 "libc",
 3114 "objc",
 3115]
 3116
 3117[[package]]
 3118name = "cocoa-foundation"
 3119version = "0.1.2"
 3120source = "registry+https://github.com/rust-lang/crates.io-index"
 3121checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3122dependencies = [
 3123 "bitflags 1.3.2",
 3124 "block",
 3125 "core-foundation 0.9.4",
 3126 "core-graphics-types 0.1.3",
 3127 "libc",
 3128 "objc",
 3129]
 3130
 3131[[package]]
 3132name = "cocoa-foundation"
 3133version = "0.2.0"
 3134source = "registry+https://github.com/rust-lang/crates.io-index"
 3135checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3136dependencies = [
 3137 "bitflags 2.10.0",
 3138 "block",
 3139 "core-foundation 0.10.0",
 3140 "core-graphics-types 0.2.0",
 3141 "libc",
 3142 "objc",
 3143]
 3144
 3145[[package]]
 3146name = "codespan-reporting"
 3147version = "0.13.0"
 3148source = "registry+https://github.com/rust-lang/crates.io-index"
 3149checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3150dependencies = [
 3151 "serde",
 3152 "termcolor",
 3153 "unicode-width",
 3154]
 3155
 3156[[package]]
 3157name = "codestral"
 3158version = "0.1.0"
 3159dependencies = [
 3160 "anyhow",
 3161 "edit_prediction",
 3162 "edit_prediction_types",
 3163 "futures 0.3.32",
 3164 "gpui",
 3165 "http_client",
 3166 "icons",
 3167 "language",
 3168 "language_model",
 3169 "log",
 3170 "serde",
 3171 "serde_json",
 3172 "text",
 3173 "zed_credentials_provider",
 3174 "zeta_prompt",
 3175]
 3176
 3177[[package]]
 3178name = "collab"
 3179version = "0.44.0"
 3180dependencies = [
 3181 "agent",
 3182 "anyhow",
 3183 "async-trait",
 3184 "async-tungstenite",
 3185 "aws-config",
 3186 "aws-sdk-kinesis",
 3187 "aws-sdk-s3",
 3188 "axum",
 3189 "buffer_diff",
 3190 "call",
 3191 "channel",
 3192 "chrono",
 3193 "client",
 3194 "clock",
 3195 "cloud_api_types",
 3196 "collab",
 3197 "collab_ui",
 3198 "collections",
 3199 "command_palette_hooks",
 3200 "ctor",
 3201 "dap",
 3202 "dap_adapters",
 3203 "dashmap",
 3204 "debugger_ui",
 3205 "editor",
 3206 "envy",
 3207 "extension",
 3208 "file_finder",
 3209 "fs",
 3210 "futures 0.3.32",
 3211 "git",
 3212 "git_hosting_providers",
 3213 "git_ui",
 3214 "gpui",
 3215 "gpui_tokio",
 3216 "hex",
 3217 "http_client",
 3218 "indoc",
 3219 "language",
 3220 "language_model",
 3221 "livekit_api",
 3222 "livekit_client",
 3223 "log",
 3224 "lsp",
 3225 "menu",
 3226 "multi_buffer",
 3227 "nanoid",
 3228 "node_runtime",
 3229 "notifications",
 3230 "parking_lot",
 3231 "pretty_assertions",
 3232 "project",
 3233 "prometheus",
 3234 "prompt_store",
 3235 "prost 0.9.0",
 3236 "rand 0.9.3",
 3237 "recent_projects",
 3238 "release_channel",
 3239 "remote",
 3240 "remote_server",
 3241 "reqwest 0.11.27",
 3242 "rpc",
 3243 "sea-orm",
 3244 "sea-orm-macros",
 3245 "semver",
 3246 "serde",
 3247 "serde_json",
 3248 "session",
 3249 "settings",
 3250 "sha2",
 3251 "smol",
 3252 "sqlx",
 3253 "strum 0.27.2",
 3254 "task",
 3255 "telemetry_events",
 3256 "text",
 3257 "theme",
 3258 "theme_settings",
 3259 "time",
 3260 "tokio",
 3261 "toml 0.8.23",
 3262 "tower 0.4.13",
 3263 "tower-http 0.4.4",
 3264 "tracing",
 3265 "tracing-subscriber",
 3266 "unindent",
 3267 "util",
 3268 "uuid",
 3269 "workspace",
 3270 "worktree",
 3271 "zed_actions",
 3272 "zlog",
 3273]
 3274
 3275[[package]]
 3276name = "collab_ui"
 3277version = "0.1.0"
 3278dependencies = [
 3279 "anyhow",
 3280 "call",
 3281 "channel",
 3282 "client",
 3283 "collections",
 3284 "db",
 3285 "editor",
 3286 "futures 0.3.32",
 3287 "fuzzy",
 3288 "gpui",
 3289 "livekit_client",
 3290 "menu",
 3291 "notifications",
 3292 "picker",
 3293 "project",
 3294 "release_channel",
 3295 "rpc",
 3296 "serde",
 3297 "serde_json",
 3298 "settings",
 3299 "smallvec",
 3300 "telemetry",
 3301 "theme",
 3302 "theme_settings",
 3303 "time",
 3304 "title_bar",
 3305 "ui",
 3306 "util",
 3307 "workspace",
 3308 "zed_actions",
 3309]
 3310
 3311[[package]]
 3312name = "collections"
 3313version = "0.1.0"
 3314dependencies = [
 3315 "indexmap 2.11.4",
 3316 "rustc-hash 2.1.1",
 3317]
 3318
 3319[[package]]
 3320name = "color_quant"
 3321version = "1.1.0"
 3322source = "registry+https://github.com/rust-lang/crates.io-index"
 3323checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3324
 3325[[package]]
 3326name = "colorchoice"
 3327version = "1.0.4"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3330
 3331[[package]]
 3332name = "combine"
 3333version = "4.6.7"
 3334source = "registry+https://github.com/rust-lang/crates.io-index"
 3335checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3336dependencies = [
 3337 "bytes 1.11.1",
 3338 "memchr",
 3339]
 3340
 3341[[package]]
 3342name = "command-fds"
 3343version = "0.3.2"
 3344source = "registry+https://github.com/rust-lang/crates.io-index"
 3345checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3346dependencies = [
 3347 "nix 0.30.1",
 3348 "thiserror 2.0.17",
 3349]
 3350
 3351[[package]]
 3352name = "command_palette"
 3353version = "0.1.0"
 3354dependencies = [
 3355 "anyhow",
 3356 "client",
 3357 "collections",
 3358 "command_palette_hooks",
 3359 "db",
 3360 "editor",
 3361 "fuzzy_nucleo",
 3362 "go_to_line",
 3363 "gpui",
 3364 "language",
 3365 "log",
 3366 "menu",
 3367 "picker",
 3368 "postage",
 3369 "project",
 3370 "serde",
 3371 "settings",
 3372 "telemetry",
 3373 "theme",
 3374 "theme_settings",
 3375 "time",
 3376 "ui",
 3377 "util",
 3378 "workspace",
 3379 "zed_actions",
 3380]
 3381
 3382[[package]]
 3383name = "command_palette_hooks"
 3384version = "0.1.0"
 3385dependencies = [
 3386 "collections",
 3387 "derive_more",
 3388 "gpui",
 3389 "workspace",
 3390]
 3391
 3392[[package]]
 3393name = "compliance"
 3394version = "0.1.0"
 3395dependencies = [
 3396 "anyhow",
 3397 "async-trait",
 3398 "derive_more",
 3399 "futures 0.3.32",
 3400 "indoc",
 3401 "itertools 0.14.0",
 3402 "jsonwebtoken",
 3403 "octocrab",
 3404 "regex",
 3405 "semver",
 3406 "serde",
 3407 "serde_json",
 3408 "tokio",
 3409]
 3410
 3411[[package]]
 3412name = "component"
 3413version = "0.1.0"
 3414dependencies = [
 3415 "collections",
 3416 "documented",
 3417 "gpui",
 3418 "inventory",
 3419 "parking_lot",
 3420 "strum 0.27.2",
 3421 "theme",
 3422]
 3423
 3424[[package]]
 3425name = "component_preview"
 3426version = "0.1.0"
 3427dependencies = [
 3428 "anyhow",
 3429 "client",
 3430 "collections",
 3431 "component",
 3432 "db",
 3433 "fs",
 3434 "gpui",
 3435 "gpui_platform",
 3436 "language",
 3437 "log",
 3438 "node_runtime",
 3439 "notifications",
 3440 "project",
 3441 "release_channel",
 3442 "reqwest_client",
 3443 "session",
 3444 "settings",
 3445 "theme",
 3446 "theme_settings",
 3447 "ui",
 3448 "ui_input",
 3449 "uuid",
 3450 "workspace",
 3451]
 3452
 3453[[package]]
 3454name = "compression-codecs"
 3455version = "0.4.31"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3458dependencies = [
 3459 "bzip2 0.6.1",
 3460 "compression-core",
 3461 "deflate64",
 3462 "flate2",
 3463 "memchr",
 3464]
 3465
 3466[[package]]
 3467name = "compression-core"
 3468version = "0.4.29"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3471
 3472[[package]]
 3473name = "concurrent-queue"
 3474version = "2.5.0"
 3475source = "registry+https://github.com/rust-lang/crates.io-index"
 3476checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3477dependencies = [
 3478 "crossbeam-utils",
 3479]
 3480
 3481[[package]]
 3482name = "console"
 3483version = "0.16.3"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3486dependencies = [
 3487 "encode_unicode",
 3488 "libc",
 3489 "unicode-width",
 3490 "windows-sys 0.61.2",
 3491]
 3492
 3493[[package]]
 3494name = "console_error_panic_hook"
 3495version = "0.1.7"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3498dependencies = [
 3499 "cfg-if",
 3500 "wasm-bindgen",
 3501]
 3502
 3503[[package]]
 3504name = "const-oid"
 3505version = "0.9.6"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3508
 3509[[package]]
 3510name = "const-random"
 3511version = "0.1.18"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3514dependencies = [
 3515 "const-random-macro",
 3516]
 3517
 3518[[package]]
 3519name = "const-random-macro"
 3520version = "0.1.16"
 3521source = "registry+https://github.com/rust-lang/crates.io-index"
 3522checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3523dependencies = [
 3524 "getrandom 0.2.16",
 3525 "once_cell",
 3526 "tiny-keccak",
 3527]
 3528
 3529[[package]]
 3530name = "const_format"
 3531version = "0.2.35"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3534dependencies = [
 3535 "const_format_proc_macros",
 3536]
 3537
 3538[[package]]
 3539name = "const_format_proc_macros"
 3540version = "0.2.34"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3543dependencies = [
 3544 "proc-macro2",
 3545 "quote",
 3546 "unicode-xid",
 3547]
 3548
 3549[[package]]
 3550name = "constant_time_eq"
 3551version = "0.1.5"
 3552source = "registry+https://github.com/rust-lang/crates.io-index"
 3553checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3554
 3555[[package]]
 3556name = "context_server"
 3557version = "0.1.0"
 3558dependencies = [
 3559 "anyhow",
 3560 "async-trait",
 3561 "base64 0.22.1",
 3562 "collections",
 3563 "futures 0.3.32",
 3564 "gpui",
 3565 "http_client",
 3566 "log",
 3567 "net",
 3568 "parking_lot",
 3569 "postage",
 3570 "rand 0.9.3",
 3571 "schemars 1.0.4",
 3572 "serde",
 3573 "serde_json",
 3574 "settings",
 3575 "sha2",
 3576 "slotmap",
 3577 "smol",
 3578 "tempfile",
 3579 "tiny_http",
 3580 "url",
 3581 "util",
 3582]
 3583
 3584[[package]]
 3585name = "convert_case"
 3586version = "0.8.0"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3589dependencies = [
 3590 "unicode-segmentation",
 3591]
 3592
 3593[[package]]
 3594name = "convert_case"
 3595version = "0.10.0"
 3596source = "registry+https://github.com/rust-lang/crates.io-index"
 3597checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3598dependencies = [
 3599 "unicode-segmentation",
 3600]
 3601
 3602[[package]]
 3603name = "convert_case"
 3604version = "0.11.0"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3607dependencies = [
 3608 "unicode-segmentation",
 3609]
 3610
 3611[[package]]
 3612name = "copilot"
 3613version = "0.1.0"
 3614dependencies = [
 3615 "anyhow",
 3616 "async-std",
 3617 "collections",
 3618 "command_palette_hooks",
 3619 "copilot_chat",
 3620 "edit_prediction_types",
 3621 "editor",
 3622 "fs",
 3623 "futures 0.3.32",
 3624 "gpui",
 3625 "icons",
 3626 "indoc",
 3627 "language",
 3628 "log",
 3629 "lsp",
 3630 "node_runtime",
 3631 "parking_lot",
 3632 "paths",
 3633 "pretty_assertions",
 3634 "project",
 3635 "rpc",
 3636 "semver",
 3637 "serde",
 3638 "serde_json",
 3639 "settings",
 3640 "sum_tree",
 3641 "theme",
 3642 "theme_settings",
 3643 "util",
 3644 "workspace",
 3645 "zlog",
 3646]
 3647
 3648[[package]]
 3649name = "copilot_chat"
 3650version = "0.1.0"
 3651dependencies = [
 3652 "anthropic",
 3653 "anyhow",
 3654 "collections",
 3655 "dirs",
 3656 "fs",
 3657 "futures 0.3.32",
 3658 "gpui",
 3659 "http_client",
 3660 "log",
 3661 "paths",
 3662 "serde",
 3663 "serde_json",
 3664 "settings",
 3665]
 3666
 3667[[package]]
 3668name = "copilot_ui"
 3669version = "0.1.0"
 3670dependencies = [
 3671 "anyhow",
 3672 "copilot",
 3673 "gpui",
 3674 "language",
 3675 "log",
 3676 "lsp",
 3677 "menu",
 3678 "project",
 3679 "serde_json",
 3680 "settings",
 3681 "ui",
 3682 "util",
 3683 "workspace",
 3684]
 3685
 3686[[package]]
 3687name = "core-foundation"
 3688version = "0.9.4"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3691dependencies = [
 3692 "core-foundation-sys",
 3693 "libc",
 3694]
 3695
 3696[[package]]
 3697name = "core-foundation"
 3698version = "0.10.0"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3701dependencies = [
 3702 "core-foundation-sys",
 3703 "libc",
 3704]
 3705
 3706[[package]]
 3707name = "core-foundation-sys"
 3708version = "0.8.7"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3711
 3712[[package]]
 3713name = "core-graphics"
 3714version = "0.23.2"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3717dependencies = [
 3718 "bitflags 1.3.2",
 3719 "core-foundation 0.9.4",
 3720 "core-graphics-types 0.1.3",
 3721 "foreign-types 0.5.0",
 3722 "libc",
 3723]
 3724
 3725[[package]]
 3726name = "core-graphics"
 3727version = "0.24.0"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3730dependencies = [
 3731 "bitflags 2.10.0",
 3732 "core-foundation 0.10.0",
 3733 "core-graphics-types 0.2.0",
 3734 "foreign-types 0.5.0",
 3735 "libc",
 3736]
 3737
 3738[[package]]
 3739name = "core-graphics-helmer-fork"
 3740version = "0.24.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3743dependencies = [
 3744 "bitflags 2.10.0",
 3745 "core-foundation 0.9.4",
 3746 "core-graphics-types 0.1.3",
 3747 "foreign-types 0.5.0",
 3748 "libc",
 3749]
 3750
 3751[[package]]
 3752name = "core-graphics-types"
 3753version = "0.1.3"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3756dependencies = [
 3757 "bitflags 1.3.2",
 3758 "core-foundation 0.9.4",
 3759 "libc",
 3760]
 3761
 3762[[package]]
 3763name = "core-graphics-types"
 3764version = "0.2.0"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3767dependencies = [
 3768 "bitflags 2.10.0",
 3769 "core-foundation 0.10.0",
 3770 "libc",
 3771]
 3772
 3773[[package]]
 3774name = "core-graphics2"
 3775version = "0.5.2"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3778dependencies = [
 3779 "bitflags 2.10.0",
 3780 "block",
 3781 "cfg-if",
 3782 "core-foundation 0.10.0",
 3783 "libc",
 3784]
 3785
 3786[[package]]
 3787name = "core-services"
 3788version = "0.2.1"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3791dependencies = [
 3792 "core-foundation 0.9.4",
 3793]
 3794
 3795[[package]]
 3796name = "core-text"
 3797version = "21.0.0"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3800dependencies = [
 3801 "core-foundation 0.10.0",
 3802 "core-graphics 0.24.0",
 3803 "foreign-types 0.5.0",
 3804 "libc",
 3805]
 3806
 3807[[package]]
 3808name = "core-video"
 3809version = "0.5.2"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3812dependencies = [
 3813 "block",
 3814 "core-foundation 0.10.0",
 3815 "core-graphics2",
 3816 "io-surface",
 3817 "libc",
 3818 "metal",
 3819]
 3820
 3821[[package]]
 3822name = "core2"
 3823version = "0.4.0"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3826dependencies = [
 3827 "memchr",
 3828]
 3829
 3830[[package]]
 3831name = "core_maths"
 3832version = "0.1.1"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3835dependencies = [
 3836 "libm",
 3837]
 3838
 3839[[package]]
 3840name = "coreaudio-rs"
 3841version = "0.12.1"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3844dependencies = [
 3845 "bitflags 1.3.2",
 3846 "core-foundation-sys",
 3847 "coreaudio-sys",
 3848]
 3849
 3850[[package]]
 3851name = "coreaudio-rs"
 3852version = "0.13.0"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3855dependencies = [
 3856 "bitflags 1.3.2",
 3857 "libc",
 3858 "objc2-audio-toolbox",
 3859 "objc2-core-audio",
 3860 "objc2-core-audio-types",
 3861 "objc2-core-foundation",
 3862]
 3863
 3864[[package]]
 3865name = "coreaudio-sys"
 3866version = "0.2.17"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3869dependencies = [
 3870 "bindgen 0.72.1",
 3871]
 3872
 3873[[package]]
 3874name = "cosmic-text"
 3875version = "0.17.1"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3878dependencies = [
 3879 "bitflags 2.10.0",
 3880 "fontdb 0.23.0",
 3881 "harfrust",
 3882 "linebender_resource_handle",
 3883 "log",
 3884 "rangemap",
 3885 "rustc-hash 2.1.1",
 3886 "self_cell",
 3887 "skrifa 0.40.0",
 3888 "smol_str",
 3889 "swash",
 3890 "sys-locale",
 3891 "unicode-bidi",
 3892 "unicode-linebreak",
 3893 "unicode-script",
 3894 "unicode-segmentation",
 3895]
 3896
 3897[[package]]
 3898name = "cpal"
 3899version = "0.17.1"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3902dependencies = [
 3903 "alsa",
 3904 "coreaudio-rs 0.13.0",
 3905 "dasp_sample",
 3906 "jni",
 3907 "js-sys",
 3908 "libc",
 3909 "mach2 0.5.0",
 3910 "ndk",
 3911 "ndk-context",
 3912 "num-derive",
 3913 "num-traits",
 3914 "objc2",
 3915 "objc2-audio-toolbox",
 3916 "objc2-avf-audio",
 3917 "objc2-core-audio",
 3918 "objc2-core-audio-types",
 3919 "objc2-core-foundation",
 3920 "objc2-foundation",
 3921 "wasm-bindgen",
 3922 "wasm-bindgen-futures",
 3923 "web-sys",
 3924 "windows 0.62.2",
 3925]
 3926
 3927[[package]]
 3928name = "cpp_demangle"
 3929version = "0.4.5"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3932dependencies = [
 3933 "cfg-if",
 3934]
 3935
 3936[[package]]
 3937name = "cpufeatures"
 3938version = "0.2.17"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3941dependencies = [
 3942 "libc",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-assembler-x64"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3950dependencies = [
 3951 "cranelift-assembler-x64-meta",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-assembler-x64-meta"
 3956version = "0.123.7"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3959dependencies = [
 3960 "cranelift-srcgen",
 3961]
 3962
 3963[[package]]
 3964name = "cranelift-bforest"
 3965version = "0.123.7"
 3966source = "registry+https://github.com/rust-lang/crates.io-index"
 3967checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3968dependencies = [
 3969 "cranelift-entity",
 3970]
 3971
 3972[[package]]
 3973name = "cranelift-bitset"
 3974version = "0.123.7"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3977dependencies = [
 3978 "serde",
 3979 "serde_derive",
 3980]
 3981
 3982[[package]]
 3983name = "cranelift-codegen"
 3984version = "0.123.7"
 3985source = "registry+https://github.com/rust-lang/crates.io-index"
 3986checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3987dependencies = [
 3988 "bumpalo",
 3989 "cranelift-assembler-x64",
 3990 "cranelift-bforest",
 3991 "cranelift-bitset",
 3992 "cranelift-codegen-meta",
 3993 "cranelift-codegen-shared",
 3994 "cranelift-control",
 3995 "cranelift-entity",
 3996 "cranelift-isle",
 3997 "gimli",
 3998 "hashbrown 0.15.5",
 3999 "log",
 4000 "postcard",
 4001 "pulley-interpreter",
 4002 "regalloc2",
 4003 "rustc-hash 2.1.1",
 4004 "serde",
 4005 "serde_derive",
 4006 "sha2",
 4007 "smallvec",
 4008 "target-lexicon",
 4009 "wasmtime-internal-math",
 4010]
 4011
 4012[[package]]
 4013name = "cranelift-codegen-meta"
 4014version = "0.123.7"
 4015source = "registry+https://github.com/rust-lang/crates.io-index"
 4016checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 4017dependencies = [
 4018 "cranelift-assembler-x64-meta",
 4019 "cranelift-codegen-shared",
 4020 "cranelift-srcgen",
 4021 "heck 0.5.0",
 4022 "pulley-interpreter",
 4023]
 4024
 4025[[package]]
 4026name = "cranelift-codegen-shared"
 4027version = "0.123.7"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4030
 4031[[package]]
 4032name = "cranelift-control"
 4033version = "0.123.7"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4036dependencies = [
 4037 "arbitrary",
 4038]
 4039
 4040[[package]]
 4041name = "cranelift-entity"
 4042version = "0.123.7"
 4043source = "registry+https://github.com/rust-lang/crates.io-index"
 4044checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4045dependencies = [
 4046 "cranelift-bitset",
 4047 "serde",
 4048 "serde_derive",
 4049]
 4050
 4051[[package]]
 4052name = "cranelift-frontend"
 4053version = "0.123.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4056dependencies = [
 4057 "cranelift-codegen",
 4058 "log",
 4059 "smallvec",
 4060 "target-lexicon",
 4061]
 4062
 4063[[package]]
 4064name = "cranelift-isle"
 4065version = "0.123.7"
 4066source = "registry+https://github.com/rust-lang/crates.io-index"
 4067checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4068
 4069[[package]]
 4070name = "cranelift-native"
 4071version = "0.123.7"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4074dependencies = [
 4075 "cranelift-codegen",
 4076 "libc",
 4077 "target-lexicon",
 4078]
 4079
 4080[[package]]
 4081name = "cranelift-srcgen"
 4082version = "0.123.7"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4085
 4086[[package]]
 4087name = "crash-context"
 4088version = "0.6.3"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4091dependencies = [
 4092 "cfg-if",
 4093 "libc",
 4094 "mach2 0.4.3",
 4095]
 4096
 4097[[package]]
 4098name = "crash-handler"
 4099version = "0.6.3"
 4100source = "registry+https://github.com/rust-lang/crates.io-index"
 4101checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4102dependencies = [
 4103 "cfg-if",
 4104 "crash-context",
 4105 "libc",
 4106 "mach2 0.4.3",
 4107 "parking_lot",
 4108]
 4109
 4110[[package]]
 4111name = "crashes"
 4112version = "0.1.0"
 4113dependencies = [
 4114 "cfg-if",
 4115 "crash-handler",
 4116 "futures 0.3.32",
 4117 "log",
 4118 "mach2 0.5.0",
 4119 "minidumper",
 4120 "parking_lot",
 4121 "paths",
 4122 "release_channel",
 4123 "serde",
 4124 "serde_json",
 4125 "smol",
 4126 "system_specs",
 4127 "windows 0.61.3",
 4128 "zstd",
 4129]
 4130
 4131[[package]]
 4132name = "crc"
 4133version = "3.3.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4136dependencies = [
 4137 "crc-catalog",
 4138]
 4139
 4140[[package]]
 4141name = "crc-catalog"
 4142version = "2.4.0"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4145
 4146[[package]]
 4147name = "crc-fast"
 4148version = "1.6.0"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4151dependencies = [
 4152 "crc",
 4153 "digest",
 4154 "rand 0.9.3",
 4155 "regex",
 4156 "rustversion",
 4157]
 4158
 4159[[package]]
 4160name = "crc32fast"
 4161version = "1.5.0"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4164dependencies = [
 4165 "cfg-if",
 4166]
 4167
 4168[[package]]
 4169name = "credentials_provider"
 4170version = "0.1.0"
 4171dependencies = [
 4172 "anyhow",
 4173 "gpui",
 4174 "serde",
 4175]
 4176
 4177[[package]]
 4178name = "criterion"
 4179version = "0.5.1"
 4180source = "registry+https://github.com/rust-lang/crates.io-index"
 4181checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4182dependencies = [
 4183 "anes",
 4184 "cast",
 4185 "ciborium",
 4186 "clap",
 4187 "criterion-plot",
 4188 "is-terminal",
 4189 "itertools 0.10.5",
 4190 "num-traits",
 4191 "once_cell",
 4192 "oorandom",
 4193 "plotters",
 4194 "rayon",
 4195 "regex",
 4196 "serde",
 4197 "serde_derive",
 4198 "serde_json",
 4199 "tinytemplate",
 4200 "walkdir",
 4201]
 4202
 4203[[package]]
 4204name = "criterion-plot"
 4205version = "0.5.0"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4208dependencies = [
 4209 "cast",
 4210 "itertools 0.10.5",
 4211]
 4212
 4213[[package]]
 4214name = "crossbeam"
 4215version = "0.8.4"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4218dependencies = [
 4219 "crossbeam-channel",
 4220 "crossbeam-deque",
 4221 "crossbeam-epoch",
 4222 "crossbeam-queue",
 4223 "crossbeam-utils",
 4224]
 4225
 4226[[package]]
 4227name = "crossbeam-channel"
 4228version = "0.5.15"
 4229source = "registry+https://github.com/rust-lang/crates.io-index"
 4230checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4231dependencies = [
 4232 "crossbeam-utils",
 4233]
 4234
 4235[[package]]
 4236name = "crossbeam-deque"
 4237version = "0.8.6"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4240dependencies = [
 4241 "crossbeam-epoch",
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-epoch"
 4247version = "0.9.18"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4250dependencies = [
 4251 "crossbeam-utils",
 4252]
 4253
 4254[[package]]
 4255name = "crossbeam-queue"
 4256version = "0.3.12"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4259dependencies = [
 4260 "crossbeam-utils",
 4261]
 4262
 4263[[package]]
 4264name = "crossbeam-utils"
 4265version = "0.8.21"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4268
 4269[[package]]
 4270name = "crunchy"
 4271version = "0.2.4"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4274
 4275[[package]]
 4276name = "crypto-bigint"
 4277version = "0.4.9"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4280dependencies = [
 4281 "generic-array",
 4282 "rand_core 0.6.4",
 4283 "subtle",
 4284 "zeroize",
 4285]
 4286
 4287[[package]]
 4288name = "crypto-bigint"
 4289version = "0.5.5"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4292dependencies = [
 4293 "rand_core 0.6.4",
 4294 "subtle",
 4295]
 4296
 4297[[package]]
 4298name = "crypto-common"
 4299version = "0.1.6"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4302dependencies = [
 4303 "generic-array",
 4304 "typenum",
 4305]
 4306
 4307[[package]]
 4308name = "cssparser"
 4309version = "0.35.0"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4312dependencies = [
 4313 "cssparser-macros",
 4314 "dtoa-short",
 4315 "itoa",
 4316 "phf 0.11.3",
 4317 "smallvec",
 4318]
 4319
 4320[[package]]
 4321name = "cssparser-macros"
 4322version = "0.6.1"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4325dependencies = [
 4326 "quote",
 4327 "syn 2.0.117",
 4328]
 4329
 4330[[package]]
 4331name = "csv_preview"
 4332version = "0.1.0"
 4333dependencies = [
 4334 "anyhow",
 4335 "editor",
 4336 "feature_flags",
 4337 "gpui",
 4338 "log",
 4339 "text",
 4340 "ui",
 4341 "workspace",
 4342]
 4343
 4344[[package]]
 4345name = "ctor"
 4346version = "0.4.3"
 4347source = "registry+https://github.com/rust-lang/crates.io-index"
 4348checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4349dependencies = [
 4350 "ctor-proc-macro",
 4351 "dtor",
 4352]
 4353
 4354[[package]]
 4355name = "ctor-proc-macro"
 4356version = "0.0.6"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4359
 4360[[package]]
 4361name = "ctrlc"
 4362version = "3.5.0"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4365dependencies = [
 4366 "dispatch",
 4367 "nix 0.30.1",
 4368 "windows-sys 0.61.2",
 4369]
 4370
 4371[[package]]
 4372name = "cursor-icon"
 4373version = "1.2.0"
 4374source = "registry+https://github.com/rust-lang/crates.io-index"
 4375checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4376
 4377[[package]]
 4378name = "cxx"
 4379version = "1.0.187"
 4380source = "registry+https://github.com/rust-lang/crates.io-index"
 4381checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4382dependencies = [
 4383 "cc",
 4384 "cxx-build",
 4385 "cxxbridge-cmd",
 4386 "cxxbridge-flags",
 4387 "cxxbridge-macro",
 4388 "foldhash 0.2.0",
 4389 "link-cplusplus",
 4390]
 4391
 4392[[package]]
 4393name = "cxx-build"
 4394version = "1.0.187"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4397dependencies = [
 4398 "cc",
 4399 "codespan-reporting",
 4400 "indexmap 2.11.4",
 4401 "proc-macro2",
 4402 "quote",
 4403 "scratch",
 4404 "syn 2.0.117",
 4405]
 4406
 4407[[package]]
 4408name = "cxxbridge-cmd"
 4409version = "1.0.187"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4412dependencies = [
 4413 "clap",
 4414 "codespan-reporting",
 4415 "indexmap 2.11.4",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "cxxbridge-flags"
 4423version = "1.0.187"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4426
 4427[[package]]
 4428name = "cxxbridge-macro"
 4429version = "1.0.187"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4432dependencies = [
 4433 "indexmap 2.11.4",
 4434 "proc-macro2",
 4435 "quote",
 4436 "syn 2.0.117",
 4437]
 4438
 4439[[package]]
 4440name = "dap"
 4441version = "0.1.0"
 4442dependencies = [
 4443 "anyhow",
 4444 "async-compression",
 4445 "async-pipe",
 4446 "async-tar",
 4447 "async-trait",
 4448 "client",
 4449 "collections",
 4450 "dap-types",
 4451 "fs",
 4452 "futures 0.3.32",
 4453 "gpui",
 4454 "http_client",
 4455 "language",
 4456 "libc",
 4457 "log",
 4458 "node_runtime",
 4459 "parking_lot",
 4460 "paths",
 4461 "proto",
 4462 "schemars 1.0.4",
 4463 "serde",
 4464 "serde_json",
 4465 "settings",
 4466 "smallvec",
 4467 "smol",
 4468 "task",
 4469 "telemetry",
 4470 "util",
 4471 "zlog",
 4472]
 4473
 4474[[package]]
 4475name = "dap-types"
 4476version = "0.0.1"
 4477source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4478dependencies = [
 4479 "schemars 1.0.4",
 4480 "serde",
 4481 "serde_json",
 4482]
 4483
 4484[[package]]
 4485name = "dap_adapters"
 4486version = "0.1.0"
 4487dependencies = [
 4488 "anyhow",
 4489 "async-trait",
 4490 "collections",
 4491 "dap",
 4492 "dotenvy",
 4493 "fs",
 4494 "futures 0.3.32",
 4495 "gpui",
 4496 "http_client",
 4497 "json_dotpath",
 4498 "language",
 4499 "log",
 4500 "node_runtime",
 4501 "paths",
 4502 "serde",
 4503 "serde_json",
 4504 "settings",
 4505 "smol",
 4506 "task",
 4507 "util",
 4508]
 4509
 4510[[package]]
 4511name = "darling"
 4512version = "0.20.11"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4515dependencies = [
 4516 "darling_core 0.20.11",
 4517 "darling_macro 0.20.11",
 4518]
 4519
 4520[[package]]
 4521name = "darling"
 4522version = "0.21.3"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4525dependencies = [
 4526 "darling_core 0.21.3",
 4527 "darling_macro 0.21.3",
 4528]
 4529
 4530[[package]]
 4531name = "darling"
 4532version = "0.23.0"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
 4535dependencies = [
 4536 "darling_core 0.23.0",
 4537 "darling_macro 0.23.0",
 4538]
 4539
 4540[[package]]
 4541name = "darling_core"
 4542version = "0.20.11"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4545dependencies = [
 4546 "fnv",
 4547 "ident_case",
 4548 "proc-macro2",
 4549 "quote",
 4550 "strsim",
 4551 "syn 2.0.117",
 4552]
 4553
 4554[[package]]
 4555name = "darling_core"
 4556version = "0.21.3"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4559dependencies = [
 4560 "fnv",
 4561 "ident_case",
 4562 "proc-macro2",
 4563 "quote",
 4564 "strsim",
 4565 "syn 2.0.117",
 4566]
 4567
 4568[[package]]
 4569name = "darling_core"
 4570version = "0.23.0"
 4571source = "registry+https://github.com/rust-lang/crates.io-index"
 4572checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
 4573dependencies = [
 4574 "ident_case",
 4575 "proc-macro2",
 4576 "quote",
 4577 "strsim",
 4578 "syn 2.0.117",
 4579]
 4580
 4581[[package]]
 4582name = "darling_macro"
 4583version = "0.20.11"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4586dependencies = [
 4587 "darling_core 0.20.11",
 4588 "quote",
 4589 "syn 2.0.117",
 4590]
 4591
 4592[[package]]
 4593name = "darling_macro"
 4594version = "0.21.3"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4597dependencies = [
 4598 "darling_core 0.21.3",
 4599 "quote",
 4600 "syn 2.0.117",
 4601]
 4602
 4603[[package]]
 4604name = "darling_macro"
 4605version = "0.23.0"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
 4608dependencies = [
 4609 "darling_core 0.23.0",
 4610 "quote",
 4611 "syn 2.0.117",
 4612]
 4613
 4614[[package]]
 4615name = "dashmap"
 4616version = "6.1.0"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4619dependencies = [
 4620 "cfg-if",
 4621 "crossbeam-utils",
 4622 "hashbrown 0.14.5",
 4623 "lock_api",
 4624 "once_cell",
 4625 "parking_lot_core",
 4626]
 4627
 4628[[package]]
 4629name = "dasp_sample"
 4630version = "0.11.0"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4633
 4634[[package]]
 4635name = "data-encoding"
 4636version = "2.9.0"
 4637source = "registry+https://github.com/rust-lang/crates.io-index"
 4638checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4639
 4640[[package]]
 4641name = "data-url"
 4642version = "0.3.2"
 4643source = "registry+https://github.com/rust-lang/crates.io-index"
 4644checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4645
 4646[[package]]
 4647name = "db"
 4648version = "0.1.0"
 4649dependencies = [
 4650 "anyhow",
 4651 "gpui",
 4652 "indoc",
 4653 "inventory",
 4654 "log",
 4655 "paths",
 4656 "release_channel",
 4657 "smol",
 4658 "sqlez",
 4659 "sqlez_macros",
 4660 "tempfile",
 4661 "util",
 4662 "uuid",
 4663 "zed_env_vars",
 4664]
 4665
 4666[[package]]
 4667name = "dbus"
 4668version = "0.9.9"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4671dependencies = [
 4672 "libc",
 4673 "libdbus-sys",
 4674 "windows-sys 0.59.0",
 4675]
 4676
 4677[[package]]
 4678name = "debug_adapter_extension"
 4679version = "0.1.0"
 4680dependencies = [
 4681 "anyhow",
 4682 "async-trait",
 4683 "collections",
 4684 "dap",
 4685 "extension",
 4686 "gpui",
 4687 "serde_json",
 4688 "task",
 4689 "util",
 4690]
 4691
 4692[[package]]
 4693name = "debugger_tools"
 4694version = "0.1.0"
 4695dependencies = [
 4696 "anyhow",
 4697 "dap",
 4698 "editor",
 4699 "futures 0.3.32",
 4700 "gpui",
 4701 "project",
 4702 "serde_json",
 4703 "settings",
 4704 "smol",
 4705 "util",
 4706 "workspace",
 4707]
 4708
 4709[[package]]
 4710name = "debugger_ui"
 4711version = "0.1.0"
 4712dependencies = [
 4713 "alacritty_terminal",
 4714 "anyhow",
 4715 "bitflags 2.10.0",
 4716 "client",
 4717 "collections",
 4718 "command_palette_hooks",
 4719 "dap",
 4720 "dap_adapters",
 4721 "db",
 4722 "debugger_tools",
 4723 "editor",
 4724 "feature_flags",
 4725 "file_icons",
 4726 "futures 0.3.32",
 4727 "fuzzy",
 4728 "gpui",
 4729 "hex",
 4730 "indoc",
 4731 "itertools 0.14.0",
 4732 "language",
 4733 "log",
 4734 "menu",
 4735 "notifications",
 4736 "parking_lot",
 4737 "parse_int",
 4738 "paths",
 4739 "picker",
 4740 "pretty_assertions",
 4741 "project",
 4742 "rpc",
 4743 "schemars 1.0.4",
 4744 "serde",
 4745 "serde_json",
 4746 "serde_json_lenient",
 4747 "settings",
 4748 "sysinfo 0.37.2",
 4749 "task",
 4750 "tasks_ui",
 4751 "terminal_view",
 4752 "text",
 4753 "theme",
 4754 "theme_settings",
 4755 "tree-sitter",
 4756 "tree-sitter-go",
 4757 "tree-sitter-json",
 4758 "ui",
 4759 "ui_input",
 4760 "unindent",
 4761 "util",
 4762 "workspace",
 4763 "zed_actions",
 4764 "zlog",
 4765]
 4766
 4767[[package]]
 4768name = "debugid"
 4769version = "0.8.0"
 4770source = "registry+https://github.com/rust-lang/crates.io-index"
 4771checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4772dependencies = [
 4773 "uuid",
 4774]
 4775
 4776[[package]]
 4777name = "deepseek"
 4778version = "0.1.0"
 4779dependencies = [
 4780 "anyhow",
 4781 "futures 0.3.32",
 4782 "http_client",
 4783 "schemars 1.0.4",
 4784 "serde",
 4785 "serde_json",
 4786]
 4787
 4788[[package]]
 4789name = "deflate64"
 4790version = "0.1.10"
 4791source = "registry+https://github.com/rust-lang/crates.io-index"
 4792checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4793
 4794[[package]]
 4795name = "denoise"
 4796version = "0.1.0"
 4797dependencies = [
 4798 "candle-core",
 4799 "candle-onnx",
 4800 "log",
 4801 "realfft",
 4802 "rodio",
 4803 "rustfft",
 4804 "thiserror 2.0.17",
 4805]
 4806
 4807[[package]]
 4808name = "der"
 4809version = "0.6.1"
 4810source = "registry+https://github.com/rust-lang/crates.io-index"
 4811checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4812dependencies = [
 4813 "const-oid",
 4814 "zeroize",
 4815]
 4816
 4817[[package]]
 4818name = "der"
 4819version = "0.7.10"
 4820source = "registry+https://github.com/rust-lang/crates.io-index"
 4821checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4822dependencies = [
 4823 "const-oid",
 4824 "pem-rfc7468",
 4825 "zeroize",
 4826]
 4827
 4828[[package]]
 4829name = "deranged"
 4830version = "0.5.4"
 4831source = "registry+https://github.com/rust-lang/crates.io-index"
 4832checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4833dependencies = [
 4834 "powerfmt",
 4835 "serde_core",
 4836]
 4837
 4838[[package]]
 4839name = "derive_arbitrary"
 4840version = "1.4.2"
 4841source = "registry+https://github.com/rust-lang/crates.io-index"
 4842checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4843dependencies = [
 4844 "proc-macro2",
 4845 "quote",
 4846 "syn 2.0.117",
 4847]
 4848
 4849[[package]]
 4850name = "derive_more"
 4851version = "2.1.1"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4854dependencies = [
 4855 "derive_more-impl",
 4856]
 4857
 4858[[package]]
 4859name = "derive_more-impl"
 4860version = "2.1.1"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4863dependencies = [
 4864 "convert_case 0.10.0",
 4865 "proc-macro2",
 4866 "quote",
 4867 "rustc_version",
 4868 "syn 2.0.117",
 4869 "unicode-xid",
 4870]
 4871
 4872[[package]]
 4873name = "derive_refineable"
 4874version = "0.1.0"
 4875dependencies = [
 4876 "proc-macro2",
 4877 "quote",
 4878 "syn 2.0.117",
 4879]
 4880
 4881[[package]]
 4882name = "derive_setters"
 4883version = "0.1.9"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4886dependencies = [
 4887 "darling 0.21.3",
 4888 "proc-macro2",
 4889 "quote",
 4890 "syn 2.0.117",
 4891]
 4892
 4893[[package]]
 4894name = "dev_container"
 4895version = "0.1.0"
 4896dependencies = [
 4897 "anyhow",
 4898 "async-tar",
 4899 "async-trait",
 4900 "env_logger 0.11.8",
 4901 "fs",
 4902 "futures 0.3.32",
 4903 "gpui",
 4904 "http 1.3.1",
 4905 "http_client",
 4906 "log",
 4907 "menu",
 4908 "paths",
 4909 "picker",
 4910 "project",
 4911 "regex",
 4912 "serde",
 4913 "serde_json",
 4914 "serde_json_lenient",
 4915 "settings",
 4916 "shlex",
 4917 "ui",
 4918 "util",
 4919 "walkdir",
 4920 "workspace",
 4921 "worktree",
 4922 "yaml-rust2",
 4923]
 4924
 4925[[package]]
 4926name = "diagnostics"
 4927version = "0.1.0"
 4928dependencies = [
 4929 "agent_settings",
 4930 "anyhow",
 4931 "collections",
 4932 "component",
 4933 "ctor",
 4934 "editor",
 4935 "gpui",
 4936 "indoc",
 4937 "itertools 0.14.0",
 4938 "language",
 4939 "log",
 4940 "lsp",
 4941 "markdown",
 4942 "pretty_assertions",
 4943 "project",
 4944 "rand 0.9.3",
 4945 "serde",
 4946 "serde_json",
 4947 "settings",
 4948 "text",
 4949 "theme",
 4950 "theme_settings",
 4951 "ui",
 4952 "unindent",
 4953 "util",
 4954 "workspace",
 4955 "zed_actions",
 4956 "zlog",
 4957]
 4958
 4959[[package]]
 4960name = "dialoguer"
 4961version = "0.12.0"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4964dependencies = [
 4965 "console",
 4966 "shell-words",
 4967]
 4968
 4969[[package]]
 4970name = "diff"
 4971version = "0.1.13"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4974
 4975[[package]]
 4976name = "diffy"
 4977version = "0.4.2"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4980dependencies = [
 4981 "nu-ansi-term",
 4982]
 4983
 4984[[package]]
 4985name = "digest"
 4986version = "0.10.7"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4989dependencies = [
 4990 "block-buffer",
 4991 "const-oid",
 4992 "crypto-common",
 4993 "subtle",
 4994]
 4995
 4996[[package]]
 4997name = "dirs"
 4998version = "6.0.0"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 5001dependencies = [
 5002 "dirs-sys",
 5003]
 5004
 5005[[package]]
 5006name = "dirs-sys"
 5007version = "0.5.0"
 5008source = "registry+https://github.com/rust-lang/crates.io-index"
 5009checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5010dependencies = [
 5011 "libc",
 5012 "option-ext",
 5013 "redox_users",
 5014 "windows-sys 0.61.2",
 5015]
 5016
 5017[[package]]
 5018name = "dispatch"
 5019version = "0.2.0"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5022
 5023[[package]]
 5024name = "dispatch2"
 5025version = "0.3.1"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5028dependencies = [
 5029 "bitflags 2.10.0",
 5030 "block2",
 5031 "libc",
 5032 "objc2",
 5033]
 5034
 5035[[package]]
 5036name = "displaydoc"
 5037version = "0.2.5"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5040dependencies = [
 5041 "proc-macro2",
 5042 "quote",
 5043 "syn 2.0.117",
 5044]
 5045
 5046[[package]]
 5047name = "dlib"
 5048version = "0.5.2"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5051dependencies = [
 5052 "libloading",
 5053]
 5054
 5055[[package]]
 5056name = "docs_preprocessor"
 5057version = "0.1.0"
 5058dependencies = [
 5059 "anyhow",
 5060 "collections",
 5061 "jsonschema",
 5062 "mdbook",
 5063 "regex",
 5064 "schemars 1.0.4",
 5065 "serde",
 5066 "serde_json",
 5067 "settings",
 5068 "task",
 5069 "theme",
 5070 "util",
 5071 "zlog",
 5072]
 5073
 5074[[package]]
 5075name = "document-features"
 5076version = "0.2.12"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5079dependencies = [
 5080 "litrs",
 5081]
 5082
 5083[[package]]
 5084name = "documented"
 5085version = "0.9.2"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5088dependencies = [
 5089 "documented-macros",
 5090 "phf 0.12.1",
 5091 "thiserror 2.0.17",
 5092]
 5093
 5094[[package]]
 5095name = "documented-macros"
 5096version = "0.9.2"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5099dependencies = [
 5100 "convert_case 0.8.0",
 5101 "itertools 0.14.0",
 5102 "optfield",
 5103 "proc-macro2",
 5104 "quote",
 5105 "strum 0.27.2",
 5106 "syn 2.0.117",
 5107]
 5108
 5109[[package]]
 5110name = "dotenvy"
 5111version = "0.15.7"
 5112source = "registry+https://github.com/rust-lang/crates.io-index"
 5113checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5114
 5115[[package]]
 5116name = "downcast-rs"
 5117version = "1.2.1"
 5118source = "registry+https://github.com/rust-lang/crates.io-index"
 5119checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5120
 5121[[package]]
 5122name = "doxygen-rs"
 5123version = "0.4.2"
 5124source = "registry+https://github.com/rust-lang/crates.io-index"
 5125checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5126dependencies = [
 5127 "phf 0.11.3",
 5128]
 5129
 5130[[package]]
 5131name = "dtoa"
 5132version = "1.0.10"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5135
 5136[[package]]
 5137name = "dtoa-short"
 5138version = "0.3.5"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5141dependencies = [
 5142 "dtoa",
 5143]
 5144
 5145[[package]]
 5146name = "dtor"
 5147version = "0.0.6"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5150dependencies = [
 5151 "dtor-proc-macro",
 5152]
 5153
 5154[[package]]
 5155name = "dtor-proc-macro"
 5156version = "0.0.5"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5159
 5160[[package]]
 5161name = "dunce"
 5162version = "1.0.5"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5165
 5166[[package]]
 5167name = "dwrote"
 5168version = "0.11.5"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5171dependencies = [
 5172 "lazy_static",
 5173 "libc",
 5174 "winapi",
 5175 "wio",
 5176]
 5177
 5178[[package]]
 5179name = "dyn-clone"
 5180version = "1.0.20"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5183
 5184[[package]]
 5185name = "dyn-stack"
 5186version = "0.10.0"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5189dependencies = [
 5190 "bytemuck",
 5191 "reborrow",
 5192]
 5193
 5194[[package]]
 5195name = "dyn-stack"
 5196version = "0.13.2"
 5197source = "registry+https://github.com/rust-lang/crates.io-index"
 5198checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5199dependencies = [
 5200 "bytemuck",
 5201 "dyn-stack-macros",
 5202]
 5203
 5204[[package]]
 5205name = "dyn-stack-macros"
 5206version = "0.1.3"
 5207source = "registry+https://github.com/rust-lang/crates.io-index"
 5208checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5209
 5210[[package]]
 5211name = "ec4rs"
 5212version = "1.2.0"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5215
 5216[[package]]
 5217name = "ecdsa"
 5218version = "0.14.8"
 5219source = "registry+https://github.com/rust-lang/crates.io-index"
 5220checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5221dependencies = [
 5222 "der 0.6.1",
 5223 "elliptic-curve",
 5224 "rfc6979",
 5225 "signature 1.6.4",
 5226]
 5227
 5228[[package]]
 5229name = "edit_prediction"
 5230version = "0.1.0"
 5231dependencies = [
 5232 "ai_onboarding",
 5233 "anyhow",
 5234 "buffer_diff",
 5235 "client",
 5236 "clock",
 5237 "cloud_api_client",
 5238 "cloud_api_types",
 5239 "cloud_llm_client",
 5240 "collections",
 5241 "copilot",
 5242 "copilot_ui",
 5243 "credentials_provider",
 5244 "criterion",
 5245 "ctor",
 5246 "db",
 5247 "edit_prediction_context",
 5248 "edit_prediction_metrics",
 5249 "edit_prediction_types",
 5250 "feature_flags",
 5251 "fs",
 5252 "futures 0.3.32",
 5253 "gpui",
 5254 "heapless",
 5255 "indoc",
 5256 "itertools 0.14.0",
 5257 "language",
 5258 "language_model",
 5259 "languages",
 5260 "log",
 5261 "lsp",
 5262 "menu",
 5263 "node_runtime",
 5264 "open_ai",
 5265 "parking_lot",
 5266 "postage",
 5267 "pretty_assertions",
 5268 "project",
 5269 "pulldown-cmark 0.13.0",
 5270 "rand 0.9.3",
 5271 "regex",
 5272 "release_channel",
 5273 "semver",
 5274 "serde",
 5275 "serde_json",
 5276 "settings",
 5277 "strum 0.27.2",
 5278 "telemetry",
 5279 "telemetry_events",
 5280 "text",
 5281 "thiserror 2.0.17",
 5282 "time",
 5283 "toml 0.8.23",
 5284 "ui",
 5285 "util",
 5286 "uuid",
 5287 "workspace",
 5288 "worktree",
 5289 "zed_actions",
 5290 "zed_credentials_provider",
 5291 "zeta_prompt",
 5292 "zlog",
 5293 "zstd",
 5294]
 5295
 5296[[package]]
 5297name = "edit_prediction_cli"
 5298version = "0.1.0"
 5299dependencies = [
 5300 "anthropic",
 5301 "anyhow",
 5302 "chrono",
 5303 "clap",
 5304 "client",
 5305 "cloud_llm_client",
 5306 "collections",
 5307 "db",
 5308 "debug_adapter_extension",
 5309 "dirs",
 5310 "edit_prediction",
 5311 "edit_prediction_metrics",
 5312 "extension",
 5313 "flate2",
 5314 "fs",
 5315 "futures 0.3.32",
 5316 "gaoya",
 5317 "gpui",
 5318 "gpui_platform",
 5319 "gpui_tokio",
 5320 "http_client",
 5321 "indoc",
 5322 "language",
 5323 "language_extension",
 5324 "language_model",
 5325 "language_models",
 5326 "languages",
 5327 "libc",
 5328 "log",
 5329 "node_runtime",
 5330 "open_ai",
 5331 "paths",
 5332 "pretty_assertions",
 5333 "project",
 5334 "prompt_store",
 5335 "rand 0.9.3",
 5336 "release_channel",
 5337 "reqwest_client",
 5338 "rust-embed",
 5339 "serde",
 5340 "serde_json",
 5341 "settings",
 5342 "shellexpand",
 5343 "similar",
 5344 "smol",
 5345 "sqlez",
 5346 "sqlez_macros",
 5347 "strum 0.27.2",
 5348 "telemetry_events",
 5349 "tempfile",
 5350 "terminal_view",
 5351 "toml 0.8.23",
 5352 "util",
 5353 "wasmtime",
 5354 "watch",
 5355 "workspace",
 5356 "zeta_prompt",
 5357]
 5358
 5359[[package]]
 5360name = "edit_prediction_context"
 5361version = "0.1.0"
 5362dependencies = [
 5363 "anyhow",
 5364 "clock",
 5365 "collections",
 5366 "env_logger 0.11.8",
 5367 "futures 0.3.32",
 5368 "gpui",
 5369 "indoc",
 5370 "language",
 5371 "log",
 5372 "lsp",
 5373 "parking_lot",
 5374 "pretty_assertions",
 5375 "project",
 5376 "serde",
 5377 "serde_json",
 5378 "settings",
 5379 "smallvec",
 5380 "text",
 5381 "tree-sitter",
 5382 "util",
 5383 "zeta_prompt",
 5384]
 5385
 5386[[package]]
 5387name = "edit_prediction_metrics"
 5388version = "0.1.0"
 5389dependencies = [
 5390 "indoc",
 5391 "language",
 5392 "pretty_assertions",
 5393 "serde",
 5394 "serde_json",
 5395 "similar",
 5396 "tree-sitter",
 5397 "zeta_prompt",
 5398]
 5399
 5400[[package]]
 5401name = "edit_prediction_types"
 5402version = "0.1.0"
 5403dependencies = [
 5404 "client",
 5405 "gpui",
 5406 "icons",
 5407 "language",
 5408 "text",
 5409]
 5410
 5411[[package]]
 5412name = "edit_prediction_ui"
 5413version = "0.1.0"
 5414dependencies = [
 5415 "anyhow",
 5416 "buffer_diff",
 5417 "client",
 5418 "cloud_llm_client",
 5419 "codestral",
 5420 "collections",
 5421 "command_palette_hooks",
 5422 "copilot",
 5423 "copilot_chat",
 5424 "copilot_ui",
 5425 "edit_prediction",
 5426 "edit_prediction_types",
 5427 "editor",
 5428 "feature_flags",
 5429 "fs",
 5430 "futures 0.3.32",
 5431 "gpui",
 5432 "indoc",
 5433 "language",
 5434 "markdown",
 5435 "menu",
 5436 "multi_buffer",
 5437 "paths",
 5438 "project",
 5439 "regex",
 5440 "settings",
 5441 "telemetry",
 5442 "text",
 5443 "theme",
 5444 "theme_settings",
 5445 "time",
 5446 "ui",
 5447 "util",
 5448 "workspace",
 5449 "zed_actions",
 5450 "zeta_prompt",
 5451]
 5452
 5453[[package]]
 5454name = "editor"
 5455version = "0.1.0"
 5456dependencies = [
 5457 "aho-corasick",
 5458 "anyhow",
 5459 "assets",
 5460 "breadcrumbs",
 5461 "buffer_diff",
 5462 "client",
 5463 "clock",
 5464 "collections",
 5465 "convert_case 0.8.0",
 5466 "criterion",
 5467 "ctor",
 5468 "dap",
 5469 "db",
 5470 "edit_prediction_types",
 5471 "emojis",
 5472 "feature_flags",
 5473 "file_icons",
 5474 "fs",
 5475 "futures 0.3.32",
 5476 "fuzzy",
 5477 "git",
 5478 "gpui",
 5479 "indoc",
 5480 "itertools 0.14.0",
 5481 "language",
 5482 "languages",
 5483 "linkify",
 5484 "log",
 5485 "lsp",
 5486 "markdown",
 5487 "menu",
 5488 "multi_buffer",
 5489 "ordered-float 2.10.1",
 5490 "parking_lot",
 5491 "pretty_assertions",
 5492 "project",
 5493 "proptest",
 5494 "proptest-derive",
 5495 "rand 0.9.3",
 5496 "regex",
 5497 "release_channel",
 5498 "rope",
 5499 "rpc",
 5500 "schemars 1.0.4",
 5501 "semver",
 5502 "serde",
 5503 "serde_json",
 5504 "settings",
 5505 "smallvec",
 5506 "smol",
 5507 "snippet",
 5508 "sum_tree",
 5509 "task",
 5510 "telemetry",
 5511 "text",
 5512 "theme",
 5513 "theme_settings",
 5514 "time",
 5515 "tracing",
 5516 "tree-sitter-bash",
 5517 "tree-sitter-c",
 5518 "tree-sitter-html",
 5519 "tree-sitter-md",
 5520 "tree-sitter-python",
 5521 "tree-sitter-rust",
 5522 "tree-sitter-typescript",
 5523 "tree-sitter-yaml",
 5524 "ui",
 5525 "ui_input",
 5526 "unicode-script",
 5527 "unicode-segmentation",
 5528 "unicode-width",
 5529 "unindent",
 5530 "url",
 5531 "util",
 5532 "uuid",
 5533 "vim_mode_setting",
 5534 "workspace",
 5535 "zed_actions",
 5536 "zlog",
 5537 "ztracing",
 5538]
 5539
 5540[[package]]
 5541name = "either"
 5542version = "1.15.0"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5545dependencies = [
 5546 "serde",
 5547]
 5548
 5549[[package]]
 5550name = "elasticlunr-rs"
 5551version = "3.0.2"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5554dependencies = [
 5555 "regex",
 5556 "serde",
 5557 "serde_derive",
 5558 "serde_json",
 5559]
 5560
 5561[[package]]
 5562name = "elliptic-curve"
 5563version = "0.12.3"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5566dependencies = [
 5567 "base16ct",
 5568 "crypto-bigint 0.4.9",
 5569 "der 0.6.1",
 5570 "digest",
 5571 "ff",
 5572 "generic-array",
 5573 "group",
 5574 "pkcs8 0.9.0",
 5575 "rand_core 0.6.4",
 5576 "sec1",
 5577 "subtle",
 5578 "zeroize",
 5579]
 5580
 5581[[package]]
 5582name = "email_address"
 5583version = "0.2.9"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5586dependencies = [
 5587 "serde",
 5588]
 5589
 5590[[package]]
 5591name = "embed-resource"
 5592version = "3.0.6"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5595dependencies = [
 5596 "cc",
 5597 "memchr",
 5598 "rustc_version",
 5599 "toml 0.9.8",
 5600 "vswhom",
 5601 "winreg 0.55.0",
 5602]
 5603
 5604[[package]]
 5605name = "embedded-io"
 5606version = "0.4.0"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5609
 5610[[package]]
 5611name = "embedded-io"
 5612version = "0.6.1"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5615
 5616[[package]]
 5617name = "emojis"
 5618version = "0.6.4"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5621dependencies = [
 5622 "phf 0.11.3",
 5623]
 5624
 5625[[package]]
 5626name = "encode_unicode"
 5627version = "1.0.0"
 5628source = "registry+https://github.com/rust-lang/crates.io-index"
 5629checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5630
 5631[[package]]
 5632name = "encoding_rs"
 5633version = "0.8.35"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5636dependencies = [
 5637 "cfg-if",
 5638]
 5639
 5640[[package]]
 5641name = "encoding_selector"
 5642version = "0.1.0"
 5643dependencies = [
 5644 "editor",
 5645 "encoding_rs",
 5646 "fuzzy",
 5647 "gpui",
 5648 "language",
 5649 "picker",
 5650 "project",
 5651 "ui",
 5652 "util",
 5653 "workspace",
 5654]
 5655
 5656[[package]]
 5657name = "endi"
 5658version = "1.1.0"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5661
 5662[[package]]
 5663name = "enum-as-inner"
 5664version = "0.6.1"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5667dependencies = [
 5668 "heck 0.5.0",
 5669 "proc-macro2",
 5670 "quote",
 5671 "syn 2.0.117",
 5672]
 5673
 5674[[package]]
 5675name = "enumflags2"
 5676version = "0.7.12"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5679dependencies = [
 5680 "enumflags2_derive",
 5681 "serde",
 5682]
 5683
 5684[[package]]
 5685name = "enumflags2_derive"
 5686version = "0.7.12"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5689dependencies = [
 5690 "proc-macro2",
 5691 "quote",
 5692 "syn 2.0.117",
 5693]
 5694
 5695[[package]]
 5696name = "env_filter"
 5697version = "0.1.4"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5700dependencies = [
 5701 "log",
 5702 "regex",
 5703]
 5704
 5705[[package]]
 5706name = "env_logger"
 5707version = "0.10.2"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5710dependencies = [
 5711 "humantime",
 5712 "is-terminal",
 5713 "log",
 5714 "regex",
 5715 "termcolor",
 5716]
 5717
 5718[[package]]
 5719name = "env_logger"
 5720version = "0.11.8"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5723dependencies = [
 5724 "anstream",
 5725 "anstyle",
 5726 "env_filter",
 5727 "jiff",
 5728 "log",
 5729]
 5730
 5731[[package]]
 5732name = "env_var"
 5733version = "0.1.0"
 5734dependencies = [
 5735 "gpui_shared_string",
 5736]
 5737
 5738[[package]]
 5739name = "envy"
 5740version = "0.4.2"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5743dependencies = [
 5744 "serde",
 5745]
 5746
 5747[[package]]
 5748name = "equator"
 5749version = "0.4.2"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5752dependencies = [
 5753 "equator-macro",
 5754]
 5755
 5756[[package]]
 5757name = "equator-macro"
 5758version = "0.4.2"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5761dependencies = [
 5762 "proc-macro2",
 5763 "quote",
 5764 "syn 2.0.117",
 5765]
 5766
 5767[[package]]
 5768name = "equivalent"
 5769version = "1.0.2"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5772
 5773[[package]]
 5774name = "erased-serde"
 5775version = "0.4.9"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5778dependencies = [
 5779 "serde",
 5780 "serde_core",
 5781 "typeid",
 5782]
 5783
 5784[[package]]
 5785name = "errno"
 5786version = "0.2.8"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5789dependencies = [
 5790 "errno-dragonfly",
 5791 "libc",
 5792 "winapi",
 5793]
 5794
 5795[[package]]
 5796name = "errno"
 5797version = "0.3.14"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5800dependencies = [
 5801 "libc",
 5802 "windows-sys 0.61.2",
 5803]
 5804
 5805[[package]]
 5806name = "errno-dragonfly"
 5807version = "0.1.2"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5810dependencies = [
 5811 "cc",
 5812 "libc",
 5813]
 5814
 5815[[package]]
 5816name = "error-graph"
 5817version = "0.1.1"
 5818source = "registry+https://github.com/rust-lang/crates.io-index"
 5819checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5820dependencies = [
 5821 "serde",
 5822]
 5823
 5824[[package]]
 5825name = "etagere"
 5826version = "0.2.15"
 5827source = "registry+https://github.com/rust-lang/crates.io-index"
 5828checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5829dependencies = [
 5830 "euclid",
 5831 "svg_fmt",
 5832]
 5833
 5834[[package]]
 5835name = "etcetera"
 5836version = "0.8.0"
 5837source = "registry+https://github.com/rust-lang/crates.io-index"
 5838checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5839dependencies = [
 5840 "cfg-if",
 5841 "home",
 5842 "windows-sys 0.48.0",
 5843]
 5844
 5845[[package]]
 5846name = "etw_tracing"
 5847version = "0.1.0"
 5848dependencies = [
 5849 "anyhow",
 5850 "gpui",
 5851 "log",
 5852 "net",
 5853 "serde",
 5854 "serde_json",
 5855 "util",
 5856 "windows 0.61.3",
 5857 "windows-core 0.61.2",
 5858 "workspace",
 5859 "wprcontrol",
 5860]
 5861
 5862[[package]]
 5863name = "euclid"
 5864version = "0.22.11"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5867dependencies = [
 5868 "num-traits",
 5869]
 5870
 5871[[package]]
 5872name = "eval_cli"
 5873version = "0.1.0"
 5874dependencies = [
 5875 "acp_thread",
 5876 "agent",
 5877 "agent-client-protocol",
 5878 "agent_ui",
 5879 "anyhow",
 5880 "clap",
 5881 "client",
 5882 "ctrlc",
 5883 "db",
 5884 "debug_adapter_extension",
 5885 "env_logger 0.11.8",
 5886 "extension",
 5887 "feature_flags",
 5888 "fs",
 5889 "futures 0.3.32",
 5890 "gpui",
 5891 "gpui_platform",
 5892 "gpui_tokio",
 5893 "language",
 5894 "language_extension",
 5895 "language_model",
 5896 "language_models",
 5897 "languages",
 5898 "node_runtime",
 5899 "paths",
 5900 "project",
 5901 "prompt_store",
 5902 "release_channel",
 5903 "reqwest_client",
 5904 "serde",
 5905 "serde_json",
 5906 "settings",
 5907 "shellexpand",
 5908 "terminal_view",
 5909 "util",
 5910 "watch",
 5911]
 5912
 5913[[package]]
 5914name = "eval_utils"
 5915version = "0.1.0"
 5916dependencies = [
 5917 "gpui_platform",
 5918 "serde",
 5919 "smol",
 5920]
 5921
 5922[[package]]
 5923name = "event-listener"
 5924version = "2.5.3"
 5925source = "registry+https://github.com/rust-lang/crates.io-index"
 5926checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5927
 5928[[package]]
 5929name = "event-listener"
 5930version = "5.4.1"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5933dependencies = [
 5934 "concurrent-queue",
 5935 "parking",
 5936 "pin-project-lite",
 5937]
 5938
 5939[[package]]
 5940name = "event-listener-strategy"
 5941version = "0.5.4"
 5942source = "registry+https://github.com/rust-lang/crates.io-index"
 5943checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5944dependencies = [
 5945 "event-listener 5.4.1",
 5946 "pin-project-lite",
 5947]
 5948
 5949[[package]]
 5950name = "exec"
 5951version = "0.3.1"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5954dependencies = [
 5955 "errno 0.2.8",
 5956 "libc",
 5957]
 5958
 5959[[package]]
 5960name = "explorer_command_injector"
 5961version = "0.1.0"
 5962dependencies = [
 5963 "windows 0.61.3",
 5964 "windows-core 0.61.2",
 5965 "windows-registry 0.5.3",
 5966]
 5967
 5968[[package]]
 5969name = "exr"
 5970version = "1.74.0"
 5971source = "registry+https://github.com/rust-lang/crates.io-index"
 5972checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5973dependencies = [
 5974 "bit_field",
 5975 "half",
 5976 "lebe",
 5977 "miniz_oxide",
 5978 "rayon-core",
 5979 "smallvec",
 5980 "zune-inflate",
 5981]
 5982
 5983[[package]]
 5984name = "extended"
 5985version = "0.1.0"
 5986source = "registry+https://github.com/rust-lang/crates.io-index"
 5987checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5988
 5989[[package]]
 5990name = "extension"
 5991version = "0.1.0"
 5992dependencies = [
 5993 "anyhow",
 5994 "async-trait",
 5995 "cloud_api_types",
 5996 "collections",
 5997 "dap",
 5998 "fs",
 5999 "futures 0.3.32",
 6000 "gpui",
 6001 "heck 0.5.0",
 6002 "http_client",
 6003 "indoc",
 6004 "language",
 6005 "log",
 6006 "lsp",
 6007 "parking_lot",
 6008 "pretty_assertions",
 6009 "proto",
 6010 "semver",
 6011 "serde",
 6012 "serde_json",
 6013 "task",
 6014 "tempfile",
 6015 "toml 0.8.23",
 6016 "tracing",
 6017 "url",
 6018 "util",
 6019 "wasm-encoder 0.221.3",
 6020 "wasmparser 0.221.3",
 6021 "ztracing",
 6022]
 6023
 6024[[package]]
 6025name = "extension_cli"
 6026version = "0.1.0"
 6027dependencies = [
 6028 "anyhow",
 6029 "clap",
 6030 "cloud_api_types",
 6031 "env_logger 0.11.8",
 6032 "extension",
 6033 "fs",
 6034 "gpui_platform",
 6035 "language",
 6036 "log",
 6037 "reqwest_client",
 6038 "serde",
 6039 "serde_json",
 6040 "serde_json_lenient",
 6041 "settings_content",
 6042 "snippet_provider",
 6043 "task",
 6044 "theme_settings",
 6045 "tokio",
 6046 "toml 0.8.23",
 6047 "tree-sitter",
 6048 "wasmtime",
 6049]
 6050
 6051[[package]]
 6052name = "extension_host"
 6053version = "0.1.0"
 6054dependencies = [
 6055 "anyhow",
 6056 "async-compression",
 6057 "async-tar",
 6058 "async-trait",
 6059 "client",
 6060 "cloud_api_types",
 6061 "collections",
 6062 "criterion",
 6063 "ctor",
 6064 "dap",
 6065 "extension",
 6066 "fs",
 6067 "futures 0.3.32",
 6068 "gpui",
 6069 "gpui_tokio",
 6070 "http_client",
 6071 "language",
 6072 "language_extension",
 6073 "log",
 6074 "lsp",
 6075 "moka",
 6076 "node_runtime",
 6077 "parking_lot",
 6078 "paths",
 6079 "project",
 6080 "release_channel",
 6081 "remote",
 6082 "reqwest_client",
 6083 "semver",
 6084 "serde",
 6085 "serde_json",
 6086 "serde_json_lenient",
 6087 "settings",
 6088 "task",
 6089 "telemetry",
 6090 "tempfile",
 6091 "theme",
 6092 "theme_extension",
 6093 "theme_settings",
 6094 "toml 0.8.23",
 6095 "tracing",
 6096 "url",
 6097 "util",
 6098 "wasmparser 0.221.3",
 6099 "wasmtime",
 6100 "wasmtime-wasi",
 6101 "zlog",
 6102 "ztracing",
 6103]
 6104
 6105[[package]]
 6106name = "extensions_ui"
 6107version = "0.1.0"
 6108dependencies = [
 6109 "anyhow",
 6110 "client",
 6111 "cloud_api_types",
 6112 "collections",
 6113 "db",
 6114 "editor",
 6115 "extension",
 6116 "extension_host",
 6117 "fs",
 6118 "fuzzy",
 6119 "gpui",
 6120 "language",
 6121 "log",
 6122 "num-format",
 6123 "picker",
 6124 "project",
 6125 "release_channel",
 6126 "semver",
 6127 "serde",
 6128 "settings",
 6129 "smallvec",
 6130 "strum 0.27.2",
 6131 "telemetry",
 6132 "theme_settings",
 6133 "ui",
 6134 "util",
 6135 "vim_mode_setting",
 6136 "workspace",
 6137 "zed_actions",
 6138]
 6139
 6140[[package]]
 6141name = "failspot"
 6142version = "0.2.0"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6145
 6146[[package]]
 6147name = "fallible-iterator"
 6148version = "0.3.0"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6151
 6152[[package]]
 6153name = "fancy-regex"
 6154version = "0.16.2"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6157dependencies = [
 6158 "bit-set 0.8.0",
 6159 "regex-automata",
 6160 "regex-syntax",
 6161]
 6162
 6163[[package]]
 6164name = "fancy-regex"
 6165version = "0.17.0"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6168dependencies = [
 6169 "bit-set 0.8.0",
 6170 "regex-automata",
 6171 "regex-syntax",
 6172]
 6173
 6174[[package]]
 6175name = "fast-srgb8"
 6176version = "1.0.0"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6179
 6180[[package]]
 6181name = "fastrand"
 6182version = "1.9.0"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6185dependencies = [
 6186 "instant",
 6187]
 6188
 6189[[package]]
 6190name = "fastrand"
 6191version = "2.3.0"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6194
 6195[[package]]
 6196name = "fax"
 6197version = "0.2.6"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6200dependencies = [
 6201 "fax_derive",
 6202]
 6203
 6204[[package]]
 6205name = "fax_derive"
 6206version = "0.2.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6209dependencies = [
 6210 "proc-macro2",
 6211 "quote",
 6212 "syn 2.0.117",
 6213]
 6214
 6215[[package]]
 6216name = "fd-lock"
 6217version = "4.0.4"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6220dependencies = [
 6221 "cfg-if",
 6222 "rustix 1.1.2",
 6223 "windows-sys 0.59.0",
 6224]
 6225
 6226[[package]]
 6227name = "fdeflate"
 6228version = "0.3.7"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6231dependencies = [
 6232 "simd-adler32",
 6233]
 6234
 6235[[package]]
 6236name = "feature_flags"
 6237version = "0.1.0"
 6238dependencies = [
 6239 "collections",
 6240 "feature_flags_macros",
 6241 "fs",
 6242 "gpui",
 6243 "inventory",
 6244 "schemars 1.0.4",
 6245 "serde_json",
 6246 "settings",
 6247]
 6248
 6249[[package]]
 6250name = "feature_flags_macros"
 6251version = "0.1.0"
 6252dependencies = [
 6253 "proc-macro2",
 6254 "quote",
 6255 "syn 2.0.117",
 6256]
 6257
 6258[[package]]
 6259name = "feedback"
 6260version = "0.1.0"
 6261dependencies = [
 6262 "extension_host",
 6263 "gpui",
 6264 "system_specs",
 6265 "urlencoding",
 6266 "util",
 6267 "workspace",
 6268 "zed_actions",
 6269]
 6270
 6271[[package]]
 6272name = "ff"
 6273version = "0.12.1"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6276dependencies = [
 6277 "rand_core 0.6.4",
 6278 "subtle",
 6279]
 6280
 6281[[package]]
 6282name = "file_finder"
 6283version = "0.1.0"
 6284dependencies = [
 6285 "anyhow",
 6286 "channel",
 6287 "client",
 6288 "collections",
 6289 "ctor",
 6290 "editor",
 6291 "file_icons",
 6292 "futures 0.3.32",
 6293 "fuzzy",
 6294 "fuzzy_nucleo",
 6295 "gpui",
 6296 "menu",
 6297 "open_path_prompt",
 6298 "picker",
 6299 "pretty_assertions",
 6300 "project",
 6301 "project_panel",
 6302 "remote_connection",
 6303 "serde",
 6304 "serde_json",
 6305 "settings",
 6306 "theme",
 6307 "theme_settings",
 6308 "ui",
 6309 "ui_input",
 6310 "util",
 6311 "workspace",
 6312 "zed_actions",
 6313 "zlog",
 6314]
 6315
 6316[[package]]
 6317name = "file_icons"
 6318version = "0.1.0"
 6319dependencies = [
 6320 "gpui",
 6321 "serde",
 6322 "theme",
 6323 "util",
 6324]
 6325
 6326[[package]]
 6327name = "filedescriptor"
 6328version = "0.8.3"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6331dependencies = [
 6332 "libc",
 6333 "thiserror 1.0.69",
 6334 "winapi",
 6335]
 6336
 6337[[package]]
 6338name = "filetime"
 6339version = "0.2.26"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6342dependencies = [
 6343 "cfg-if",
 6344 "libc",
 6345 "libredox",
 6346 "windows-sys 0.60.2",
 6347]
 6348
 6349[[package]]
 6350name = "find-msvc-tools"
 6351version = "0.1.5"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6354
 6355[[package]]
 6356name = "fixedbitset"
 6357version = "0.4.2"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6360
 6361[[package]]
 6362name = "fixedbitset"
 6363version = "0.5.7"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6366
 6367[[package]]
 6368name = "flate2"
 6369version = "1.1.8"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6372dependencies = [
 6373 "crc32fast",
 6374 "miniz_oxide",
 6375]
 6376
 6377[[package]]
 6378name = "float-cmp"
 6379version = "0.9.0"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6382
 6383[[package]]
 6384name = "float-ord"
 6385version = "0.3.2"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6388
 6389[[package]]
 6390name = "float8"
 6391version = "0.4.2"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6394dependencies = [
 6395 "half",
 6396 "num-traits",
 6397 "rand 0.9.3",
 6398 "rand_distr",
 6399]
 6400
 6401[[package]]
 6402name = "float_next_after"
 6403version = "1.0.0"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6406
 6407[[package]]
 6408name = "fluent-uri"
 6409version = "0.4.1"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6412dependencies = [
 6413 "borrow-or-share",
 6414 "ref-cast",
 6415 "serde",
 6416]
 6417
 6418[[package]]
 6419name = "flume"
 6420version = "0.11.1"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6423dependencies = [
 6424 "futures-core",
 6425 "futures-sink",
 6426 "nanorand",
 6427 "spin 0.9.8",
 6428]
 6429
 6430[[package]]
 6431name = "fnv"
 6432version = "1.0.7"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6435
 6436[[package]]
 6437name = "foldhash"
 6438version = "0.1.5"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6441
 6442[[package]]
 6443name = "foldhash"
 6444version = "0.2.0"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6447
 6448[[package]]
 6449name = "font-types"
 6450version = "0.10.0"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6453dependencies = [
 6454 "bytemuck",
 6455]
 6456
 6457[[package]]
 6458name = "font-types"
 6459version = "0.11.0"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6462dependencies = [
 6463 "bytemuck",
 6464]
 6465
 6466[[package]]
 6467name = "fontconfig-parser"
 6468version = "0.5.8"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6471dependencies = [
 6472 "roxmltree",
 6473]
 6474
 6475[[package]]
 6476name = "fontdb"
 6477version = "0.16.2"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6480dependencies = [
 6481 "fontconfig-parser",
 6482 "log",
 6483 "memmap2",
 6484 "slotmap",
 6485 "tinyvec",
 6486 "ttf-parser 0.20.0",
 6487]
 6488
 6489[[package]]
 6490name = "fontdb"
 6491version = "0.23.0"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6494dependencies = [
 6495 "fontconfig-parser",
 6496 "log",
 6497 "memmap2",
 6498 "slotmap",
 6499 "tinyvec",
 6500 "ttf-parser 0.25.1",
 6501]
 6502
 6503[[package]]
 6504name = "foreign-types"
 6505version = "0.3.2"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6508dependencies = [
 6509 "foreign-types-shared 0.1.1",
 6510]
 6511
 6512[[package]]
 6513name = "foreign-types"
 6514version = "0.5.0"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6517dependencies = [
 6518 "foreign-types-macros",
 6519 "foreign-types-shared 0.3.1",
 6520]
 6521
 6522[[package]]
 6523name = "foreign-types-macros"
 6524version = "0.2.3"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6527dependencies = [
 6528 "proc-macro2",
 6529 "quote",
 6530 "syn 2.0.117",
 6531]
 6532
 6533[[package]]
 6534name = "foreign-types-shared"
 6535version = "0.1.1"
 6536source = "registry+https://github.com/rust-lang/crates.io-index"
 6537checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6538
 6539[[package]]
 6540name = "foreign-types-shared"
 6541version = "0.3.1"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6544
 6545[[package]]
 6546name = "fork"
 6547version = "0.4.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6550dependencies = [
 6551 "libc",
 6552]
 6553
 6554[[package]]
 6555name = "form_urlencoded"
 6556version = "1.2.2"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6559dependencies = [
 6560 "percent-encoding",
 6561]
 6562
 6563[[package]]
 6564name = "fraction"
 6565version = "0.15.3"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6568dependencies = [
 6569 "lazy_static",
 6570 "num",
 6571]
 6572
 6573[[package]]
 6574name = "freetype-sys"
 6575version = "0.20.1"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6578dependencies = [
 6579 "cc",
 6580 "libc",
 6581 "pkg-config",
 6582]
 6583
 6584[[package]]
 6585name = "fs"
 6586version = "0.1.0"
 6587dependencies = [
 6588 "anyhow",
 6589 "ashpd",
 6590 "async-tar",
 6591 "async-trait",
 6592 "collections",
 6593 "dunce",
 6594 "fs",
 6595 "futures 0.3.32",
 6596 "git",
 6597 "gpui",
 6598 "ignore",
 6599 "is_executable",
 6600 "libc",
 6601 "log",
 6602 "notify 8.2.0",
 6603 "parking_lot",
 6604 "paths",
 6605 "proto",
 6606 "rope",
 6607 "serde",
 6608 "serde_json",
 6609 "smol",
 6610 "telemetry",
 6611 "tempfile",
 6612 "text",
 6613 "thiserror 2.0.17",
 6614 "time",
 6615 "trash",
 6616 "util",
 6617 "windows 0.61.3",
 6618]
 6619
 6620[[package]]
 6621name = "fs-set-times"
 6622version = "0.20.3"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6625dependencies = [
 6626 "io-lifetimes",
 6627 "rustix 1.1.2",
 6628 "windows-sys 0.59.0",
 6629]
 6630
 6631[[package]]
 6632name = "fs2"
 6633version = "0.4.3"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6636dependencies = [
 6637 "libc",
 6638 "winapi",
 6639]
 6640
 6641[[package]]
 6642name = "fs_benchmarks"
 6643version = "0.1.0"
 6644dependencies = [
 6645 "fs",
 6646 "gpui",
 6647 "gpui_platform",
 6648]
 6649
 6650[[package]]
 6651name = "fs_extra"
 6652version = "1.3.0"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6655
 6656[[package]]
 6657name = "fsevent-sys"
 6658version = "4.1.0"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6661dependencies = [
 6662 "libc",
 6663]
 6664
 6665[[package]]
 6666name = "fuchsia-cprng"
 6667version = "0.1.1"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6670
 6671[[package]]
 6672name = "funty"
 6673version = "2.0.0"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6676
 6677[[package]]
 6678name = "futf"
 6679version = "0.1.5"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6682dependencies = [
 6683 "mac",
 6684 "new_debug_unreachable",
 6685]
 6686
 6687[[package]]
 6688name = "futures"
 6689version = "0.1.31"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6692
 6693[[package]]
 6694name = "futures"
 6695version = "0.3.32"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6698dependencies = [
 6699 "futures-channel",
 6700 "futures-core",
 6701 "futures-executor",
 6702 "futures-io",
 6703 "futures-sink",
 6704 "futures-task",
 6705 "futures-util",
 6706]
 6707
 6708[[package]]
 6709name = "futures-channel"
 6710version = "0.3.32"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6713dependencies = [
 6714 "futures-core",
 6715 "futures-sink",
 6716]
 6717
 6718[[package]]
 6719name = "futures-concurrency"
 6720version = "7.7.1"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6723dependencies = [
 6724 "fixedbitset 0.5.7",
 6725 "futures-core",
 6726 "futures-lite 2.6.1",
 6727 "pin-project",
 6728 "smallvec",
 6729]
 6730
 6731[[package]]
 6732name = "futures-core"
 6733version = "0.3.32"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6736
 6737[[package]]
 6738name = "futures-executor"
 6739version = "0.3.32"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6742dependencies = [
 6743 "futures-core",
 6744 "futures-task",
 6745 "futures-util",
 6746]
 6747
 6748[[package]]
 6749name = "futures-intrusive"
 6750version = "0.5.0"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6753dependencies = [
 6754 "futures-core",
 6755 "lock_api",
 6756 "parking_lot",
 6757]
 6758
 6759[[package]]
 6760name = "futures-io"
 6761version = "0.3.32"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6764
 6765[[package]]
 6766name = "futures-lite"
 6767version = "1.13.0"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6770dependencies = [
 6771 "fastrand 1.9.0",
 6772 "futures-core",
 6773 "futures-io",
 6774 "memchr",
 6775 "parking",
 6776 "pin-project-lite",
 6777 "waker-fn",
 6778]
 6779
 6780[[package]]
 6781name = "futures-lite"
 6782version = "2.6.1"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6785dependencies = [
 6786 "fastrand 2.3.0",
 6787 "futures-core",
 6788 "futures-io",
 6789 "parking",
 6790 "pin-project-lite",
 6791]
 6792
 6793[[package]]
 6794name = "futures-macro"
 6795version = "0.3.32"
 6796source = "registry+https://github.com/rust-lang/crates.io-index"
 6797checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6798dependencies = [
 6799 "proc-macro2",
 6800 "quote",
 6801 "syn 2.0.117",
 6802]
 6803
 6804[[package]]
 6805name = "futures-sink"
 6806version = "0.3.32"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6809
 6810[[package]]
 6811name = "futures-task"
 6812version = "0.3.32"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6815
 6816[[package]]
 6817name = "futures-util"
 6818version = "0.3.32"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6821dependencies = [
 6822 "futures 0.1.31",
 6823 "futures-channel",
 6824 "futures-core",
 6825 "futures-io",
 6826 "futures-macro",
 6827 "futures-sink",
 6828 "futures-task",
 6829 "libc",
 6830 "memchr",
 6831 "pin-project-lite",
 6832 "slab",
 6833 "tokio-io",
 6834]
 6835
 6836[[package]]
 6837name = "fuzzy"
 6838version = "0.1.0"
 6839dependencies = [
 6840 "gpui",
 6841 "log",
 6842 "util",
 6843]
 6844
 6845[[package]]
 6846name = "fuzzy_nucleo"
 6847version = "0.1.0"
 6848dependencies = [
 6849 "criterion",
 6850 "fuzzy",
 6851 "gpui",
 6852 "nucleo",
 6853 "util",
 6854]
 6855
 6856[[package]]
 6857name = "gaoya"
 6858version = "0.2.0"
 6859source = "registry+https://github.com/rust-lang/crates.io-index"
 6860checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6861dependencies = [
 6862 "ahash 0.8.12",
 6863 "crossbeam-utils",
 6864 "fnv",
 6865 "itertools 0.10.5",
 6866 "num-traits",
 6867 "rand 0.8.5",
 6868 "rand_pcg",
 6869 "random_choice",
 6870 "rayon",
 6871 "seahash",
 6872 "sha-1",
 6873 "shingles",
 6874 "siphasher 0.3.11",
 6875 "smallvec",
 6876 "triomphe",
 6877]
 6878
 6879[[package]]
 6880name = "gemm"
 6881version = "0.17.1"
 6882source = "registry+https://github.com/rust-lang/crates.io-index"
 6883checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6884dependencies = [
 6885 "dyn-stack 0.10.0",
 6886 "gemm-c32 0.17.1",
 6887 "gemm-c64 0.17.1",
 6888 "gemm-common 0.17.1",
 6889 "gemm-f16 0.17.1",
 6890 "gemm-f32 0.17.1",
 6891 "gemm-f64 0.17.1",
 6892 "num-complex",
 6893 "num-traits",
 6894 "paste",
 6895 "raw-cpuid 10.7.0",
 6896 "seq-macro",
 6897]
 6898
 6899[[package]]
 6900name = "gemm"
 6901version = "0.18.2"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6904dependencies = [
 6905 "dyn-stack 0.13.2",
 6906 "gemm-c32 0.18.2",
 6907 "gemm-c64 0.18.2",
 6908 "gemm-common 0.18.2",
 6909 "gemm-f16 0.18.2",
 6910 "gemm-f32 0.18.2",
 6911 "gemm-f64 0.18.2",
 6912 "num-complex",
 6913 "num-traits",
 6914 "paste",
 6915 "raw-cpuid 11.6.0",
 6916 "seq-macro",
 6917]
 6918
 6919[[package]]
 6920name = "gemm-c32"
 6921version = "0.17.1"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6924dependencies = [
 6925 "dyn-stack 0.10.0",
 6926 "gemm-common 0.17.1",
 6927 "num-complex",
 6928 "num-traits",
 6929 "paste",
 6930 "raw-cpuid 10.7.0",
 6931 "seq-macro",
 6932]
 6933
 6934[[package]]
 6935name = "gemm-c32"
 6936version = "0.18.2"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6939dependencies = [
 6940 "dyn-stack 0.13.2",
 6941 "gemm-common 0.18.2",
 6942 "num-complex",
 6943 "num-traits",
 6944 "paste",
 6945 "raw-cpuid 11.6.0",
 6946 "seq-macro",
 6947]
 6948
 6949[[package]]
 6950name = "gemm-c64"
 6951version = "0.17.1"
 6952source = "registry+https://github.com/rust-lang/crates.io-index"
 6953checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6954dependencies = [
 6955 "dyn-stack 0.10.0",
 6956 "gemm-common 0.17.1",
 6957 "num-complex",
 6958 "num-traits",
 6959 "paste",
 6960 "raw-cpuid 10.7.0",
 6961 "seq-macro",
 6962]
 6963
 6964[[package]]
 6965name = "gemm-c64"
 6966version = "0.18.2"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6969dependencies = [
 6970 "dyn-stack 0.13.2",
 6971 "gemm-common 0.18.2",
 6972 "num-complex",
 6973 "num-traits",
 6974 "paste",
 6975 "raw-cpuid 11.6.0",
 6976 "seq-macro",
 6977]
 6978
 6979[[package]]
 6980name = "gemm-common"
 6981version = "0.17.1"
 6982source = "registry+https://github.com/rust-lang/crates.io-index"
 6983checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6984dependencies = [
 6985 "bytemuck",
 6986 "dyn-stack 0.10.0",
 6987 "half",
 6988 "num-complex",
 6989 "num-traits",
 6990 "once_cell",
 6991 "paste",
 6992 "pulp 0.18.22",
 6993 "raw-cpuid 10.7.0",
 6994 "rayon",
 6995 "seq-macro",
 6996 "sysctl 0.5.5",
 6997]
 6998
 6999[[package]]
 7000name = "gemm-common"
 7001version = "0.18.2"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 7004dependencies = [
 7005 "bytemuck",
 7006 "dyn-stack 0.13.2",
 7007 "half",
 7008 "libm",
 7009 "num-complex",
 7010 "num-traits",
 7011 "once_cell",
 7012 "paste",
 7013 "pulp 0.21.5",
 7014 "raw-cpuid 11.6.0",
 7015 "rayon",
 7016 "seq-macro",
 7017 "sysctl 0.6.0",
 7018]
 7019
 7020[[package]]
 7021name = "gemm-f16"
 7022version = "0.17.1"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7025dependencies = [
 7026 "dyn-stack 0.10.0",
 7027 "gemm-common 0.17.1",
 7028 "gemm-f32 0.17.1",
 7029 "half",
 7030 "num-complex",
 7031 "num-traits",
 7032 "paste",
 7033 "raw-cpuid 10.7.0",
 7034 "rayon",
 7035 "seq-macro",
 7036]
 7037
 7038[[package]]
 7039name = "gemm-f16"
 7040version = "0.18.2"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7043dependencies = [
 7044 "dyn-stack 0.13.2",
 7045 "gemm-common 0.18.2",
 7046 "gemm-f32 0.18.2",
 7047 "half",
 7048 "num-complex",
 7049 "num-traits",
 7050 "paste",
 7051 "raw-cpuid 11.6.0",
 7052 "rayon",
 7053 "seq-macro",
 7054]
 7055
 7056[[package]]
 7057name = "gemm-f32"
 7058version = "0.17.1"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7061dependencies = [
 7062 "dyn-stack 0.10.0",
 7063 "gemm-common 0.17.1",
 7064 "num-complex",
 7065 "num-traits",
 7066 "paste",
 7067 "raw-cpuid 10.7.0",
 7068 "seq-macro",
 7069]
 7070
 7071[[package]]
 7072name = "gemm-f32"
 7073version = "0.18.2"
 7074source = "registry+https://github.com/rust-lang/crates.io-index"
 7075checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7076dependencies = [
 7077 "dyn-stack 0.13.2",
 7078 "gemm-common 0.18.2",
 7079 "num-complex",
 7080 "num-traits",
 7081 "paste",
 7082 "raw-cpuid 11.6.0",
 7083 "seq-macro",
 7084]
 7085
 7086[[package]]
 7087name = "gemm-f64"
 7088version = "0.17.1"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7091dependencies = [
 7092 "dyn-stack 0.10.0",
 7093 "gemm-common 0.17.1",
 7094 "num-complex",
 7095 "num-traits",
 7096 "paste",
 7097 "raw-cpuid 10.7.0",
 7098 "seq-macro",
 7099]
 7100
 7101[[package]]
 7102name = "gemm-f64"
 7103version = "0.18.2"
 7104source = "registry+https://github.com/rust-lang/crates.io-index"
 7105checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7106dependencies = [
 7107 "dyn-stack 0.13.2",
 7108 "gemm-common 0.18.2",
 7109 "num-complex",
 7110 "num-traits",
 7111 "paste",
 7112 "raw-cpuid 11.6.0",
 7113 "seq-macro",
 7114]
 7115
 7116[[package]]
 7117name = "generator"
 7118version = "0.8.7"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7121dependencies = [
 7122 "cc",
 7123 "cfg-if",
 7124 "libc",
 7125 "log",
 7126 "rustversion",
 7127 "windows 0.61.3",
 7128]
 7129
 7130[[package]]
 7131name = "generic-array"
 7132version = "0.14.7"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7135dependencies = [
 7136 "typenum",
 7137 "version_check",
 7138]
 7139
 7140[[package]]
 7141name = "gethostname"
 7142version = "1.1.0"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7145dependencies = [
 7146 "rustix 1.1.2",
 7147 "windows-link 0.2.1",
 7148]
 7149
 7150[[package]]
 7151name = "getrandom"
 7152version = "0.2.16"
 7153source = "registry+https://github.com/rust-lang/crates.io-index"
 7154checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7155dependencies = [
 7156 "cfg-if",
 7157 "js-sys",
 7158 "libc",
 7159 "wasi",
 7160 "wasm-bindgen",
 7161]
 7162
 7163[[package]]
 7164name = "getrandom"
 7165version = "0.3.4"
 7166source = "registry+https://github.com/rust-lang/crates.io-index"
 7167checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7168dependencies = [
 7169 "cfg-if",
 7170 "js-sys",
 7171 "libc",
 7172 "r-efi",
 7173 "wasip2",
 7174 "wasm-bindgen",
 7175]
 7176
 7177[[package]]
 7178name = "getrandom"
 7179version = "0.4.1"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7182dependencies = [
 7183 "cfg-if",
 7184 "libc",
 7185 "r-efi",
 7186 "wasip2",
 7187 "wasip3",
 7188]
 7189
 7190[[package]]
 7191name = "gh-workflow"
 7192version = "0.8.0"
 7193source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7194dependencies = [
 7195 "async-trait",
 7196 "derive_more",
 7197 "derive_setters",
 7198 "gh-workflow-macros",
 7199 "indexmap 2.11.4",
 7200 "merge",
 7201 "serde",
 7202 "serde_json",
 7203 "serde_yaml",
 7204 "strum_macros 0.27.2",
 7205]
 7206
 7207[[package]]
 7208name = "gh-workflow-macros"
 7209version = "0.8.0"
 7210source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7211dependencies = [
 7212 "heck 0.5.0",
 7213 "quote",
 7214 "syn 2.0.117",
 7215]
 7216
 7217[[package]]
 7218name = "gif"
 7219version = "0.13.3"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7222dependencies = [
 7223 "color_quant",
 7224 "weezl",
 7225]
 7226
 7227[[package]]
 7228name = "gif"
 7229version = "0.14.2"
 7230source = "registry+https://github.com/rust-lang/crates.io-index"
 7231checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7232dependencies = [
 7233 "color_quant",
 7234 "weezl",
 7235]
 7236
 7237[[package]]
 7238name = "gimli"
 7239version = "0.32.3"
 7240source = "registry+https://github.com/rust-lang/crates.io-index"
 7241checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7242dependencies = [
 7243 "fallible-iterator",
 7244 "indexmap 2.11.4",
 7245 "stable_deref_trait",
 7246]
 7247
 7248[[package]]
 7249name = "gio-sys"
 7250version = "0.21.5"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7253dependencies = [
 7254 "glib-sys",
 7255 "gobject-sys",
 7256 "libc",
 7257 "system-deps",
 7258 "windows-sys 0.61.2",
 7259]
 7260
 7261[[package]]
 7262name = "git"
 7263version = "0.1.0"
 7264dependencies = [
 7265 "anyhow",
 7266 "askpass",
 7267 "async-trait",
 7268 "collections",
 7269 "derive_more",
 7270 "futures 0.3.32",
 7271 "git2",
 7272 "gpui",
 7273 "http_client",
 7274 "itertools 0.14.0",
 7275 "log",
 7276 "parking_lot",
 7277 "pretty_assertions",
 7278 "rand 0.9.3",
 7279 "regex",
 7280 "rope",
 7281 "schemars 1.0.4",
 7282 "serde",
 7283 "serde_json",
 7284 "smallvec",
 7285 "smol",
 7286 "sum_tree",
 7287 "tempfile",
 7288 "text",
 7289 "thiserror 2.0.17",
 7290 "time",
 7291 "url",
 7292 "urlencoding",
 7293 "util",
 7294 "uuid",
 7295 "ztracing",
 7296]
 7297
 7298[[package]]
 7299name = "git2"
 7300version = "0.20.4"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7303dependencies = [
 7304 "bitflags 2.10.0",
 7305 "libc",
 7306 "libgit2-sys",
 7307 "log",
 7308 "url",
 7309]
 7310
 7311[[package]]
 7312name = "git_graph"
 7313version = "0.1.0"
 7314dependencies = [
 7315 "anyhow",
 7316 "collections",
 7317 "db",
 7318 "editor",
 7319 "fs",
 7320 "git",
 7321 "git_ui",
 7322 "gpui",
 7323 "language",
 7324 "menu",
 7325 "project",
 7326 "rand 0.9.3",
 7327 "remote_connection",
 7328 "search",
 7329 "serde_json",
 7330 "settings",
 7331 "smallvec",
 7332 "smol",
 7333 "theme",
 7334 "theme_settings",
 7335 "time",
 7336 "ui",
 7337 "workspace",
 7338]
 7339
 7340[[package]]
 7341name = "git_hosting_providers"
 7342version = "0.1.0"
 7343dependencies = [
 7344 "anyhow",
 7345 "async-trait",
 7346 "futures 0.3.32",
 7347 "git",
 7348 "gpui",
 7349 "http_client",
 7350 "indoc",
 7351 "itertools 0.14.0",
 7352 "pretty_assertions",
 7353 "regex",
 7354 "serde",
 7355 "serde_json",
 7356 "settings",
 7357 "url",
 7358 "urlencoding",
 7359 "util",
 7360]
 7361
 7362[[package]]
 7363name = "git_ui"
 7364version = "0.1.0"
 7365dependencies = [
 7366 "agent_settings",
 7367 "alacritty_terminal",
 7368 "anyhow",
 7369 "askpass",
 7370 "buffer_diff",
 7371 "call",
 7372 "collections",
 7373 "component",
 7374 "ctor",
 7375 "db",
 7376 "editor",
 7377 "file_icons",
 7378 "fs",
 7379 "futures 0.3.32",
 7380 "fuzzy",
 7381 "fuzzy_nucleo",
 7382 "git",
 7383 "gpui",
 7384 "indoc",
 7385 "itertools 0.14.0",
 7386 "language",
 7387 "language_model",
 7388 "linkify",
 7389 "log",
 7390 "markdown",
 7391 "menu",
 7392 "multi_buffer",
 7393 "notifications",
 7394 "panel",
 7395 "picker",
 7396 "pretty_assertions",
 7397 "project",
 7398 "prompt_store",
 7399 "proto",
 7400 "rand 0.9.3",
 7401 "remote",
 7402 "remote_connection",
 7403 "schemars 1.0.4",
 7404 "serde",
 7405 "serde_json",
 7406 "settings",
 7407 "smallvec",
 7408 "smol",
 7409 "strum 0.27.2",
 7410 "task",
 7411 "telemetry",
 7412 "theme",
 7413 "theme_settings",
 7414 "time",
 7415 "time_format",
 7416 "tracing",
 7417 "ui",
 7418 "ui_input",
 7419 "unindent",
 7420 "util",
 7421 "watch",
 7422 "windows 0.61.3",
 7423 "workspace",
 7424 "zed_actions",
 7425 "zeroize",
 7426 "zlog",
 7427 "ztracing",
 7428]
 7429
 7430[[package]]
 7431name = "gl_generator"
 7432version = "0.14.0"
 7433source = "registry+https://github.com/rust-lang/crates.io-index"
 7434checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7435dependencies = [
 7436 "khronos_api",
 7437 "log",
 7438 "xml-rs",
 7439]
 7440
 7441[[package]]
 7442name = "glib"
 7443version = "0.21.5"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7446dependencies = [
 7447 "bitflags 2.10.0",
 7448 "futures-channel",
 7449 "futures-core",
 7450 "futures-executor",
 7451 "futures-task",
 7452 "futures-util",
 7453 "gio-sys",
 7454 "glib-macros",
 7455 "glib-sys",
 7456 "gobject-sys",
 7457 "libc",
 7458 "memchr",
 7459 "smallvec",
 7460]
 7461
 7462[[package]]
 7463name = "glib-macros"
 7464version = "0.21.5"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7467dependencies = [
 7468 "heck 0.5.0",
 7469 "proc-macro-crate",
 7470 "proc-macro2",
 7471 "quote",
 7472 "syn 2.0.117",
 7473]
 7474
 7475[[package]]
 7476name = "glib-sys"
 7477version = "0.21.5"
 7478source = "registry+https://github.com/rust-lang/crates.io-index"
 7479checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7480dependencies = [
 7481 "libc",
 7482 "system-deps",
 7483]
 7484
 7485[[package]]
 7486name = "glob"
 7487version = "0.3.3"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7490
 7491[[package]]
 7492name = "globset"
 7493version = "0.4.17"
 7494source = "registry+https://github.com/rust-lang/crates.io-index"
 7495checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7496dependencies = [
 7497 "aho-corasick",
 7498 "bstr",
 7499 "log",
 7500 "regex-automata",
 7501 "regex-syntax",
 7502]
 7503
 7504[[package]]
 7505name = "gloo-timers"
 7506version = "0.3.0"
 7507source = "registry+https://github.com/rust-lang/crates.io-index"
 7508checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7509dependencies = [
 7510 "futures-channel",
 7511 "futures-core",
 7512 "js-sys",
 7513 "wasm-bindgen",
 7514]
 7515
 7516[[package]]
 7517name = "glow"
 7518version = "0.17.0"
 7519source = "registry+https://github.com/rust-lang/crates.io-index"
 7520checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7521dependencies = [
 7522 "js-sys",
 7523 "slotmap",
 7524 "wasm-bindgen",
 7525 "web-sys",
 7526]
 7527
 7528[[package]]
 7529name = "glutin_wgl_sys"
 7530version = "0.6.1"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7533dependencies = [
 7534 "gl_generator",
 7535]
 7536
 7537[[package]]
 7538name = "go_to_line"
 7539version = "0.1.0"
 7540dependencies = [
 7541 "editor",
 7542 "gpui",
 7543 "indoc",
 7544 "language",
 7545 "menu",
 7546 "multi_buffer",
 7547 "project",
 7548 "rope",
 7549 "serde",
 7550 "serde_json",
 7551 "settings",
 7552 "text",
 7553 "theme",
 7554 "ui",
 7555 "util",
 7556 "workspace",
 7557]
 7558
 7559[[package]]
 7560name = "gobject-sys"
 7561version = "0.21.5"
 7562source = "registry+https://github.com/rust-lang/crates.io-index"
 7563checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7564dependencies = [
 7565 "glib-sys",
 7566 "libc",
 7567 "system-deps",
 7568]
 7569
 7570[[package]]
 7571name = "goblin"
 7572version = "0.9.3"
 7573source = "registry+https://github.com/rust-lang/crates.io-index"
 7574checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7575dependencies = [
 7576 "log",
 7577 "plain",
 7578 "scroll",
 7579]
 7580
 7581[[package]]
 7582name = "google_ai"
 7583version = "0.1.0"
 7584dependencies = [
 7585 "anyhow",
 7586 "futures 0.3.32",
 7587 "http_client",
 7588 "language_model_core",
 7589 "log",
 7590 "schemars 1.0.4",
 7591 "serde",
 7592 "serde_json",
 7593 "strum 0.27.2",
 7594]
 7595
 7596[[package]]
 7597name = "gpu-allocator"
 7598version = "0.28.0"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7601dependencies = [
 7602 "ash",
 7603 "hashbrown 0.16.1",
 7604 "log",
 7605 "presser",
 7606 "thiserror 2.0.17",
 7607 "windows 0.62.2",
 7608]
 7609
 7610[[package]]
 7611name = "gpu-descriptor"
 7612version = "0.3.2"
 7613source = "registry+https://github.com/rust-lang/crates.io-index"
 7614checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7615dependencies = [
 7616 "bitflags 2.10.0",
 7617 "gpu-descriptor-types",
 7618 "hashbrown 0.15.5",
 7619]
 7620
 7621[[package]]
 7622name = "gpu-descriptor-types"
 7623version = "0.2.0"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7626dependencies = [
 7627 "bitflags 2.10.0",
 7628]
 7629
 7630[[package]]
 7631name = "gpui"
 7632version = "0.2.2"
 7633dependencies = [
 7634 "anyhow",
 7635 "async-channel 2.5.0",
 7636 "async-task",
 7637 "backtrace",
 7638 "bindgen 0.71.1",
 7639 "bitflags 2.10.0",
 7640 "block",
 7641 "cbindgen",
 7642 "chrono",
 7643 "cocoa 0.26.0",
 7644 "cocoa-foundation 0.2.0",
 7645 "collections",
 7646 "core-foundation 0.10.0",
 7647 "core-foundation-sys",
 7648 "core-graphics 0.24.0",
 7649 "core-text",
 7650 "core-video",
 7651 "ctor",
 7652 "derive_more",
 7653 "embed-resource",
 7654 "env_logger 0.11.8",
 7655 "etagere",
 7656 "foreign-types 0.5.0",
 7657 "futures 0.3.32",
 7658 "futures-concurrency",
 7659 "getrandom 0.3.4",
 7660 "gpui_macros",
 7661 "gpui_platform",
 7662 "gpui_shared_string",
 7663 "gpui_util",
 7664 "gpui_web",
 7665 "hdrhistogram",
 7666 "http_client",
 7667 "image",
 7668 "inventory",
 7669 "itertools 0.14.0",
 7670 "log",
 7671 "lyon",
 7672 "mach2 0.5.0",
 7673 "media",
 7674 "metal",
 7675 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7676 "num_cpus",
 7677 "objc",
 7678 "objc2",
 7679 "objc2-metal",
 7680 "parking",
 7681 "parking_lot",
 7682 "pathfinder_geometry",
 7683 "pin-project",
 7684 "pollster 0.4.0",
 7685 "postage",
 7686 "profiling",
 7687 "proptest",
 7688 "rand 0.9.3",
 7689 "raw-window-handle",
 7690 "refineable",
 7691 "regex",
 7692 "reqwest_client",
 7693 "resvg",
 7694 "scheduler",
 7695 "schemars 1.0.4",
 7696 "seahash",
 7697 "serde",
 7698 "serde_json",
 7699 "slotmap",
 7700 "smallvec",
 7701 "spin 0.10.0",
 7702 "stacksafe",
 7703 "strum 0.27.2",
 7704 "sum_tree",
 7705 "taffy",
 7706 "thiserror 2.0.17",
 7707 "ttf-parser 0.25.1",
 7708 "unicode-segmentation",
 7709 "url",
 7710 "usvg",
 7711 "util_macros",
 7712 "uuid",
 7713 "waker-fn",
 7714 "wasm-bindgen",
 7715 "web-time",
 7716 "windows 0.61.3",
 7717 "zed-font-kit",
 7718 "zed-scap",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_linux"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "anyhow",
 7726 "as-raw-xcb-connection",
 7727 "ashpd",
 7728 "bitflags 2.10.0",
 7729 "bytemuck",
 7730 "calloop",
 7731 "calloop-wayland-source",
 7732 "collections",
 7733 "filedescriptor",
 7734 "futures 0.3.32",
 7735 "gpui",
 7736 "gpui_wgpu",
 7737 "http_client",
 7738 "image",
 7739 "itertools 0.14.0",
 7740 "libc",
 7741 "log",
 7742 "oo7",
 7743 "open",
 7744 "parking_lot",
 7745 "pathfinder_geometry",
 7746 "pollster 0.4.0",
 7747 "profiling",
 7748 "raw-window-handle",
 7749 "smallvec",
 7750 "smol",
 7751 "strum 0.27.2",
 7752 "swash",
 7753 "url",
 7754 "util",
 7755 "uuid",
 7756 "wayland-backend",
 7757 "wayland-client",
 7758 "wayland-cursor",
 7759 "wayland-protocols",
 7760 "wayland-protocols-plasma",
 7761 "wayland-protocols-wlr",
 7762 "x11-clipboard",
 7763 "x11rb",
 7764 "xkbcommon",
 7765 "zed-scap",
 7766 "zed-xim",
 7767]
 7768
 7769[[package]]
 7770name = "gpui_macos"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "async-task",
 7775 "block",
 7776 "cbindgen",
 7777 "cocoa 0.26.0",
 7778 "collections",
 7779 "core-foundation 0.10.0",
 7780 "core-foundation-sys",
 7781 "core-graphics 0.24.0",
 7782 "core-text",
 7783 "core-video",
 7784 "ctor",
 7785 "derive_more",
 7786 "dispatch2",
 7787 "etagere",
 7788 "foreign-types 0.5.0",
 7789 "futures 0.3.32",
 7790 "gpui",
 7791 "image",
 7792 "itertools 0.14.0",
 7793 "libc",
 7794 "log",
 7795 "mach2 0.5.0",
 7796 "media",
 7797 "metal",
 7798 "objc",
 7799 "objc2-app-kit",
 7800 "parking_lot",
 7801 "pathfinder_geometry",
 7802 "raw-window-handle",
 7803 "semver",
 7804 "smallvec",
 7805 "strum 0.27.2",
 7806 "util",
 7807 "uuid",
 7808 "zed-font-kit",
 7809]
 7810
 7811[[package]]
 7812name = "gpui_macros"
 7813version = "0.1.0"
 7814dependencies = [
 7815 "gpui",
 7816 "heck 0.5.0",
 7817 "proc-macro2",
 7818 "quote",
 7819 "syn 2.0.117",
 7820]
 7821
 7822[[package]]
 7823name = "gpui_platform"
 7824version = "0.1.0"
 7825dependencies = [
 7826 "console_error_panic_hook",
 7827 "gpui",
 7828 "gpui_linux",
 7829 "gpui_macos",
 7830 "gpui_web",
 7831 "gpui_windows",
 7832]
 7833
 7834[[package]]
 7835name = "gpui_shared_string"
 7836version = "0.1.0"
 7837dependencies = [
 7838 "derive_more",
 7839 "gpui_util",
 7840 "schemars 1.0.4",
 7841 "serde",
 7842]
 7843
 7844[[package]]
 7845name = "gpui_tokio"
 7846version = "0.1.0"
 7847dependencies = [
 7848 "anyhow",
 7849 "gpui",
 7850 "tokio",
 7851 "util",
 7852]
 7853
 7854[[package]]
 7855name = "gpui_util"
 7856version = "0.1.0"
 7857dependencies = [
 7858 "anyhow",
 7859 "log",
 7860]
 7861
 7862[[package]]
 7863name = "gpui_web"
 7864version = "0.1.0"
 7865dependencies = [
 7866 "anyhow",
 7867 "console_error_panic_hook",
 7868 "futures 0.3.32",
 7869 "gpui",
 7870 "gpui_wgpu",
 7871 "http_client",
 7872 "js-sys",
 7873 "log",
 7874 "parking_lot",
 7875 "raw-window-handle",
 7876 "smallvec",
 7877 "uuid",
 7878 "wasm-bindgen",
 7879 "wasm-bindgen-futures",
 7880 "wasm_thread",
 7881 "web-sys",
 7882 "web-time",
 7883]
 7884
 7885[[package]]
 7886name = "gpui_wgpu"
 7887version = "0.1.0"
 7888dependencies = [
 7889 "anyhow",
 7890 "bytemuck",
 7891 "collections",
 7892 "cosmic-text",
 7893 "etagere",
 7894 "gpui",
 7895 "gpui_util",
 7896 "itertools 0.14.0",
 7897 "js-sys",
 7898 "log",
 7899 "parking_lot",
 7900 "pollster 0.4.0",
 7901 "profiling",
 7902 "raw-window-handle",
 7903 "smallvec",
 7904 "swash",
 7905 "wasm-bindgen",
 7906 "wasm-bindgen-futures",
 7907 "web-sys",
 7908 "wgpu",
 7909 "zed-font-kit",
 7910]
 7911
 7912[[package]]
 7913name = "gpui_windows"
 7914version = "0.1.0"
 7915dependencies = [
 7916 "anyhow",
 7917 "collections",
 7918 "etagere",
 7919 "futures 0.3.32",
 7920 "gpui",
 7921 "image",
 7922 "itertools 0.14.0",
 7923 "log",
 7924 "parking_lot",
 7925 "rand 0.9.3",
 7926 "raw-window-handle",
 7927 "smallvec",
 7928 "util",
 7929 "uuid",
 7930 "windows 0.61.3",
 7931 "windows-core 0.61.2",
 7932 "windows-numerics 0.2.0",
 7933 "windows-registry 0.5.3",
 7934 "zed-scap",
 7935]
 7936
 7937[[package]]
 7938name = "grammars"
 7939version = "0.1.0"
 7940dependencies = [
 7941 "anyhow",
 7942 "language_core",
 7943 "rust-embed",
 7944 "toml 0.8.23",
 7945 "tree-sitter",
 7946 "tree-sitter-bash",
 7947 "tree-sitter-c",
 7948 "tree-sitter-cpp",
 7949 "tree-sitter-css",
 7950 "tree-sitter-diff",
 7951 "tree-sitter-gitcommit",
 7952 "tree-sitter-go",
 7953 "tree-sitter-gomod",
 7954 "tree-sitter-gowork",
 7955 "tree-sitter-jsdoc",
 7956 "tree-sitter-json",
 7957 "tree-sitter-md",
 7958 "tree-sitter-python",
 7959 "tree-sitter-regex",
 7960 "tree-sitter-rust",
 7961 "tree-sitter-typescript",
 7962 "tree-sitter-yaml",
 7963 "util",
 7964]
 7965
 7966[[package]]
 7967name = "grid"
 7968version = "0.18.0"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7971
 7972[[package]]
 7973name = "group"
 7974version = "0.12.1"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7977dependencies = [
 7978 "ff",
 7979 "rand_core 0.6.4",
 7980 "subtle",
 7981]
 7982
 7983[[package]]
 7984name = "h2"
 7985version = "0.3.27"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7988dependencies = [
 7989 "bytes 1.11.1",
 7990 "fnv",
 7991 "futures-core",
 7992 "futures-sink",
 7993 "futures-util",
 7994 "http 0.2.12",
 7995 "indexmap 2.11.4",
 7996 "slab",
 7997 "tokio",
 7998 "tokio-util",
 7999 "tracing",
 8000]
 8001
 8002[[package]]
 8003name = "h2"
 8004version = "0.4.12"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 8007dependencies = [
 8008 "atomic-waker",
 8009 "bytes 1.11.1",
 8010 "fnv",
 8011 "futures-core",
 8012 "futures-sink",
 8013 "http 1.3.1",
 8014 "indexmap 2.11.4",
 8015 "slab",
 8016 "tokio",
 8017 "tokio-util",
 8018 "tracing",
 8019]
 8020
 8021[[package]]
 8022name = "half"
 8023version = "2.7.1"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 8026dependencies = [
 8027 "bytemuck",
 8028 "cfg-if",
 8029 "crunchy",
 8030 "num-traits",
 8031 "rand 0.9.3",
 8032 "rand_distr",
 8033 "zerocopy",
 8034]
 8035
 8036[[package]]
 8037name = "handlebars"
 8038version = "4.5.0"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 8041dependencies = [
 8042 "log",
 8043 "pest",
 8044 "pest_derive",
 8045 "rust-embed",
 8046 "serde",
 8047 "serde_json",
 8048 "thiserror 1.0.69",
 8049]
 8050
 8051[[package]]
 8052name = "handlebars"
 8053version = "5.1.2"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8056dependencies = [
 8057 "log",
 8058 "pest",
 8059 "pest_derive",
 8060 "serde",
 8061 "serde_json",
 8062 "thiserror 1.0.69",
 8063]
 8064
 8065[[package]]
 8066name = "harfrust"
 8067version = "0.5.0"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8070dependencies = [
 8071 "bitflags 2.10.0",
 8072 "bytemuck",
 8073 "core_maths",
 8074 "read-fonts 0.37.0",
 8075 "smallvec",
 8076]
 8077
 8078[[package]]
 8079name = "hash32"
 8080version = "0.3.1"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8083dependencies = [
 8084 "byteorder",
 8085]
 8086
 8087[[package]]
 8088name = "hashbrown"
 8089version = "0.12.3"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8092dependencies = [
 8093 "ahash 0.7.8",
 8094]
 8095
 8096[[package]]
 8097name = "hashbrown"
 8098version = "0.14.5"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8101dependencies = [
 8102 "ahash 0.8.12",
 8103 "allocator-api2",
 8104]
 8105
 8106[[package]]
 8107name = "hashbrown"
 8108version = "0.15.5"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8111dependencies = [
 8112 "allocator-api2",
 8113 "equivalent",
 8114 "foldhash 0.1.5",
 8115 "serde",
 8116]
 8117
 8118[[package]]
 8119name = "hashbrown"
 8120version = "0.16.1"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8123dependencies = [
 8124 "allocator-api2",
 8125 "equivalent",
 8126 "foldhash 0.2.0",
 8127]
 8128
 8129[[package]]
 8130name = "hashlink"
 8131version = "0.8.4"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8134dependencies = [
 8135 "hashbrown 0.14.5",
 8136]
 8137
 8138[[package]]
 8139name = "hashlink"
 8140version = "0.10.0"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8143dependencies = [
 8144 "hashbrown 0.15.5",
 8145]
 8146
 8147[[package]]
 8148name = "hdrhistogram"
 8149version = "7.5.4"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8152dependencies = [
 8153 "base64 0.21.7",
 8154 "byteorder",
 8155 "crossbeam-channel",
 8156 "flate2",
 8157 "nom 7.1.3",
 8158 "num-traits",
 8159]
 8160
 8161[[package]]
 8162name = "headers"
 8163version = "0.3.9"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8166dependencies = [
 8167 "base64 0.21.7",
 8168 "bytes 1.11.1",
 8169 "headers-core",
 8170 "http 0.2.12",
 8171 "httpdate",
 8172 "mime",
 8173 "sha1",
 8174]
 8175
 8176[[package]]
 8177name = "headers-core"
 8178version = "0.2.0"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8181dependencies = [
 8182 "http 0.2.12",
 8183]
 8184
 8185[[package]]
 8186name = "heapless"
 8187version = "0.9.2"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8190dependencies = [
 8191 "hash32",
 8192 "stable_deref_trait",
 8193]
 8194
 8195[[package]]
 8196name = "heck"
 8197version = "0.3.3"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8200dependencies = [
 8201 "unicode-segmentation",
 8202]
 8203
 8204[[package]]
 8205name = "heck"
 8206version = "0.4.1"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8209dependencies = [
 8210 "unicode-segmentation",
 8211]
 8212
 8213[[package]]
 8214name = "heck"
 8215version = "0.5.0"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8218
 8219[[package]]
 8220name = "heed"
 8221version = "0.21.0"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8224dependencies = [
 8225 "bitflags 2.10.0",
 8226 "byteorder",
 8227 "heed-traits",
 8228 "heed-types",
 8229 "libc",
 8230 "lmdb-master-sys",
 8231 "once_cell",
 8232 "page_size",
 8233 "serde",
 8234 "synchronoise",
 8235 "url",
 8236]
 8237
 8238[[package]]
 8239name = "heed-traits"
 8240version = "0.20.0"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8243
 8244[[package]]
 8245name = "heed-types"
 8246version = "0.21.0"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8249dependencies = [
 8250 "bincode",
 8251 "byteorder",
 8252 "heed-traits",
 8253 "serde",
 8254 "serde_json",
 8255]
 8256
 8257[[package]]
 8258name = "hermit-abi"
 8259version = "0.5.2"
 8260source = "registry+https://github.com/rust-lang/crates.io-index"
 8261checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8262
 8263[[package]]
 8264name = "hex"
 8265version = "0.4.3"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8268
 8269[[package]]
 8270name = "hexf-parse"
 8271version = "0.2.1"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8274
 8275[[package]]
 8276name = "hkdf"
 8277version = "0.12.4"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8280dependencies = [
 8281 "hmac",
 8282]
 8283
 8284[[package]]
 8285name = "hmac"
 8286version = "0.12.1"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8289dependencies = [
 8290 "digest",
 8291]
 8292
 8293[[package]]
 8294name = "home"
 8295version = "0.5.11"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8298dependencies = [
 8299 "windows-sys 0.59.0",
 8300]
 8301
 8302[[package]]
 8303name = "hound"
 8304version = "3.5.1"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8307
 8308[[package]]
 8309name = "html5ever"
 8310version = "0.27.0"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8313dependencies = [
 8314 "log",
 8315 "mac",
 8316 "markup5ever 0.12.1",
 8317 "proc-macro2",
 8318 "quote",
 8319 "syn 2.0.117",
 8320]
 8321
 8322[[package]]
 8323name = "html5ever"
 8324version = "0.35.0"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8327dependencies = [
 8328 "log",
 8329 "markup5ever 0.35.0",
 8330 "match_token",
 8331]
 8332
 8333[[package]]
 8334name = "html_to_markdown"
 8335version = "0.1.0"
 8336dependencies = [
 8337 "anyhow",
 8338 "html5ever 0.27.0",
 8339 "indoc",
 8340 "markup5ever_rcdom",
 8341 "pretty_assertions",
 8342 "regex",
 8343]
 8344
 8345[[package]]
 8346name = "http"
 8347version = "0.2.12"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8350dependencies = [
 8351 "bytes 1.11.1",
 8352 "fnv",
 8353 "itoa",
 8354]
 8355
 8356[[package]]
 8357name = "http"
 8358version = "1.3.1"
 8359source = "registry+https://github.com/rust-lang/crates.io-index"
 8360checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8361dependencies = [
 8362 "bytes 1.11.1",
 8363 "fnv",
 8364 "itoa",
 8365]
 8366
 8367[[package]]
 8368name = "http-body"
 8369version = "0.4.6"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8372dependencies = [
 8373 "bytes 1.11.1",
 8374 "http 0.2.12",
 8375 "pin-project-lite",
 8376]
 8377
 8378[[package]]
 8379name = "http-body"
 8380version = "1.0.1"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8383dependencies = [
 8384 "bytes 1.11.1",
 8385 "http 1.3.1",
 8386]
 8387
 8388[[package]]
 8389name = "http-body-util"
 8390version = "0.1.3"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8393dependencies = [
 8394 "bytes 1.11.1",
 8395 "futures-core",
 8396 "http 1.3.1",
 8397 "http-body 1.0.1",
 8398 "pin-project-lite",
 8399]
 8400
 8401[[package]]
 8402name = "http-range-header"
 8403version = "0.3.1"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8406
 8407[[package]]
 8408name = "http_client"
 8409version = "0.1.0"
 8410dependencies = [
 8411 "anyhow",
 8412 "async-compression",
 8413 "async-fs",
 8414 "async-tar",
 8415 "bytes 1.11.1",
 8416 "derive_more",
 8417 "futures 0.3.32",
 8418 "http 1.3.1",
 8419 "http-body 1.0.1",
 8420 "log",
 8421 "parking_lot",
 8422 "serde",
 8423 "serde_json",
 8424 "serde_urlencoded",
 8425 "sha2",
 8426 "tempfile",
 8427 "url",
 8428 "util",
 8429]
 8430
 8431[[package]]
 8432name = "http_client_tls"
 8433version = "0.1.0"
 8434dependencies = [
 8435 "rustls 0.23.33",
 8436 "rustls-platform-verifier",
 8437]
 8438
 8439[[package]]
 8440name = "httparse"
 8441version = "1.10.1"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8444
 8445[[package]]
 8446name = "httpdate"
 8447version = "1.0.3"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8450
 8451[[package]]
 8452name = "human_bytes"
 8453version = "0.4.3"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8456
 8457[[package]]
 8458name = "humantime"
 8459version = "2.3.0"
 8460source = "registry+https://github.com/rust-lang/crates.io-index"
 8461checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8462
 8463[[package]]
 8464name = "hyper"
 8465version = "0.14.32"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8468dependencies = [
 8469 "bytes 1.11.1",
 8470 "futures-channel",
 8471 "futures-core",
 8472 "futures-util",
 8473 "h2 0.3.27",
 8474 "http 0.2.12",
 8475 "http-body 0.4.6",
 8476 "httparse",
 8477 "httpdate",
 8478 "itoa",
 8479 "pin-project-lite",
 8480 "socket2 0.5.10",
 8481 "tokio",
 8482 "tower-service",
 8483 "tracing",
 8484 "want",
 8485]
 8486
 8487[[package]]
 8488name = "hyper"
 8489version = "1.7.0"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8492dependencies = [
 8493 "atomic-waker",
 8494 "bytes 1.11.1",
 8495 "futures-channel",
 8496 "futures-core",
 8497 "h2 0.4.12",
 8498 "http 1.3.1",
 8499 "http-body 1.0.1",
 8500 "httparse",
 8501 "itoa",
 8502 "pin-project-lite",
 8503 "pin-utils",
 8504 "smallvec",
 8505 "tokio",
 8506 "want",
 8507]
 8508
 8509[[package]]
 8510name = "hyper-rustls"
 8511version = "0.24.2"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8514dependencies = [
 8515 "futures-util",
 8516 "http 0.2.12",
 8517 "hyper 0.14.32",
 8518 "log",
 8519 "rustls 0.21.12",
 8520 "rustls-native-certs 0.6.3",
 8521 "tokio",
 8522 "tokio-rustls 0.24.1",
 8523]
 8524
 8525[[package]]
 8526name = "hyper-rustls"
 8527version = "0.27.7"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8530dependencies = [
 8531 "http 1.3.1",
 8532 "hyper 1.7.0",
 8533 "hyper-util",
 8534 "log",
 8535 "rustls 0.23.33",
 8536 "rustls-native-certs 0.8.2",
 8537 "rustls-pki-types",
 8538 "tokio",
 8539 "tokio-rustls 0.26.2",
 8540 "tower-service",
 8541]
 8542
 8543[[package]]
 8544name = "hyper-timeout"
 8545version = "0.5.2"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8548dependencies = [
 8549 "hyper 1.7.0",
 8550 "hyper-util",
 8551 "pin-project-lite",
 8552 "tokio",
 8553 "tower-service",
 8554]
 8555
 8556[[package]]
 8557name = "hyper-tls"
 8558version = "0.5.0"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8561dependencies = [
 8562 "bytes 1.11.1",
 8563 "hyper 0.14.32",
 8564 "native-tls",
 8565 "tokio",
 8566 "tokio-native-tls",
 8567]
 8568
 8569[[package]]
 8570name = "hyper-util"
 8571version = "0.1.17"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8574dependencies = [
 8575 "base64 0.22.1",
 8576 "bytes 1.11.1",
 8577 "futures-channel",
 8578 "futures-core",
 8579 "futures-util",
 8580 "http 1.3.1",
 8581 "http-body 1.0.1",
 8582 "hyper 1.7.0",
 8583 "ipnet",
 8584 "libc",
 8585 "percent-encoding",
 8586 "pin-project-lite",
 8587 "socket2 0.6.1",
 8588 "tokio",
 8589 "tower-service",
 8590 "tracing",
 8591]
 8592
 8593[[package]]
 8594name = "iana-time-zone"
 8595version = "0.1.64"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8598dependencies = [
 8599 "android_system_properties",
 8600 "core-foundation-sys",
 8601 "iana-time-zone-haiku",
 8602 "js-sys",
 8603 "log",
 8604 "wasm-bindgen",
 8605 "windows-core 0.62.2",
 8606]
 8607
 8608[[package]]
 8609name = "iana-time-zone-haiku"
 8610version = "0.1.2"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8613dependencies = [
 8614 "cc",
 8615]
 8616
 8617[[package]]
 8618name = "icons"
 8619version = "0.1.0"
 8620dependencies = [
 8621 "serde",
 8622 "strum 0.27.2",
 8623]
 8624
 8625[[package]]
 8626name = "icu_collections"
 8627version = "2.0.0"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8630dependencies = [
 8631 "displaydoc",
 8632 "potential_utf",
 8633 "yoke 0.8.0",
 8634 "zerofrom",
 8635 "zerovec",
 8636]
 8637
 8638[[package]]
 8639name = "icu_locale_core"
 8640version = "2.0.0"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8643dependencies = [
 8644 "displaydoc",
 8645 "litemap",
 8646 "tinystr",
 8647 "writeable",
 8648 "zerovec",
 8649]
 8650
 8651[[package]]
 8652name = "icu_normalizer"
 8653version = "2.0.0"
 8654source = "registry+https://github.com/rust-lang/crates.io-index"
 8655checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8656dependencies = [
 8657 "displaydoc",
 8658 "icu_collections",
 8659 "icu_normalizer_data",
 8660 "icu_properties",
 8661 "icu_provider",
 8662 "smallvec",
 8663 "zerovec",
 8664]
 8665
 8666[[package]]
 8667name = "icu_normalizer_data"
 8668version = "2.0.0"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8671
 8672[[package]]
 8673name = "icu_properties"
 8674version = "2.0.1"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8677dependencies = [
 8678 "displaydoc",
 8679 "icu_collections",
 8680 "icu_locale_core",
 8681 "icu_properties_data",
 8682 "icu_provider",
 8683 "potential_utf",
 8684 "zerotrie",
 8685 "zerovec",
 8686]
 8687
 8688[[package]]
 8689name = "icu_properties_data"
 8690version = "2.0.1"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8693
 8694[[package]]
 8695name = "icu_provider"
 8696version = "2.0.0"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8699dependencies = [
 8700 "displaydoc",
 8701 "icu_locale_core",
 8702 "stable_deref_trait",
 8703 "tinystr",
 8704 "writeable",
 8705 "yoke 0.8.0",
 8706 "zerofrom",
 8707 "zerotrie",
 8708 "zerovec",
 8709]
 8710
 8711[[package]]
 8712name = "id-arena"
 8713version = "2.2.1"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8716
 8717[[package]]
 8718name = "ident_case"
 8719version = "1.0.1"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8722
 8723[[package]]
 8724name = "idna"
 8725version = "1.1.0"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8728dependencies = [
 8729 "idna_adapter",
 8730 "smallvec",
 8731 "utf8_iter",
 8732]
 8733
 8734[[package]]
 8735name = "idna_adapter"
 8736version = "1.2.1"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8739dependencies = [
 8740 "icu_normalizer",
 8741 "icu_properties",
 8742]
 8743
 8744[[package]]
 8745name = "ignore"
 8746version = "0.4.24"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8749dependencies = [
 8750 "crossbeam-deque",
 8751 "globset",
 8752 "log",
 8753 "memchr",
 8754 "regex-automata",
 8755 "same-file",
 8756 "walkdir",
 8757 "winapi-util",
 8758]
 8759
 8760[[package]]
 8761name = "image"
 8762version = "0.25.10"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8765dependencies = [
 8766 "bytemuck",
 8767 "byteorder-lite",
 8768 "color_quant",
 8769 "exr",
 8770 "gif 0.14.2",
 8771 "image-webp",
 8772 "moxcms",
 8773 "num-traits",
 8774 "png 0.18.0",
 8775 "qoi",
 8776 "ravif",
 8777 "rayon",
 8778 "rgb",
 8779 "tiff",
 8780 "zune-core 0.5.1",
 8781 "zune-jpeg 0.5.15",
 8782]
 8783
 8784[[package]]
 8785name = "image-webp"
 8786version = "0.2.4"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8789dependencies = [
 8790 "byteorder-lite",
 8791 "quick-error 2.0.1",
 8792]
 8793
 8794[[package]]
 8795name = "image_viewer"
 8796version = "0.1.0"
 8797dependencies = [
 8798 "anyhow",
 8799 "db",
 8800 "editor",
 8801 "file_icons",
 8802 "gpui",
 8803 "language",
 8804 "log",
 8805 "project",
 8806 "serde",
 8807 "settings",
 8808 "theme_settings",
 8809 "ui",
 8810 "util",
 8811 "workspace",
 8812]
 8813
 8814[[package]]
 8815name = "imagesize"
 8816version = "0.13.0"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8819
 8820[[package]]
 8821name = "imara-diff"
 8822version = "0.1.8"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8825dependencies = [
 8826 "hashbrown 0.15.5",
 8827]
 8828
 8829[[package]]
 8830name = "imgref"
 8831version = "1.12.0"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8834
 8835[[package]]
 8836name = "indenter"
 8837version = "0.3.4"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8840
 8841[[package]]
 8842name = "indexmap"
 8843version = "1.9.3"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8846dependencies = [
 8847 "autocfg",
 8848 "hashbrown 0.12.3",
 8849 "serde",
 8850]
 8851
 8852[[package]]
 8853name = "indexmap"
 8854version = "2.11.4"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8857dependencies = [
 8858 "equivalent",
 8859 "hashbrown 0.16.1",
 8860 "serde",
 8861 "serde_core",
 8862]
 8863
 8864[[package]]
 8865name = "indoc"
 8866version = "2.0.6"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8869
 8870[[package]]
 8871name = "inherent"
 8872version = "1.0.13"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8875dependencies = [
 8876 "proc-macro2",
 8877 "quote",
 8878 "syn 2.0.117",
 8879]
 8880
 8881[[package]]
 8882name = "inotify"
 8883version = "0.9.6"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8886dependencies = [
 8887 "bitflags 1.3.2",
 8888 "inotify-sys",
 8889 "libc",
 8890]
 8891
 8892[[package]]
 8893name = "inotify"
 8894version = "0.11.0"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8897dependencies = [
 8898 "bitflags 2.10.0",
 8899 "inotify-sys",
 8900 "libc",
 8901]
 8902
 8903[[package]]
 8904name = "inotify-sys"
 8905version = "0.1.5"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8908dependencies = [
 8909 "libc",
 8910]
 8911
 8912[[package]]
 8913name = "inout"
 8914version = "0.1.4"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8917dependencies = [
 8918 "block-padding",
 8919 "generic-array",
 8920]
 8921
 8922[[package]]
 8923name = "input_latency_ui"
 8924version = "0.1.0"
 8925dependencies = [
 8926 "chrono",
 8927 "collections",
 8928 "gpui",
 8929 "hdrhistogram",
 8930 "telemetry",
 8931]
 8932
 8933[[package]]
 8934name = "inspector_ui"
 8935version = "0.1.0"
 8936dependencies = [
 8937 "anyhow",
 8938 "command_palette_hooks",
 8939 "editor",
 8940 "fuzzy",
 8941 "gpui",
 8942 "language",
 8943 "project",
 8944 "serde_json",
 8945 "serde_json_lenient",
 8946 "theme_settings",
 8947 "ui",
 8948 "util",
 8949 "util_macros",
 8950 "workspace",
 8951 "zed_actions",
 8952]
 8953
 8954[[package]]
 8955name = "install_cli"
 8956version = "0.1.0"
 8957dependencies = [
 8958 "anyhow",
 8959 "client",
 8960 "gpui",
 8961 "release_channel",
 8962 "smol",
 8963 "util",
 8964 "workspace",
 8965]
 8966
 8967[[package]]
 8968name = "instant"
 8969version = "0.1.13"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8972dependencies = [
 8973 "cfg-if",
 8974]
 8975
 8976[[package]]
 8977name = "interpolate_name"
 8978version = "0.2.4"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8981dependencies = [
 8982 "proc-macro2",
 8983 "quote",
 8984 "syn 2.0.117",
 8985]
 8986
 8987[[package]]
 8988name = "inventory"
 8989version = "0.3.21"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8992dependencies = [
 8993 "rustversion",
 8994]
 8995
 8996[[package]]
 8997name = "io-extras"
 8998version = "0.18.4"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 9001dependencies = [
 9002 "io-lifetimes",
 9003 "windows-sys 0.59.0",
 9004]
 9005
 9006[[package]]
 9007name = "io-lifetimes"
 9008version = "2.0.4"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 9011
 9012[[package]]
 9013name = "io-surface"
 9014version = "0.16.1"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 9017dependencies = [
 9018 "cgl",
 9019 "core-foundation 0.10.0",
 9020 "core-foundation-sys",
 9021 "leaky-cow",
 9022]
 9023
 9024[[package]]
 9025name = "iovec"
 9026version = "0.1.4"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 9029dependencies = [
 9030 "libc",
 9031]
 9032
 9033[[package]]
 9034name = "ipc-channel"
 9035version = "0.19.0"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 9038dependencies = [
 9039 "bincode",
 9040 "crossbeam-channel",
 9041 "fnv",
 9042 "lazy_static",
 9043 "libc",
 9044 "mio 1.1.0",
 9045 "rand 0.8.5",
 9046 "serde",
 9047 "tempfile",
 9048 "uuid",
 9049 "windows 0.58.0",
 9050]
 9051
 9052[[package]]
 9053name = "ipnet"
 9054version = "2.11.0"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 9057
 9058[[package]]
 9059name = "iri-string"
 9060version = "0.7.8"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 9063dependencies = [
 9064 "memchr",
 9065 "serde",
 9066]
 9067
 9068[[package]]
 9069name = "is-docker"
 9070version = "0.2.0"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 9073dependencies = [
 9074 "once_cell",
 9075]
 9076
 9077[[package]]
 9078name = "is-terminal"
 9079version = "0.4.16"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 9082dependencies = [
 9083 "hermit-abi",
 9084 "libc",
 9085 "windows-sys 0.59.0",
 9086]
 9087
 9088[[package]]
 9089name = "is-wsl"
 9090version = "0.4.0"
 9091source = "registry+https://github.com/rust-lang/crates.io-index"
 9092checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9093dependencies = [
 9094 "is-docker",
 9095 "once_cell",
 9096]
 9097
 9098[[package]]
 9099name = "is_executable"
 9100version = "1.0.5"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9103dependencies = [
 9104 "windows-sys 0.60.2",
 9105]
 9106
 9107[[package]]
 9108name = "is_terminal_polyfill"
 9109version = "1.70.1"
 9110source = "registry+https://github.com/rust-lang/crates.io-index"
 9111checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9112
 9113[[package]]
 9114name = "itertools"
 9115version = "0.10.5"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9118dependencies = [
 9119 "either",
 9120]
 9121
 9122[[package]]
 9123name = "itertools"
 9124version = "0.11.0"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9127dependencies = [
 9128 "either",
 9129]
 9130
 9131[[package]]
 9132name = "itertools"
 9133version = "0.14.0"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9136dependencies = [
 9137 "either",
 9138]
 9139
 9140[[package]]
 9141name = "itoa"
 9142version = "1.0.15"
 9143source = "registry+https://github.com/rust-lang/crates.io-index"
 9144checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9145
 9146[[package]]
 9147name = "jiff"
 9148version = "0.2.15"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9151dependencies = [
 9152 "jiff-static",
 9153 "log",
 9154 "portable-atomic",
 9155 "portable-atomic-util",
 9156 "serde",
 9157]
 9158
 9159[[package]]
 9160name = "jiff-static"
 9161version = "0.2.15"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9164dependencies = [
 9165 "proc-macro2",
 9166 "quote",
 9167 "syn 2.0.117",
 9168]
 9169
 9170[[package]]
 9171name = "jni"
 9172version = "0.21.1"
 9173source = "registry+https://github.com/rust-lang/crates.io-index"
 9174checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9175dependencies = [
 9176 "cesu8",
 9177 "cfg-if",
 9178 "combine",
 9179 "jni-sys",
 9180 "log",
 9181 "thiserror 1.0.69",
 9182 "walkdir",
 9183 "windows-sys 0.45.0",
 9184]
 9185
 9186[[package]]
 9187name = "jni-sys"
 9188version = "0.3.0"
 9189source = "registry+https://github.com/rust-lang/crates.io-index"
 9190checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9191
 9192[[package]]
 9193name = "jobserver"
 9194version = "0.1.34"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9197dependencies = [
 9198 "getrandom 0.3.4",
 9199 "libc",
 9200]
 9201
 9202[[package]]
 9203name = "journal"
 9204version = "0.1.0"
 9205dependencies = [
 9206 "anyhow",
 9207 "chrono",
 9208 "editor",
 9209 "gpui",
 9210 "log",
 9211 "serde",
 9212 "settings",
 9213 "shellexpand",
 9214 "workspace",
 9215]
 9216
 9217[[package]]
 9218name = "js-sys"
 9219version = "0.3.90"
 9220source = "registry+https://github.com/rust-lang/crates.io-index"
 9221checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9222dependencies = [
 9223 "once_cell",
 9224 "wasm-bindgen",
 9225]
 9226
 9227[[package]]
 9228name = "json5"
 9229version = "0.4.1"
 9230source = "registry+https://github.com/rust-lang/crates.io-index"
 9231checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9232dependencies = [
 9233 "pest",
 9234 "pest_derive",
 9235 "serde",
 9236]
 9237
 9238[[package]]
 9239name = "json_dotpath"
 9240version = "1.1.0"
 9241source = "registry+https://github.com/rust-lang/crates.io-index"
 9242checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9243dependencies = [
 9244 "serde",
 9245 "serde_derive",
 9246 "serde_json",
 9247 "thiserror 1.0.69",
 9248]
 9249
 9250[[package]]
 9251name = "json_schema_store"
 9252version = "0.1.0"
 9253dependencies = [
 9254 "anyhow",
 9255 "collections",
 9256 "dap",
 9257 "extension",
 9258 "feature_flags",
 9259 "gpui",
 9260 "language",
 9261 "parking_lot",
 9262 "paths",
 9263 "project",
 9264 "schemars 1.0.4",
 9265 "serde",
 9266 "serde_json",
 9267 "settings",
 9268 "snippet_provider",
 9269 "task",
 9270 "theme",
 9271 "util",
 9272]
 9273
 9274[[package]]
 9275name = "jsonrpcmsg"
 9276version = "0.1.2"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "6d833a15225c779251e13929203518c2ff26e2fe0f322d584b213f4f4dad37bd"
 9279dependencies = [
 9280 "serde",
 9281 "serde_json",
 9282]
 9283
 9284[[package]]
 9285name = "jsonschema"
 9286version = "0.37.4"
 9287source = "registry+https://github.com/rust-lang/crates.io-index"
 9288checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9289dependencies = [
 9290 "ahash 0.8.12",
 9291 "bytecount",
 9292 "data-encoding",
 9293 "email_address",
 9294 "fancy-regex 0.16.2",
 9295 "fraction",
 9296 "getrandom 0.3.4",
 9297 "idna",
 9298 "itoa",
 9299 "num-cmp",
 9300 "num-traits",
 9301 "percent-encoding",
 9302 "referencing",
 9303 "regex",
 9304 "regex-syntax",
 9305 "reqwest 0.12.24",
 9306 "serde",
 9307 "serde_json",
 9308 "unicode-general-category",
 9309 "uuid-simd",
 9310]
 9311
 9312[[package]]
 9313name = "jsonwebtoken"
 9314version = "10.3.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9317dependencies = [
 9318 "aws-lc-rs",
 9319 "base64 0.22.1",
 9320 "getrandom 0.2.16",
 9321 "js-sys",
 9322 "pem",
 9323 "serde",
 9324 "serde_json",
 9325 "signature 2.2.0",
 9326 "simple_asn1",
 9327]
 9328
 9329[[package]]
 9330name = "jupyter-protocol"
 9331version = "1.4.0"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9334dependencies = [
 9335 "async-trait",
 9336 "bytes 1.11.1",
 9337 "chrono",
 9338 "futures 0.3.32",
 9339 "serde",
 9340 "serde_json",
 9341 "thiserror 2.0.17",
 9342 "uuid",
 9343]
 9344
 9345[[package]]
 9346name = "jupyter-websocket-client"
 9347version = "1.1.0"
 9348source = "registry+https://github.com/rust-lang/crates.io-index"
 9349checksum = "7c2ae4d8d5344f69bf9734b264e969c2139e30e932ce9b6455de9f65663ed614"
 9350dependencies = [
 9351 "anyhow",
 9352 "async-trait",
 9353 "async-tungstenite",
 9354 "bytes 1.11.1",
 9355 "futures 0.3.32",
 9356 "jupyter-protocol",
 9357 "serde",
 9358 "serde_json",
 9359 "tokio",
 9360 "url",
 9361 "uuid",
 9362]
 9363
 9364[[package]]
 9365name = "keymap_editor"
 9366version = "0.1.0"
 9367dependencies = [
 9368 "anyhow",
 9369 "collections",
 9370 "command_palette",
 9371 "component",
 9372 "db",
 9373 "editor",
 9374 "fs",
 9375 "fuzzy",
 9376 "gpui",
 9377 "itertools 0.14.0",
 9378 "json_schema_store",
 9379 "language",
 9380 "log",
 9381 "menu",
 9382 "notifications",
 9383 "paths",
 9384 "project",
 9385 "search",
 9386 "serde",
 9387 "serde_json",
 9388 "settings",
 9389 "telemetry",
 9390 "tempfile",
 9391 "theme",
 9392 "theme_settings",
 9393 "tree-sitter-json",
 9394 "tree-sitter-rust",
 9395 "ui",
 9396 "ui_input",
 9397 "util",
 9398 "workspace",
 9399 "zed_actions",
 9400]
 9401
 9402[[package]]
 9403name = "khronos-egl"
 9404version = "6.0.0"
 9405source = "registry+https://github.com/rust-lang/crates.io-index"
 9406checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9407dependencies = [
 9408 "libc",
 9409 "libloading",
 9410 "pkg-config",
 9411]
 9412
 9413[[package]]
 9414name = "khronos_api"
 9415version = "3.1.0"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9418
 9419[[package]]
 9420name = "kqueue"
 9421version = "1.1.1"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9424dependencies = [
 9425 "kqueue-sys",
 9426 "libc",
 9427]
 9428
 9429[[package]]
 9430name = "kqueue-sys"
 9431version = "1.0.4"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9434dependencies = [
 9435 "bitflags 1.3.2",
 9436 "libc",
 9437]
 9438
 9439[[package]]
 9440name = "kurbo"
 9441version = "0.11.3"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9444dependencies = [
 9445 "arrayvec",
 9446 "euclid",
 9447 "smallvec",
 9448]
 9449
 9450[[package]]
 9451name = "kv-log-macro"
 9452version = "1.0.7"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9455dependencies = [
 9456 "log",
 9457]
 9458
 9459[[package]]
 9460name = "language"
 9461version = "0.1.0"
 9462dependencies = [
 9463 "anyhow",
 9464 "async-trait",
 9465 "clock",
 9466 "collections",
 9467 "criterion",
 9468 "ctor",
 9469 "diffy",
 9470 "ec4rs",
 9471 "encoding_rs",
 9472 "fs",
 9473 "futures 0.3.32",
 9474 "fuzzy",
 9475 "globset",
 9476 "gpui",
 9477 "http_client",
 9478 "imara-diff",
 9479 "indoc",
 9480 "itertools 0.14.0",
 9481 "language_core",
 9482 "log",
 9483 "lsp",
 9484 "parking_lot",
 9485 "postage",
 9486 "pretty_assertions",
 9487 "rand 0.9.3",
 9488 "regex",
 9489 "rpc",
 9490 "semver",
 9491 "serde",
 9492 "serde_json",
 9493 "settings",
 9494 "shellexpand",
 9495 "smallvec",
 9496 "smol",
 9497 "streaming-iterator",
 9498 "strsim",
 9499 "sum_tree",
 9500 "task",
 9501 "text",
 9502 "theme",
 9503 "theme_settings",
 9504 "toml 0.8.23",
 9505 "tracing",
 9506 "tree-sitter",
 9507 "tree-sitter-elixir",
 9508 "tree-sitter-embedded-template",
 9509 "tree-sitter-heex",
 9510 "tree-sitter-html",
 9511 "tree-sitter-json",
 9512 "tree-sitter-md",
 9513 "tree-sitter-python",
 9514 "tree-sitter-ruby",
 9515 "tree-sitter-rust",
 9516 "tree-sitter-typescript",
 9517 "unicase",
 9518 "unindent",
 9519 "util",
 9520 "watch",
 9521 "zlog",
 9522 "ztracing",
 9523]
 9524
 9525[[package]]
 9526name = "language_core"
 9527version = "0.1.0"
 9528dependencies = [
 9529 "anyhow",
 9530 "collections",
 9531 "gpui_shared_string",
 9532 "log",
 9533 "lsp",
 9534 "parking_lot",
 9535 "regex",
 9536 "schemars 1.0.4",
 9537 "serde",
 9538 "serde_json",
 9539 "toml 0.8.23",
 9540 "tree-sitter",
 9541 "util",
 9542]
 9543
 9544[[package]]
 9545name = "language_extension"
 9546version = "0.1.0"
 9547dependencies = [
 9548 "anyhow",
 9549 "async-trait",
 9550 "collections",
 9551 "extension",
 9552 "fs",
 9553 "futures 0.3.32",
 9554 "gpui",
 9555 "language",
 9556 "log",
 9557 "lsp",
 9558 "project",
 9559 "serde",
 9560 "serde_json",
 9561 "tracing",
 9562 "util",
 9563 "ztracing",
 9564]
 9565
 9566[[package]]
 9567name = "language_model"
 9568version = "0.1.0"
 9569dependencies = [
 9570 "anyhow",
 9571 "base64 0.22.1",
 9572 "collections",
 9573 "credentials_provider",
 9574 "env_var",
 9575 "futures 0.3.32",
 9576 "gpui",
 9577 "http_client",
 9578 "icons",
 9579 "image",
 9580 "language_model_core",
 9581 "log",
 9582 "parking_lot",
 9583 "serde",
 9584 "serde_json",
 9585 "thiserror 2.0.17",
 9586 "util",
 9587]
 9588
 9589[[package]]
 9590name = "language_model_core"
 9591version = "0.1.0"
 9592dependencies = [
 9593 "anyhow",
 9594 "cloud_llm_client",
 9595 "futures 0.3.32",
 9596 "gpui_shared_string",
 9597 "http_client",
 9598 "partial-json-fixer",
 9599 "schemars 1.0.4",
 9600 "serde",
 9601 "serde_json",
 9602 "smol",
 9603 "strum 0.27.2",
 9604 "thiserror 2.0.17",
 9605]
 9606
 9607[[package]]
 9608name = "language_models"
 9609version = "0.1.0"
 9610dependencies = [
 9611 "ai_onboarding",
 9612 "anthropic",
 9613 "anyhow",
 9614 "aws-config",
 9615 "aws-credential-types",
 9616 "aws_http_client",
 9617 "base64 0.22.1",
 9618 "bedrock",
 9619 "client",
 9620 "cloud_api_client",
 9621 "cloud_api_types",
 9622 "collections",
 9623 "component",
 9624 "convert_case 0.8.0",
 9625 "copilot",
 9626 "copilot_chat",
 9627 "copilot_ui",
 9628 "credentials_provider",
 9629 "deepseek",
 9630 "extension",
 9631 "extension_host",
 9632 "fs",
 9633 "futures 0.3.32",
 9634 "google_ai",
 9635 "gpui",
 9636 "gpui_tokio",
 9637 "http_client",
 9638 "language",
 9639 "language_model",
 9640 "language_models_cloud",
 9641 "lmstudio",
 9642 "log",
 9643 "menu",
 9644 "mistral",
 9645 "ollama",
 9646 "open_ai",
 9647 "open_router",
 9648 "opencode",
 9649 "pretty_assertions",
 9650 "release_channel",
 9651 "schemars 1.0.4",
 9652 "serde",
 9653 "serde_json",
 9654 "settings",
 9655 "smol",
 9656 "strum 0.27.2",
 9657 "tokio",
 9658 "ui",
 9659 "ui_input",
 9660 "util",
 9661 "vercel",
 9662 "x_ai",
 9663]
 9664
 9665[[package]]
 9666name = "language_models_cloud"
 9667version = "0.1.0"
 9668dependencies = [
 9669 "anthropic",
 9670 "anyhow",
 9671 "cloud_llm_client",
 9672 "futures 0.3.32",
 9673 "google_ai",
 9674 "gpui",
 9675 "http_client",
 9676 "language_model",
 9677 "open_ai",
 9678 "schemars 1.0.4",
 9679 "semver",
 9680 "serde",
 9681 "serde_json",
 9682 "smol",
 9683 "thiserror 2.0.17",
 9684]
 9685
 9686[[package]]
 9687name = "language_onboarding"
 9688version = "0.1.0"
 9689dependencies = [
 9690 "db",
 9691 "editor",
 9692 "gpui",
 9693 "project",
 9694 "ui",
 9695 "workspace",
 9696]
 9697
 9698[[package]]
 9699name = "language_selector"
 9700version = "0.1.0"
 9701dependencies = [
 9702 "anyhow",
 9703 "editor",
 9704 "file_icons",
 9705 "fuzzy",
 9706 "gpui",
 9707 "language",
 9708 "open_path_prompt",
 9709 "picker",
 9710 "project",
 9711 "serde_json",
 9712 "settings",
 9713 "ui",
 9714 "util",
 9715 "workspace",
 9716]
 9717
 9718[[package]]
 9719name = "language_tools"
 9720version = "0.1.0"
 9721dependencies = [
 9722 "anyhow",
 9723 "client",
 9724 "collections",
 9725 "command_palette_hooks",
 9726 "edit_prediction",
 9727 "editor",
 9728 "futures 0.3.32",
 9729 "gpui",
 9730 "itertools 0.14.0",
 9731 "language",
 9732 "lsp",
 9733 "menu",
 9734 "project",
 9735 "proto",
 9736 "release_channel",
 9737 "semver",
 9738 "serde_json",
 9739 "settings",
 9740 "sysinfo 0.37.2",
 9741 "telemetry",
 9742 "theme",
 9743 "theme_settings",
 9744 "tree-sitter",
 9745 "ui",
 9746 "util",
 9747 "workspace",
 9748 "zed_actions",
 9749 "zlog",
 9750]
 9751
 9752[[package]]
 9753name = "languages"
 9754version = "0.1.0"
 9755dependencies = [
 9756 "anyhow",
 9757 "async-compression",
 9758 "async-fs",
 9759 "async-tar",
 9760 "async-trait",
 9761 "chrono",
 9762 "collections",
 9763 "fs",
 9764 "futures 0.3.32",
 9765 "globset",
 9766 "gpui",
 9767 "grammars",
 9768 "http_client",
 9769 "itertools 0.14.0",
 9770 "json_schema_store",
 9771 "language",
 9772 "log",
 9773 "lsp",
 9774 "node_runtime",
 9775 "parking_lot",
 9776 "pet",
 9777 "pet-conda",
 9778 "pet-core",
 9779 "pet-fs",
 9780 "pet-poetry",
 9781 "pet-reporter",
 9782 "pet-virtualenv",
 9783 "pretty_assertions",
 9784 "project",
 9785 "regex",
 9786 "rope",
 9787 "semver",
 9788 "serde",
 9789 "serde_json",
 9790 "serde_json_lenient",
 9791 "settings",
 9792 "smallvec",
 9793 "smol",
 9794 "snippet",
 9795 "task",
 9796 "terminal",
 9797 "theme",
 9798 "tree-sitter",
 9799 "tree-sitter-bash",
 9800 "tree-sitter-c",
 9801 "tree-sitter-cpp",
 9802 "tree-sitter-css",
 9803 "tree-sitter-gitcommit",
 9804 "tree-sitter-go",
 9805 "tree-sitter-python",
 9806 "tree-sitter-rust",
 9807 "tree-sitter-typescript",
 9808 "unindent",
 9809 "url",
 9810 "util",
 9811]
 9812
 9813[[package]]
 9814name = "lazy_static"
 9815version = "1.5.0"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9818dependencies = [
 9819 "spin 0.9.8",
 9820]
 9821
 9822[[package]]
 9823name = "leak"
 9824version = "0.1.2"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9827
 9828[[package]]
 9829name = "leaky-cow"
 9830version = "0.1.1"
 9831source = "registry+https://github.com/rust-lang/crates.io-index"
 9832checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9833dependencies = [
 9834 "leak",
 9835]
 9836
 9837[[package]]
 9838name = "leb128"
 9839version = "0.2.5"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9842
 9843[[package]]
 9844name = "leb128fmt"
 9845version = "0.1.0"
 9846source = "registry+https://github.com/rust-lang/crates.io-index"
 9847checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9848
 9849[[package]]
 9850name = "lebe"
 9851version = "0.5.3"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9854
 9855[[package]]
 9856name = "libbz2-rs-sys"
 9857version = "0.2.2"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9860
 9861[[package]]
 9862name = "libc"
 9863version = "0.2.182"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9866
 9867[[package]]
 9868name = "libdbus-sys"
 9869version = "0.2.6"
 9870source = "registry+https://github.com/rust-lang/crates.io-index"
 9871checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9872dependencies = [
 9873 "cc",
 9874 "pkg-config",
 9875]
 9876
 9877[[package]]
 9878name = "libfuzzer-sys"
 9879version = "0.4.10"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9882dependencies = [
 9883 "arbitrary",
 9884 "cc",
 9885]
 9886
 9887[[package]]
 9888name = "libgit2-sys"
 9889version = "0.18.3+1.9.2"
 9890source = "registry+https://github.com/rust-lang/crates.io-index"
 9891checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9892dependencies = [
 9893 "cc",
 9894 "libc",
 9895 "libz-sys",
 9896 "pkg-config",
 9897]
 9898
 9899[[package]]
 9900name = "libloading"
 9901version = "0.8.9"
 9902source = "registry+https://github.com/rust-lang/crates.io-index"
 9903checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9904dependencies = [
 9905 "cfg-if",
 9906 "windows-link 0.2.1",
 9907]
 9908
 9909[[package]]
 9910name = "libm"
 9911version = "0.2.15"
 9912source = "registry+https://github.com/rust-lang/crates.io-index"
 9913checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9914
 9915[[package]]
 9916name = "libmimalloc-sys"
 9917version = "0.1.44"
 9918source = "registry+https://github.com/rust-lang/crates.io-index"
 9919checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9920dependencies = [
 9921 "cc",
 9922 "libc",
 9923]
 9924
 9925[[package]]
 9926name = "libredox"
 9927version = "0.1.10"
 9928source = "registry+https://github.com/rust-lang/crates.io-index"
 9929checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9930dependencies = [
 9931 "bitflags 2.10.0",
 9932 "libc",
 9933 "redox_syscall 0.5.18",
 9934]
 9935
 9936[[package]]
 9937name = "libsqlite3-sys"
 9938version = "0.30.1"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9941dependencies = [
 9942 "cc",
 9943 "pkg-config",
 9944 "vcpkg",
 9945]
 9946
 9947[[package]]
 9948name = "libwebrtc"
 9949version = "0.3.26"
 9950source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9951dependencies = [
 9952 "cxx",
 9953 "glib",
 9954 "jni",
 9955 "js-sys",
 9956 "lazy_static",
 9957 "livekit-protocol",
 9958 "livekit-runtime",
 9959 "log",
 9960 "parking_lot",
 9961 "serde",
 9962 "serde_json",
 9963 "thiserror 1.0.69",
 9964 "tokio",
 9965 "wasm-bindgen",
 9966 "wasm-bindgen-futures",
 9967 "web-sys",
 9968 "webrtc-sys",
 9969]
 9970
 9971[[package]]
 9972name = "libz-sys"
 9973version = "1.1.22"
 9974source = "registry+https://github.com/rust-lang/crates.io-index"
 9975checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9976dependencies = [
 9977 "cc",
 9978 "libc",
 9979 "pkg-config",
 9980 "vcpkg",
 9981]
 9982
 9983[[package]]
 9984name = "line_ending_selector"
 9985version = "0.1.0"
 9986dependencies = [
 9987 "editor",
 9988 "gpui",
 9989 "language",
 9990 "picker",
 9991 "project",
 9992 "ui",
 9993 "util",
 9994 "workspace",
 9995]
 9996
 9997[[package]]
 9998name = "linebender_resource_handle"
 9999version = "0.1.1"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
10002
10003[[package]]
10004name = "link-cplusplus"
10005version = "1.0.12"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
10008dependencies = [
10009 "cc",
10010]
10011
10012[[package]]
10013name = "linkify"
10014version = "0.10.0"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
10017dependencies = [
10018 "memchr",
10019]
10020
10021[[package]]
10022name = "linux-raw-sys"
10023version = "0.4.15"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
10026
10027[[package]]
10028name = "linux-raw-sys"
10029version = "0.11.0"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
10032
10033[[package]]
10034name = "litemap"
10035version = "0.8.0"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
10038
10039[[package]]
10040name = "litrs"
10041version = "1.0.0"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
10044
10045[[package]]
10046name = "livekit"
10047version = "0.7.32"
10048source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10049dependencies = [
10050 "base64 0.22.1",
10051 "bmrng",
10052 "bytes 1.11.1",
10053 "chrono",
10054 "futures-util",
10055 "lazy_static",
10056 "libloading",
10057 "libwebrtc",
10058 "livekit-api",
10059 "livekit-protocol",
10060 "livekit-runtime",
10061 "log",
10062 "parking_lot",
10063 "prost 0.12.6",
10064 "semver",
10065 "serde",
10066 "serde_json",
10067 "thiserror 1.0.69",
10068 "tokio",
10069]
10070
10071[[package]]
10072name = "livekit-api"
10073version = "0.4.14"
10074source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10075dependencies = [
10076 "base64 0.21.7",
10077 "futures-util",
10078 "http 1.3.1",
10079 "livekit-protocol",
10080 "livekit-runtime",
10081 "log",
10082 "parking_lot",
10083 "pbjson-types",
10084 "prost 0.12.6",
10085 "rand 0.9.3",
10086 "reqwest 0.12.24",
10087 "rustls-native-certs 0.6.3",
10088 "scopeguard",
10089 "serde",
10090 "sha2",
10091 "thiserror 1.0.69",
10092 "tokio",
10093 "tokio-rustls 0.26.2",
10094 "tokio-tungstenite 0.28.0",
10095 "url",
10096]
10097
10098[[package]]
10099name = "livekit-protocol"
10100version = "0.7.1"
10101source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10102dependencies = [
10103 "futures-util",
10104 "livekit-runtime",
10105 "parking_lot",
10106 "pbjson",
10107 "pbjson-types",
10108 "prost 0.12.6",
10109 "serde",
10110 "thiserror 1.0.69",
10111 "tokio",
10112]
10113
10114[[package]]
10115name = "livekit-runtime"
10116version = "0.4.0"
10117source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10118dependencies = [
10119 "tokio",
10120 "tokio-stream",
10121]
10122
10123[[package]]
10124name = "livekit_api"
10125version = "0.1.0"
10126dependencies = [
10127 "anyhow",
10128 "async-trait",
10129 "jsonwebtoken",
10130 "log",
10131 "prost 0.9.0",
10132 "prost-build 0.9.0",
10133 "prost-types 0.9.0",
10134 "serde",
10135 "zed-reqwest",
10136]
10137
10138[[package]]
10139name = "livekit_client"
10140version = "0.1.0"
10141dependencies = [
10142 "anyhow",
10143 "async-trait",
10144 "audio",
10145 "cocoa 0.26.0",
10146 "collections",
10147 "core-foundation 0.10.0",
10148 "core-video",
10149 "coreaudio-rs 0.12.1",
10150 "cpal",
10151 "futures 0.3.32",
10152 "gpui",
10153 "gpui_platform",
10154 "gpui_tokio",
10155 "http_client_tls",
10156 "image",
10157 "libwebrtc",
10158 "livekit",
10159 "livekit_api",
10160 "log",
10161 "nanoid",
10162 "objc",
10163 "parking_lot",
10164 "postage",
10165 "rodio",
10166 "serde",
10167 "serde_json",
10168 "serde_urlencoded",
10169 "settings",
10170 "simplelog",
10171 "smallvec",
10172 "tokio",
10173 "ui",
10174 "util",
10175 "webrtc-sys",
10176 "zed-scap",
10177]
10178
10179[[package]]
10180name = "lmdb-master-sys"
10181version = "0.2.5"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10184dependencies = [
10185 "cc",
10186 "doxygen-rs",
10187 "libc",
10188]
10189
10190[[package]]
10191name = "lmstudio"
10192version = "0.1.0"
10193dependencies = [
10194 "anyhow",
10195 "futures 0.3.32",
10196 "http_client",
10197 "schemars 1.0.4",
10198 "serde",
10199 "serde_json",
10200]
10201
10202[[package]]
10203name = "lock_api"
10204version = "0.4.14"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10207dependencies = [
10208 "scopeguard",
10209]
10210
10211[[package]]
10212name = "log"
10213version = "0.4.29"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10216dependencies = [
10217 "serde_core",
10218 "value-bag",
10219]
10220
10221[[package]]
10222name = "loom"
10223version = "0.7.2"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10226dependencies = [
10227 "cfg-if",
10228 "generator",
10229 "scoped-tls",
10230 "tracing",
10231 "tracing-subscriber",
10232]
10233
10234[[package]]
10235name = "loop9"
10236version = "0.1.5"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10239dependencies = [
10240 "imgref",
10241]
10242
10243[[package]]
10244name = "lru"
10245version = "0.12.5"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10248dependencies = [
10249 "hashbrown 0.15.5",
10250]
10251
10252[[package]]
10253name = "lru-slab"
10254version = "0.1.2"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10257
10258[[package]]
10259name = "lsp"
10260version = "0.1.0"
10261dependencies = [
10262 "anyhow",
10263 "async-pipe",
10264 "collections",
10265 "ctor",
10266 "futures 0.3.32",
10267 "gpui",
10268 "gpui_util",
10269 "log",
10270 "lsp-types",
10271 "parking_lot",
10272 "postage",
10273 "release_channel",
10274 "schemars 1.0.4",
10275 "semver",
10276 "serde",
10277 "serde_json",
10278 "smol",
10279 "util",
10280 "zlog",
10281]
10282
10283[[package]]
10284name = "lsp-types"
10285version = "0.95.1"
10286source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10287dependencies = [
10288 "bitflags 1.3.2",
10289 "serde",
10290 "serde_json",
10291 "url",
10292]
10293
10294[[package]]
10295name = "lyon"
10296version = "1.0.16"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10299dependencies = [
10300 "lyon_algorithms",
10301 "lyon_extra",
10302 "lyon_tessellation",
10303]
10304
10305[[package]]
10306name = "lyon_algorithms"
10307version = "1.0.16"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10310dependencies = [
10311 "lyon_path",
10312 "num-traits",
10313]
10314
10315[[package]]
10316name = "lyon_extra"
10317version = "1.0.3"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10320dependencies = [
10321 "lyon_path",
10322 "thiserror 1.0.69",
10323]
10324
10325[[package]]
10326name = "lyon_geom"
10327version = "1.0.17"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10330dependencies = [
10331 "arrayvec",
10332 "euclid",
10333 "num-traits",
10334]
10335
10336[[package]]
10337name = "lyon_path"
10338version = "1.0.16"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10341dependencies = [
10342 "lyon_geom",
10343 "num-traits",
10344]
10345
10346[[package]]
10347name = "lyon_tessellation"
10348version = "1.0.16"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10351dependencies = [
10352 "float_next_after",
10353 "lyon_path",
10354 "num-traits",
10355]
10356
10357[[package]]
10358name = "mac"
10359version = "0.1.1"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10362
10363[[package]]
10364name = "mach2"
10365version = "0.4.3"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10368dependencies = [
10369 "libc",
10370]
10371
10372[[package]]
10373name = "mach2"
10374version = "0.5.0"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10377dependencies = [
10378 "libc",
10379]
10380
10381[[package]]
10382name = "malloc_buf"
10383version = "0.0.6"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10386dependencies = [
10387 "libc",
10388]
10389
10390[[package]]
10391name = "maplit"
10392version = "1.0.2"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10395
10396[[package]]
10397name = "markdown"
10398version = "0.1.0"
10399dependencies = [
10400 "anyhow",
10401 "assets",
10402 "base64 0.22.1",
10403 "collections",
10404 "env_logger 0.11.8",
10405 "fs",
10406 "futures 0.3.32",
10407 "gpui",
10408 "gpui_platform",
10409 "html5ever 0.27.0",
10410 "language",
10411 "languages",
10412 "linkify",
10413 "log",
10414 "markup5ever_rcdom",
10415 "mermaid-rs-renderer",
10416 "node_runtime",
10417 "pulldown-cmark 0.13.0",
10418 "settings",
10419 "stacksafe",
10420 "sum_tree",
10421 "theme",
10422 "theme_settings",
10423 "ui",
10424 "util",
10425]
10426
10427[[package]]
10428name = "markdown_preview"
10429version = "0.1.0"
10430dependencies = [
10431 "anyhow",
10432 "editor",
10433 "gpui",
10434 "language",
10435 "log",
10436 "markdown",
10437 "project",
10438 "settings",
10439 "tempfile",
10440 "theme_settings",
10441 "ui",
10442 "urlencoding",
10443 "util",
10444 "workspace",
10445 "zed_actions",
10446]
10447
10448[[package]]
10449name = "markup5ever"
10450version = "0.12.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10453dependencies = [
10454 "log",
10455 "phf 0.11.3",
10456 "phf_codegen",
10457 "string_cache",
10458 "string_cache_codegen",
10459 "tendril",
10460]
10461
10462[[package]]
10463name = "markup5ever"
10464version = "0.35.0"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10467dependencies = [
10468 "log",
10469 "tendril",
10470 "web_atoms",
10471]
10472
10473[[package]]
10474name = "markup5ever_rcdom"
10475version = "0.3.0"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10478dependencies = [
10479 "html5ever 0.27.0",
10480 "markup5ever 0.12.1",
10481 "tendril",
10482 "xml5ever",
10483]
10484
10485[[package]]
10486name = "match_token"
10487version = "0.35.0"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10490dependencies = [
10491 "proc-macro2",
10492 "quote",
10493 "syn 2.0.117",
10494]
10495
10496[[package]]
10497name = "matchers"
10498version = "0.2.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10501dependencies = [
10502 "regex-automata",
10503]
10504
10505[[package]]
10506name = "matchit"
10507version = "0.7.3"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10510
10511[[package]]
10512name = "maybe-owned"
10513version = "0.3.4"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10516
10517[[package]]
10518name = "maybe-rayon"
10519version = "0.1.1"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10522dependencies = [
10523 "cfg-if",
10524 "rayon",
10525]
10526
10527[[package]]
10528name = "md-5"
10529version = "0.10.6"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10532dependencies = [
10533 "cfg-if",
10534 "digest",
10535]
10536
10537[[package]]
10538name = "mdbook"
10539version = "0.4.40"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10542dependencies = [
10543 "ammonia",
10544 "anyhow",
10545 "chrono",
10546 "clap",
10547 "clap_complete",
10548 "elasticlunr-rs",
10549 "env_logger 0.11.8",
10550 "futures-util",
10551 "handlebars 5.1.2",
10552 "ignore",
10553 "log",
10554 "memchr",
10555 "notify 6.1.1",
10556 "notify-debouncer-mini",
10557 "once_cell",
10558 "opener",
10559 "pathdiff",
10560 "pulldown-cmark 0.10.3",
10561 "regex",
10562 "serde",
10563 "serde_json",
10564 "shlex",
10565 "tempfile",
10566 "tokio",
10567 "toml 0.5.11",
10568 "topological-sort",
10569 "walkdir",
10570 "warp",
10571]
10572
10573[[package]]
10574name = "media"
10575version = "0.1.0"
10576dependencies = [
10577 "anyhow",
10578 "bindgen 0.71.1",
10579 "core-foundation 0.10.0",
10580 "core-video",
10581 "ctor",
10582 "foreign-types 0.5.0",
10583 "metal",
10584 "objc",
10585]
10586
10587[[package]]
10588name = "memchr"
10589version = "2.7.6"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10592
10593[[package]]
10594name = "memfd"
10595version = "0.6.5"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10598dependencies = [
10599 "rustix 1.1.2",
10600]
10601
10602[[package]]
10603name = "memmap2"
10604version = "0.9.8"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10607dependencies = [
10608 "libc",
10609 "stable_deref_trait",
10610]
10611
10612[[package]]
10613name = "memoffset"
10614version = "0.9.1"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10617dependencies = [
10618 "autocfg",
10619]
10620
10621[[package]]
10622name = "menu"
10623version = "0.1.0"
10624dependencies = [
10625 "gpui",
10626]
10627
10628[[package]]
10629name = "merge"
10630version = "0.1.0"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10633dependencies = [
10634 "merge_derive",
10635 "num-traits",
10636]
10637
10638[[package]]
10639name = "merge_derive"
10640version = "0.1.0"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10643dependencies = [
10644 "proc-macro-error",
10645 "proc-macro2",
10646 "quote",
10647 "syn 1.0.109",
10648]
10649
10650[[package]]
10651name = "mermaid-rs-renderer"
10652version = "0.2.0"
10653source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10654dependencies = [
10655 "anyhow",
10656 "fontdb 0.16.2",
10657 "json5",
10658 "once_cell",
10659 "regex",
10660 "serde",
10661 "serde_json",
10662 "thiserror 2.0.17",
10663 "ttf-parser 0.20.0",
10664]
10665
10666[[package]]
10667name = "metal"
10668version = "0.33.0"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10671dependencies = [
10672 "bitflags 2.10.0",
10673 "block",
10674 "core-graphics-types 0.2.0",
10675 "foreign-types 0.5.0",
10676 "log",
10677 "objc",
10678 "paste",
10679]
10680
10681[[package]]
10682name = "migrator"
10683version = "0.1.0"
10684dependencies = [
10685 "anyhow",
10686 "collections",
10687 "convert_case 0.8.0",
10688 "log",
10689 "pretty_assertions",
10690 "serde_json",
10691 "serde_json_lenient",
10692 "settings_content",
10693 "settings_json",
10694 "streaming-iterator",
10695 "tree-sitter",
10696 "tree-sitter-json",
10697 "unindent",
10698]
10699
10700[[package]]
10701name = "mimalloc"
10702version = "0.1.48"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10705dependencies = [
10706 "libmimalloc-sys",
10707]
10708
10709[[package]]
10710name = "mime"
10711version = "0.3.17"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10714
10715[[package]]
10716name = "mime_guess"
10717version = "2.0.5"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10720dependencies = [
10721 "mime",
10722 "unicase",
10723]
10724
10725[[package]]
10726name = "minidump-common"
10727version = "0.26.1"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10730dependencies = [
10731 "bitflags 2.10.0",
10732 "debugid",
10733 "num-derive",
10734 "num-traits",
10735 "range-map",
10736 "scroll",
10737 "smart-default",
10738]
10739
10740[[package]]
10741name = "minidump-writer"
10742version = "0.11.0"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10745dependencies = [
10746 "bitflags 2.10.0",
10747 "byteorder",
10748 "cfg-if",
10749 "crash-context",
10750 "error-graph",
10751 "failspot",
10752 "goblin",
10753 "libc",
10754 "log",
10755 "mach2 0.4.3",
10756 "memmap2",
10757 "memoffset",
10758 "minidump-common",
10759 "nix 0.29.0",
10760 "procfs-core",
10761 "scroll",
10762 "serde",
10763 "serde_json",
10764 "tempfile",
10765 "thiserror 2.0.17",
10766]
10767
10768[[package]]
10769name = "minidumper"
10770version = "0.9.0"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10773dependencies = [
10774 "cfg-if",
10775 "crash-context",
10776 "libc",
10777 "log",
10778 "minidump-writer",
10779 "parking_lot",
10780 "polling",
10781 "scroll",
10782 "thiserror 2.0.17",
10783 "uds",
10784]
10785
10786[[package]]
10787name = "minimal-lexical"
10788version = "0.2.1"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10791
10792[[package]]
10793name = "miniprofiler_ui"
10794version = "0.1.0"
10795dependencies = [
10796 "gpui",
10797 "rpc",
10798 "serde_json",
10799 "smol",
10800 "theme_settings",
10801 "util",
10802 "workspace",
10803 "zed_actions",
10804]
10805
10806[[package]]
10807name = "miniz_oxide"
10808version = "0.8.9"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10811dependencies = [
10812 "adler2",
10813 "simd-adler32",
10814]
10815
10816[[package]]
10817name = "mio"
10818version = "0.8.11"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10821dependencies = [
10822 "libc",
10823 "log",
10824 "wasi",
10825 "windows-sys 0.48.0",
10826]
10827
10828[[package]]
10829name = "mio"
10830version = "1.1.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10833dependencies = [
10834 "libc",
10835 "log",
10836 "wasi",
10837 "windows-sys 0.61.2",
10838]
10839
10840[[package]]
10841name = "miow"
10842version = "0.6.1"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10845dependencies = [
10846 "windows-sys 0.61.2",
10847]
10848
10849[[package]]
10850name = "mistral"
10851version = "0.1.0"
10852dependencies = [
10853 "anyhow",
10854 "futures 0.3.32",
10855 "http_client",
10856 "schemars 1.0.4",
10857 "serde",
10858 "serde_json",
10859 "strum 0.27.2",
10860]
10861
10862[[package]]
10863name = "moka"
10864version = "0.12.11"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10867dependencies = [
10868 "crossbeam-channel",
10869 "crossbeam-epoch",
10870 "crossbeam-utils",
10871 "equivalent",
10872 "parking_lot",
10873 "portable-atomic",
10874 "rustc_version",
10875 "smallvec",
10876 "tagptr",
10877 "uuid",
10878]
10879
10880[[package]]
10881name = "moxcms"
10882version = "0.8.1"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10885dependencies = [
10886 "num-traits",
10887 "pxfm",
10888]
10889
10890[[package]]
10891name = "msvc_spectre_libs"
10892version = "0.1.3"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10895dependencies = [
10896 "cc",
10897]
10898
10899[[package]]
10900name = "multi_buffer"
10901version = "0.1.0"
10902dependencies = [
10903 "anyhow",
10904 "buffer_diff",
10905 "clock",
10906 "collections",
10907 "ctor",
10908 "gpui",
10909 "indoc",
10910 "itertools 0.14.0",
10911 "language",
10912 "log",
10913 "parking_lot",
10914 "pretty_assertions",
10915 "rand 0.9.3",
10916 "rope",
10917 "serde",
10918 "settings",
10919 "smallvec",
10920 "smol",
10921 "sum_tree",
10922 "text",
10923 "theme",
10924 "tracing",
10925 "tree-sitter",
10926 "unicode-segmentation",
10927 "util",
10928 "zlog",
10929 "ztracing",
10930]
10931
10932[[package]]
10933name = "multimap"
10934version = "0.8.3"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10937
10938[[package]]
10939name = "naga"
10940version = "29.0.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10943dependencies = [
10944 "arrayvec",
10945 "bit-set 0.9.1",
10946 "bitflags 2.10.0",
10947 "cfg-if",
10948 "cfg_aliases 0.2.1",
10949 "codespan-reporting",
10950 "half",
10951 "hashbrown 0.16.1",
10952 "hexf-parse",
10953 "indexmap 2.11.4",
10954 "libm",
10955 "log",
10956 "num-traits",
10957 "once_cell",
10958 "rustc-hash 1.1.0",
10959 "thiserror 2.0.17",
10960 "unicode-ident",
10961]
10962
10963[[package]]
10964name = "naga"
10965version = "29.0.0"
10966source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10967dependencies = [
10968 "arrayvec",
10969 "bit-set 0.9.1",
10970 "bitflags 2.10.0",
10971 "cfg-if",
10972 "cfg_aliases 0.2.1",
10973 "codespan-reporting",
10974 "half",
10975 "hashbrown 0.16.1",
10976 "hexf-parse",
10977 "indexmap 2.11.4",
10978 "libm",
10979 "log",
10980 "num-traits",
10981 "once_cell",
10982 "rustc-hash 1.1.0",
10983 "spirv",
10984 "thiserror 2.0.17",
10985 "unicode-ident",
10986]
10987
10988[[package]]
10989name = "nanoid"
10990version = "0.4.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10993dependencies = [
10994 "rand 0.8.5",
10995]
10996
10997[[package]]
10998name = "nanorand"
10999version = "0.7.0"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
11002dependencies = [
11003 "getrandom 0.2.16",
11004]
11005
11006[[package]]
11007name = "native-tls"
11008version = "0.2.14"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
11011dependencies = [
11012 "libc",
11013 "log",
11014 "openssl",
11015 "openssl-probe",
11016 "openssl-sys",
11017 "schannel",
11018 "security-framework 2.11.1",
11019 "security-framework-sys",
11020 "tempfile",
11021]
11022
11023[[package]]
11024name = "nbformat"
11025version = "1.2.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
11028dependencies = [
11029 "anyhow",
11030 "chrono",
11031 "jupyter-protocol",
11032 "serde",
11033 "serde_json",
11034 "thiserror 1.0.69",
11035 "uuid",
11036]
11037
11038[[package]]
11039name = "nc"
11040version = "0.1.0"
11041dependencies = [
11042 "anyhow",
11043 "futures 0.3.32",
11044 "net",
11045 "smol",
11046]
11047
11048[[package]]
11049name = "ndk"
11050version = "0.9.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
11053dependencies = [
11054 "bitflags 2.10.0",
11055 "jni-sys",
11056 "log",
11057 "ndk-sys",
11058 "num_enum",
11059 "thiserror 1.0.69",
11060]
11061
11062[[package]]
11063name = "ndk-context"
11064version = "0.1.1"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
11067
11068[[package]]
11069name = "ndk-sys"
11070version = "0.6.0+11769913"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
11073dependencies = [
11074 "jni-sys",
11075]
11076
11077[[package]]
11078name = "net"
11079version = "0.1.0"
11080dependencies = [
11081 "anyhow",
11082 "async-io",
11083 "smol",
11084 "tempfile",
11085 "windows 0.61.3",
11086]
11087
11088[[package]]
11089name = "new_debug_unreachable"
11090version = "1.0.6"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11093
11094[[package]]
11095name = "nix"
11096version = "0.28.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11099dependencies = [
11100 "bitflags 2.10.0",
11101 "cfg-if",
11102 "cfg_aliases 0.1.1",
11103 "libc",
11104]
11105
11106[[package]]
11107name = "nix"
11108version = "0.29.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11111dependencies = [
11112 "bitflags 2.10.0",
11113 "cfg-if",
11114 "cfg_aliases 0.2.1",
11115 "libc",
11116]
11117
11118[[package]]
11119name = "nix"
11120version = "0.30.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11123dependencies = [
11124 "bitflags 2.10.0",
11125 "cfg-if",
11126 "cfg_aliases 0.2.1",
11127 "libc",
11128]
11129
11130[[package]]
11131name = "node_runtime"
11132version = "0.1.0"
11133dependencies = [
11134 "anyhow",
11135 "async-compression",
11136 "async-std",
11137 "async-tar",
11138 "async-trait",
11139 "futures 0.3.32",
11140 "http_client",
11141 "log",
11142 "paths",
11143 "semver",
11144 "serde",
11145 "serde_json",
11146 "smol",
11147 "util",
11148 "watch",
11149 "which 6.0.3",
11150]
11151
11152[[package]]
11153name = "nom"
11154version = "7.1.3"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11157dependencies = [
11158 "memchr",
11159 "minimal-lexical",
11160]
11161
11162[[package]]
11163name = "nom"
11164version = "8.0.0"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11167dependencies = [
11168 "memchr",
11169]
11170
11171[[package]]
11172name = "noop_proc_macro"
11173version = "0.3.0"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11176
11177[[package]]
11178name = "normpath"
11179version = "1.5.0"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11182dependencies = [
11183 "windows-sys 0.61.2",
11184]
11185
11186[[package]]
11187name = "notifications"
11188version = "0.1.0"
11189dependencies = [
11190 "anyhow",
11191 "channel",
11192 "client",
11193 "component",
11194 "db",
11195 "gpui",
11196 "rpc",
11197 "sum_tree",
11198 "time",
11199 "ui",
11200 "util",
11201 "workspace",
11202 "zed_actions",
11203]
11204
11205[[package]]
11206name = "notify"
11207version = "6.1.1"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11210dependencies = [
11211 "bitflags 2.10.0",
11212 "crossbeam-channel",
11213 "filetime",
11214 "fsevent-sys",
11215 "inotify 0.9.6",
11216 "kqueue",
11217 "libc",
11218 "log",
11219 "mio 0.8.11",
11220 "walkdir",
11221 "windows-sys 0.48.0",
11222]
11223
11224[[package]]
11225name = "notify"
11226version = "8.2.0"
11227source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11228dependencies = [
11229 "bitflags 2.10.0",
11230 "fsevent-sys",
11231 "inotify 0.11.0",
11232 "kqueue",
11233 "libc",
11234 "log",
11235 "mio 1.1.0",
11236 "notify-types",
11237 "walkdir",
11238 "windows-sys 0.60.2",
11239]
11240
11241[[package]]
11242name = "notify-debouncer-mini"
11243version = "0.4.1"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11246dependencies = [
11247 "crossbeam-channel",
11248 "log",
11249 "notify 6.1.1",
11250]
11251
11252[[package]]
11253name = "notify-types"
11254version = "2.0.0"
11255source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11256
11257[[package]]
11258name = "ntapi"
11259version = "0.4.1"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11262dependencies = [
11263 "winapi",
11264]
11265
11266[[package]]
11267name = "nu-ansi-term"
11268version = "0.50.3"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11271dependencies = [
11272 "windows-sys 0.61.2",
11273]
11274
11275[[package]]
11276name = "nucleo"
11277version = "0.5.0"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11280dependencies = [
11281 "nucleo-matcher",
11282 "parking_lot",
11283 "rayon",
11284]
11285
11286[[package]]
11287name = "nucleo-matcher"
11288version = "0.3.1"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11291dependencies = [
11292 "memchr",
11293 "unicode-segmentation",
11294]
11295
11296[[package]]
11297name = "num"
11298version = "0.4.3"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11301dependencies = [
11302 "num-bigint",
11303 "num-complex",
11304 "num-integer",
11305 "num-iter",
11306 "num-rational",
11307 "num-traits",
11308]
11309
11310[[package]]
11311name = "num-bigint"
11312version = "0.4.6"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11315dependencies = [
11316 "num-integer",
11317 "num-traits",
11318]
11319
11320[[package]]
11321name = "num-bigint-dig"
11322version = "0.8.6"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11325dependencies = [
11326 "lazy_static",
11327 "libm",
11328 "num-integer",
11329 "num-iter",
11330 "num-traits",
11331 "rand 0.8.5",
11332 "smallvec",
11333 "zeroize",
11334]
11335
11336[[package]]
11337name = "num-bigint-dig"
11338version = "0.9.1"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11341dependencies = [
11342 "libm",
11343 "num-integer",
11344 "num-iter",
11345 "num-traits",
11346 "once_cell",
11347 "rand 0.9.3",
11348 "serde",
11349 "smallvec",
11350 "zeroize",
11351]
11352
11353[[package]]
11354name = "num-cmp"
11355version = "0.1.0"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11358
11359[[package]]
11360name = "num-complex"
11361version = "0.4.6"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11364dependencies = [
11365 "bytemuck",
11366 "num-traits",
11367]
11368
11369[[package]]
11370name = "num-conv"
11371version = "0.2.0"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11374
11375[[package]]
11376name = "num-derive"
11377version = "0.4.2"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11380dependencies = [
11381 "proc-macro2",
11382 "quote",
11383 "syn 2.0.117",
11384]
11385
11386[[package]]
11387name = "num-format"
11388version = "0.4.4"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11391dependencies = [
11392 "arrayvec",
11393 "itoa",
11394]
11395
11396[[package]]
11397name = "num-integer"
11398version = "0.1.46"
11399source = "registry+https://github.com/rust-lang/crates.io-index"
11400checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11401dependencies = [
11402 "num-traits",
11403]
11404
11405[[package]]
11406name = "num-iter"
11407version = "0.1.45"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11410dependencies = [
11411 "autocfg",
11412 "num-integer",
11413 "num-traits",
11414]
11415
11416[[package]]
11417name = "num-rational"
11418version = "0.4.2"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11421dependencies = [
11422 "num-bigint",
11423 "num-integer",
11424 "num-traits",
11425]
11426
11427[[package]]
11428name = "num-traits"
11429version = "0.2.19"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11432dependencies = [
11433 "autocfg",
11434 "libm",
11435]
11436
11437[[package]]
11438name = "num_cpus"
11439version = "1.17.0"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11442dependencies = [
11443 "hermit-abi",
11444 "libc",
11445]
11446
11447[[package]]
11448name = "num_enum"
11449version = "0.7.4"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11452dependencies = [
11453 "num_enum_derive",
11454 "rustversion",
11455]
11456
11457[[package]]
11458name = "num_enum_derive"
11459version = "0.7.4"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11462dependencies = [
11463 "proc-macro-crate",
11464 "proc-macro2",
11465 "quote",
11466 "syn 2.0.117",
11467]
11468
11469[[package]]
11470name = "num_threads"
11471version = "0.1.7"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11474dependencies = [
11475 "libc",
11476]
11477
11478[[package]]
11479name = "nvim-rs"
11480version = "0.9.2"
11481source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11482dependencies = [
11483 "async-trait",
11484 "futures 0.3.32",
11485 "log",
11486 "rmp",
11487 "rmpv",
11488 "tokio",
11489 "tokio-util",
11490]
11491
11492[[package]]
11493name = "objc"
11494version = "0.2.7"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11497dependencies = [
11498 "malloc_buf",
11499 "objc_exception",
11500]
11501
11502[[package]]
11503name = "objc-foundation"
11504version = "0.1.1"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11507dependencies = [
11508 "block",
11509 "objc",
11510 "objc_id",
11511]
11512
11513[[package]]
11514name = "objc2"
11515version = "0.6.3"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11518dependencies = [
11519 "objc2-encode",
11520]
11521
11522[[package]]
11523name = "objc2-app-kit"
11524version = "0.3.1"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11527dependencies = [
11528 "objc2",
11529 "objc2-foundation",
11530]
11531
11532[[package]]
11533name = "objc2-audio-toolbox"
11534version = "0.3.2"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11537dependencies = [
11538 "bitflags 2.10.0",
11539 "libc",
11540 "objc2",
11541 "objc2-core-audio",
11542 "objc2-core-audio-types",
11543 "objc2-core-foundation",
11544 "objc2-foundation",
11545]
11546
11547[[package]]
11548name = "objc2-avf-audio"
11549version = "0.3.2"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11552dependencies = [
11553 "objc2",
11554 "objc2-foundation",
11555]
11556
11557[[package]]
11558name = "objc2-core-audio"
11559version = "0.3.2"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11562dependencies = [
11563 "dispatch2",
11564 "objc2",
11565 "objc2-core-audio-types",
11566 "objc2-core-foundation",
11567 "objc2-foundation",
11568]
11569
11570[[package]]
11571name = "objc2-core-audio-types"
11572version = "0.3.2"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11575dependencies = [
11576 "bitflags 2.10.0",
11577 "objc2",
11578]
11579
11580[[package]]
11581name = "objc2-core-foundation"
11582version = "0.3.2"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11585dependencies = [
11586 "bitflags 2.10.0",
11587 "block2",
11588 "dispatch2",
11589 "libc",
11590 "objc2",
11591]
11592
11593[[package]]
11594name = "objc2-encode"
11595version = "4.1.0"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11598
11599[[package]]
11600name = "objc2-foundation"
11601version = "0.3.2"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11604dependencies = [
11605 "bitflags 2.10.0",
11606 "block2",
11607 "libc",
11608 "objc2",
11609 "objc2-core-foundation",
11610]
11611
11612[[package]]
11613name = "objc2-io-kit"
11614version = "0.3.2"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11617dependencies = [
11618 "libc",
11619 "objc2-core-foundation",
11620]
11621
11622[[package]]
11623name = "objc2-metal"
11624version = "0.3.2"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11627dependencies = [
11628 "bitflags 2.10.0",
11629 "block2",
11630 "dispatch2",
11631 "objc2",
11632 "objc2-core-foundation",
11633 "objc2-foundation",
11634]
11635
11636[[package]]
11637name = "objc2-quartz-core"
11638version = "0.3.2"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11641dependencies = [
11642 "bitflags 2.10.0",
11643 "objc2",
11644 "objc2-core-foundation",
11645 "objc2-foundation",
11646 "objc2-metal",
11647]
11648
11649[[package]]
11650name = "objc_exception"
11651version = "0.1.2"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11654dependencies = [
11655 "cc",
11656]
11657
11658[[package]]
11659name = "objc_id"
11660version = "0.1.1"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11663dependencies = [
11664 "objc",
11665]
11666
11667[[package]]
11668name = "object"
11669version = "0.37.3"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11672dependencies = [
11673 "crc32fast",
11674 "hashbrown 0.15.5",
11675 "indexmap 2.11.4",
11676 "memchr",
11677]
11678
11679[[package]]
11680name = "octocrab"
11681version = "0.49.7"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11684dependencies = [
11685 "arc-swap",
11686 "async-trait",
11687 "base64 0.22.1",
11688 "bytes 1.11.1",
11689 "cargo_metadata 0.23.1",
11690 "cfg-if",
11691 "chrono",
11692 "either",
11693 "futures 0.3.32",
11694 "futures-core",
11695 "futures-util",
11696 "getrandom 0.2.16",
11697 "http 1.3.1",
11698 "http-body 1.0.1",
11699 "http-body-util",
11700 "hyper 1.7.0",
11701 "hyper-rustls 0.27.7",
11702 "hyper-timeout",
11703 "hyper-util",
11704 "jsonwebtoken",
11705 "once_cell",
11706 "percent-encoding",
11707 "pin-project",
11708 "secrecy",
11709 "serde",
11710 "serde_json",
11711 "serde_path_to_error",
11712 "serde_urlencoded",
11713 "snafu",
11714 "tokio",
11715 "tower 0.5.2",
11716 "tower-http 0.6.6",
11717 "url",
11718 "web-time",
11719]
11720
11721[[package]]
11722name = "ollama"
11723version = "0.1.0"
11724dependencies = [
11725 "anyhow",
11726 "futures 0.3.32",
11727 "http_client",
11728 "schemars 1.0.4",
11729 "serde",
11730 "serde_json",
11731 "settings",
11732]
11733
11734[[package]]
11735name = "onboarding"
11736version = "0.1.0"
11737dependencies = [
11738 "anyhow",
11739 "client",
11740 "cloud_api_types",
11741 "collections",
11742 "component",
11743 "db",
11744 "documented",
11745 "fs",
11746 "fuzzy",
11747 "gpui",
11748 "menu",
11749 "notifications",
11750 "picker",
11751 "project",
11752 "schemars 1.0.4",
11753 "serde",
11754 "settings",
11755 "telemetry",
11756 "theme",
11757 "theme_settings",
11758 "ui",
11759 "util",
11760 "vim_mode_setting",
11761 "workspace",
11762 "zed_actions",
11763 "zlog",
11764]
11765
11766[[package]]
11767name = "once_cell"
11768version = "1.21.3"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11771
11772[[package]]
11773name = "once_cell_polyfill"
11774version = "1.70.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11777
11778[[package]]
11779name = "oo7"
11780version = "0.6.0"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11783dependencies = [
11784 "aes",
11785 "ashpd",
11786 "async-fs",
11787 "async-io",
11788 "async-lock 3.4.2",
11789 "blocking",
11790 "cbc",
11791 "cipher",
11792 "digest",
11793 "endi",
11794 "futures-lite 2.6.1",
11795 "futures-util",
11796 "getrandom 0.4.1",
11797 "hkdf",
11798 "hmac",
11799 "md-5",
11800 "num",
11801 "num-bigint-dig 0.9.1",
11802 "pbkdf2 0.12.2",
11803 "serde",
11804 "serde_bytes",
11805 "sha2",
11806 "subtle",
11807 "zbus",
11808 "zbus_macros",
11809 "zeroize",
11810 "zvariant",
11811]
11812
11813[[package]]
11814name = "oorandom"
11815version = "11.1.5"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11818
11819[[package]]
11820name = "open"
11821version = "5.3.2"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11824dependencies = [
11825 "is-wsl",
11826 "libc",
11827 "pathdiff",
11828]
11829
11830[[package]]
11831name = "open_ai"
11832version = "0.1.0"
11833dependencies = [
11834 "anyhow",
11835 "collections",
11836 "futures 0.3.32",
11837 "http_client",
11838 "language_model_core",
11839 "log",
11840 "pretty_assertions",
11841 "rand 0.9.3",
11842 "schemars 1.0.4",
11843 "serde",
11844 "serde_json",
11845 "strum 0.27.2",
11846 "thiserror 2.0.17",
11847]
11848
11849[[package]]
11850name = "open_path_prompt"
11851version = "0.1.0"
11852dependencies = [
11853 "editor",
11854 "file_icons",
11855 "futures 0.3.32",
11856 "fuzzy",
11857 "gpui",
11858 "picker",
11859 "project",
11860 "schemars 1.0.4",
11861 "serde",
11862 "serde_json",
11863 "settings",
11864 "theme",
11865 "theme_settings",
11866 "ui",
11867 "util",
11868 "workspace",
11869]
11870
11871[[package]]
11872name = "open_router"
11873version = "0.1.0"
11874dependencies = [
11875 "anyhow",
11876 "futures 0.3.32",
11877 "http_client",
11878 "language_model_core",
11879 "schemars 1.0.4",
11880 "serde",
11881 "serde_json",
11882 "settings",
11883 "strum 0.27.2",
11884 "thiserror 2.0.17",
11885]
11886
11887[[package]]
11888name = "opencode"
11889version = "0.1.0"
11890dependencies = [
11891 "anyhow",
11892 "futures 0.3.32",
11893 "google_ai",
11894 "http_client",
11895 "schemars 1.0.4",
11896 "serde",
11897 "serde_json",
11898 "strum 0.27.2",
11899]
11900
11901[[package]]
11902name = "opener"
11903version = "0.7.2"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11906dependencies = [
11907 "bstr",
11908 "dbus",
11909 "normpath",
11910 "windows-sys 0.59.0",
11911]
11912
11913[[package]]
11914name = "openssl"
11915version = "0.10.74"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11918dependencies = [
11919 "bitflags 2.10.0",
11920 "cfg-if",
11921 "foreign-types 0.3.2",
11922 "libc",
11923 "once_cell",
11924 "openssl-macros",
11925 "openssl-sys",
11926]
11927
11928[[package]]
11929name = "openssl-macros"
11930version = "0.1.1"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11933dependencies = [
11934 "proc-macro2",
11935 "quote",
11936 "syn 2.0.117",
11937]
11938
11939[[package]]
11940name = "openssl-probe"
11941version = "0.1.6"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11944
11945[[package]]
11946name = "openssl-sys"
11947version = "0.9.110"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11950dependencies = [
11951 "cc",
11952 "libc",
11953 "pkg-config",
11954 "vcpkg",
11955]
11956
11957[[package]]
11958name = "optfield"
11959version = "0.4.0"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11962dependencies = [
11963 "proc-macro2",
11964 "quote",
11965 "syn 2.0.117",
11966]
11967
11968[[package]]
11969name = "option-ext"
11970version = "0.2.0"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11973
11974[[package]]
11975name = "ordered-float"
11976version = "2.10.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11979dependencies = [
11980 "num-traits",
11981]
11982
11983[[package]]
11984name = "ordered-float"
11985version = "4.6.0"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11988dependencies = [
11989 "num-traits",
11990]
11991
11992[[package]]
11993name = "ordered-stream"
11994version = "0.2.0"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11997dependencies = [
11998 "futures-core",
11999 "pin-project-lite",
12000]
12001
12002[[package]]
12003name = "ouroboros"
12004version = "0.18.5"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
12007dependencies = [
12008 "aliasable",
12009 "ouroboros_macro",
12010 "static_assertions",
12011]
12012
12013[[package]]
12014name = "ouroboros_macro"
12015version = "0.18.5"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
12018dependencies = [
12019 "heck 0.4.1",
12020 "proc-macro2",
12021 "proc-macro2-diagnostics",
12022 "quote",
12023 "syn 2.0.117",
12024]
12025
12026[[package]]
12027name = "outline"
12028version = "0.1.0"
12029dependencies = [
12030 "editor",
12031 "fuzzy",
12032 "gpui",
12033 "indoc",
12034 "language",
12035 "lsp",
12036 "menu",
12037 "ordered-float 2.10.1",
12038 "picker",
12039 "project",
12040 "rope",
12041 "serde_json",
12042 "settings",
12043 "smol",
12044 "theme",
12045 "theme_settings",
12046 "ui",
12047 "util",
12048 "workspace",
12049 "zed_actions",
12050]
12051
12052[[package]]
12053name = "outline_panel"
12054version = "0.1.0"
12055dependencies = [
12056 "anyhow",
12057 "collections",
12058 "db",
12059 "editor",
12060 "file_icons",
12061 "fuzzy",
12062 "gpui",
12063 "itertools 0.14.0",
12064 "language",
12065 "log",
12066 "lsp",
12067 "menu",
12068 "outline",
12069 "pretty_assertions",
12070 "project",
12071 "search",
12072 "serde",
12073 "serde_json",
12074 "settings",
12075 "smallvec",
12076 "smol",
12077 "theme",
12078 "theme_settings",
12079 "ui",
12080 "util",
12081 "workspace",
12082 "worktree",
12083 "zed_actions",
12084]
12085
12086[[package]]
12087name = "outref"
12088version = "0.5.2"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12091
12092[[package]]
12093name = "p256"
12094version = "0.11.1"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12097dependencies = [
12098 "ecdsa",
12099 "elliptic-curve",
12100 "sha2",
12101]
12102
12103[[package]]
12104name = "page_size"
12105version = "0.6.0"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12108dependencies = [
12109 "libc",
12110 "winapi",
12111]
12112
12113[[package]]
12114name = "palette"
12115version = "0.7.6"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12118dependencies = [
12119 "approx",
12120 "fast-srgb8",
12121 "palette_derive",
12122]
12123
12124[[package]]
12125name = "palette_derive"
12126version = "0.7.6"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12129dependencies = [
12130 "by_address",
12131 "proc-macro2",
12132 "quote",
12133 "syn 2.0.117",
12134]
12135
12136[[package]]
12137name = "panel"
12138version = "0.1.0"
12139dependencies = [
12140 "gpui",
12141 "ui",
12142 "workspace",
12143]
12144
12145[[package]]
12146name = "parking"
12147version = "2.2.1"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12150
12151[[package]]
12152name = "parking_lot"
12153version = "0.12.5"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12156dependencies = [
12157 "lock_api",
12158 "parking_lot_core",
12159]
12160
12161[[package]]
12162name = "parking_lot_core"
12163version = "0.9.12"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12166dependencies = [
12167 "cfg-if",
12168 "libc",
12169 "redox_syscall 0.5.18",
12170 "smallvec",
12171 "windows-link 0.2.1",
12172]
12173
12174[[package]]
12175name = "parse_int"
12176version = "0.9.0"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12179dependencies = [
12180 "num-traits",
12181]
12182
12183[[package]]
12184name = "partial-json-fixer"
12185version = "0.5.3"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12188
12189[[package]]
12190name = "password-hash"
12191version = "0.4.2"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12194dependencies = [
12195 "base64ct",
12196 "rand_core 0.6.4",
12197 "subtle",
12198]
12199
12200[[package]]
12201name = "paste"
12202version = "1.0.15"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12205
12206[[package]]
12207name = "pastey"
12208version = "0.1.1"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12211
12212[[package]]
12213name = "pastey"
12214version = "0.2.1"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec"
12217
12218[[package]]
12219name = "pathdiff"
12220version = "0.2.3"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12223
12224[[package]]
12225name = "pathfinder_geometry"
12226version = "0.5.1"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12229dependencies = [
12230 "log",
12231 "pathfinder_simd",
12232]
12233
12234[[package]]
12235name = "pathfinder_simd"
12236version = "0.5.5"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12239dependencies = [
12240 "rustc_version",
12241]
12242
12243[[package]]
12244name = "paths"
12245version = "0.1.0"
12246dependencies = [
12247 "dirs",
12248 "ignore",
12249 "util",
12250]
12251
12252[[package]]
12253name = "pbjson"
12254version = "0.6.0"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12257dependencies = [
12258 "base64 0.21.7",
12259 "serde",
12260]
12261
12262[[package]]
12263name = "pbjson-build"
12264version = "0.6.2"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12267dependencies = [
12268 "heck 0.4.1",
12269 "itertools 0.11.0",
12270 "prost 0.12.6",
12271 "prost-types 0.12.6",
12272]
12273
12274[[package]]
12275name = "pbjson-types"
12276version = "0.6.0"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12279dependencies = [
12280 "bytes 1.11.1",
12281 "chrono",
12282 "pbjson",
12283 "pbjson-build",
12284 "prost 0.12.6",
12285 "prost-build 0.12.6",
12286 "serde",
12287]
12288
12289[[package]]
12290name = "pbkdf2"
12291version = "0.11.0"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12294dependencies = [
12295 "digest",
12296 "hmac",
12297 "password-hash",
12298 "sha2",
12299]
12300
12301[[package]]
12302name = "pbkdf2"
12303version = "0.12.2"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12306dependencies = [
12307 "digest",
12308 "hmac",
12309]
12310
12311[[package]]
12312name = "pciid-parser"
12313version = "0.8.0"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12316
12317[[package]]
12318name = "peg"
12319version = "0.8.5"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12322dependencies = [
12323 "peg-macros",
12324 "peg-runtime",
12325]
12326
12327[[package]]
12328name = "peg-macros"
12329version = "0.8.5"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12332dependencies = [
12333 "peg-runtime",
12334 "proc-macro2",
12335 "quote",
12336]
12337
12338[[package]]
12339name = "peg-runtime"
12340version = "0.8.5"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12343
12344[[package]]
12345name = "pem"
12346version = "3.0.6"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12349dependencies = [
12350 "base64 0.22.1",
12351 "serde_core",
12352]
12353
12354[[package]]
12355name = "pem-rfc7468"
12356version = "0.7.0"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12359dependencies = [
12360 "base64ct",
12361]
12362
12363[[package]]
12364name = "percent-encoding"
12365version = "2.3.2"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12368
12369[[package]]
12370name = "perf"
12371version = "0.1.0"
12372dependencies = [
12373 "collections",
12374 "serde",
12375 "serde_json",
12376]
12377
12378[[package]]
12379name = "pest"
12380version = "2.8.3"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12383dependencies = [
12384 "memchr",
12385 "ucd-trie",
12386]
12387
12388[[package]]
12389name = "pest_derive"
12390version = "2.8.3"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12393dependencies = [
12394 "pest",
12395 "pest_generator",
12396]
12397
12398[[package]]
12399name = "pest_generator"
12400version = "2.8.3"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12403dependencies = [
12404 "pest",
12405 "pest_meta",
12406 "proc-macro2",
12407 "quote",
12408 "syn 2.0.117",
12409]
12410
12411[[package]]
12412name = "pest_meta"
12413version = "2.8.3"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12416dependencies = [
12417 "pest",
12418 "sha2",
12419]
12420
12421[[package]]
12422name = "pet"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "clap",
12427 "env_logger 0.10.2",
12428 "lazy_static",
12429 "log",
12430 "msvc_spectre_libs",
12431 "pet-conda",
12432 "pet-core",
12433 "pet-env-var-path",
12434 "pet-fs",
12435 "pet-global-virtualenvs",
12436 "pet-homebrew",
12437 "pet-jsonrpc",
12438 "pet-linux-global-python",
12439 "pet-mac-commandlinetools",
12440 "pet-mac-python-org",
12441 "pet-mac-xcode",
12442 "pet-pipenv",
12443 "pet-pixi",
12444 "pet-poetry",
12445 "pet-pyenv",
12446 "pet-python-utils",
12447 "pet-reporter",
12448 "pet-telemetry",
12449 "pet-uv",
12450 "pet-venv",
12451 "pet-virtualenv",
12452 "pet-virtualenvwrapper",
12453 "pet-windows-registry",
12454 "pet-windows-store",
12455 "pet-winpython",
12456 "serde",
12457 "serde_json",
12458 "tracing",
12459 "tracing-subscriber",
12460 "winresource",
12461]
12462
12463[[package]]
12464name = "pet-conda"
12465version = "0.1.0"
12466source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12467dependencies = [
12468 "env_logger 0.10.2",
12469 "lazy_static",
12470 "log",
12471 "msvc_spectre_libs",
12472 "pet-core",
12473 "pet-fs",
12474 "pet-python-utils",
12475 "pet-reporter",
12476 "rayon",
12477 "regex",
12478 "serde",
12479 "serde_json",
12480 "yaml-rust2",
12481]
12482
12483[[package]]
12484name = "pet-core"
12485version = "0.1.0"
12486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12487dependencies = [
12488 "clap",
12489 "lazy_static",
12490 "log",
12491 "msvc_spectre_libs",
12492 "pet-fs",
12493 "regex",
12494 "serde",
12495 "serde_json",
12496]
12497
12498[[package]]
12499name = "pet-env-var-path"
12500version = "0.1.0"
12501source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12502dependencies = [
12503 "lazy_static",
12504 "log",
12505 "msvc_spectre_libs",
12506 "pet-conda",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510 "pet-virtualenv",
12511 "regex",
12512]
12513
12514[[package]]
12515name = "pet-fs"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "glob",
12520 "log",
12521 "msvc_spectre_libs",
12522 "windows-sys 0.59.0",
12523]
12524
12525[[package]]
12526name = "pet-global-virtualenvs"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-conda",
12533 "pet-core",
12534 "pet-fs",
12535 "pet-virtualenv",
12536]
12537
12538[[package]]
12539name = "pet-homebrew"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "lazy_static",
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-conda",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "pet-virtualenv",
12551 "rayon",
12552 "regex",
12553 "serde",
12554 "serde_json",
12555]
12556
12557[[package]]
12558name = "pet-jsonrpc"
12559version = "0.1.0"
12560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12561dependencies = [
12562 "env_logger 0.10.2",
12563 "log",
12564 "msvc_spectre_libs",
12565 "pet-core",
12566 "serde",
12567 "serde_json",
12568]
12569
12570[[package]]
12571name = "pet-linux-global-python"
12572version = "0.1.0"
12573source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12574dependencies = [
12575 "log",
12576 "msvc_spectre_libs",
12577 "pet-core",
12578 "pet-fs",
12579 "pet-python-utils",
12580 "pet-virtualenv",
12581]
12582
12583[[package]]
12584name = "pet-mac-commandlinetools"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-core",
12591 "pet-fs",
12592 "pet-python-utils",
12593 "pet-virtualenv",
12594]
12595
12596[[package]]
12597name = "pet-mac-python-org"
12598version = "0.1.0"
12599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12600dependencies = [
12601 "log",
12602 "msvc_spectre_libs",
12603 "pet-core",
12604 "pet-fs",
12605 "pet-python-utils",
12606 "pet-virtualenv",
12607]
12608
12609[[package]]
12610name = "pet-mac-xcode"
12611version = "0.1.0"
12612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12613dependencies = [
12614 "log",
12615 "msvc_spectre_libs",
12616 "pet-core",
12617 "pet-fs",
12618 "pet-python-utils",
12619 "pet-virtualenv",
12620]
12621
12622[[package]]
12623name = "pet-pipenv"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "lazy_static",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-core",
12631 "pet-fs",
12632 "pet-python-utils",
12633 "pet-virtualenv",
12634 "regex",
12635]
12636
12637[[package]]
12638name = "pet-pixi"
12639version = "0.1.0"
12640source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12641dependencies = [
12642 "log",
12643 "msvc_spectre_libs",
12644 "pet-conda",
12645 "pet-core",
12646 "pet-python-utils",
12647]
12648
12649[[package]]
12650name = "pet-poetry"
12651version = "0.1.0"
12652source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12653dependencies = [
12654 "base64 0.22.1",
12655 "lazy_static",
12656 "log",
12657 "msvc_spectre_libs",
12658 "pet-core",
12659 "pet-fs",
12660 "pet-python-utils",
12661 "pet-reporter",
12662 "pet-virtualenv",
12663 "regex",
12664 "serde",
12665 "serde_json",
12666 "sha2",
12667 "toml 0.8.23",
12668]
12669
12670[[package]]
12671name = "pet-pyenv"
12672version = "0.1.0"
12673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12674dependencies = [
12675 "lazy_static",
12676 "log",
12677 "msvc_spectre_libs",
12678 "pet-conda",
12679 "pet-core",
12680 "pet-fs",
12681 "pet-python-utils",
12682 "pet-reporter",
12683 "regex",
12684 "serde",
12685 "serde_json",
12686]
12687
12688[[package]]
12689name = "pet-python-utils"
12690version = "0.1.0"
12691source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12692dependencies = [
12693 "env_logger 0.10.2",
12694 "lazy_static",
12695 "log",
12696 "msvc_spectre_libs",
12697 "pet-core",
12698 "pet-fs",
12699 "regex",
12700 "serde",
12701 "serde_json",
12702 "sha2",
12703]
12704
12705[[package]]
12706name = "pet-reporter"
12707version = "0.1.0"
12708source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12709dependencies = [
12710 "env_logger 0.10.2",
12711 "log",
12712 "msvc_spectre_libs",
12713 "pet-core",
12714 "pet-jsonrpc",
12715 "serde",
12716 "serde_json",
12717]
12718
12719[[package]]
12720name = "pet-telemetry"
12721version = "0.1.0"
12722source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12723dependencies = [
12724 "env_logger 0.10.2",
12725 "lazy_static",
12726 "log",
12727 "msvc_spectre_libs",
12728 "pet-core",
12729 "pet-fs",
12730 "pet-python-utils",
12731 "regex",
12732]
12733
12734[[package]]
12735name = "pet-uv"
12736version = "0.1.0"
12737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12738dependencies = [
12739 "log",
12740 "pet-core",
12741 "pet-python-utils",
12742 "serde",
12743 "toml 0.9.8",
12744]
12745
12746[[package]]
12747name = "pet-venv"
12748version = "0.1.0"
12749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12750dependencies = [
12751 "log",
12752 "msvc_spectre_libs",
12753 "pet-core",
12754 "pet-python-utils",
12755 "pet-virtualenv",
12756]
12757
12758[[package]]
12759name = "pet-virtualenv"
12760version = "0.1.0"
12761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12762dependencies = [
12763 "log",
12764 "msvc_spectre_libs",
12765 "pet-core",
12766 "pet-fs",
12767 "pet-python-utils",
12768]
12769
12770[[package]]
12771name = "pet-virtualenvwrapper"
12772version = "0.1.0"
12773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12774dependencies = [
12775 "log",
12776 "msvc_spectre_libs",
12777 "pet-core",
12778 "pet-fs",
12779 "pet-python-utils",
12780 "pet-virtualenv",
12781]
12782
12783[[package]]
12784name = "pet-windows-registry"
12785version = "0.1.0"
12786source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12787dependencies = [
12788 "lazy_static",
12789 "log",
12790 "msvc_spectre_libs",
12791 "pet-conda",
12792 "pet-core",
12793 "pet-fs",
12794 "pet-python-utils",
12795 "pet-virtualenv",
12796 "pet-windows-store",
12797 "regex",
12798 "winreg 0.55.0",
12799]
12800
12801[[package]]
12802name = "pet-windows-store"
12803version = "0.1.0"
12804source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12805dependencies = [
12806 "lazy_static",
12807 "log",
12808 "msvc_spectre_libs",
12809 "pet-core",
12810 "pet-fs",
12811 "pet-python-utils",
12812 "pet-virtualenv",
12813 "regex",
12814 "winreg 0.55.0",
12815]
12816
12817[[package]]
12818name = "pet-winpython"
12819version = "0.1.0"
12820source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12821dependencies = [
12822 "lazy_static",
12823 "log",
12824 "pet-core",
12825 "pet-fs",
12826 "pet-python-utils",
12827 "pet-virtualenv",
12828 "regex",
12829]
12830
12831[[package]]
12832name = "petgraph"
12833version = "0.6.5"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12836dependencies = [
12837 "fixedbitset 0.4.2",
12838 "indexmap 2.11.4",
12839]
12840
12841[[package]]
12842name = "pgvector"
12843version = "0.4.1"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12846dependencies = [
12847 "serde",
12848]
12849
12850[[package]]
12851name = "phf"
12852version = "0.11.3"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12855dependencies = [
12856 "phf_macros 0.11.3",
12857 "phf_shared 0.11.3",
12858]
12859
12860[[package]]
12861name = "phf"
12862version = "0.12.1"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12865dependencies = [
12866 "phf_macros 0.12.1",
12867 "phf_shared 0.12.1",
12868]
12869
12870[[package]]
12871name = "phf_codegen"
12872version = "0.11.3"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12875dependencies = [
12876 "phf_generator 0.11.3",
12877 "phf_shared 0.11.3",
12878]
12879
12880[[package]]
12881name = "phf_generator"
12882version = "0.11.3"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12885dependencies = [
12886 "phf_shared 0.11.3",
12887 "rand 0.8.5",
12888]
12889
12890[[package]]
12891name = "phf_generator"
12892version = "0.12.1"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12895dependencies = [
12896 "fastrand 2.3.0",
12897 "phf_shared 0.12.1",
12898]
12899
12900[[package]]
12901name = "phf_macros"
12902version = "0.11.3"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12905dependencies = [
12906 "phf_generator 0.11.3",
12907 "phf_shared 0.11.3",
12908 "proc-macro2",
12909 "quote",
12910 "syn 2.0.117",
12911]
12912
12913[[package]]
12914name = "phf_macros"
12915version = "0.12.1"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12918dependencies = [
12919 "phf_generator 0.12.1",
12920 "phf_shared 0.12.1",
12921 "proc-macro2",
12922 "quote",
12923 "syn 2.0.117",
12924]
12925
12926[[package]]
12927name = "phf_shared"
12928version = "0.11.3"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12931dependencies = [
12932 "siphasher 1.0.1",
12933]
12934
12935[[package]]
12936name = "phf_shared"
12937version = "0.12.1"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12940dependencies = [
12941 "siphasher 1.0.1",
12942]
12943
12944[[package]]
12945name = "picker"
12946version = "0.1.0"
12947dependencies = [
12948 "anyhow",
12949 "editor",
12950 "gpui",
12951 "menu",
12952 "schemars 1.0.4",
12953 "serde",
12954 "settings",
12955 "theme",
12956 "theme_settings",
12957 "ui",
12958 "ui_input",
12959 "workspace",
12960 "zed_actions",
12961]
12962
12963[[package]]
12964name = "pico-args"
12965version = "0.5.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12968
12969[[package]]
12970name = "pin-project"
12971version = "1.1.10"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12974dependencies = [
12975 "pin-project-internal",
12976]
12977
12978[[package]]
12979name = "pin-project-internal"
12980version = "1.1.10"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12983dependencies = [
12984 "proc-macro2",
12985 "quote",
12986 "syn 2.0.117",
12987]
12988
12989[[package]]
12990name = "pin-project-lite"
12991version = "0.2.16"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12994
12995[[package]]
12996name = "pin-utils"
12997version = "0.1.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
13000
13001[[package]]
13002name = "piper"
13003version = "0.2.4"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
13006dependencies = [
13007 "atomic-waker",
13008 "fastrand 2.3.0",
13009 "futures-io",
13010]
13011
13012[[package]]
13013name = "pkcs1"
13014version = "0.7.5"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
13017dependencies = [
13018 "der 0.7.10",
13019 "pkcs8 0.10.2",
13020 "spki 0.7.3",
13021]
13022
13023[[package]]
13024name = "pkcs8"
13025version = "0.9.0"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
13028dependencies = [
13029 "der 0.6.1",
13030 "spki 0.6.0",
13031]
13032
13033[[package]]
13034name = "pkcs8"
13035version = "0.10.2"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
13038dependencies = [
13039 "der 0.7.10",
13040 "spki 0.7.3",
13041]
13042
13043[[package]]
13044name = "pkg-config"
13045version = "0.3.32"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
13048
13049[[package]]
13050name = "plain"
13051version = "0.2.3"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
13054
13055[[package]]
13056name = "platform_title_bar"
13057version = "0.1.0"
13058dependencies = [
13059 "gpui",
13060 "project",
13061 "settings",
13062 "smallvec",
13063 "theme",
13064 "theme_settings",
13065 "ui",
13066 "windows 0.61.3",
13067 "workspace",
13068 "zed_actions",
13069]
13070
13071[[package]]
13072name = "plist"
13073version = "1.8.0"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
13076dependencies = [
13077 "base64 0.22.1",
13078 "indexmap 2.11.4",
13079 "quick-xml 0.38.3",
13080 "serde",
13081 "time",
13082]
13083
13084[[package]]
13085name = "plotters"
13086version = "0.3.7"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13089dependencies = [
13090 "num-traits",
13091 "plotters-backend",
13092 "plotters-svg",
13093 "wasm-bindgen",
13094 "web-sys",
13095]
13096
13097[[package]]
13098name = "plotters-backend"
13099version = "0.3.7"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13102
13103[[package]]
13104name = "plotters-svg"
13105version = "0.3.7"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13108dependencies = [
13109 "plotters-backend",
13110]
13111
13112[[package]]
13113name = "png"
13114version = "0.17.16"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13117dependencies = [
13118 "bitflags 1.3.2",
13119 "crc32fast",
13120 "fdeflate",
13121 "flate2",
13122 "miniz_oxide",
13123]
13124
13125[[package]]
13126name = "png"
13127version = "0.18.0"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13130dependencies = [
13131 "bitflags 2.10.0",
13132 "crc32fast",
13133 "fdeflate",
13134 "flate2",
13135 "miniz_oxide",
13136]
13137
13138[[package]]
13139name = "polling"
13140version = "3.11.0"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13143dependencies = [
13144 "cfg-if",
13145 "concurrent-queue",
13146 "hermit-abi",
13147 "pin-project-lite",
13148 "rustix 1.1.2",
13149 "windows-sys 0.61.2",
13150]
13151
13152[[package]]
13153name = "pollster"
13154version = "0.2.5"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13157
13158[[package]]
13159name = "pollster"
13160version = "0.4.0"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13163
13164[[package]]
13165name = "pori"
13166version = "0.0.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13169dependencies = [
13170 "nom 7.1.3",
13171]
13172
13173[[package]]
13174name = "portable-atomic"
13175version = "1.11.1"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13178
13179[[package]]
13180name = "portable-atomic-util"
13181version = "0.2.4"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13184dependencies = [
13185 "portable-atomic",
13186]
13187
13188[[package]]
13189name = "portable-pty"
13190version = "0.9.0"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13193dependencies = [
13194 "anyhow",
13195 "bitflags 1.3.2",
13196 "downcast-rs",
13197 "filedescriptor",
13198 "lazy_static",
13199 "libc",
13200 "log",
13201 "nix 0.28.0",
13202 "serial2",
13203 "shared_library",
13204 "shell-words",
13205 "winapi",
13206 "winreg 0.10.1",
13207]
13208
13209[[package]]
13210name = "postage"
13211version = "0.5.0"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13214dependencies = [
13215 "atomic",
13216 "crossbeam-queue",
13217 "futures 0.3.32",
13218 "log",
13219 "parking_lot",
13220 "pin-project",
13221 "pollster 0.2.5",
13222 "static_assertions",
13223 "thiserror 1.0.69",
13224]
13225
13226[[package]]
13227name = "postcard"
13228version = "1.1.3"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13231dependencies = [
13232 "cobs",
13233 "embedded-io 0.4.0",
13234 "embedded-io 0.6.1",
13235 "serde",
13236]
13237
13238[[package]]
13239name = "potential_utf"
13240version = "0.1.3"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13243dependencies = [
13244 "zerovec",
13245]
13246
13247[[package]]
13248name = "powerfmt"
13249version = "0.2.0"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13252
13253[[package]]
13254name = "ppv-lite86"
13255version = "0.2.21"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13258dependencies = [
13259 "zerocopy",
13260]
13261
13262[[package]]
13263name = "precomputed-hash"
13264version = "0.1.1"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13267
13268[[package]]
13269name = "presser"
13270version = "0.3.1"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13273
13274[[package]]
13275name = "prettier"
13276version = "0.1.0"
13277dependencies = [
13278 "anyhow",
13279 "collections",
13280 "fs",
13281 "gpui",
13282 "language",
13283 "log",
13284 "lsp",
13285 "node_runtime",
13286 "parking_lot",
13287 "paths",
13288 "serde",
13289 "serde_json",
13290 "util",
13291]
13292
13293[[package]]
13294name = "pretty_assertions"
13295version = "1.4.1"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13298dependencies = [
13299 "diff",
13300 "yansi",
13301]
13302
13303[[package]]
13304name = "prettyplease"
13305version = "0.2.37"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13308dependencies = [
13309 "proc-macro2",
13310 "syn 2.0.117",
13311]
13312
13313[[package]]
13314name = "primal-check"
13315version = "0.3.4"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13318dependencies = [
13319 "num-integer",
13320]
13321
13322[[package]]
13323name = "proc-macro-crate"
13324version = "3.4.0"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13327dependencies = [
13328 "toml_edit 0.23.7",
13329]
13330
13331[[package]]
13332name = "proc-macro-error"
13333version = "1.0.4"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13336dependencies = [
13337 "proc-macro-error-attr",
13338 "proc-macro2",
13339 "quote",
13340 "syn 1.0.109",
13341 "version_check",
13342]
13343
13344[[package]]
13345name = "proc-macro-error-attr"
13346version = "1.0.4"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13349dependencies = [
13350 "proc-macro2",
13351 "quote",
13352 "version_check",
13353]
13354
13355[[package]]
13356name = "proc-macro-error-attr2"
13357version = "2.0.0"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13360dependencies = [
13361 "proc-macro2",
13362 "quote",
13363]
13364
13365[[package]]
13366name = "proc-macro-error2"
13367version = "2.0.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13370dependencies = [
13371 "proc-macro-error-attr2",
13372 "proc-macro2",
13373 "quote",
13374 "syn 2.0.117",
13375]
13376
13377[[package]]
13378name = "proc-macro2"
13379version = "1.0.101"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13382dependencies = [
13383 "unicode-ident",
13384]
13385
13386[[package]]
13387name = "proc-macro2-diagnostics"
13388version = "0.10.1"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13391dependencies = [
13392 "proc-macro2",
13393 "quote",
13394 "syn 2.0.117",
13395 "version_check",
13396 "yansi",
13397]
13398
13399[[package]]
13400name = "procfs-core"
13401version = "0.17.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13404dependencies = [
13405 "bitflags 2.10.0",
13406 "hex",
13407 "serde",
13408]
13409
13410[[package]]
13411name = "profiling"
13412version = "1.0.17"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13415dependencies = [
13416 "profiling-procmacros",
13417]
13418
13419[[package]]
13420name = "profiling-procmacros"
13421version = "1.0.17"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13424dependencies = [
13425 "quote",
13426 "syn 2.0.117",
13427]
13428
13429[[package]]
13430name = "project"
13431version = "0.1.0"
13432dependencies = [
13433 "aho-corasick",
13434 "anyhow",
13435 "askpass",
13436 "async-trait",
13437 "base64 0.22.1",
13438 "buffer_diff",
13439 "circular-buffer",
13440 "client",
13441 "clock",
13442 "collections",
13443 "context_server",
13444 "credentials_provider",
13445 "dap",
13446 "encoding_rs",
13447 "extension",
13448 "fancy-regex 0.17.0",
13449 "fs",
13450 "futures 0.3.32",
13451 "fuzzy",
13452 "fuzzy_nucleo",
13453 "git",
13454 "git2",
13455 "git_hosting_providers",
13456 "globset",
13457 "gpui",
13458 "http_client",
13459 "image",
13460 "indexmap 2.11.4",
13461 "itertools 0.14.0",
13462 "language",
13463 "log",
13464 "lsp",
13465 "markdown",
13466 "node_runtime",
13467 "parking_lot",
13468 "paths",
13469 "percent-encoding",
13470 "postage",
13471 "prettier",
13472 "pretty_assertions",
13473 "project",
13474 "rand 0.9.3",
13475 "regex",
13476 "release_channel",
13477 "remote",
13478 "rpc",
13479 "schemars 1.0.4",
13480 "semver",
13481 "serde",
13482 "serde_json",
13483 "settings",
13484 "sha2",
13485 "shellexpand",
13486 "smallvec",
13487 "smol",
13488 "snippet",
13489 "snippet_provider",
13490 "sum_tree",
13491 "task",
13492 "tempfile",
13493 "terminal",
13494 "text",
13495 "toml 0.8.23",
13496 "tracing",
13497 "unindent",
13498 "url",
13499 "util",
13500 "watch",
13501 "wax",
13502 "which 6.0.3",
13503 "worktree",
13504 "zed_credentials_provider",
13505 "zeroize",
13506 "zlog",
13507 "ztracing",
13508]
13509
13510[[package]]
13511name = "project_benchmarks"
13512version = "0.1.0"
13513dependencies = [
13514 "anyhow",
13515 "askpass",
13516 "clap",
13517 "client",
13518 "futures 0.3.32",
13519 "gpui",
13520 "gpui_platform",
13521 "http_client",
13522 "language",
13523 "node_runtime",
13524 "project",
13525 "release_channel",
13526 "remote",
13527 "rpassword",
13528 "semver",
13529 "settings",
13530 "watch",
13531]
13532
13533[[package]]
13534name = "project_panel"
13535version = "0.1.0"
13536dependencies = [
13537 "anyhow",
13538 "client",
13539 "collections",
13540 "command_palette_hooks",
13541 "criterion",
13542 "editor",
13543 "feature_flags",
13544 "file_icons",
13545 "fs",
13546 "futures 0.3.32",
13547 "git",
13548 "git_ui",
13549 "gpui",
13550 "itertools 0.14.0",
13551 "language",
13552 "menu",
13553 "notifications",
13554 "pretty_assertions",
13555 "project",
13556 "rayon",
13557 "remote_connection",
13558 "schemars 1.0.4",
13559 "search",
13560 "serde",
13561 "serde_json",
13562 "settings",
13563 "smallvec",
13564 "telemetry",
13565 "tempfile",
13566 "theme",
13567 "theme_settings",
13568 "ui",
13569 "util",
13570 "workspace",
13571 "worktree",
13572 "zed_actions",
13573]
13574
13575[[package]]
13576name = "project_symbols"
13577version = "0.1.0"
13578dependencies = [
13579 "anyhow",
13580 "editor",
13581 "futures 0.3.32",
13582 "fuzzy",
13583 "gpui",
13584 "language",
13585 "lsp",
13586 "ordered-float 2.10.1",
13587 "picker",
13588 "project",
13589 "release_channel",
13590 "semver",
13591 "serde_json",
13592 "settings",
13593 "theme",
13594 "theme_settings",
13595 "util",
13596 "workspace",
13597]
13598
13599[[package]]
13600name = "prometheus"
13601version = "0.14.0"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13604dependencies = [
13605 "cfg-if",
13606 "fnv",
13607 "lazy_static",
13608 "memchr",
13609 "parking_lot",
13610 "protobuf",
13611 "thiserror 2.0.17",
13612]
13613
13614[[package]]
13615name = "prompt_store"
13616version = "0.1.0"
13617dependencies = [
13618 "anyhow",
13619 "assets",
13620 "chrono",
13621 "collections",
13622 "fs",
13623 "futures 0.3.32",
13624 "fuzzy",
13625 "gpui",
13626 "handlebars 4.5.0",
13627 "heed",
13628 "language",
13629 "log",
13630 "parking_lot",
13631 "paths",
13632 "rope",
13633 "serde",
13634 "strum 0.27.2",
13635 "tempfile",
13636 "text",
13637 "util",
13638 "uuid",
13639]
13640
13641[[package]]
13642name = "proptest"
13643version = "1.10.0"
13644source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13645dependencies = [
13646 "bit-set 0.8.0",
13647 "bit-vec 0.8.0",
13648 "bitflags 2.10.0",
13649 "num-traits",
13650 "proptest-macro",
13651 "rand 0.9.3",
13652 "rand_chacha 0.9.0",
13653 "rand_xorshift",
13654 "regex-syntax",
13655 "rusty-fork",
13656 "tempfile",
13657 "unarray",
13658]
13659
13660[[package]]
13661name = "proptest-derive"
13662version = "0.8.0"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13665dependencies = [
13666 "proc-macro2",
13667 "quote",
13668 "syn 2.0.117",
13669]
13670
13671[[package]]
13672name = "proptest-macro"
13673version = "0.5.0"
13674source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13675dependencies = [
13676 "convert_case 0.11.0",
13677 "proc-macro2",
13678 "quote",
13679 "syn 2.0.117",
13680]
13681
13682[[package]]
13683name = "prost"
13684version = "0.9.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13687dependencies = [
13688 "bytes 1.11.1",
13689 "prost-derive 0.9.0",
13690]
13691
13692[[package]]
13693name = "prost"
13694version = "0.12.6"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13697dependencies = [
13698 "bytes 1.11.1",
13699 "prost-derive 0.12.6",
13700]
13701
13702[[package]]
13703name = "prost-build"
13704version = "0.9.0"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13707dependencies = [
13708 "bytes 1.11.1",
13709 "heck 0.3.3",
13710 "itertools 0.10.5",
13711 "lazy_static",
13712 "log",
13713 "multimap",
13714 "petgraph",
13715 "prost 0.9.0",
13716 "prost-types 0.9.0",
13717 "regex",
13718 "tempfile",
13719 "which 4.4.2",
13720]
13721
13722[[package]]
13723name = "prost-build"
13724version = "0.12.6"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13727dependencies = [
13728 "bytes 1.11.1",
13729 "heck 0.5.0",
13730 "itertools 0.11.0",
13731 "log",
13732 "multimap",
13733 "once_cell",
13734 "petgraph",
13735 "prettyplease",
13736 "prost 0.12.6",
13737 "prost-types 0.12.6",
13738 "regex",
13739 "syn 2.0.117",
13740 "tempfile",
13741]
13742
13743[[package]]
13744name = "prost-derive"
13745version = "0.9.0"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13748dependencies = [
13749 "anyhow",
13750 "itertools 0.10.5",
13751 "proc-macro2",
13752 "quote",
13753 "syn 1.0.109",
13754]
13755
13756[[package]]
13757name = "prost-derive"
13758version = "0.12.6"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13761dependencies = [
13762 "anyhow",
13763 "itertools 0.11.0",
13764 "proc-macro2",
13765 "quote",
13766 "syn 2.0.117",
13767]
13768
13769[[package]]
13770name = "prost-types"
13771version = "0.9.0"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13774dependencies = [
13775 "bytes 1.11.1",
13776 "prost 0.9.0",
13777]
13778
13779[[package]]
13780name = "prost-types"
13781version = "0.12.6"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13784dependencies = [
13785 "prost 0.12.6",
13786]
13787
13788[[package]]
13789name = "proto"
13790version = "0.1.0"
13791dependencies = [
13792 "anyhow",
13793 "prost 0.9.0",
13794 "prost-build 0.9.0",
13795 "serde",
13796]
13797
13798[[package]]
13799name = "protobuf"
13800version = "3.7.2"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13803dependencies = [
13804 "once_cell",
13805 "protobuf-support",
13806 "thiserror 1.0.69",
13807]
13808
13809[[package]]
13810name = "protobuf-support"
13811version = "3.7.2"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13814dependencies = [
13815 "thiserror 1.0.69",
13816]
13817
13818[[package]]
13819name = "psm"
13820version = "0.1.30"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13823dependencies = [
13824 "ar_archive_writer",
13825 "cc",
13826]
13827
13828[[package]]
13829name = "ptr_meta"
13830version = "0.1.4"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13833dependencies = [
13834 "ptr_meta_derive",
13835]
13836
13837[[package]]
13838name = "ptr_meta_derive"
13839version = "0.1.4"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13842dependencies = [
13843 "proc-macro2",
13844 "quote",
13845 "syn 1.0.109",
13846]
13847
13848[[package]]
13849name = "pulldown-cmark"
13850version = "0.10.3"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13853dependencies = [
13854 "bitflags 2.10.0",
13855 "memchr",
13856 "pulldown-cmark-escape",
13857 "unicase",
13858]
13859
13860[[package]]
13861name = "pulldown-cmark"
13862version = "0.13.0"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13865dependencies = [
13866 "bitflags 2.10.0",
13867 "memchr",
13868 "unicase",
13869]
13870
13871[[package]]
13872name = "pulldown-cmark-escape"
13873version = "0.10.1"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13876
13877[[package]]
13878name = "pulley-interpreter"
13879version = "36.0.7"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13882dependencies = [
13883 "cranelift-bitset",
13884 "log",
13885 "pulley-macros",
13886 "wasmtime-internal-math",
13887]
13888
13889[[package]]
13890name = "pulley-macros"
13891version = "36.0.7"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13894dependencies = [
13895 "proc-macro2",
13896 "quote",
13897 "syn 2.0.117",
13898]
13899
13900[[package]]
13901name = "pulp"
13902version = "0.18.22"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13905dependencies = [
13906 "bytemuck",
13907 "libm",
13908 "num-complex",
13909 "reborrow",
13910]
13911
13912[[package]]
13913name = "pulp"
13914version = "0.21.5"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13917dependencies = [
13918 "bytemuck",
13919 "cfg-if",
13920 "libm",
13921 "num-complex",
13922 "reborrow",
13923 "version_check",
13924]
13925
13926[[package]]
13927name = "pxfm"
13928version = "0.1.25"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13931dependencies = [
13932 "num-traits",
13933]
13934
13935[[package]]
13936name = "qoi"
13937version = "0.4.1"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13940dependencies = [
13941 "bytemuck",
13942]
13943
13944[[package]]
13945name = "quick-error"
13946version = "1.2.3"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13949
13950[[package]]
13951name = "quick-error"
13952version = "2.0.1"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13955
13956[[package]]
13957name = "quick-xml"
13958version = "0.30.0"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13961dependencies = [
13962 "memchr",
13963]
13964
13965[[package]]
13966name = "quick-xml"
13967version = "0.37.5"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13970dependencies = [
13971 "memchr",
13972]
13973
13974[[package]]
13975name = "quick-xml"
13976version = "0.38.3"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13979dependencies = [
13980 "memchr",
13981]
13982
13983[[package]]
13984name = "quinn"
13985version = "0.11.9"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13988dependencies = [
13989 "bytes 1.11.1",
13990 "cfg_aliases 0.2.1",
13991 "pin-project-lite",
13992 "quinn-proto",
13993 "quinn-udp",
13994 "rustc-hash 2.1.1",
13995 "rustls 0.23.33",
13996 "socket2 0.6.1",
13997 "thiserror 2.0.17",
13998 "tokio",
13999 "tracing",
14000 "web-time",
14001]
14002
14003[[package]]
14004name = "quinn-proto"
14005version = "0.11.13"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
14008dependencies = [
14009 "bytes 1.11.1",
14010 "getrandom 0.3.4",
14011 "lru-slab",
14012 "rand 0.9.3",
14013 "ring",
14014 "rustc-hash 2.1.1",
14015 "rustls 0.23.33",
14016 "rustls-pki-types",
14017 "slab",
14018 "thiserror 2.0.17",
14019 "tinyvec",
14020 "tracing",
14021 "web-time",
14022]
14023
14024[[package]]
14025name = "quinn-udp"
14026version = "0.5.14"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
14029dependencies = [
14030 "cfg_aliases 0.2.1",
14031 "libc",
14032 "once_cell",
14033 "socket2 0.6.1",
14034 "tracing",
14035 "windows-sys 0.60.2",
14036]
14037
14038[[package]]
14039name = "quote"
14040version = "1.0.41"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
14043dependencies = [
14044 "proc-macro2",
14045]
14046
14047[[package]]
14048name = "r-efi"
14049version = "5.3.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
14052
14053[[package]]
14054name = "radium"
14055version = "0.7.0"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
14058
14059[[package]]
14060name = "rand"
14061version = "0.3.23"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
14064dependencies = [
14065 "libc",
14066 "rand 0.4.6",
14067]
14068
14069[[package]]
14070name = "rand"
14071version = "0.4.6"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
14074dependencies = [
14075 "fuchsia-cprng",
14076 "libc",
14077 "rand_core 0.3.1",
14078 "rdrand",
14079 "winapi",
14080]
14081
14082[[package]]
14083name = "rand"
14084version = "0.8.5"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14087dependencies = [
14088 "libc",
14089 "rand_chacha 0.3.1",
14090 "rand_core 0.6.4",
14091]
14092
14093[[package]]
14094name = "rand"
14095version = "0.9.3"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14098dependencies = [
14099 "rand_chacha 0.9.0",
14100 "rand_core 0.9.3",
14101]
14102
14103[[package]]
14104name = "rand_chacha"
14105version = "0.3.1"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14108dependencies = [
14109 "ppv-lite86",
14110 "rand_core 0.6.4",
14111]
14112
14113[[package]]
14114name = "rand_chacha"
14115version = "0.9.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14118dependencies = [
14119 "ppv-lite86",
14120 "rand_core 0.9.3",
14121]
14122
14123[[package]]
14124name = "rand_core"
14125version = "0.3.1"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14128dependencies = [
14129 "rand_core 0.4.2",
14130]
14131
14132[[package]]
14133name = "rand_core"
14134version = "0.4.2"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14137
14138[[package]]
14139name = "rand_core"
14140version = "0.6.4"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14143dependencies = [
14144 "getrandom 0.2.16",
14145]
14146
14147[[package]]
14148name = "rand_core"
14149version = "0.9.3"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14152dependencies = [
14153 "getrandom 0.3.4",
14154]
14155
14156[[package]]
14157name = "rand_distr"
14158version = "0.5.1"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14161dependencies = [
14162 "num-traits",
14163 "rand 0.9.3",
14164]
14165
14166[[package]]
14167name = "rand_pcg"
14168version = "0.3.1"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14171dependencies = [
14172 "rand_core 0.6.4",
14173]
14174
14175[[package]]
14176name = "rand_xorshift"
14177version = "0.4.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14180dependencies = [
14181 "rand_core 0.9.3",
14182]
14183
14184[[package]]
14185name = "random_choice"
14186version = "0.3.2"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14189dependencies = [
14190 "rand 0.3.23",
14191]
14192
14193[[package]]
14194name = "range-alloc"
14195version = "0.1.4"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14198
14199[[package]]
14200name = "range-map"
14201version = "0.2.0"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14204dependencies = [
14205 "num-traits",
14206]
14207
14208[[package]]
14209name = "rangemap"
14210version = "1.7.1"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14213
14214[[package]]
14215name = "rav1e"
14216version = "0.8.1"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14219dependencies = [
14220 "aligned-vec",
14221 "arbitrary",
14222 "arg_enum_proc_macro",
14223 "arrayvec",
14224 "av-scenechange",
14225 "av1-grain",
14226 "bitstream-io",
14227 "built",
14228 "cfg-if",
14229 "interpolate_name",
14230 "itertools 0.14.0",
14231 "libc",
14232 "libfuzzer-sys",
14233 "log",
14234 "maybe-rayon",
14235 "new_debug_unreachable",
14236 "noop_proc_macro",
14237 "num-derive",
14238 "num-traits",
14239 "paste",
14240 "profiling",
14241 "rand 0.9.3",
14242 "rand_chacha 0.9.0",
14243 "simd_helpers",
14244 "thiserror 2.0.17",
14245 "v_frame",
14246 "wasm-bindgen",
14247]
14248
14249[[package]]
14250name = "ravif"
14251version = "0.13.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14254dependencies = [
14255 "avif-serialize",
14256 "imgref",
14257 "loop9",
14258 "quick-error 2.0.1",
14259 "rav1e",
14260 "rayon",
14261 "rgb",
14262]
14263
14264[[package]]
14265name = "raw-cpuid"
14266version = "10.7.0"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14269dependencies = [
14270 "bitflags 1.3.2",
14271]
14272
14273[[package]]
14274name = "raw-cpuid"
14275version = "11.6.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14278dependencies = [
14279 "bitflags 2.10.0",
14280]
14281
14282[[package]]
14283name = "raw-window-handle"
14284version = "0.6.2"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14287
14288[[package]]
14289name = "raw-window-metal"
14290version = "1.1.0"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14293dependencies = [
14294 "objc2",
14295 "objc2-core-foundation",
14296 "objc2-foundation",
14297 "objc2-quartz-core",
14298]
14299
14300[[package]]
14301name = "rayon"
14302version = "1.11.0"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14305dependencies = [
14306 "either",
14307 "rayon-core",
14308]
14309
14310[[package]]
14311name = "rayon-core"
14312version = "1.13.0"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14315dependencies = [
14316 "crossbeam-deque",
14317 "crossbeam-utils",
14318]
14319
14320[[package]]
14321name = "rdrand"
14322version = "0.4.0"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14325dependencies = [
14326 "rand_core 0.3.1",
14327]
14328
14329[[package]]
14330name = "read-fonts"
14331version = "0.35.0"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14334dependencies = [
14335 "bytemuck",
14336 "font-types 0.10.0",
14337]
14338
14339[[package]]
14340name = "read-fonts"
14341version = "0.37.0"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14344dependencies = [
14345 "bytemuck",
14346 "core_maths",
14347 "font-types 0.11.0",
14348]
14349
14350[[package]]
14351name = "realfft"
14352version = "3.5.0"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14355dependencies = [
14356 "rustfft",
14357]
14358
14359[[package]]
14360name = "reborrow"
14361version = "0.5.5"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14364
14365[[package]]
14366name = "recent_projects"
14367version = "0.1.0"
14368dependencies = [
14369 "anyhow",
14370 "askpass",
14371 "chrono",
14372 "db",
14373 "dev_container",
14374 "editor",
14375 "extension",
14376 "extension_host",
14377 "fs",
14378 "futures 0.3.32",
14379 "fuzzy_nucleo",
14380 "gpui",
14381 "http_client",
14382 "indoc",
14383 "language",
14384 "log",
14385 "menu",
14386 "node_runtime",
14387 "open_path_prompt",
14388 "ordered-float 2.10.1",
14389 "paths",
14390 "picker",
14391 "project",
14392 "release_channel",
14393 "remote",
14394 "remote_connection",
14395 "remote_server",
14396 "semver",
14397 "serde",
14398 "serde_json",
14399 "settings",
14400 "smol",
14401 "task",
14402 "telemetry",
14403 "ui",
14404 "ui_input",
14405 "util",
14406 "windows-registry 0.6.1",
14407 "workspace",
14408 "worktree",
14409 "zed_actions",
14410]
14411
14412[[package]]
14413name = "redox_syscall"
14414version = "0.2.16"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14417dependencies = [
14418 "bitflags 1.3.2",
14419]
14420
14421[[package]]
14422name = "redox_syscall"
14423version = "0.5.18"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14426dependencies = [
14427 "bitflags 2.10.0",
14428]
14429
14430[[package]]
14431name = "redox_users"
14432version = "0.5.2"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14435dependencies = [
14436 "getrandom 0.2.16",
14437 "libredox",
14438 "thiserror 2.0.17",
14439]
14440
14441[[package]]
14442name = "ref-cast"
14443version = "1.0.25"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14446dependencies = [
14447 "ref-cast-impl",
14448]
14449
14450[[package]]
14451name = "ref-cast-impl"
14452version = "1.0.25"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14455dependencies = [
14456 "proc-macro2",
14457 "quote",
14458 "syn 2.0.117",
14459]
14460
14461[[package]]
14462name = "referencing"
14463version = "0.37.4"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14466dependencies = [
14467 "ahash 0.8.12",
14468 "fluent-uri",
14469 "getrandom 0.3.4",
14470 "hashbrown 0.16.1",
14471 "parking_lot",
14472 "percent-encoding",
14473 "serde_json",
14474]
14475
14476[[package]]
14477name = "refineable"
14478version = "0.1.0"
14479dependencies = [
14480 "derive_refineable",
14481]
14482
14483[[package]]
14484name = "regalloc2"
14485version = "0.12.2"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14488dependencies = [
14489 "allocator-api2",
14490 "bumpalo",
14491 "hashbrown 0.15.5",
14492 "log",
14493 "rustc-hash 2.1.1",
14494 "serde",
14495 "smallvec",
14496]
14497
14498[[package]]
14499name = "regex"
14500version = "1.12.3"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
14503dependencies = [
14504 "aho-corasick",
14505 "memchr",
14506 "regex-automata",
14507 "regex-syntax",
14508]
14509
14510[[package]]
14511name = "regex-automata"
14512version = "0.4.13"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14515dependencies = [
14516 "aho-corasick",
14517 "memchr",
14518 "regex-syntax",
14519]
14520
14521[[package]]
14522name = "regex-lite"
14523version = "0.1.8"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14526
14527[[package]]
14528name = "regex-syntax"
14529version = "0.8.8"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14532
14533[[package]]
14534name = "release_channel"
14535version = "0.1.0"
14536dependencies = [
14537 "gpui",
14538 "semver",
14539]
14540
14541[[package]]
14542name = "remote"
14543version = "0.1.0"
14544dependencies = [
14545 "anyhow",
14546 "askpass",
14547 "async-trait",
14548 "base64 0.22.1",
14549 "collections",
14550 "fs",
14551 "futures 0.3.32",
14552 "gpui",
14553 "log",
14554 "parking_lot",
14555 "paths",
14556 "prost 0.9.0",
14557 "release_channel",
14558 "rpc",
14559 "schemars 1.0.4",
14560 "semver",
14561 "serde",
14562 "serde_json",
14563 "settings",
14564 "smol",
14565 "tempfile",
14566 "thiserror 2.0.17",
14567 "urlencoding",
14568 "util",
14569 "which 6.0.3",
14570]
14571
14572[[package]]
14573name = "remote_connection"
14574version = "0.1.0"
14575dependencies = [
14576 "anyhow",
14577 "askpass",
14578 "auto_update",
14579 "futures 0.3.32",
14580 "gpui",
14581 "log",
14582 "markdown",
14583 "menu",
14584 "release_channel",
14585 "remote",
14586 "semver",
14587 "settings",
14588 "theme_settings",
14589 "ui",
14590 "ui_input",
14591 "workspace",
14592]
14593
14594[[package]]
14595name = "remote_server"
14596version = "0.1.0"
14597dependencies = [
14598 "action_log",
14599 "agent",
14600 "anyhow",
14601 "askpass",
14602 "cargo_toml",
14603 "clap",
14604 "client",
14605 "clock",
14606 "collections",
14607 "crash-handler",
14608 "crashes",
14609 "dap_adapters",
14610 "debug_adapter_extension",
14611 "editor",
14612 "env_logger 0.11.8",
14613 "extension",
14614 "extension_host",
14615 "fork",
14616 "fs",
14617 "futures 0.3.32",
14618 "git",
14619 "git2",
14620 "git_hosting_providers",
14621 "gpui",
14622 "gpui_platform",
14623 "gpui_tokio",
14624 "http_client",
14625 "image",
14626 "json_schema_store",
14627 "language",
14628 "language_extension",
14629 "language_model",
14630 "languages",
14631 "libc",
14632 "log",
14633 "lsp",
14634 "minidumper",
14635 "net",
14636 "node_runtime",
14637 "paths",
14638 "pretty_assertions",
14639 "project",
14640 "proto",
14641 "rayon",
14642 "release_channel",
14643 "remote",
14644 "reqwest_client",
14645 "rpc",
14646 "rust-embed",
14647 "semver",
14648 "serde",
14649 "serde_json",
14650 "settings",
14651 "shellexpand",
14652 "smol",
14653 "sysinfo 0.37.2",
14654 "task",
14655 "theme",
14656 "theme_settings",
14657 "thiserror 2.0.17",
14658 "toml 0.8.23",
14659 "unindent",
14660 "util",
14661 "uuid",
14662 "watch",
14663 "windows 0.61.3",
14664 "worktree",
14665 "zlog",
14666]
14667
14668[[package]]
14669name = "rend"
14670version = "0.4.2"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14673dependencies = [
14674 "bytecheck",
14675]
14676
14677[[package]]
14678name = "renderdoc-sys"
14679version = "1.1.0"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14682
14683[[package]]
14684name = "repl"
14685version = "0.1.0"
14686dependencies = [
14687 "alacritty_terminal",
14688 "anyhow",
14689 "async-dispatcher",
14690 "async-task",
14691 "async-tungstenite",
14692 "base64 0.22.1",
14693 "client",
14694 "collections",
14695 "command_palette_hooks",
14696 "editor",
14697 "feature_flags",
14698 "file_icons",
14699 "futures 0.3.32",
14700 "gpui",
14701 "html_to_markdown",
14702 "http_client",
14703 "image",
14704 "indoc",
14705 "jupyter-protocol",
14706 "jupyter-websocket-client",
14707 "language",
14708 "languages",
14709 "log",
14710 "markdown",
14711 "menu",
14712 "multi_buffer",
14713 "nbformat",
14714 "picker",
14715 "project",
14716 "remote",
14717 "runtimelib",
14718 "serde",
14719 "serde_json",
14720 "settings",
14721 "shlex",
14722 "smol",
14723 "telemetry",
14724 "terminal",
14725 "terminal_view",
14726 "theme",
14727 "theme_settings",
14728 "tree-sitter-md",
14729 "tree-sitter-python",
14730 "tree-sitter-typescript",
14731 "ui",
14732 "util",
14733 "uuid",
14734 "workspace",
14735 "zed_actions",
14736]
14737
14738[[package]]
14739name = "reqwest"
14740version = "0.11.27"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14743dependencies = [
14744 "base64 0.21.7",
14745 "bytes 1.11.1",
14746 "encoding_rs",
14747 "futures-core",
14748 "futures-util",
14749 "h2 0.3.27",
14750 "http 0.2.12",
14751 "http-body 0.4.6",
14752 "hyper 0.14.32",
14753 "hyper-tls",
14754 "ipnet",
14755 "js-sys",
14756 "log",
14757 "mime",
14758 "native-tls",
14759 "once_cell",
14760 "percent-encoding",
14761 "pin-project-lite",
14762 "rustls-pemfile 1.0.4",
14763 "serde",
14764 "serde_json",
14765 "serde_urlencoded",
14766 "sync_wrapper 0.1.2",
14767 "system-configuration 0.5.1",
14768 "tokio",
14769 "tokio-native-tls",
14770 "tower-service",
14771 "url",
14772 "wasm-bindgen",
14773 "wasm-bindgen-futures",
14774 "web-sys",
14775 "winreg 0.50.0",
14776]
14777
14778[[package]]
14779name = "reqwest"
14780version = "0.12.24"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14783dependencies = [
14784 "base64 0.22.1",
14785 "bytes 1.11.1",
14786 "futures-channel",
14787 "futures-core",
14788 "futures-util",
14789 "http 1.3.1",
14790 "http-body 1.0.1",
14791 "http-body-util",
14792 "hyper 1.7.0",
14793 "hyper-rustls 0.27.7",
14794 "hyper-util",
14795 "js-sys",
14796 "log",
14797 "percent-encoding",
14798 "pin-project-lite",
14799 "quinn",
14800 "rustls 0.23.33",
14801 "rustls-native-certs 0.8.2",
14802 "rustls-pki-types",
14803 "serde",
14804 "serde_json",
14805 "serde_urlencoded",
14806 "sync_wrapper 1.0.2",
14807 "tokio",
14808 "tokio-rustls 0.26.2",
14809 "tower 0.5.2",
14810 "tower-http 0.6.6",
14811 "tower-service",
14812 "url",
14813 "wasm-bindgen",
14814 "wasm-bindgen-futures",
14815 "web-sys",
14816]
14817
14818[[package]]
14819name = "reqwest_client"
14820version = "0.1.0"
14821dependencies = [
14822 "anyhow",
14823 "bytes 1.11.1",
14824 "futures 0.3.32",
14825 "gpui_util",
14826 "http_client",
14827 "http_client_tls",
14828 "log",
14829 "regex",
14830 "serde",
14831 "tokio",
14832 "zed-reqwest",
14833]
14834
14835[[package]]
14836name = "resvg"
14837version = "0.45.1"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14840dependencies = [
14841 "gif 0.13.3",
14842 "image-webp",
14843 "log",
14844 "pico-args",
14845 "rgb",
14846 "svgtypes",
14847 "tiny-skia",
14848 "usvg",
14849 "zune-jpeg 0.4.21",
14850]
14851
14852[[package]]
14853name = "rfc6979"
14854version = "0.3.1"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14857dependencies = [
14858 "crypto-bigint 0.4.9",
14859 "hmac",
14860 "zeroize",
14861]
14862
14863[[package]]
14864name = "rgb"
14865version = "0.8.52"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14868dependencies = [
14869 "bytemuck",
14870]
14871
14872[[package]]
14873name = "ring"
14874version = "0.17.14"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14877dependencies = [
14878 "cc",
14879 "cfg-if",
14880 "getrandom 0.2.16",
14881 "libc",
14882 "untrusted 0.9.0",
14883 "windows-sys 0.52.0",
14884]
14885
14886[[package]]
14887name = "rkyv"
14888version = "0.7.45"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14891dependencies = [
14892 "bitvec",
14893 "bytecheck",
14894 "bytes 1.11.1",
14895 "hashbrown 0.12.3",
14896 "ptr_meta",
14897 "rend",
14898 "rkyv_derive",
14899 "seahash",
14900 "tinyvec",
14901 "uuid",
14902]
14903
14904[[package]]
14905name = "rkyv_derive"
14906version = "0.7.45"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14909dependencies = [
14910 "proc-macro2",
14911 "quote",
14912 "syn 1.0.109",
14913]
14914
14915[[package]]
14916name = "rmcp"
14917version = "1.3.0"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "2231b2c085b371c01bc90c0e6c1cab8834711b6394533375bdbf870b0166d419"
14920dependencies = [
14921 "async-trait",
14922 "base64 0.22.1",
14923 "chrono",
14924 "futures 0.3.32",
14925 "pastey 0.2.1",
14926 "pin-project-lite",
14927 "rmcp-macros",
14928 "schemars 1.0.4",
14929 "serde",
14930 "serde_json",
14931 "thiserror 2.0.17",
14932 "tokio",
14933 "tokio-util",
14934 "tracing",
14935]
14936
14937[[package]]
14938name = "rmcp-macros"
14939version = "1.3.0"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "36ea0e100fadf81be85d7ff70f86cd805c7572601d4ab2946207f36540854b43"
14942dependencies = [
14943 "darling 0.23.0",
14944 "proc-macro2",
14945 "quote",
14946 "serde_json",
14947 "syn 2.0.117",
14948]
14949
14950[[package]]
14951name = "rmp"
14952version = "0.8.14"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14955dependencies = [
14956 "byteorder",
14957 "num-traits",
14958 "paste",
14959]
14960
14961[[package]]
14962name = "rmpv"
14963version = "1.3.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14966dependencies = [
14967 "num-traits",
14968 "rmp",
14969]
14970
14971[[package]]
14972name = "rodio"
14973version = "0.21.1"
14974source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14975dependencies = [
14976 "cpal",
14977 "dasp_sample",
14978 "hound",
14979 "num-rational",
14980 "rand 0.9.3",
14981 "rand_distr",
14982 "rtrb",
14983 "symphonia",
14984 "thiserror 2.0.17",
14985]
14986
14987[[package]]
14988name = "rope"
14989version = "0.1.0"
14990dependencies = [
14991 "criterion",
14992 "ctor",
14993 "gpui",
14994 "heapless",
14995 "log",
14996 "rand 0.9.3",
14997 "rayon",
14998 "sum_tree",
14999 "tracing",
15000 "unicode-segmentation",
15001 "util",
15002 "zlog",
15003 "ztracing",
15004]
15005
15006[[package]]
15007name = "roxmltree"
15008version = "0.20.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
15011
15012[[package]]
15013name = "rpassword"
15014version = "7.4.0"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
15017dependencies = [
15018 "libc",
15019 "rtoolbox",
15020 "windows-sys 0.59.0",
15021]
15022
15023[[package]]
15024name = "rpc"
15025version = "0.1.0"
15026dependencies = [
15027 "anyhow",
15028 "async-tungstenite",
15029 "base64 0.22.1",
15030 "collections",
15031 "futures 0.3.32",
15032 "gpui",
15033 "parking_lot",
15034 "proto",
15035 "rand 0.9.3",
15036 "rsa",
15037 "serde",
15038 "serde_json",
15039 "sha2",
15040 "strum 0.27.2",
15041 "tracing",
15042 "util",
15043 "zlog",
15044 "zstd",
15045]
15046
15047[[package]]
15048name = "rsa"
15049version = "0.9.10"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
15052dependencies = [
15053 "const-oid",
15054 "digest",
15055 "num-bigint-dig 0.8.6",
15056 "num-integer",
15057 "num-traits",
15058 "pkcs1",
15059 "pkcs8 0.10.2",
15060 "rand_core 0.6.4",
15061 "signature 2.2.0",
15062 "spki 0.7.3",
15063 "subtle",
15064 "zeroize",
15065]
15066
15067[[package]]
15068name = "rtoolbox"
15069version = "0.0.3"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
15072dependencies = [
15073 "libc",
15074 "windows-sys 0.52.0",
15075]
15076
15077[[package]]
15078name = "rtrb"
15079version = "0.3.2"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
15082
15083[[package]]
15084name = "rules_library"
15085version = "0.1.0"
15086dependencies = [
15087 "anyhow",
15088 "collections",
15089 "editor",
15090 "gpui",
15091 "language",
15092 "language_model",
15093 "log",
15094 "menu",
15095 "picker",
15096 "platform_title_bar",
15097 "prompt_store",
15098 "release_channel",
15099 "rope",
15100 "serde",
15101 "settings",
15102 "theme_settings",
15103 "ui",
15104 "ui_input",
15105 "util",
15106 "workspace",
15107 "zed_actions",
15108]
15109
15110[[package]]
15111name = "runtimelib"
15112version = "1.4.0"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
15115dependencies = [
15116 "async-dispatcher",
15117 "async-std",
15118 "aws-lc-rs",
15119 "base64 0.22.1",
15120 "bytes 1.11.1",
15121 "chrono",
15122 "data-encoding",
15123 "dirs",
15124 "futures 0.3.32",
15125 "glob",
15126 "jupyter-protocol",
15127 "serde",
15128 "serde_json",
15129 "shellexpand",
15130 "smol",
15131 "thiserror 2.0.17",
15132 "uuid",
15133 "zeromq",
15134]
15135
15136[[package]]
15137name = "rust-embed"
15138version = "8.11.0"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15141dependencies = [
15142 "rust-embed-impl",
15143 "rust-embed-utils",
15144 "walkdir",
15145]
15146
15147[[package]]
15148name = "rust-embed-impl"
15149version = "8.11.0"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15152dependencies = [
15153 "proc-macro2",
15154 "quote",
15155 "rust-embed-utils",
15156 "syn 2.0.117",
15157 "walkdir",
15158]
15159
15160[[package]]
15161name = "rust-embed-utils"
15162version = "8.11.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15165dependencies = [
15166 "globset",
15167 "sha2",
15168 "walkdir",
15169]
15170
15171[[package]]
15172name = "rust_decimal"
15173version = "1.39.0"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15176dependencies = [
15177 "arrayvec",
15178 "borsh",
15179 "bytes 1.11.1",
15180 "num-traits",
15181 "rand 0.8.5",
15182 "rkyv",
15183 "serde",
15184 "serde_json",
15185]
15186
15187[[package]]
15188name = "rustc-demangle"
15189version = "0.1.26"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15192
15193[[package]]
15194name = "rustc-hash"
15195version = "1.1.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15198
15199[[package]]
15200name = "rustc-hash"
15201version = "2.1.1"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15204
15205[[package]]
15206name = "rustc_version"
15207version = "0.4.1"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15210dependencies = [
15211 "semver",
15212]
15213
15214[[package]]
15215name = "rustfft"
15216version = "6.4.1"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15219dependencies = [
15220 "num-complex",
15221 "num-integer",
15222 "num-traits",
15223 "primal-check",
15224 "strength_reduce",
15225 "transpose",
15226]
15227
15228[[package]]
15229name = "rustix"
15230version = "0.38.44"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15233dependencies = [
15234 "bitflags 2.10.0",
15235 "errno 0.3.14",
15236 "libc",
15237 "linux-raw-sys 0.4.15",
15238 "windows-sys 0.59.0",
15239]
15240
15241[[package]]
15242name = "rustix"
15243version = "1.1.2"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15246dependencies = [
15247 "bitflags 2.10.0",
15248 "errno 0.3.14",
15249 "libc",
15250 "linux-raw-sys 0.11.0",
15251 "windows-sys 0.61.2",
15252]
15253
15254[[package]]
15255name = "rustix-linux-procfs"
15256version = "0.1.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15259dependencies = [
15260 "once_cell",
15261 "rustix 1.1.2",
15262]
15263
15264[[package]]
15265name = "rustix-openpty"
15266version = "0.2.0"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15269dependencies = [
15270 "errno 0.3.14",
15271 "libc",
15272 "rustix 1.1.2",
15273]
15274
15275[[package]]
15276name = "rustls"
15277version = "0.21.12"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15280dependencies = [
15281 "log",
15282 "ring",
15283 "rustls-webpki 0.101.7",
15284 "sct",
15285]
15286
15287[[package]]
15288name = "rustls"
15289version = "0.23.33"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15292dependencies = [
15293 "aws-lc-rs",
15294 "log",
15295 "once_cell",
15296 "ring",
15297 "rustls-pki-types",
15298 "rustls-webpki 0.103.7",
15299 "subtle",
15300 "zeroize",
15301]
15302
15303[[package]]
15304name = "rustls-native-certs"
15305version = "0.6.3"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15308dependencies = [
15309 "openssl-probe",
15310 "rustls-pemfile 1.0.4",
15311 "schannel",
15312 "security-framework 2.11.1",
15313]
15314
15315[[package]]
15316name = "rustls-native-certs"
15317version = "0.8.2"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15320dependencies = [
15321 "openssl-probe",
15322 "rustls-pki-types",
15323 "schannel",
15324 "security-framework 3.5.1",
15325]
15326
15327[[package]]
15328name = "rustls-pemfile"
15329version = "1.0.4"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15332dependencies = [
15333 "base64 0.21.7",
15334]
15335
15336[[package]]
15337name = "rustls-pemfile"
15338version = "2.2.0"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15341dependencies = [
15342 "rustls-pki-types",
15343]
15344
15345[[package]]
15346name = "rustls-pki-types"
15347version = "1.12.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15350dependencies = [
15351 "web-time",
15352 "zeroize",
15353]
15354
15355[[package]]
15356name = "rustls-platform-verifier"
15357version = "0.5.3"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15360dependencies = [
15361 "core-foundation 0.10.0",
15362 "core-foundation-sys",
15363 "jni",
15364 "log",
15365 "once_cell",
15366 "rustls 0.23.33",
15367 "rustls-native-certs 0.8.2",
15368 "rustls-platform-verifier-android",
15369 "rustls-webpki 0.103.7",
15370 "security-framework 3.5.1",
15371 "security-framework-sys",
15372 "webpki-root-certs",
15373 "windows-sys 0.59.0",
15374]
15375
15376[[package]]
15377name = "rustls-platform-verifier-android"
15378version = "0.1.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15381
15382[[package]]
15383name = "rustls-webpki"
15384version = "0.101.7"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15387dependencies = [
15388 "ring",
15389 "untrusted 0.9.0",
15390]
15391
15392[[package]]
15393name = "rustls-webpki"
15394version = "0.103.7"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15397dependencies = [
15398 "aws-lc-rs",
15399 "ring",
15400 "rustls-pki-types",
15401 "untrusted 0.9.0",
15402]
15403
15404[[package]]
15405name = "rustversion"
15406version = "1.0.22"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15409
15410[[package]]
15411name = "rusty-fork"
15412version = "0.3.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15415dependencies = [
15416 "fnv",
15417 "quick-error 1.2.3",
15418 "tempfile",
15419 "wait-timeout",
15420]
15421
15422[[package]]
15423name = "rustybuzz"
15424version = "0.20.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15427dependencies = [
15428 "bitflags 2.10.0",
15429 "bytemuck",
15430 "core_maths",
15431 "log",
15432 "smallvec",
15433 "ttf-parser 0.25.1",
15434 "unicode-bidi-mirroring",
15435 "unicode-ccc",
15436 "unicode-properties",
15437 "unicode-script",
15438]
15439
15440[[package]]
15441name = "ryu"
15442version = "1.0.20"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15445
15446[[package]]
15447name = "saa"
15448version = "5.4.9"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15451
15452[[package]]
15453name = "safetensors"
15454version = "0.4.5"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15457dependencies = [
15458 "serde",
15459 "serde_json",
15460]
15461
15462[[package]]
15463name = "same-file"
15464version = "1.0.6"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15467dependencies = [
15468 "winapi-util",
15469]
15470
15471[[package]]
15472name = "scc"
15473version = "3.5.6"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15476dependencies = [
15477 "saa",
15478 "sdd",
15479]
15480
15481[[package]]
15482name = "schannel"
15483version = "0.1.28"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15486dependencies = [
15487 "windows-sys 0.61.2",
15488]
15489
15490[[package]]
15491name = "scheduler"
15492version = "0.1.0"
15493dependencies = [
15494 "async-task",
15495 "backtrace",
15496 "chrono",
15497 "flume",
15498 "futures 0.3.32",
15499 "parking_lot",
15500 "rand 0.9.3",
15501 "web-time",
15502]
15503
15504[[package]]
15505name = "schema_generator"
15506version = "0.1.0"
15507dependencies = [
15508 "anyhow",
15509 "clap",
15510 "env_logger 0.11.8",
15511 "schemars 1.0.4",
15512 "serde",
15513 "serde_json",
15514 "settings",
15515 "theme",
15516 "theme_settings",
15517]
15518
15519[[package]]
15520name = "schemars"
15521version = "0.9.0"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
15524dependencies = [
15525 "dyn-clone",
15526 "ref-cast",
15527 "serde",
15528 "serde_json",
15529]
15530
15531[[package]]
15532name = "schemars"
15533version = "1.0.4"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15536dependencies = [
15537 "chrono",
15538 "dyn-clone",
15539 "indexmap 2.11.4",
15540 "ref-cast",
15541 "schemars_derive",
15542 "serde",
15543 "serde_json",
15544]
15545
15546[[package]]
15547name = "schemars_derive"
15548version = "1.0.4"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15551dependencies = [
15552 "proc-macro2",
15553 "quote",
15554 "serde_derive_internals",
15555 "syn 2.0.117",
15556]
15557
15558[[package]]
15559name = "scoped-tls"
15560version = "1.0.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15563
15564[[package]]
15565name = "scopeguard"
15566version = "1.2.0"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15569
15570[[package]]
15571name = "scratch"
15572version = "1.0.9"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15575
15576[[package]]
15577name = "screencapturekit"
15578version = "0.2.8"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15581dependencies = [
15582 "screencapturekit-sys",
15583]
15584
15585[[package]]
15586name = "screencapturekit-sys"
15587version = "0.2.8"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15590dependencies = [
15591 "block",
15592 "dispatch",
15593 "objc",
15594 "objc-foundation",
15595 "objc_id",
15596 "once_cell",
15597]
15598
15599[[package]]
15600name = "scroll"
15601version = "0.12.0"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15604dependencies = [
15605 "scroll_derive",
15606]
15607
15608[[package]]
15609name = "scroll_derive"
15610version = "0.12.1"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15613dependencies = [
15614 "proc-macro2",
15615 "quote",
15616 "syn 2.0.117",
15617]
15618
15619[[package]]
15620name = "sct"
15621version = "0.7.1"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15624dependencies = [
15625 "ring",
15626 "untrusted 0.9.0",
15627]
15628
15629[[package]]
15630name = "sdd"
15631version = "4.6.2"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15634
15635[[package]]
15636name = "sea-bae"
15637version = "0.2.1"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15640dependencies = [
15641 "heck 0.4.1",
15642 "proc-macro-error2",
15643 "proc-macro2",
15644 "quote",
15645 "syn 2.0.117",
15646]
15647
15648[[package]]
15649name = "sea-orm"
15650version = "1.1.10"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15653dependencies = [
15654 "async-stream",
15655 "async-trait",
15656 "bigdecimal",
15657 "chrono",
15658 "futures-util",
15659 "log",
15660 "ouroboros",
15661 "pgvector",
15662 "rust_decimal",
15663 "sea-orm-macros",
15664 "sea-query",
15665 "sea-query-binder",
15666 "serde",
15667 "serde_json",
15668 "sqlx",
15669 "strum 0.26.3",
15670 "thiserror 2.0.17",
15671 "time",
15672 "tracing",
15673 "url",
15674 "uuid",
15675]
15676
15677[[package]]
15678name = "sea-orm-macros"
15679version = "1.1.10"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15682dependencies = [
15683 "heck 0.4.1",
15684 "proc-macro2",
15685 "quote",
15686 "sea-bae",
15687 "syn 2.0.117",
15688 "unicode-ident",
15689]
15690
15691[[package]]
15692name = "sea-query"
15693version = "0.32.7"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15696dependencies = [
15697 "bigdecimal",
15698 "chrono",
15699 "inherent",
15700 "ordered-float 4.6.0",
15701 "rust_decimal",
15702 "serde_json",
15703 "time",
15704 "uuid",
15705]
15706
15707[[package]]
15708name = "sea-query-binder"
15709version = "0.7.0"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15712dependencies = [
15713 "bigdecimal",
15714 "chrono",
15715 "rust_decimal",
15716 "sea-query",
15717 "serde_json",
15718 "sqlx",
15719 "time",
15720 "uuid",
15721]
15722
15723[[package]]
15724name = "seahash"
15725version = "4.1.0"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15728
15729[[package]]
15730name = "search"
15731version = "0.1.0"
15732dependencies = [
15733 "any_vec",
15734 "anyhow",
15735 "bitflags 2.10.0",
15736 "collections",
15737 "editor",
15738 "fs",
15739 "futures 0.3.32",
15740 "gpui",
15741 "itertools 0.14.0",
15742 "language",
15743 "lsp",
15744 "menu",
15745 "multi_buffer",
15746 "pretty_assertions",
15747 "project",
15748 "serde",
15749 "serde_json",
15750 "settings",
15751 "smol",
15752 "theme",
15753 "theme_settings",
15754 "tracing",
15755 "ui",
15756 "unindent",
15757 "util",
15758 "util_macros",
15759 "workspace",
15760 "zed_actions",
15761 "ztracing",
15762]
15763
15764[[package]]
15765name = "sec1"
15766version = "0.3.0"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15769dependencies = [
15770 "base16ct",
15771 "der 0.6.1",
15772 "generic-array",
15773 "pkcs8 0.9.0",
15774 "subtle",
15775 "zeroize",
15776]
15777
15778[[package]]
15779name = "secrecy"
15780version = "0.10.3"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15783dependencies = [
15784 "zeroize",
15785]
15786
15787[[package]]
15788name = "security-framework"
15789version = "2.11.1"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15792dependencies = [
15793 "bitflags 2.10.0",
15794 "core-foundation 0.9.4",
15795 "core-foundation-sys",
15796 "libc",
15797 "security-framework-sys",
15798]
15799
15800[[package]]
15801name = "security-framework"
15802version = "3.5.1"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15805dependencies = [
15806 "bitflags 2.10.0",
15807 "core-foundation 0.10.0",
15808 "core-foundation-sys",
15809 "libc",
15810 "security-framework-sys",
15811]
15812
15813[[package]]
15814name = "security-framework-sys"
15815version = "2.15.0"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15818dependencies = [
15819 "core-foundation-sys",
15820 "libc",
15821]
15822
15823[[package]]
15824name = "self_cell"
15825version = "1.2.2"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15828
15829[[package]]
15830name = "semver"
15831version = "1.0.27"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15834dependencies = [
15835 "serde",
15836 "serde_core",
15837]
15838
15839[[package]]
15840name = "seq-macro"
15841version = "0.3.6"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15844
15845[[package]]
15846name = "serde"
15847version = "1.0.228"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15850dependencies = [
15851 "serde_core",
15852 "serde_derive",
15853]
15854
15855[[package]]
15856name = "serde_bytes"
15857version = "0.11.19"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15860dependencies = [
15861 "serde",
15862 "serde_core",
15863]
15864
15865[[package]]
15866name = "serde_core"
15867version = "1.0.228"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15870dependencies = [
15871 "serde_derive",
15872]
15873
15874[[package]]
15875name = "serde_derive"
15876version = "1.0.228"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15879dependencies = [
15880 "proc-macro2",
15881 "quote",
15882 "syn 2.0.117",
15883]
15884
15885[[package]]
15886name = "serde_derive_internals"
15887version = "0.29.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15890dependencies = [
15891 "proc-macro2",
15892 "quote",
15893 "syn 2.0.117",
15894]
15895
15896[[package]]
15897name = "serde_fmt"
15898version = "1.0.3"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15901dependencies = [
15902 "serde",
15903]
15904
15905[[package]]
15906name = "serde_json"
15907version = "1.0.145"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15910dependencies = [
15911 "indexmap 2.11.4",
15912 "itoa",
15913 "memchr",
15914 "ryu",
15915 "serde",
15916 "serde_core",
15917]
15918
15919[[package]]
15920name = "serde_json_lenient"
15921version = "0.2.4"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15924dependencies = [
15925 "indexmap 2.11.4",
15926 "itoa",
15927 "memchr",
15928 "ryu",
15929 "serde",
15930]
15931
15932[[package]]
15933name = "serde_path_to_error"
15934version = "0.1.20"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15937dependencies = [
15938 "itoa",
15939 "serde",
15940 "serde_core",
15941]
15942
15943[[package]]
15944name = "serde_repr"
15945version = "0.1.20"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15948dependencies = [
15949 "proc-macro2",
15950 "quote",
15951 "syn 2.0.117",
15952]
15953
15954[[package]]
15955name = "serde_spanned"
15956version = "0.6.9"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15959dependencies = [
15960 "serde",
15961]
15962
15963[[package]]
15964name = "serde_spanned"
15965version = "1.0.3"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15968dependencies = [
15969 "serde_core",
15970]
15971
15972[[package]]
15973name = "serde_urlencoded"
15974version = "0.7.1"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15977dependencies = [
15978 "form_urlencoded",
15979 "itoa",
15980 "ryu",
15981 "serde",
15982]
15983
15984[[package]]
15985name = "serde_with"
15986version = "3.18.0"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
15989dependencies = [
15990 "base64 0.22.1",
15991 "chrono",
15992 "hex",
15993 "indexmap 1.9.3",
15994 "indexmap 2.11.4",
15995 "schemars 0.9.0",
15996 "schemars 1.0.4",
15997 "serde_core",
15998 "serde_json",
15999 "serde_with_macros",
16000 "time",
16001]
16002
16003[[package]]
16004name = "serde_with_macros"
16005version = "3.18.0"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
16008dependencies = [
16009 "darling 0.23.0",
16010 "proc-macro2",
16011 "quote",
16012 "syn 2.0.117",
16013]
16014
16015[[package]]
16016name = "serde_yaml"
16017version = "0.9.34+deprecated"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
16020dependencies = [
16021 "indexmap 2.11.4",
16022 "itoa",
16023 "ryu",
16024 "serde",
16025 "unsafe-libyaml",
16026]
16027
16028[[package]]
16029name = "serial2"
16030version = "0.2.33"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
16033dependencies = [
16034 "cfg-if",
16035 "libc",
16036 "winapi",
16037]
16038
16039[[package]]
16040name = "session"
16041version = "0.1.0"
16042dependencies = [
16043 "db",
16044 "gpui",
16045 "serde_json",
16046 "util",
16047 "uuid",
16048]
16049
16050[[package]]
16051name = "settings"
16052version = "0.1.0"
16053dependencies = [
16054 "anyhow",
16055 "collections",
16056 "ec4rs",
16057 "fs",
16058 "futures 0.3.32",
16059 "gpui",
16060 "indoc",
16061 "inventory",
16062 "log",
16063 "migrator",
16064 "paths",
16065 "pretty_assertions",
16066 "release_channel",
16067 "rust-embed",
16068 "schemars 1.0.4",
16069 "serde",
16070 "serde_json",
16071 "serde_json_lenient",
16072 "settings_content",
16073 "settings_json",
16074 "settings_macros",
16075 "smallvec",
16076 "unindent",
16077 "util",
16078 "zlog",
16079]
16080
16081[[package]]
16082name = "settings_content"
16083version = "0.1.0"
16084dependencies = [
16085 "anyhow",
16086 "collections",
16087 "derive_more",
16088 "gpui",
16089 "language_model_core",
16090 "log",
16091 "schemars 1.0.4",
16092 "serde",
16093 "serde_json",
16094 "serde_json_lenient",
16095 "settings_json",
16096 "settings_macros",
16097 "strum 0.27.2",
16098 "util",
16099]
16100
16101[[package]]
16102name = "settings_json"
16103version = "0.1.0"
16104dependencies = [
16105 "anyhow",
16106 "pretty_assertions",
16107 "serde",
16108 "serde_json",
16109 "serde_json_lenient",
16110 "serde_path_to_error",
16111 "tree-sitter",
16112 "tree-sitter-json",
16113 "unindent",
16114 "util",
16115]
16116
16117[[package]]
16118name = "settings_macros"
16119version = "0.1.0"
16120dependencies = [
16121 "quote",
16122 "settings",
16123 "syn 2.0.117",
16124]
16125
16126[[package]]
16127name = "settings_profile_selector"
16128version = "0.1.0"
16129dependencies = [
16130 "editor",
16131 "fuzzy",
16132 "gpui",
16133 "menu",
16134 "picker",
16135 "project",
16136 "serde_json",
16137 "settings",
16138 "theme",
16139 "theme_settings",
16140 "ui",
16141 "workspace",
16142 "zed_actions",
16143]
16144
16145[[package]]
16146name = "settings_ui"
16147version = "0.1.0"
16148dependencies = [
16149 "agent",
16150 "agent_settings",
16151 "anyhow",
16152 "audio",
16153 "codestral",
16154 "component",
16155 "copilot",
16156 "copilot_ui",
16157 "cpal",
16158 "edit_prediction",
16159 "edit_prediction_ui",
16160 "editor",
16161 "feature_flags",
16162 "fs",
16163 "futures 0.3.32",
16164 "fuzzy",
16165 "gpui",
16166 "heck 0.5.0",
16167 "itertools 0.14.0",
16168 "language",
16169 "log",
16170 "menu",
16171 "paths",
16172 "picker",
16173 "platform_title_bar",
16174 "pretty_assertions",
16175 "project",
16176 "regex",
16177 "release_channel",
16178 "rodio",
16179 "schemars 1.0.4",
16180 "search",
16181 "serde",
16182 "serde_json",
16183 "settings",
16184 "shell_command_parser",
16185 "strum 0.27.2",
16186 "telemetry",
16187 "theme",
16188 "theme_settings",
16189 "title_bar",
16190 "ui",
16191 "util",
16192 "workspace",
16193 "zed_actions",
16194 "zed_credentials_provider",
16195]
16196
16197[[package]]
16198name = "sha-1"
16199version = "0.10.1"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16202dependencies = [
16203 "cfg-if",
16204 "cpufeatures",
16205 "digest",
16206]
16207
16208[[package]]
16209name = "sha1"
16210version = "0.10.6"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16213dependencies = [
16214 "cfg-if",
16215 "cpufeatures",
16216 "digest",
16217]
16218
16219[[package]]
16220name = "sha1_smol"
16221version = "1.0.1"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16224
16225[[package]]
16226name = "sha2"
16227version = "0.10.9"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16230dependencies = [
16231 "cfg-if",
16232 "cpufeatures",
16233 "digest",
16234]
16235
16236[[package]]
16237name = "sharded-slab"
16238version = "0.1.7"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16241dependencies = [
16242 "lazy_static",
16243]
16244
16245[[package]]
16246name = "shared_library"
16247version = "0.1.9"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16250dependencies = [
16251 "lazy_static",
16252 "libc",
16253]
16254
16255[[package]]
16256name = "shell-words"
16257version = "1.1.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16260
16261[[package]]
16262name = "shell_command_parser"
16263version = "0.1.0"
16264dependencies = [
16265 "brush-parser",
16266]
16267
16268[[package]]
16269name = "shellexpand"
16270version = "3.1.1"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16273dependencies = [
16274 "dirs",
16275]
16276
16277[[package]]
16278name = "shingles"
16279version = "0.1.1"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16282
16283[[package]]
16284name = "shlex"
16285version = "1.3.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16288
16289[[package]]
16290name = "sidebar"
16291version = "0.1.0"
16292dependencies = [
16293 "acp_thread",
16294 "action_log",
16295 "agent",
16296 "agent-client-protocol",
16297 "agent_settings",
16298 "agent_ui",
16299 "anyhow",
16300 "chrono",
16301 "client",
16302 "clock",
16303 "db",
16304 "editor",
16305 "extension",
16306 "feature_flags",
16307 "fs",
16308 "git",
16309 "gpui",
16310 "http_client",
16311 "language",
16312 "language_model",
16313 "log",
16314 "menu",
16315 "node_runtime",
16316 "platform_title_bar",
16317 "pretty_assertions",
16318 "project",
16319 "prompt_store",
16320 "recent_projects",
16321 "release_channel",
16322 "remote",
16323 "remote_connection",
16324 "remote_server",
16325 "semver",
16326 "serde",
16327 "serde_json",
16328 "settings",
16329 "smol",
16330 "telemetry",
16331 "theme",
16332 "theme_settings",
16333 "ui",
16334 "util",
16335 "workspace",
16336 "zed_actions",
16337]
16338
16339[[package]]
16340name = "signal-hook"
16341version = "0.3.18"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16344dependencies = [
16345 "libc",
16346 "signal-hook-registry",
16347]
16348
16349[[package]]
16350name = "signal-hook-registry"
16351version = "1.4.6"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16354dependencies = [
16355 "libc",
16356]
16357
16358[[package]]
16359name = "signature"
16360version = "1.6.4"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16363dependencies = [
16364 "digest",
16365 "rand_core 0.6.4",
16366]
16367
16368[[package]]
16369name = "signature"
16370version = "2.2.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16373dependencies = [
16374 "digest",
16375 "rand_core 0.6.4",
16376]
16377
16378[[package]]
16379name = "simd-adler32"
16380version = "0.3.7"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16383
16384[[package]]
16385name = "simd_helpers"
16386version = "0.1.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16389dependencies = [
16390 "quote",
16391]
16392
16393[[package]]
16394name = "simdutf8"
16395version = "0.1.5"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16398
16399[[package]]
16400name = "similar"
16401version = "2.7.0"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16404
16405[[package]]
16406name = "simple_asn1"
16407version = "0.6.3"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16410dependencies = [
16411 "num-bigint",
16412 "num-traits",
16413 "thiserror 2.0.17",
16414 "time",
16415]
16416
16417[[package]]
16418name = "simplecss"
16419version = "0.2.2"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16422dependencies = [
16423 "log",
16424]
16425
16426[[package]]
16427name = "simplelog"
16428version = "0.12.2"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16431dependencies = [
16432 "log",
16433 "termcolor",
16434 "time",
16435]
16436
16437[[package]]
16438name = "siphasher"
16439version = "0.3.11"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16442
16443[[package]]
16444name = "siphasher"
16445version = "1.0.1"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16448
16449[[package]]
16450name = "skrifa"
16451version = "0.37.0"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16454dependencies = [
16455 "bytemuck",
16456 "read-fonts 0.35.0",
16457]
16458
16459[[package]]
16460name = "skrifa"
16461version = "0.40.0"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16464dependencies = [
16465 "bytemuck",
16466 "read-fonts 0.37.0",
16467]
16468
16469[[package]]
16470name = "slab"
16471version = "0.4.11"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16474
16475[[package]]
16476name = "slotmap"
16477version = "1.0.7"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16480dependencies = [
16481 "version_check",
16482]
16483
16484[[package]]
16485name = "smallvec"
16486version = "1.15.1"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16489dependencies = [
16490 "serde",
16491]
16492
16493[[package]]
16494name = "smart-default"
16495version = "0.7.1"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16498dependencies = [
16499 "proc-macro2",
16500 "quote",
16501 "syn 2.0.117",
16502]
16503
16504[[package]]
16505name = "smol"
16506version = "2.0.2"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16509dependencies = [
16510 "async-channel 2.5.0",
16511 "async-executor",
16512 "async-fs",
16513 "async-io",
16514 "async-lock 3.4.2",
16515 "async-net",
16516 "async-process",
16517 "blocking",
16518 "futures-lite 2.6.1",
16519]
16520
16521[[package]]
16522name = "smol_str"
16523version = "0.3.5"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16526
16527[[package]]
16528name = "snafu"
16529version = "0.8.9"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16532dependencies = [
16533 "snafu-derive",
16534]
16535
16536[[package]]
16537name = "snafu-derive"
16538version = "0.8.9"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16541dependencies = [
16542 "heck 0.5.0",
16543 "proc-macro2",
16544 "quote",
16545 "syn 2.0.117",
16546]
16547
16548[[package]]
16549name = "snippet"
16550version = "0.1.0"
16551dependencies = [
16552 "anyhow",
16553 "smallvec",
16554]
16555
16556[[package]]
16557name = "snippet_provider"
16558version = "0.1.0"
16559dependencies = [
16560 "anyhow",
16561 "collections",
16562 "extension",
16563 "fs",
16564 "futures 0.3.32",
16565 "gpui",
16566 "indoc",
16567 "parking_lot",
16568 "paths",
16569 "schemars 1.0.4",
16570 "serde",
16571 "serde_json",
16572 "serde_json_lenient",
16573 "snippet",
16574 "util",
16575]
16576
16577[[package]]
16578name = "snippets_ui"
16579version = "0.1.0"
16580dependencies = [
16581 "file_icons",
16582 "fuzzy",
16583 "gpui",
16584 "language",
16585 "open_path_prompt",
16586 "paths",
16587 "picker",
16588 "settings",
16589 "ui",
16590 "util",
16591 "workspace",
16592]
16593
16594[[package]]
16595name = "socket2"
16596version = "0.5.10"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16599dependencies = [
16600 "libc",
16601 "windows-sys 0.52.0",
16602]
16603
16604[[package]]
16605name = "socket2"
16606version = "0.6.1"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16609dependencies = [
16610 "libc",
16611 "windows-sys 0.60.2",
16612]
16613
16614[[package]]
16615name = "spdx"
16616version = "0.10.9"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16619dependencies = [
16620 "smallvec",
16621]
16622
16623[[package]]
16624name = "spin"
16625version = "0.9.8"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16628dependencies = [
16629 "lock_api",
16630]
16631
16632[[package]]
16633name = "spin"
16634version = "0.10.0"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16637dependencies = [
16638 "lock_api",
16639]
16640
16641[[package]]
16642name = "spirv"
16643version = "0.4.0+sdk-1.4.341.0"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16646dependencies = [
16647 "bitflags 2.10.0",
16648]
16649
16650[[package]]
16651name = "spki"
16652version = "0.6.0"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16655dependencies = [
16656 "base64ct",
16657 "der 0.6.1",
16658]
16659
16660[[package]]
16661name = "spki"
16662version = "0.7.3"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16665dependencies = [
16666 "base64ct",
16667 "der 0.7.10",
16668]
16669
16670[[package]]
16671name = "sqlez"
16672version = "0.1.0"
16673dependencies = [
16674 "anyhow",
16675 "collections",
16676 "futures 0.3.32",
16677 "indoc",
16678 "libsqlite3-sys",
16679 "log",
16680 "parking_lot",
16681 "smol",
16682 "sqlformat",
16683 "thread_local",
16684 "util",
16685 "uuid",
16686]
16687
16688[[package]]
16689name = "sqlez_macros"
16690version = "0.1.0"
16691dependencies = [
16692 "sqlez",
16693 "sqlformat",
16694 "syn 2.0.117",
16695]
16696
16697[[package]]
16698name = "sqlformat"
16699version = "0.2.6"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16702dependencies = [
16703 "nom 7.1.3",
16704 "unicode_categories",
16705]
16706
16707[[package]]
16708name = "sqlx"
16709version = "0.8.6"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16712dependencies = [
16713 "sqlx-core",
16714 "sqlx-macros",
16715 "sqlx-mysql",
16716 "sqlx-postgres",
16717 "sqlx-sqlite",
16718]
16719
16720[[package]]
16721name = "sqlx-core"
16722version = "0.8.6"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16725dependencies = [
16726 "base64 0.22.1",
16727 "bigdecimal",
16728 "bytes 1.11.1",
16729 "chrono",
16730 "crc",
16731 "crossbeam-queue",
16732 "either",
16733 "event-listener 5.4.1",
16734 "futures-core",
16735 "futures-intrusive",
16736 "futures-io",
16737 "futures-util",
16738 "hashbrown 0.15.5",
16739 "hashlink 0.10.0",
16740 "indexmap 2.11.4",
16741 "log",
16742 "memchr",
16743 "once_cell",
16744 "percent-encoding",
16745 "rust_decimal",
16746 "rustls 0.23.33",
16747 "serde",
16748 "serde_json",
16749 "sha2",
16750 "smallvec",
16751 "thiserror 2.0.17",
16752 "time",
16753 "tokio",
16754 "tokio-stream",
16755 "tracing",
16756 "url",
16757 "uuid",
16758 "webpki-roots",
16759]
16760
16761[[package]]
16762name = "sqlx-macros"
16763version = "0.8.6"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16766dependencies = [
16767 "proc-macro2",
16768 "quote",
16769 "sqlx-core",
16770 "sqlx-macros-core",
16771 "syn 2.0.117",
16772]
16773
16774[[package]]
16775name = "sqlx-macros-core"
16776version = "0.8.6"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16779dependencies = [
16780 "dotenvy",
16781 "either",
16782 "heck 0.5.0",
16783 "hex",
16784 "once_cell",
16785 "proc-macro2",
16786 "quote",
16787 "serde",
16788 "serde_json",
16789 "sha2",
16790 "sqlx-core",
16791 "sqlx-mysql",
16792 "sqlx-postgres",
16793 "sqlx-sqlite",
16794 "syn 2.0.117",
16795 "tokio",
16796 "url",
16797]
16798
16799[[package]]
16800name = "sqlx-mysql"
16801version = "0.8.6"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16804dependencies = [
16805 "atoi",
16806 "base64 0.22.1",
16807 "bigdecimal",
16808 "bitflags 2.10.0",
16809 "byteorder",
16810 "bytes 1.11.1",
16811 "chrono",
16812 "crc",
16813 "digest",
16814 "dotenvy",
16815 "either",
16816 "futures-channel",
16817 "futures-core",
16818 "futures-io",
16819 "futures-util",
16820 "generic-array",
16821 "hex",
16822 "hkdf",
16823 "hmac",
16824 "itoa",
16825 "log",
16826 "md-5",
16827 "memchr",
16828 "once_cell",
16829 "percent-encoding",
16830 "rand 0.8.5",
16831 "rsa",
16832 "rust_decimal",
16833 "serde",
16834 "sha1",
16835 "sha2",
16836 "smallvec",
16837 "sqlx-core",
16838 "stringprep",
16839 "thiserror 2.0.17",
16840 "time",
16841 "tracing",
16842 "uuid",
16843 "whoami",
16844]
16845
16846[[package]]
16847name = "sqlx-postgres"
16848version = "0.8.6"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16851dependencies = [
16852 "atoi",
16853 "base64 0.22.1",
16854 "bigdecimal",
16855 "bitflags 2.10.0",
16856 "byteorder",
16857 "chrono",
16858 "crc",
16859 "dotenvy",
16860 "etcetera",
16861 "futures-channel",
16862 "futures-core",
16863 "futures-util",
16864 "hex",
16865 "hkdf",
16866 "hmac",
16867 "home",
16868 "itoa",
16869 "log",
16870 "md-5",
16871 "memchr",
16872 "num-bigint",
16873 "once_cell",
16874 "rand 0.8.5",
16875 "rust_decimal",
16876 "serde",
16877 "serde_json",
16878 "sha2",
16879 "smallvec",
16880 "sqlx-core",
16881 "stringprep",
16882 "thiserror 2.0.17",
16883 "time",
16884 "tracing",
16885 "uuid",
16886 "whoami",
16887]
16888
16889[[package]]
16890name = "sqlx-sqlite"
16891version = "0.8.6"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16894dependencies = [
16895 "atoi",
16896 "chrono",
16897 "flume",
16898 "futures-channel",
16899 "futures-core",
16900 "futures-executor",
16901 "futures-intrusive",
16902 "futures-util",
16903 "libsqlite3-sys",
16904 "log",
16905 "percent-encoding",
16906 "serde",
16907 "serde_urlencoded",
16908 "sqlx-core",
16909 "thiserror 2.0.17",
16910 "time",
16911 "tracing",
16912 "url",
16913 "uuid",
16914]
16915
16916[[package]]
16917name = "stable_deref_trait"
16918version = "1.2.1"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16921
16922[[package]]
16923name = "stacker"
16924version = "0.1.23"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16927dependencies = [
16928 "cc",
16929 "cfg-if",
16930 "libc",
16931 "psm",
16932 "windows-sys 0.59.0",
16933]
16934
16935[[package]]
16936name = "stacksafe"
16937version = "0.1.4"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16940dependencies = [
16941 "stacker",
16942 "stacksafe-macro",
16943]
16944
16945[[package]]
16946name = "stacksafe-macro"
16947version = "0.1.4"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16950dependencies = [
16951 "proc-macro-error2",
16952 "quote",
16953 "syn 2.0.117",
16954]
16955
16956[[package]]
16957name = "static_assertions"
16958version = "1.1.0"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16961
16962[[package]]
16963name = "streaming-iterator"
16964version = "0.1.9"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16967
16968[[package]]
16969name = "streaming_diff"
16970version = "0.1.0"
16971dependencies = [
16972 "ordered-float 2.10.1",
16973 "rand 0.9.3",
16974 "rope",
16975 "util",
16976]
16977
16978[[package]]
16979name = "strength_reduce"
16980version = "0.2.4"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16983
16984[[package]]
16985name = "strict-num"
16986version = "0.1.1"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16989dependencies = [
16990 "float-cmp",
16991]
16992
16993[[package]]
16994name = "string_cache"
16995version = "0.8.9"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16998dependencies = [
16999 "new_debug_unreachable",
17000 "parking_lot",
17001 "phf_shared 0.11.3",
17002 "precomputed-hash",
17003 "serde",
17004]
17005
17006[[package]]
17007name = "string_cache_codegen"
17008version = "0.5.4"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
17011dependencies = [
17012 "phf_generator 0.11.3",
17013 "phf_shared 0.11.3",
17014 "proc-macro2",
17015 "quote",
17016]
17017
17018[[package]]
17019name = "stringprep"
17020version = "0.1.5"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
17023dependencies = [
17024 "unicode-bidi",
17025 "unicode-normalization",
17026 "unicode-properties",
17027]
17028
17029[[package]]
17030name = "strsim"
17031version = "0.11.1"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
17034
17035[[package]]
17036name = "strum"
17037version = "0.26.3"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
17040
17041[[package]]
17042name = "strum"
17043version = "0.27.2"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
17046dependencies = [
17047 "strum_macros 0.27.2",
17048]
17049
17050[[package]]
17051name = "strum"
17052version = "0.28.0"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
17055dependencies = [
17056 "strum_macros 0.28.0",
17057]
17058
17059[[package]]
17060name = "strum_macros"
17061version = "0.27.2"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
17064dependencies = [
17065 "heck 0.5.0",
17066 "proc-macro2",
17067 "quote",
17068 "syn 2.0.117",
17069]
17070
17071[[package]]
17072name = "strum_macros"
17073version = "0.28.0"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
17076dependencies = [
17077 "heck 0.5.0",
17078 "proc-macro2",
17079 "quote",
17080 "syn 2.0.117",
17081]
17082
17083[[package]]
17084name = "subtle"
17085version = "2.6.1"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
17088
17089[[package]]
17090name = "sum_tree"
17091version = "0.1.0"
17092dependencies = [
17093 "ctor",
17094 "heapless",
17095 "log",
17096 "proptest",
17097 "rand 0.9.3",
17098 "rayon",
17099 "tracing",
17100 "zlog",
17101 "ztracing",
17102]
17103
17104[[package]]
17105name = "sval"
17106version = "2.15.0"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
17109
17110[[package]]
17111name = "sval_buffer"
17112version = "2.15.0"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
17115dependencies = [
17116 "sval",
17117 "sval_ref",
17118]
17119
17120[[package]]
17121name = "sval_dynamic"
17122version = "2.15.0"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
17125dependencies = [
17126 "sval",
17127]
17128
17129[[package]]
17130name = "sval_fmt"
17131version = "2.15.0"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
17134dependencies = [
17135 "itoa",
17136 "ryu",
17137 "sval",
17138]
17139
17140[[package]]
17141name = "sval_json"
17142version = "2.15.0"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
17145dependencies = [
17146 "itoa",
17147 "ryu",
17148 "sval",
17149]
17150
17151[[package]]
17152name = "sval_nested"
17153version = "2.15.0"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
17156dependencies = [
17157 "sval",
17158 "sval_buffer",
17159 "sval_ref",
17160]
17161
17162[[package]]
17163name = "sval_ref"
17164version = "2.15.0"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17167dependencies = [
17168 "sval",
17169]
17170
17171[[package]]
17172name = "sval_serde"
17173version = "2.15.0"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17176dependencies = [
17177 "serde_core",
17178 "sval",
17179 "sval_nested",
17180]
17181
17182[[package]]
17183name = "svg_fmt"
17184version = "0.4.5"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17187
17188[[package]]
17189name = "svg_preview"
17190version = "0.1.0"
17191dependencies = [
17192 "file_icons",
17193 "gpui",
17194 "language",
17195 "multi_buffer",
17196 "ui",
17197 "workspace",
17198 "zed_actions",
17199]
17200
17201[[package]]
17202name = "svgtypes"
17203version = "0.15.3"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17206dependencies = [
17207 "kurbo",
17208 "siphasher 1.0.1",
17209]
17210
17211[[package]]
17212name = "swash"
17213version = "0.2.6"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17216dependencies = [
17217 "skrifa 0.37.0",
17218 "yazi",
17219 "zeno",
17220]
17221
17222[[package]]
17223name = "symphonia"
17224version = "0.5.5"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17227dependencies = [
17228 "lazy_static",
17229 "symphonia-bundle-flac",
17230 "symphonia-bundle-mp3",
17231 "symphonia-codec-aac",
17232 "symphonia-codec-pcm",
17233 "symphonia-codec-vorbis",
17234 "symphonia-core",
17235 "symphonia-format-isomp4",
17236 "symphonia-format-ogg",
17237 "symphonia-format-riff",
17238 "symphonia-metadata",
17239]
17240
17241[[package]]
17242name = "symphonia-bundle-flac"
17243version = "0.5.5"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17246dependencies = [
17247 "log",
17248 "symphonia-core",
17249 "symphonia-metadata",
17250 "symphonia-utils-xiph",
17251]
17252
17253[[package]]
17254name = "symphonia-bundle-mp3"
17255version = "0.5.5"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17258dependencies = [
17259 "lazy_static",
17260 "log",
17261 "symphonia-core",
17262 "symphonia-metadata",
17263]
17264
17265[[package]]
17266name = "symphonia-codec-aac"
17267version = "0.5.5"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17270dependencies = [
17271 "lazy_static",
17272 "log",
17273 "symphonia-core",
17274]
17275
17276[[package]]
17277name = "symphonia-codec-pcm"
17278version = "0.5.5"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17281dependencies = [
17282 "log",
17283 "symphonia-core",
17284]
17285
17286[[package]]
17287name = "symphonia-codec-vorbis"
17288version = "0.5.5"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17291dependencies = [
17292 "log",
17293 "symphonia-core",
17294 "symphonia-utils-xiph",
17295]
17296
17297[[package]]
17298name = "symphonia-core"
17299version = "0.5.5"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17302dependencies = [
17303 "arrayvec",
17304 "bitflags 1.3.2",
17305 "bytemuck",
17306 "lazy_static",
17307 "log",
17308]
17309
17310[[package]]
17311name = "symphonia-format-isomp4"
17312version = "0.5.5"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17315dependencies = [
17316 "encoding_rs",
17317 "log",
17318 "symphonia-core",
17319 "symphonia-metadata",
17320 "symphonia-utils-xiph",
17321]
17322
17323[[package]]
17324name = "symphonia-format-ogg"
17325version = "0.5.5"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17328dependencies = [
17329 "log",
17330 "symphonia-core",
17331 "symphonia-metadata",
17332 "symphonia-utils-xiph",
17333]
17334
17335[[package]]
17336name = "symphonia-format-riff"
17337version = "0.5.5"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17340dependencies = [
17341 "extended",
17342 "log",
17343 "symphonia-core",
17344 "symphonia-metadata",
17345]
17346
17347[[package]]
17348name = "symphonia-metadata"
17349version = "0.5.5"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17352dependencies = [
17353 "encoding_rs",
17354 "lazy_static",
17355 "log",
17356 "symphonia-core",
17357]
17358
17359[[package]]
17360name = "symphonia-utils-xiph"
17361version = "0.5.5"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17364dependencies = [
17365 "symphonia-core",
17366 "symphonia-metadata",
17367]
17368
17369[[package]]
17370name = "syn"
17371version = "1.0.109"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17374dependencies = [
17375 "proc-macro2",
17376 "quote",
17377 "unicode-ident",
17378]
17379
17380[[package]]
17381name = "syn"
17382version = "2.0.117"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17385dependencies = [
17386 "proc-macro2",
17387 "quote",
17388 "unicode-ident",
17389]
17390
17391[[package]]
17392name = "sync_wrapper"
17393version = "0.1.2"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17396
17397[[package]]
17398name = "sync_wrapper"
17399version = "1.0.2"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17402dependencies = [
17403 "futures-core",
17404]
17405
17406[[package]]
17407name = "synchronoise"
17408version = "1.0.1"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17411dependencies = [
17412 "crossbeam-queue",
17413]
17414
17415[[package]]
17416name = "synstructure"
17417version = "0.13.2"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17420dependencies = [
17421 "proc-macro2",
17422 "quote",
17423 "syn 2.0.117",
17424]
17425
17426[[package]]
17427name = "syntax_theme"
17428version = "0.1.0"
17429dependencies = [
17430 "gpui",
17431 "serde",
17432 "serde_json",
17433]
17434
17435[[package]]
17436name = "sys-locale"
17437version = "0.3.2"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17440dependencies = [
17441 "libc",
17442]
17443
17444[[package]]
17445name = "sysctl"
17446version = "0.5.5"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17449dependencies = [
17450 "bitflags 2.10.0",
17451 "byteorder",
17452 "enum-as-inner",
17453 "libc",
17454 "thiserror 1.0.69",
17455 "walkdir",
17456]
17457
17458[[package]]
17459name = "sysctl"
17460version = "0.6.0"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17463dependencies = [
17464 "bitflags 2.10.0",
17465 "byteorder",
17466 "enum-as-inner",
17467 "libc",
17468 "thiserror 1.0.69",
17469 "walkdir",
17470]
17471
17472[[package]]
17473name = "sysinfo"
17474version = "0.31.4"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17477dependencies = [
17478 "core-foundation-sys",
17479 "libc",
17480 "memchr",
17481 "ntapi",
17482 "rayon",
17483 "windows 0.57.0",
17484]
17485
17486[[package]]
17487name = "sysinfo"
17488version = "0.37.2"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17491dependencies = [
17492 "libc",
17493 "memchr",
17494 "ntapi",
17495 "objc2-core-foundation",
17496 "objc2-io-kit",
17497 "windows 0.61.3",
17498]
17499
17500[[package]]
17501name = "system-configuration"
17502version = "0.5.1"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17505dependencies = [
17506 "bitflags 1.3.2",
17507 "core-foundation 0.9.4",
17508 "system-configuration-sys 0.5.0",
17509]
17510
17511[[package]]
17512name = "system-configuration"
17513version = "0.6.1"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17516dependencies = [
17517 "bitflags 2.10.0",
17518 "core-foundation 0.9.4",
17519 "system-configuration-sys 0.6.0",
17520]
17521
17522[[package]]
17523name = "system-configuration-sys"
17524version = "0.5.0"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17527dependencies = [
17528 "core-foundation-sys",
17529 "libc",
17530]
17531
17532[[package]]
17533name = "system-configuration-sys"
17534version = "0.6.0"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17537dependencies = [
17538 "core-foundation-sys",
17539 "libc",
17540]
17541
17542[[package]]
17543name = "system-deps"
17544version = "7.0.7"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17547dependencies = [
17548 "cfg-expr",
17549 "heck 0.5.0",
17550 "pkg-config",
17551 "toml 0.9.8",
17552 "version-compare",
17553]
17554
17555[[package]]
17556name = "system-interface"
17557version = "0.27.3"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17560dependencies = [
17561 "bitflags 2.10.0",
17562 "cap-fs-ext",
17563 "cap-std",
17564 "fd-lock",
17565 "io-lifetimes",
17566 "rustix 0.38.44",
17567 "windows-sys 0.59.0",
17568 "winx",
17569]
17570
17571[[package]]
17572name = "system_specs"
17573version = "0.1.0"
17574dependencies = [
17575 "anyhow",
17576 "client",
17577 "gpui",
17578 "human_bytes",
17579 "pciid-parser",
17580 "release_channel",
17581 "semver",
17582 "serde",
17583 "sysinfo 0.37.2",
17584]
17585
17586[[package]]
17587name = "tab_switcher"
17588version = "0.1.0"
17589dependencies = [
17590 "collections",
17591 "ctor",
17592 "editor",
17593 "fuzzy_nucleo",
17594 "gpui",
17595 "menu",
17596 "picker",
17597 "project",
17598 "schemars 1.0.4",
17599 "serde",
17600 "serde_json",
17601 "settings",
17602 "theme",
17603 "theme_settings",
17604 "ui",
17605 "util",
17606 "workspace",
17607 "zlog",
17608]
17609
17610[[package]]
17611name = "taffy"
17612version = "0.9.0"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17615dependencies = [
17616 "arrayvec",
17617 "grid",
17618 "serde",
17619 "slotmap",
17620]
17621
17622[[package]]
17623name = "tagptr"
17624version = "0.2.0"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17627
17628[[package]]
17629name = "take-until"
17630version = "0.2.0"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17633
17634[[package]]
17635name = "tao-core-video-sys"
17636version = "0.2.0"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17639dependencies = [
17640 "cfg-if",
17641 "core-foundation-sys",
17642 "libc",
17643 "objc",
17644]
17645
17646[[package]]
17647name = "tap"
17648version = "1.0.1"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17651
17652[[package]]
17653name = "target-lexicon"
17654version = "0.13.3"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17657
17658[[package]]
17659name = "task"
17660version = "0.1.0"
17661dependencies = [
17662 "anyhow",
17663 "collections",
17664 "futures 0.3.32",
17665 "gpui",
17666 "hex",
17667 "log",
17668 "parking_lot",
17669 "pretty_assertions",
17670 "proto",
17671 "schemars 1.0.4",
17672 "serde",
17673 "serde_json",
17674 "serde_json_lenient",
17675 "sha2",
17676 "shellexpand",
17677 "util",
17678 "zed_actions",
17679]
17680
17681[[package]]
17682name = "tasks_ui"
17683version = "0.1.0"
17684dependencies = [
17685 "anyhow",
17686 "collections",
17687 "editor",
17688 "file_icons",
17689 "fuzzy",
17690 "gpui",
17691 "itertools 0.14.0",
17692 "language",
17693 "menu",
17694 "picker",
17695 "project",
17696 "serde",
17697 "serde_json",
17698 "task",
17699 "tree-sitter-rust",
17700 "tree-sitter-typescript",
17701 "ui",
17702 "util",
17703 "workspace",
17704 "zed_actions",
17705]
17706
17707[[package]]
17708name = "telemetry"
17709version = "0.1.0"
17710dependencies = [
17711 "futures 0.3.32",
17712 "serde",
17713 "serde_json",
17714 "telemetry_events",
17715]
17716
17717[[package]]
17718name = "telemetry_events"
17719version = "0.1.0"
17720dependencies = [
17721 "semver",
17722 "serde",
17723 "serde_json",
17724]
17725
17726[[package]]
17727name = "tempfile"
17728version = "3.23.0"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17731dependencies = [
17732 "fastrand 2.3.0",
17733 "getrandom 0.3.4",
17734 "once_cell",
17735 "rustix 1.1.2",
17736 "windows-sys 0.61.2",
17737]
17738
17739[[package]]
17740name = "tendril"
17741version = "0.4.3"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17744dependencies = [
17745 "futf",
17746 "mac",
17747 "utf-8",
17748]
17749
17750[[package]]
17751name = "termcolor"
17752version = "1.4.1"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17755dependencies = [
17756 "winapi-util",
17757]
17758
17759[[package]]
17760name = "terminal"
17761version = "0.1.0"
17762dependencies = [
17763 "alacritty_terminal",
17764 "anyhow",
17765 "collections",
17766 "futures 0.3.32",
17767 "gpui",
17768 "itertools 0.14.0",
17769 "libc",
17770 "log",
17771 "parking_lot",
17772 "rand 0.9.3",
17773 "regex",
17774 "release_channel",
17775 "schemars 1.0.4",
17776 "serde",
17777 "settings",
17778 "smol",
17779 "sysinfo 0.37.2",
17780 "task",
17781 "theme",
17782 "theme_settings",
17783 "thiserror 2.0.17",
17784 "url",
17785 "urlencoding",
17786 "util",
17787 "util_macros",
17788 "windows 0.61.3",
17789]
17790
17791[[package]]
17792name = "terminal_size"
17793version = "0.4.3"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17796dependencies = [
17797 "rustix 1.1.2",
17798 "windows-sys 0.60.2",
17799]
17800
17801[[package]]
17802name = "terminal_view"
17803version = "0.1.0"
17804dependencies = [
17805 "anyhow",
17806 "async-recursion",
17807 "breadcrumbs",
17808 "collections",
17809 "db",
17810 "dirs",
17811 "editor",
17812 "futures 0.3.32",
17813 "gpui",
17814 "itertools 0.14.0",
17815 "language",
17816 "log",
17817 "menu",
17818 "pretty_assertions",
17819 "project",
17820 "regex",
17821 "release_channel",
17822 "remote",
17823 "rpc",
17824 "schemars 1.0.4",
17825 "semver",
17826 "serde",
17827 "serde_json",
17828 "settings",
17829 "shellexpand",
17830 "task",
17831 "terminal",
17832 "theme",
17833 "theme_settings",
17834 "ui",
17835 "util",
17836 "workspace",
17837 "zed_actions",
17838]
17839
17840[[package]]
17841name = "text"
17842version = "0.1.0"
17843dependencies = [
17844 "anyhow",
17845 "clock",
17846 "collections",
17847 "ctor",
17848 "gpui",
17849 "log",
17850 "parking_lot",
17851 "postage",
17852 "rand 0.9.3",
17853 "regex",
17854 "rope",
17855 "smallvec",
17856 "sum_tree",
17857 "util",
17858 "zlog",
17859]
17860
17861[[package]]
17862name = "theme"
17863version = "0.1.0"
17864dependencies = [
17865 "anyhow",
17866 "collections",
17867 "gpui",
17868 "palette",
17869 "parking_lot",
17870 "refineable",
17871 "schemars 1.0.4",
17872 "serde",
17873 "serde_json",
17874 "serde_json_lenient",
17875 "strum 0.27.2",
17876 "syntax_theme",
17877 "thiserror 2.0.17",
17878 "uuid",
17879]
17880
17881[[package]]
17882name = "theme_extension"
17883version = "0.1.0"
17884dependencies = [
17885 "anyhow",
17886 "extension",
17887 "fs",
17888 "gpui",
17889 "theme",
17890 "theme_settings",
17891]
17892
17893[[package]]
17894name = "theme_importer"
17895version = "0.1.0"
17896dependencies = [
17897 "anyhow",
17898 "clap",
17899 "collections",
17900 "gpui",
17901 "indexmap 2.11.4",
17902 "log",
17903 "palette",
17904 "serde",
17905 "serde_json",
17906 "serde_json_lenient",
17907 "simplelog",
17908 "strum 0.27.2",
17909 "theme",
17910 "theme_settings",
17911 "vscode_theme",
17912]
17913
17914[[package]]
17915name = "theme_selector"
17916version = "0.1.0"
17917dependencies = [
17918 "editor",
17919 "fs",
17920 "fuzzy",
17921 "gpui",
17922 "log",
17923 "picker",
17924 "project",
17925 "serde",
17926 "serde_json",
17927 "settings",
17928 "telemetry",
17929 "theme",
17930 "theme_settings",
17931 "ui",
17932 "util",
17933 "workspace",
17934 "zed_actions",
17935]
17936
17937[[package]]
17938name = "theme_settings"
17939version = "0.1.0"
17940dependencies = [
17941 "anyhow",
17942 "collections",
17943 "gpui",
17944 "gpui_util",
17945 "log",
17946 "palette",
17947 "refineable",
17948 "schemars 1.0.4",
17949 "serde",
17950 "serde_json",
17951 "serde_json_lenient",
17952 "settings",
17953 "theme",
17954 "uuid",
17955]
17956
17957[[package]]
17958name = "thiserror"
17959version = "1.0.69"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17962dependencies = [
17963 "thiserror-impl 1.0.69",
17964]
17965
17966[[package]]
17967name = "thiserror"
17968version = "2.0.17"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17971dependencies = [
17972 "thiserror-impl 2.0.17",
17973]
17974
17975[[package]]
17976name = "thiserror-impl"
17977version = "1.0.69"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17980dependencies = [
17981 "proc-macro2",
17982 "quote",
17983 "syn 2.0.117",
17984]
17985
17986[[package]]
17987name = "thiserror-impl"
17988version = "2.0.17"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17991dependencies = [
17992 "proc-macro2",
17993 "quote",
17994 "syn 2.0.117",
17995]
17996
17997[[package]]
17998name = "thread_local"
17999version = "1.1.9"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
18002dependencies = [
18003 "cfg-if",
18004]
18005
18006[[package]]
18007name = "tiff"
18008version = "0.11.3"
18009source = "registry+https://github.com/rust-lang/crates.io-index"
18010checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
18011dependencies = [
18012 "fax",
18013 "flate2",
18014 "half",
18015 "quick-error 2.0.1",
18016 "weezl",
18017 "zune-jpeg 0.5.15",
18018]
18019
18020[[package]]
18021name = "time"
18022version = "0.3.47"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
18025dependencies = [
18026 "deranged",
18027 "itoa",
18028 "libc",
18029 "num-conv",
18030 "num_threads",
18031 "powerfmt",
18032 "serde_core",
18033 "time-core",
18034 "time-macros",
18035]
18036
18037[[package]]
18038name = "time-core"
18039version = "0.1.8"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
18042
18043[[package]]
18044name = "time-macros"
18045version = "0.2.27"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
18048dependencies = [
18049 "num-conv",
18050 "time-core",
18051]
18052
18053[[package]]
18054name = "time_format"
18055version = "0.1.0"
18056dependencies = [
18057 "core-foundation 0.10.0",
18058 "core-foundation-sys",
18059 "sys-locale",
18060 "time",
18061 "windows 0.61.3",
18062]
18063
18064[[package]]
18065name = "tiny-keccak"
18066version = "2.0.2"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
18069dependencies = [
18070 "crunchy",
18071]
18072
18073[[package]]
18074name = "tiny-skia"
18075version = "0.11.4"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
18078dependencies = [
18079 "arrayref",
18080 "arrayvec",
18081 "bytemuck",
18082 "cfg-if",
18083 "log",
18084 "png 0.17.16",
18085 "tiny-skia-path",
18086]
18087
18088[[package]]
18089name = "tiny-skia-path"
18090version = "0.11.4"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
18093dependencies = [
18094 "arrayref",
18095 "bytemuck",
18096 "strict-num",
18097]
18098
18099[[package]]
18100name = "tiny_http"
18101version = "0.12.0"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
18104dependencies = [
18105 "ascii",
18106 "chunked_transfer",
18107 "httpdate",
18108 "log",
18109]
18110
18111[[package]]
18112name = "tinystr"
18113version = "0.8.1"
18114source = "registry+https://github.com/rust-lang/crates.io-index"
18115checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
18116dependencies = [
18117 "displaydoc",
18118 "zerovec",
18119]
18120
18121[[package]]
18122name = "tinytemplate"
18123version = "1.2.1"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
18126dependencies = [
18127 "serde",
18128 "serde_json",
18129]
18130
18131[[package]]
18132name = "tinyvec"
18133version = "1.10.0"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
18136dependencies = [
18137 "tinyvec_macros",
18138]
18139
18140[[package]]
18141name = "tinyvec_macros"
18142version = "0.1.1"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
18145
18146[[package]]
18147name = "title_bar"
18148version = "0.1.0"
18149dependencies = [
18150 "anyhow",
18151 "arrayvec",
18152 "auto_update",
18153 "call",
18154 "channel",
18155 "chrono",
18156 "client",
18157 "cloud_api_types",
18158 "db",
18159 "git_ui",
18160 "gpui",
18161 "icons",
18162 "livekit_client",
18163 "notifications",
18164 "platform_title_bar",
18165 "project",
18166 "recent_projects",
18167 "release_channel",
18168 "remote",
18169 "remote_connection",
18170 "rpc",
18171 "schemars 1.0.4",
18172 "semver",
18173 "serde",
18174 "settings",
18175 "smallvec",
18176 "telemetry",
18177 "theme",
18178 "ui",
18179 "util",
18180 "windows 0.61.3",
18181 "workspace",
18182 "zed_actions",
18183]
18184
18185[[package]]
18186name = "tokio"
18187version = "1.48.0"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18190dependencies = [
18191 "bytes 1.11.1",
18192 "libc",
18193 "mio 1.1.0",
18194 "parking_lot",
18195 "pin-project-lite",
18196 "signal-hook-registry",
18197 "socket2 0.6.1",
18198 "tokio-macros",
18199 "windows-sys 0.61.2",
18200]
18201
18202[[package]]
18203name = "tokio-io"
18204version = "0.1.13"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18207dependencies = [
18208 "bytes 0.4.12",
18209 "futures 0.1.31",
18210 "log",
18211]
18212
18213[[package]]
18214name = "tokio-macros"
18215version = "2.6.0"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18218dependencies = [
18219 "proc-macro2",
18220 "quote",
18221 "syn 2.0.117",
18222]
18223
18224[[package]]
18225name = "tokio-native-tls"
18226version = "0.3.1"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18229dependencies = [
18230 "native-tls",
18231 "tokio",
18232]
18233
18234[[package]]
18235name = "tokio-rustls"
18236version = "0.24.1"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18239dependencies = [
18240 "rustls 0.21.12",
18241 "tokio",
18242]
18243
18244[[package]]
18245name = "tokio-rustls"
18246version = "0.26.2"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18249dependencies = [
18250 "rustls 0.23.33",
18251 "tokio",
18252]
18253
18254[[package]]
18255name = "tokio-socks"
18256version = "0.5.2"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18259dependencies = [
18260 "either",
18261 "futures-io",
18262 "futures-util",
18263 "thiserror 1.0.69",
18264 "tokio",
18265]
18266
18267[[package]]
18268name = "tokio-stream"
18269version = "0.1.17"
18270source = "registry+https://github.com/rust-lang/crates.io-index"
18271checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18272dependencies = [
18273 "futures-core",
18274 "pin-project-lite",
18275 "tokio",
18276]
18277
18278[[package]]
18279name = "tokio-tungstenite"
18280version = "0.20.1"
18281source = "registry+https://github.com/rust-lang/crates.io-index"
18282checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18283dependencies = [
18284 "futures-util",
18285 "log",
18286 "tokio",
18287 "tungstenite 0.20.1",
18288]
18289
18290[[package]]
18291name = "tokio-tungstenite"
18292version = "0.21.0"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18295dependencies = [
18296 "futures-util",
18297 "log",
18298 "tokio",
18299 "tungstenite 0.21.0",
18300]
18301
18302[[package]]
18303name = "tokio-tungstenite"
18304version = "0.28.0"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18307dependencies = [
18308 "futures-util",
18309 "log",
18310 "rustls 0.23.33",
18311 "rustls-native-certs 0.8.2",
18312 "rustls-pki-types",
18313 "tokio",
18314 "tokio-rustls 0.26.2",
18315 "tungstenite 0.28.0",
18316]
18317
18318[[package]]
18319name = "tokio-util"
18320version = "0.7.16"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18323dependencies = [
18324 "bytes 1.11.1",
18325 "futures-core",
18326 "futures-io",
18327 "futures-sink",
18328 "pin-project-lite",
18329 "tokio",
18330]
18331
18332[[package]]
18333name = "toml"
18334version = "0.5.11"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18337dependencies = [
18338 "serde",
18339]
18340
18341[[package]]
18342name = "toml"
18343version = "0.8.23"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18346dependencies = [
18347 "serde",
18348 "serde_spanned 0.6.9",
18349 "toml_datetime 0.6.11",
18350 "toml_edit 0.22.27",
18351]
18352
18353[[package]]
18354name = "toml"
18355version = "0.9.8"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18358dependencies = [
18359 "indexmap 2.11.4",
18360 "serde_core",
18361 "serde_spanned 1.0.3",
18362 "toml_datetime 0.7.3",
18363 "toml_parser",
18364 "toml_writer",
18365 "winnow",
18366]
18367
18368[[package]]
18369name = "toml_datetime"
18370version = "0.6.11"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18373dependencies = [
18374 "serde",
18375]
18376
18377[[package]]
18378name = "toml_datetime"
18379version = "0.7.3"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18382dependencies = [
18383 "serde_core",
18384]
18385
18386[[package]]
18387name = "toml_edit"
18388version = "0.22.27"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18391dependencies = [
18392 "indexmap 2.11.4",
18393 "serde",
18394 "serde_spanned 0.6.9",
18395 "toml_datetime 0.6.11",
18396 "toml_write",
18397 "winnow",
18398]
18399
18400[[package]]
18401name = "toml_edit"
18402version = "0.23.7"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18405dependencies = [
18406 "indexmap 2.11.4",
18407 "toml_datetime 0.7.3",
18408 "toml_parser",
18409 "winnow",
18410]
18411
18412[[package]]
18413name = "toml_parser"
18414version = "1.0.4"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18417dependencies = [
18418 "winnow",
18419]
18420
18421[[package]]
18422name = "toml_write"
18423version = "0.1.2"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18426
18427[[package]]
18428name = "toml_writer"
18429version = "1.0.4"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18432
18433[[package]]
18434name = "toolchain_selector"
18435version = "0.1.0"
18436dependencies = [
18437 "anyhow",
18438 "convert_case 0.8.0",
18439 "editor",
18440 "futures 0.3.32",
18441 "fuzzy",
18442 "gpui",
18443 "language",
18444 "menu",
18445 "open_path_prompt",
18446 "picker",
18447 "project",
18448 "ui",
18449 "util",
18450 "workspace",
18451]
18452
18453[[package]]
18454name = "topological-sort"
18455version = "0.2.2"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18458
18459[[package]]
18460name = "tower"
18461version = "0.4.13"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18464dependencies = [
18465 "futures-core",
18466 "futures-util",
18467 "pin-project",
18468 "pin-project-lite",
18469 "tokio",
18470 "tower-layer",
18471 "tower-service",
18472 "tracing",
18473]
18474
18475[[package]]
18476name = "tower"
18477version = "0.5.2"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18480dependencies = [
18481 "futures-core",
18482 "futures-util",
18483 "pin-project-lite",
18484 "sync_wrapper 1.0.2",
18485 "tokio",
18486 "tokio-util",
18487 "tower-layer",
18488 "tower-service",
18489 "tracing",
18490]
18491
18492[[package]]
18493name = "tower-http"
18494version = "0.4.4"
18495source = "registry+https://github.com/rust-lang/crates.io-index"
18496checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18497dependencies = [
18498 "bitflags 2.10.0",
18499 "bytes 1.11.1",
18500 "futures-core",
18501 "futures-util",
18502 "http 0.2.12",
18503 "http-body 0.4.6",
18504 "http-range-header",
18505 "pin-project-lite",
18506 "tower-layer",
18507 "tower-service",
18508 "tracing",
18509]
18510
18511[[package]]
18512name = "tower-http"
18513version = "0.6.6"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18516dependencies = [
18517 "bitflags 2.10.0",
18518 "bytes 1.11.1",
18519 "futures-util",
18520 "http 1.3.1",
18521 "http-body 1.0.1",
18522 "iri-string",
18523 "pin-project-lite",
18524 "tower 0.5.2",
18525 "tower-layer",
18526 "tower-service",
18527 "tracing",
18528]
18529
18530[[package]]
18531name = "tower-layer"
18532version = "0.3.3"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18535
18536[[package]]
18537name = "tower-service"
18538version = "0.3.3"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18541
18542[[package]]
18543name = "tracing"
18544version = "0.1.43"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18547dependencies = [
18548 "log",
18549 "pin-project-lite",
18550 "tracing-attributes",
18551 "tracing-core",
18552]
18553
18554[[package]]
18555name = "tracing-attributes"
18556version = "0.1.31"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18559dependencies = [
18560 "proc-macro2",
18561 "quote",
18562 "syn 2.0.117",
18563]
18564
18565[[package]]
18566name = "tracing-core"
18567version = "0.1.35"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18570dependencies = [
18571 "once_cell",
18572 "valuable",
18573]
18574
18575[[package]]
18576name = "tracing-log"
18577version = "0.2.0"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18580dependencies = [
18581 "log",
18582 "once_cell",
18583 "tracing-core",
18584]
18585
18586[[package]]
18587name = "tracing-serde"
18588version = "0.2.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18591dependencies = [
18592 "serde",
18593 "tracing-core",
18594]
18595
18596[[package]]
18597name = "tracing-subscriber"
18598version = "0.3.22"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18601dependencies = [
18602 "matchers",
18603 "nu-ansi-term",
18604 "once_cell",
18605 "regex-automata",
18606 "serde",
18607 "serde_json",
18608 "sharded-slab",
18609 "smallvec",
18610 "thread_local",
18611 "tracing",
18612 "tracing-core",
18613 "tracing-log",
18614 "tracing-serde",
18615]
18616
18617[[package]]
18618name = "tracing-tracy"
18619version = "0.11.4"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18622dependencies = [
18623 "tracing-core",
18624 "tracing-subscriber",
18625 "tracy-client",
18626]
18627
18628[[package]]
18629name = "tracy-client"
18630version = "0.18.3"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18633dependencies = [
18634 "loom",
18635 "once_cell",
18636 "tracy-client-sys",
18637]
18638
18639[[package]]
18640name = "tracy-client-sys"
18641version = "0.27.0"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18644dependencies = [
18645 "cc",
18646 "windows-targets 0.52.6",
18647]
18648
18649[[package]]
18650name = "transpose"
18651version = "0.2.3"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18654dependencies = [
18655 "num-integer",
18656 "strength_reduce",
18657]
18658
18659[[package]]
18660name = "trash"
18661version = "5.2.5"
18662source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18663dependencies = [
18664 "chrono",
18665 "libc",
18666 "log",
18667 "objc2",
18668 "objc2-foundation",
18669 "once_cell",
18670 "percent-encoding",
18671 "scopeguard",
18672 "urlencoding",
18673 "windows 0.56.0",
18674 "windows-core 0.56.0",
18675]
18676
18677[[package]]
18678name = "tree-sitter"
18679version = "0.26.8"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18682dependencies = [
18683 "cc",
18684 "regex",
18685 "regex-syntax",
18686 "serde_json",
18687 "streaming-iterator",
18688 "tree-sitter-language",
18689 "wasmtime-c-api-impl",
18690]
18691
18692[[package]]
18693name = "tree-sitter-bash"
18694version = "0.25.1"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18697dependencies = [
18698 "cc",
18699 "tree-sitter-language",
18700]
18701
18702[[package]]
18703name = "tree-sitter-c"
18704version = "0.24.1"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18707dependencies = [
18708 "cc",
18709 "tree-sitter-language",
18710]
18711
18712[[package]]
18713name = "tree-sitter-cpp"
18714version = "0.23.4"
18715source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18716dependencies = [
18717 "cc",
18718 "tree-sitter-language",
18719]
18720
18721[[package]]
18722name = "tree-sitter-css"
18723version = "0.23.2"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18726dependencies = [
18727 "cc",
18728 "tree-sitter-language",
18729]
18730
18731[[package]]
18732name = "tree-sitter-diff"
18733version = "0.1.0"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18736dependencies = [
18737 "cc",
18738 "tree-sitter-language",
18739]
18740
18741[[package]]
18742name = "tree-sitter-elixir"
18743version = "0.3.4"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18746dependencies = [
18747 "cc",
18748 "tree-sitter-language",
18749]
18750
18751[[package]]
18752name = "tree-sitter-embedded-template"
18753version = "0.23.2"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18756dependencies = [
18757 "cc",
18758 "tree-sitter-language",
18759]
18760
18761[[package]]
18762name = "tree-sitter-gitcommit"
18763version = "0.0.1"
18764source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18765dependencies = [
18766 "cc",
18767 "tree-sitter-language",
18768]
18769
18770[[package]]
18771name = "tree-sitter-go"
18772version = "0.25.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18775dependencies = [
18776 "cc",
18777 "tree-sitter-language",
18778]
18779
18780[[package]]
18781name = "tree-sitter-gomod"
18782version = "1.1.1"
18783source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18784dependencies = [
18785 "cc",
18786 "tree-sitter-language",
18787]
18788
18789[[package]]
18790name = "tree-sitter-gowork"
18791version = "0.0.1"
18792source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18793dependencies = [
18794 "cc",
18795 "tree-sitter-language",
18796]
18797
18798[[package]]
18799name = "tree-sitter-heex"
18800version = "0.0.1"
18801source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18802dependencies = [
18803 "cc",
18804 "tree-sitter-language",
18805]
18806
18807[[package]]
18808name = "tree-sitter-html"
18809version = "0.23.2"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18812dependencies = [
18813 "cc",
18814 "tree-sitter-language",
18815]
18816
18817[[package]]
18818name = "tree-sitter-jsdoc"
18819version = "0.23.2"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18822dependencies = [
18823 "cc",
18824 "tree-sitter-language",
18825]
18826
18827[[package]]
18828name = "tree-sitter-json"
18829version = "0.24.8"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18832dependencies = [
18833 "cc",
18834 "tree-sitter-language",
18835]
18836
18837[[package]]
18838name = "tree-sitter-language"
18839version = "0.1.5"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18842
18843[[package]]
18844name = "tree-sitter-md"
18845version = "0.3.2"
18846source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18847dependencies = [
18848 "cc",
18849 "tree-sitter-language",
18850]
18851
18852[[package]]
18853name = "tree-sitter-python"
18854version = "0.25.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18857dependencies = [
18858 "cc",
18859 "tree-sitter-language",
18860]
18861
18862[[package]]
18863name = "tree-sitter-regex"
18864version = "0.24.3"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18867dependencies = [
18868 "cc",
18869 "tree-sitter-language",
18870]
18871
18872[[package]]
18873name = "tree-sitter-ruby"
18874version = "0.23.1"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18877dependencies = [
18878 "cc",
18879 "tree-sitter-language",
18880]
18881
18882[[package]]
18883name = "tree-sitter-rust"
18884version = "0.24.2"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18887dependencies = [
18888 "cc",
18889 "tree-sitter-language",
18890]
18891
18892[[package]]
18893name = "tree-sitter-typescript"
18894version = "0.23.2"
18895source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18896dependencies = [
18897 "cc",
18898 "tree-sitter-language",
18899]
18900
18901[[package]]
18902name = "tree-sitter-yaml"
18903version = "0.6.1"
18904source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18905dependencies = [
18906 "cc",
18907 "tree-sitter-language",
18908]
18909
18910[[package]]
18911name = "triomphe"
18912version = "0.1.15"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18915dependencies = [
18916 "serde",
18917 "stable_deref_trait",
18918]
18919
18920[[package]]
18921name = "try-lock"
18922version = "0.2.5"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18925
18926[[package]]
18927name = "ttf-parser"
18928version = "0.20.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18931
18932[[package]]
18933name = "ttf-parser"
18934version = "0.25.1"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18937dependencies = [
18938 "core_maths",
18939]
18940
18941[[package]]
18942name = "tungstenite"
18943version = "0.20.1"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18946dependencies = [
18947 "byteorder",
18948 "bytes 1.11.1",
18949 "data-encoding",
18950 "http 0.2.12",
18951 "httparse",
18952 "log",
18953 "rand 0.8.5",
18954 "sha1",
18955 "thiserror 1.0.69",
18956 "url",
18957 "utf-8",
18958]
18959
18960[[package]]
18961name = "tungstenite"
18962version = "0.21.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18965dependencies = [
18966 "byteorder",
18967 "bytes 1.11.1",
18968 "data-encoding",
18969 "http 1.3.1",
18970 "httparse",
18971 "log",
18972 "rand 0.8.5",
18973 "sha1",
18974 "thiserror 1.0.69",
18975 "url",
18976 "utf-8",
18977]
18978
18979[[package]]
18980name = "tungstenite"
18981version = "0.27.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18984dependencies = [
18985 "bytes 1.11.1",
18986 "data-encoding",
18987 "http 1.3.1",
18988 "httparse",
18989 "log",
18990 "rand 0.9.3",
18991 "rustls 0.23.33",
18992 "rustls-pki-types",
18993 "sha1",
18994 "thiserror 2.0.17",
18995 "utf-8",
18996]
18997
18998[[package]]
18999name = "tungstenite"
19000version = "0.28.0"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
19003dependencies = [
19004 "bytes 1.11.1",
19005 "data-encoding",
19006 "http 1.3.1",
19007 "httparse",
19008 "log",
19009 "rand 0.9.3",
19010 "rustls 0.23.33",
19011 "rustls-pki-types",
19012 "sha1",
19013 "thiserror 2.0.17",
19014 "utf-8",
19015]
19016
19017[[package]]
19018name = "typeid"
19019version = "1.0.3"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
19022
19023[[package]]
19024name = "typenum"
19025version = "1.19.0"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
19028
19029[[package]]
19030name = "ucd-trie"
19031version = "0.1.7"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
19034
19035[[package]]
19036name = "uds"
19037version = "0.4.2"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
19040dependencies = [
19041 "libc",
19042]
19043
19044[[package]]
19045name = "uds_windows"
19046version = "1.1.0"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
19049dependencies = [
19050 "memoffset",
19051 "tempfile",
19052 "winapi",
19053]
19054
19055[[package]]
19056name = "ug"
19057version = "0.4.0"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
19060dependencies = [
19061 "gemm 0.18.2",
19062 "half",
19063 "libloading",
19064 "memmap2",
19065 "num",
19066 "num-traits",
19067 "num_cpus",
19068 "rayon",
19069 "safetensors",
19070 "serde",
19071 "thiserror 1.0.69",
19072 "tracing",
19073 "yoke 0.7.5",
19074]
19075
19076[[package]]
19077name = "ui"
19078version = "0.1.0"
19079dependencies = [
19080 "chrono",
19081 "component",
19082 "documented",
19083 "gpui",
19084 "gpui_macros",
19085 "gpui_util",
19086 "icons",
19087 "itertools 0.14.0",
19088 "menu",
19089 "schemars 1.0.4",
19090 "serde",
19091 "smallvec",
19092 "strum 0.27.2",
19093 "theme",
19094 "ui_macros",
19095 "windows 0.61.3",
19096]
19097
19098[[package]]
19099name = "ui_input"
19100version = "0.1.0"
19101dependencies = [
19102 "component",
19103 "gpui",
19104 "ui",
19105]
19106
19107[[package]]
19108name = "ui_macros"
19109version = "0.1.0"
19110dependencies = [
19111 "component",
19112 "quote",
19113 "syn 2.0.117",
19114 "ui",
19115]
19116
19117[[package]]
19118name = "ui_prompt"
19119version = "0.1.0"
19120dependencies = [
19121 "gpui",
19122 "markdown",
19123 "menu",
19124 "settings",
19125 "theme_settings",
19126 "ui",
19127 "workspace",
19128]
19129
19130[[package]]
19131name = "unarray"
19132version = "0.1.4"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
19135
19136[[package]]
19137name = "unicase"
19138version = "2.8.1"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
19141
19142[[package]]
19143name = "unicode-bidi"
19144version = "0.3.18"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
19147
19148[[package]]
19149name = "unicode-bidi-mirroring"
19150version = "0.4.0"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19153
19154[[package]]
19155name = "unicode-ccc"
19156version = "0.4.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19159
19160[[package]]
19161name = "unicode-general-category"
19162version = "1.1.0"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19165
19166[[package]]
19167name = "unicode-ident"
19168version = "1.0.19"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19171
19172[[package]]
19173name = "unicode-linebreak"
19174version = "0.1.5"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19177
19178[[package]]
19179name = "unicode-normalization"
19180version = "0.1.24"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19183dependencies = [
19184 "tinyvec",
19185]
19186
19187[[package]]
19188name = "unicode-properties"
19189version = "0.1.3"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19192
19193[[package]]
19194name = "unicode-script"
19195version = "0.5.8"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19198
19199[[package]]
19200name = "unicode-segmentation"
19201version = "1.12.0"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19204
19205[[package]]
19206name = "unicode-vo"
19207version = "0.1.0"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19210
19211[[package]]
19212name = "unicode-width"
19213version = "0.2.2"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19216
19217[[package]]
19218name = "unicode-xid"
19219version = "0.2.6"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19222
19223[[package]]
19224name = "unicode_categories"
19225version = "0.1.1"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19228
19229[[package]]
19230name = "unindent"
19231version = "0.2.4"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19234
19235[[package]]
19236name = "unsafe-libyaml"
19237version = "0.2.11"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19240
19241[[package]]
19242name = "untrusted"
19243version = "0.7.1"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19246
19247[[package]]
19248name = "untrusted"
19249version = "0.9.0"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19252
19253[[package]]
19254name = "url"
19255version = "2.5.7"
19256source = "registry+https://github.com/rust-lang/crates.io-index"
19257checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19258dependencies = [
19259 "form_urlencoded",
19260 "idna",
19261 "percent-encoding",
19262 "serde",
19263]
19264
19265[[package]]
19266name = "urlencoding"
19267version = "2.1.3"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19270
19271[[package]]
19272name = "usvg"
19273version = "0.45.1"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19276dependencies = [
19277 "base64 0.22.1",
19278 "data-url",
19279 "flate2",
19280 "fontdb 0.23.0",
19281 "imagesize",
19282 "kurbo",
19283 "log",
19284 "pico-args",
19285 "roxmltree",
19286 "rustybuzz",
19287 "simplecss",
19288 "siphasher 1.0.1",
19289 "strict-num",
19290 "svgtypes",
19291 "tiny-skia-path",
19292 "unicode-bidi",
19293 "unicode-script",
19294 "unicode-vo",
19295 "xmlwriter",
19296]
19297
19298[[package]]
19299name = "utf-8"
19300version = "0.7.6"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19303
19304[[package]]
19305name = "utf8-chars"
19306version = "3.0.6"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19309dependencies = [
19310 "arrayvec",
19311]
19312
19313[[package]]
19314name = "utf8_iter"
19315version = "1.0.4"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19318
19319[[package]]
19320name = "utf8parse"
19321version = "0.2.2"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19324
19325[[package]]
19326name = "util"
19327version = "0.1.0"
19328dependencies = [
19329 "anyhow",
19330 "async-fs",
19331 "async_zip",
19332 "collections",
19333 "command-fds",
19334 "dirs",
19335 "dunce",
19336 "futures 0.3.32",
19337 "futures-lite 1.13.0",
19338 "git2",
19339 "globset",
19340 "gpui_util",
19341 "itertools 0.14.0",
19342 "libc",
19343 "log",
19344 "mach2 0.5.0",
19345 "nix 0.29.0",
19346 "percent-encoding",
19347 "pretty_assertions",
19348 "rand 0.9.3",
19349 "regex",
19350 "rust-embed",
19351 "schemars 1.0.4",
19352 "serde",
19353 "serde_json",
19354 "serde_json_lenient",
19355 "shlex",
19356 "smol",
19357 "take-until",
19358 "tempfile",
19359 "tendril",
19360 "unicase",
19361 "url",
19362 "util_macros",
19363 "walkdir",
19364 "which 6.0.3",
19365]
19366
19367[[package]]
19368name = "util_macros"
19369version = "0.1.0"
19370dependencies = [
19371 "perf",
19372 "quote",
19373 "syn 2.0.117",
19374]
19375
19376[[package]]
19377name = "uuid"
19378version = "1.18.1"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19381dependencies = [
19382 "getrandom 0.3.4",
19383 "js-sys",
19384 "serde",
19385 "sha1_smol",
19386 "wasm-bindgen",
19387]
19388
19389[[package]]
19390name = "uuid-simd"
19391version = "0.8.0"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19394dependencies = [
19395 "outref",
19396 "vsimd",
19397]
19398
19399[[package]]
19400name = "v_frame"
19401version = "0.3.9"
19402source = "registry+https://github.com/rust-lang/crates.io-index"
19403checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19404dependencies = [
19405 "aligned-vec",
19406 "num-traits",
19407 "wasm-bindgen",
19408]
19409
19410[[package]]
19411name = "valuable"
19412version = "0.1.1"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19415
19416[[package]]
19417name = "value-bag"
19418version = "1.12.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19421dependencies = [
19422 "value-bag-serde1",
19423 "value-bag-sval2",
19424]
19425
19426[[package]]
19427name = "value-bag-serde1"
19428version = "1.12.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19431dependencies = [
19432 "erased-serde",
19433 "serde_core",
19434 "serde_fmt",
19435]
19436
19437[[package]]
19438name = "value-bag-sval2"
19439version = "1.12.0"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19442dependencies = [
19443 "sval",
19444 "sval_buffer",
19445 "sval_dynamic",
19446 "sval_fmt",
19447 "sval_json",
19448 "sval_ref",
19449 "sval_serde",
19450]
19451
19452[[package]]
19453name = "vcpkg"
19454version = "0.2.15"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19457
19458[[package]]
19459name = "vercel"
19460version = "0.1.0"
19461dependencies = [
19462 "anyhow",
19463 "schemars 1.0.4",
19464 "serde",
19465 "strum 0.27.2",
19466]
19467
19468[[package]]
19469name = "version-compare"
19470version = "0.2.0"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19473
19474[[package]]
19475name = "version_check"
19476version = "0.9.5"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19479
19480[[package]]
19481name = "vim"
19482version = "0.1.0"
19483dependencies = [
19484 "anyhow",
19485 "async-compat",
19486 "async-trait",
19487 "collections",
19488 "command_palette",
19489 "command_palette_hooks",
19490 "db",
19491 "editor",
19492 "env_logger 0.11.8",
19493 "futures 0.3.32",
19494 "fuzzy",
19495 "git_ui",
19496 "gpui",
19497 "indoc",
19498 "itertools 0.14.0",
19499 "language",
19500 "log",
19501 "lsp",
19502 "markdown_preview",
19503 "menu",
19504 "multi_buffer",
19505 "nvim-rs",
19506 "outline_panel",
19507 "parking_lot",
19508 "perf",
19509 "picker",
19510 "project",
19511 "project_panel",
19512 "regex",
19513 "release_channel",
19514 "schemars 1.0.4",
19515 "search",
19516 "semver",
19517 "serde",
19518 "serde_json",
19519 "settings",
19520 "settings_ui",
19521 "task",
19522 "text",
19523 "theme",
19524 "theme_settings",
19525 "tokio",
19526 "ui",
19527 "util",
19528 "util_macros",
19529 "vim_mode_setting",
19530 "workspace",
19531 "zed_actions",
19532]
19533
19534[[package]]
19535name = "vim_mode_setting"
19536version = "0.1.0"
19537dependencies = [
19538 "gpui",
19539 "settings",
19540]
19541
19542[[package]]
19543name = "vscode_theme"
19544version = "0.2.0"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19547dependencies = [
19548 "serde",
19549]
19550
19551[[package]]
19552name = "vsimd"
19553version = "0.8.0"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19556
19557[[package]]
19558name = "vswhom"
19559version = "0.1.0"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19562dependencies = [
19563 "libc",
19564 "vswhom-sys",
19565]
19566
19567[[package]]
19568name = "vswhom-sys"
19569version = "0.1.3"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19572dependencies = [
19573 "cc",
19574 "libc",
19575]
19576
19577[[package]]
19578name = "vte"
19579version = "0.15.0"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19582dependencies = [
19583 "arrayvec",
19584 "bitflags 2.10.0",
19585 "cursor-icon",
19586 "log",
19587 "memchr",
19588 "serde",
19589]
19590
19591[[package]]
19592name = "wait-timeout"
19593version = "0.2.1"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19596dependencies = [
19597 "libc",
19598]
19599
19600[[package]]
19601name = "waker-fn"
19602version = "1.2.0"
19603source = "registry+https://github.com/rust-lang/crates.io-index"
19604checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19605
19606[[package]]
19607name = "walkdir"
19608version = "2.5.0"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19611dependencies = [
19612 "same-file",
19613 "winapi-util",
19614]
19615
19616[[package]]
19617name = "want"
19618version = "0.3.1"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19621dependencies = [
19622 "try-lock",
19623]
19624
19625[[package]]
19626name = "warp"
19627version = "0.3.7"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19630dependencies = [
19631 "bytes 1.11.1",
19632 "futures-channel",
19633 "futures-util",
19634 "headers",
19635 "http 0.2.12",
19636 "hyper 0.14.32",
19637 "log",
19638 "mime",
19639 "mime_guess",
19640 "percent-encoding",
19641 "pin-project",
19642 "scoped-tls",
19643 "serde",
19644 "serde_json",
19645 "serde_urlencoded",
19646 "tokio",
19647 "tokio-tungstenite 0.21.0",
19648 "tokio-util",
19649 "tower-service",
19650 "tracing",
19651]
19652
19653[[package]]
19654name = "wasi"
19655version = "0.11.1+wasi-snapshot-preview1"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19658
19659[[package]]
19660name = "wasip2"
19661version = "1.0.1+wasi-0.2.4"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19664dependencies = [
19665 "wit-bindgen 0.46.0",
19666]
19667
19668[[package]]
19669name = "wasip3"
19670version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19673dependencies = [
19674 "wit-bindgen 0.51.0",
19675]
19676
19677[[package]]
19678name = "wasite"
19679version = "0.1.0"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19682
19683[[package]]
19684name = "wasm-bindgen"
19685version = "0.2.113"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19688dependencies = [
19689 "cfg-if",
19690 "once_cell",
19691 "rustversion",
19692 "wasm-bindgen-macro",
19693 "wasm-bindgen-shared",
19694]
19695
19696[[package]]
19697name = "wasm-bindgen-futures"
19698version = "0.4.63"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19701dependencies = [
19702 "cfg-if",
19703 "futures-util",
19704 "js-sys",
19705 "once_cell",
19706 "wasm-bindgen",
19707 "web-sys",
19708]
19709
19710[[package]]
19711name = "wasm-bindgen-macro"
19712version = "0.2.113"
19713source = "registry+https://github.com/rust-lang/crates.io-index"
19714checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19715dependencies = [
19716 "quote",
19717 "wasm-bindgen-macro-support",
19718]
19719
19720[[package]]
19721name = "wasm-bindgen-macro-support"
19722version = "0.2.113"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19725dependencies = [
19726 "bumpalo",
19727 "proc-macro2",
19728 "quote",
19729 "syn 2.0.117",
19730 "wasm-bindgen-shared",
19731]
19732
19733[[package]]
19734name = "wasm-bindgen-shared"
19735version = "0.2.113"
19736source = "registry+https://github.com/rust-lang/crates.io-index"
19737checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19738dependencies = [
19739 "unicode-ident",
19740]
19741
19742[[package]]
19743name = "wasm-encoder"
19744version = "0.201.0"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19747dependencies = [
19748 "leb128",
19749]
19750
19751[[package]]
19752name = "wasm-encoder"
19753version = "0.221.3"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19756dependencies = [
19757 "leb128",
19758 "wasmparser 0.221.3",
19759]
19760
19761[[package]]
19762name = "wasm-encoder"
19763version = "0.227.1"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19766dependencies = [
19767 "leb128fmt",
19768 "wasmparser 0.227.1",
19769]
19770
19771[[package]]
19772name = "wasm-encoder"
19773version = "0.236.1"
19774source = "registry+https://github.com/rust-lang/crates.io-index"
19775checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19776dependencies = [
19777 "leb128fmt",
19778 "wasmparser 0.236.1",
19779]
19780
19781[[package]]
19782name = "wasm-encoder"
19783version = "0.244.0"
19784source = "registry+https://github.com/rust-lang/crates.io-index"
19785checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19786dependencies = [
19787 "leb128fmt",
19788 "wasmparser 0.244.0",
19789]
19790
19791[[package]]
19792name = "wasm-metadata"
19793version = "0.201.0"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19796dependencies = [
19797 "anyhow",
19798 "indexmap 2.11.4",
19799 "serde",
19800 "serde_derive",
19801 "serde_json",
19802 "spdx",
19803 "wasm-encoder 0.201.0",
19804 "wasmparser 0.201.0",
19805]
19806
19807[[package]]
19808name = "wasm-metadata"
19809version = "0.227.1"
19810source = "registry+https://github.com/rust-lang/crates.io-index"
19811checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19812dependencies = [
19813 "anyhow",
19814 "auditable-serde",
19815 "flate2",
19816 "indexmap 2.11.4",
19817 "serde",
19818 "serde_derive",
19819 "serde_json",
19820 "spdx",
19821 "url",
19822 "wasm-encoder 0.227.1",
19823 "wasmparser 0.227.1",
19824]
19825
19826[[package]]
19827name = "wasm-metadata"
19828version = "0.244.0"
19829source = "registry+https://github.com/rust-lang/crates.io-index"
19830checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19831dependencies = [
19832 "anyhow",
19833 "indexmap 2.11.4",
19834 "wasm-encoder 0.244.0",
19835 "wasmparser 0.244.0",
19836]
19837
19838[[package]]
19839name = "wasm-streams"
19840version = "0.4.2"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19843dependencies = [
19844 "futures-util",
19845 "js-sys",
19846 "wasm-bindgen",
19847 "wasm-bindgen-futures",
19848 "web-sys",
19849]
19850
19851[[package]]
19852name = "wasm_thread"
19853version = "0.3.3"
19854source = "registry+https://github.com/rust-lang/crates.io-index"
19855checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19856dependencies = [
19857 "futures 0.3.32",
19858 "js-sys",
19859 "wasm-bindgen",
19860 "web-sys",
19861]
19862
19863[[package]]
19864name = "wasmparser"
19865version = "0.201.0"
19866source = "registry+https://github.com/rust-lang/crates.io-index"
19867checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19868dependencies = [
19869 "bitflags 2.10.0",
19870 "indexmap 2.11.4",
19871 "semver",
19872]
19873
19874[[package]]
19875name = "wasmparser"
19876version = "0.221.3"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19879dependencies = [
19880 "bitflags 2.10.0",
19881 "hashbrown 0.15.5",
19882 "indexmap 2.11.4",
19883 "semver",
19884 "serde",
19885]
19886
19887[[package]]
19888name = "wasmparser"
19889version = "0.227.1"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19892dependencies = [
19893 "bitflags 2.10.0",
19894 "hashbrown 0.15.5",
19895 "indexmap 2.11.4",
19896 "semver",
19897]
19898
19899[[package]]
19900name = "wasmparser"
19901version = "0.236.1"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19904dependencies = [
19905 "bitflags 2.10.0",
19906 "hashbrown 0.15.5",
19907 "indexmap 2.11.4",
19908 "semver",
19909 "serde",
19910]
19911
19912[[package]]
19913name = "wasmparser"
19914version = "0.244.0"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19917dependencies = [
19918 "bitflags 2.10.0",
19919 "hashbrown 0.15.5",
19920 "indexmap 2.11.4",
19921 "semver",
19922]
19923
19924[[package]]
19925name = "wasmprinter"
19926version = "0.236.1"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19929dependencies = [
19930 "anyhow",
19931 "termcolor",
19932 "wasmparser 0.236.1",
19933]
19934
19935[[package]]
19936name = "wasmtime"
19937version = "36.0.7"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19940dependencies = [
19941 "addr2line",
19942 "anyhow",
19943 "async-trait",
19944 "bitflags 2.10.0",
19945 "bumpalo",
19946 "cc",
19947 "cfg-if",
19948 "encoding_rs",
19949 "hashbrown 0.15.5",
19950 "indexmap 2.11.4",
19951 "libc",
19952 "log",
19953 "mach2 0.4.3",
19954 "memfd",
19955 "object",
19956 "once_cell",
19957 "postcard",
19958 "pulley-interpreter",
19959 "rayon",
19960 "rustix 1.1.2",
19961 "semver",
19962 "serde",
19963 "serde_derive",
19964 "smallvec",
19965 "target-lexicon",
19966 "wasmparser 0.236.1",
19967 "wasmtime-environ",
19968 "wasmtime-internal-asm-macros",
19969 "wasmtime-internal-component-macro",
19970 "wasmtime-internal-component-util",
19971 "wasmtime-internal-cranelift",
19972 "wasmtime-internal-fiber",
19973 "wasmtime-internal-jit-debug",
19974 "wasmtime-internal-jit-icache-coherence",
19975 "wasmtime-internal-math",
19976 "wasmtime-internal-slab",
19977 "wasmtime-internal-unwinder",
19978 "wasmtime-internal-versioned-export-macros",
19979 "wasmtime-internal-winch",
19980 "windows-sys 0.60.2",
19981]
19982
19983[[package]]
19984name = "wasmtime-c-api-impl"
19985version = "36.0.6"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19988dependencies = [
19989 "anyhow",
19990 "log",
19991 "tracing",
19992 "wasmtime",
19993 "wasmtime-internal-c-api-macros",
19994]
19995
19996[[package]]
19997name = "wasmtime-environ"
19998version = "36.0.7"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
20001dependencies = [
20002 "anyhow",
20003 "cpp_demangle",
20004 "cranelift-bitset",
20005 "cranelift-entity",
20006 "gimli",
20007 "indexmap 2.11.4",
20008 "log",
20009 "object",
20010 "postcard",
20011 "rustc-demangle",
20012 "semver",
20013 "serde",
20014 "serde_derive",
20015 "smallvec",
20016 "target-lexicon",
20017 "wasm-encoder 0.236.1",
20018 "wasmparser 0.236.1",
20019 "wasmprinter",
20020 "wasmtime-internal-component-util",
20021]
20022
20023[[package]]
20024name = "wasmtime-internal-asm-macros"
20025version = "36.0.7"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
20028dependencies = [
20029 "cfg-if",
20030]
20031
20032[[package]]
20033name = "wasmtime-internal-c-api-macros"
20034version = "36.0.6"
20035source = "registry+https://github.com/rust-lang/crates.io-index"
20036checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
20037dependencies = [
20038 "proc-macro2",
20039 "quote",
20040]
20041
20042[[package]]
20043name = "wasmtime-internal-component-macro"
20044version = "36.0.7"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
20047dependencies = [
20048 "anyhow",
20049 "proc-macro2",
20050 "quote",
20051 "syn 2.0.117",
20052 "wasmtime-internal-component-util",
20053 "wasmtime-internal-wit-bindgen",
20054 "wit-parser 0.236.1",
20055]
20056
20057[[package]]
20058name = "wasmtime-internal-component-util"
20059version = "36.0.7"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
20062
20063[[package]]
20064name = "wasmtime-internal-cranelift"
20065version = "36.0.7"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
20068dependencies = [
20069 "anyhow",
20070 "cfg-if",
20071 "cranelift-codegen",
20072 "cranelift-control",
20073 "cranelift-entity",
20074 "cranelift-frontend",
20075 "cranelift-native",
20076 "gimli",
20077 "itertools 0.14.0",
20078 "log",
20079 "object",
20080 "pulley-interpreter",
20081 "smallvec",
20082 "target-lexicon",
20083 "thiserror 2.0.17",
20084 "wasmparser 0.236.1",
20085 "wasmtime-environ",
20086 "wasmtime-internal-math",
20087 "wasmtime-internal-versioned-export-macros",
20088]
20089
20090[[package]]
20091name = "wasmtime-internal-fiber"
20092version = "36.0.7"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
20095dependencies = [
20096 "anyhow",
20097 "cc",
20098 "cfg-if",
20099 "libc",
20100 "rustix 1.1.2",
20101 "wasmtime-internal-asm-macros",
20102 "wasmtime-internal-versioned-export-macros",
20103 "windows-sys 0.60.2",
20104]
20105
20106[[package]]
20107name = "wasmtime-internal-jit-debug"
20108version = "36.0.7"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
20111dependencies = [
20112 "cc",
20113 "wasmtime-internal-versioned-export-macros",
20114]
20115
20116[[package]]
20117name = "wasmtime-internal-jit-icache-coherence"
20118version = "36.0.7"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
20121dependencies = [
20122 "anyhow",
20123 "cfg-if",
20124 "libc",
20125 "windows-sys 0.60.2",
20126]
20127
20128[[package]]
20129name = "wasmtime-internal-math"
20130version = "36.0.7"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
20133dependencies = [
20134 "libm",
20135]
20136
20137[[package]]
20138name = "wasmtime-internal-slab"
20139version = "36.0.7"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
20142
20143[[package]]
20144name = "wasmtime-internal-unwinder"
20145version = "36.0.7"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
20148dependencies = [
20149 "anyhow",
20150 "cfg-if",
20151 "cranelift-codegen",
20152 "log",
20153 "object",
20154]
20155
20156[[package]]
20157name = "wasmtime-internal-versioned-export-macros"
20158version = "36.0.7"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20161dependencies = [
20162 "proc-macro2",
20163 "quote",
20164 "syn 2.0.117",
20165]
20166
20167[[package]]
20168name = "wasmtime-internal-winch"
20169version = "36.0.7"
20170source = "registry+https://github.com/rust-lang/crates.io-index"
20171checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20172dependencies = [
20173 "anyhow",
20174 "cranelift-codegen",
20175 "gimli",
20176 "object",
20177 "target-lexicon",
20178 "wasmparser 0.236.1",
20179 "wasmtime-environ",
20180 "wasmtime-internal-cranelift",
20181 "winch-codegen",
20182]
20183
20184[[package]]
20185name = "wasmtime-internal-wit-bindgen"
20186version = "36.0.7"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20189dependencies = [
20190 "anyhow",
20191 "bitflags 2.10.0",
20192 "heck 0.5.0",
20193 "indexmap 2.11.4",
20194 "wit-parser 0.236.1",
20195]
20196
20197[[package]]
20198name = "wasmtime-wasi"
20199version = "36.0.6"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20202dependencies = [
20203 "anyhow",
20204 "async-trait",
20205 "bitflags 2.10.0",
20206 "bytes 1.11.1",
20207 "cap-fs-ext",
20208 "cap-net-ext",
20209 "cap-rand",
20210 "cap-std",
20211 "cap-time-ext",
20212 "fs-set-times",
20213 "futures 0.3.32",
20214 "io-extras",
20215 "io-lifetimes",
20216 "rustix 1.1.2",
20217 "system-interface",
20218 "thiserror 2.0.17",
20219 "tokio",
20220 "tracing",
20221 "url",
20222 "wasmtime",
20223 "wasmtime-wasi-io",
20224 "wiggle",
20225 "windows-sys 0.60.2",
20226]
20227
20228[[package]]
20229name = "wasmtime-wasi-io"
20230version = "36.0.6"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20233dependencies = [
20234 "anyhow",
20235 "async-trait",
20236 "bytes 1.11.1",
20237 "futures 0.3.32",
20238 "wasmtime",
20239]
20240
20241[[package]]
20242name = "wast"
20243version = "35.0.2"
20244source = "registry+https://github.com/rust-lang/crates.io-index"
20245checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20246dependencies = [
20247 "leb128",
20248]
20249
20250[[package]]
20251name = "watch"
20252version = "0.1.0"
20253dependencies = [
20254 "ctor",
20255 "futures 0.3.32",
20256 "gpui",
20257 "parking_lot",
20258 "zlog",
20259]
20260
20261[[package]]
20262name = "wax"
20263version = "0.7.0"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20266dependencies = [
20267 "const_format",
20268 "itertools 0.14.0",
20269 "nom 7.1.3",
20270 "pori",
20271 "regex",
20272 "thiserror 2.0.17",
20273 "walkdir",
20274]
20275
20276[[package]]
20277name = "wayland-backend"
20278version = "0.3.11"
20279source = "registry+https://github.com/rust-lang/crates.io-index"
20280checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20281dependencies = [
20282 "cc",
20283 "downcast-rs",
20284 "rustix 1.1.2",
20285 "scoped-tls",
20286 "smallvec",
20287 "wayland-sys",
20288]
20289
20290[[package]]
20291name = "wayland-client"
20292version = "0.31.11"
20293source = "registry+https://github.com/rust-lang/crates.io-index"
20294checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20295dependencies = [
20296 "bitflags 2.10.0",
20297 "rustix 1.1.2",
20298 "wayland-backend",
20299 "wayland-scanner",
20300]
20301
20302[[package]]
20303name = "wayland-cursor"
20304version = "0.31.11"
20305source = "registry+https://github.com/rust-lang/crates.io-index"
20306checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20307dependencies = [
20308 "rustix 1.1.2",
20309 "wayland-client",
20310 "xcursor",
20311]
20312
20313[[package]]
20314name = "wayland-protocols"
20315version = "0.32.9"
20316source = "registry+https://github.com/rust-lang/crates.io-index"
20317checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20318dependencies = [
20319 "bitflags 2.10.0",
20320 "wayland-backend",
20321 "wayland-client",
20322 "wayland-scanner",
20323]
20324
20325[[package]]
20326name = "wayland-protocols-plasma"
20327version = "0.3.9"
20328source = "registry+https://github.com/rust-lang/crates.io-index"
20329checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20330dependencies = [
20331 "bitflags 2.10.0",
20332 "wayland-backend",
20333 "wayland-client",
20334 "wayland-protocols",
20335 "wayland-scanner",
20336]
20337
20338[[package]]
20339name = "wayland-protocols-wlr"
20340version = "0.3.9"
20341source = "registry+https://github.com/rust-lang/crates.io-index"
20342checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20343dependencies = [
20344 "bitflags 2.10.0",
20345 "wayland-backend",
20346 "wayland-client",
20347 "wayland-protocols",
20348 "wayland-scanner",
20349]
20350
20351[[package]]
20352name = "wayland-scanner"
20353version = "0.31.7"
20354source = "registry+https://github.com/rust-lang/crates.io-index"
20355checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20356dependencies = [
20357 "proc-macro2",
20358 "quick-xml 0.37.5",
20359 "quote",
20360]
20361
20362[[package]]
20363name = "wayland-sys"
20364version = "0.31.7"
20365source = "registry+https://github.com/rust-lang/crates.io-index"
20366checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20367dependencies = [
20368 "dlib",
20369 "log",
20370 "once_cell",
20371 "pkg-config",
20372]
20373
20374[[package]]
20375name = "web-sys"
20376version = "0.3.90"
20377source = "registry+https://github.com/rust-lang/crates.io-index"
20378checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20379dependencies = [
20380 "js-sys",
20381 "wasm-bindgen",
20382]
20383
20384[[package]]
20385name = "web-time"
20386version = "1.1.0"
20387source = "registry+https://github.com/rust-lang/crates.io-index"
20388checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20389dependencies = [
20390 "js-sys",
20391 "serde",
20392 "wasm-bindgen",
20393]
20394
20395[[package]]
20396name = "web_atoms"
20397version = "0.1.3"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20400dependencies = [
20401 "phf 0.11.3",
20402 "phf_codegen",
20403 "string_cache",
20404 "string_cache_codegen",
20405]
20406
20407[[package]]
20408name = "web_search"
20409version = "0.1.0"
20410dependencies = [
20411 "anyhow",
20412 "cloud_llm_client",
20413 "collections",
20414 "gpui",
20415 "serde",
20416]
20417
20418[[package]]
20419name = "web_search_providers"
20420version = "0.1.0"
20421dependencies = [
20422 "anyhow",
20423 "client",
20424 "cloud_api_client",
20425 "cloud_api_types",
20426 "cloud_llm_client",
20427 "futures 0.3.32",
20428 "gpui",
20429 "http_client",
20430 "language_model",
20431 "serde",
20432 "serde_json",
20433 "web_search",
20434]
20435
20436[[package]]
20437name = "webpki-root-certs"
20438version = "0.26.8"
20439source = "registry+https://github.com/rust-lang/crates.io-index"
20440checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20441dependencies = [
20442 "rustls-pki-types",
20443]
20444
20445[[package]]
20446name = "webpki-roots"
20447version = "0.26.8"
20448source = "registry+https://github.com/rust-lang/crates.io-index"
20449checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20450dependencies = [
20451 "rustls-pki-types",
20452]
20453
20454[[package]]
20455name = "webrtc-sys"
20456version = "0.3.23"
20457source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20458dependencies = [
20459 "cc",
20460 "cxx",
20461 "cxx-build",
20462 "glob",
20463 "log",
20464 "pkg-config",
20465 "webrtc-sys-build",
20466]
20467
20468[[package]]
20469name = "webrtc-sys-build"
20470version = "0.3.13"
20471source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20472dependencies = [
20473 "anyhow",
20474 "fs2",
20475 "regex",
20476 "reqwest 0.12.24",
20477 "scratch",
20478 "semver",
20479 "zip 0.6.6",
20480]
20481
20482[[package]]
20483name = "weezl"
20484version = "0.1.10"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20487
20488[[package]]
20489name = "wgpu"
20490version = "29.0.0"
20491source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20492dependencies = [
20493 "arrayvec",
20494 "bitflags 2.10.0",
20495 "bytemuck",
20496 "cfg-if",
20497 "cfg_aliases 0.2.1",
20498 "document-features",
20499 "hashbrown 0.16.1",
20500 "js-sys",
20501 "log",
20502 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20503 "parking_lot",
20504 "portable-atomic",
20505 "profiling",
20506 "raw-window-handle",
20507 "smallvec",
20508 "static_assertions",
20509 "wasm-bindgen",
20510 "wasm-bindgen-futures",
20511 "web-sys",
20512 "wgpu-core",
20513 "wgpu-hal",
20514 "wgpu-types",
20515]
20516
20517[[package]]
20518name = "wgpu-core"
20519version = "29.0.0"
20520source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20521dependencies = [
20522 "arrayvec",
20523 "bit-set 0.9.1",
20524 "bit-vec 0.9.1",
20525 "bitflags 2.10.0",
20526 "bytemuck",
20527 "cfg_aliases 0.2.1",
20528 "document-features",
20529 "hashbrown 0.16.1",
20530 "indexmap 2.11.4",
20531 "log",
20532 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20533 "once_cell",
20534 "parking_lot",
20535 "portable-atomic",
20536 "profiling",
20537 "raw-window-handle",
20538 "rustc-hash 1.1.0",
20539 "smallvec",
20540 "thiserror 2.0.17",
20541 "wgpu-core-deps-apple",
20542 "wgpu-core-deps-emscripten",
20543 "wgpu-core-deps-windows-linux-android",
20544 "wgpu-hal",
20545 "wgpu-naga-bridge",
20546 "wgpu-types",
20547]
20548
20549[[package]]
20550name = "wgpu-core-deps-apple"
20551version = "29.0.0"
20552source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20553dependencies = [
20554 "wgpu-hal",
20555]
20556
20557[[package]]
20558name = "wgpu-core-deps-emscripten"
20559version = "29.0.0"
20560source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20561dependencies = [
20562 "wgpu-hal",
20563]
20564
20565[[package]]
20566name = "wgpu-core-deps-windows-linux-android"
20567version = "29.0.0"
20568source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20569dependencies = [
20570 "wgpu-hal",
20571]
20572
20573[[package]]
20574name = "wgpu-hal"
20575version = "29.0.0"
20576source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20577dependencies = [
20578 "android_system_properties",
20579 "arrayvec",
20580 "ash",
20581 "bit-set 0.9.1",
20582 "bitflags 2.10.0",
20583 "block2",
20584 "bytemuck",
20585 "cfg-if",
20586 "cfg_aliases 0.2.1",
20587 "glow",
20588 "glutin_wgl_sys",
20589 "gpu-allocator",
20590 "gpu-descriptor",
20591 "hashbrown 0.16.1",
20592 "js-sys",
20593 "khronos-egl",
20594 "libc",
20595 "libloading",
20596 "log",
20597 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20598 "ndk-sys",
20599 "objc2",
20600 "objc2-core-foundation",
20601 "objc2-foundation",
20602 "objc2-metal",
20603 "objc2-quartz-core",
20604 "once_cell",
20605 "ordered-float 4.6.0",
20606 "parking_lot",
20607 "portable-atomic",
20608 "portable-atomic-util",
20609 "profiling",
20610 "range-alloc",
20611 "raw-window-handle",
20612 "raw-window-metal",
20613 "renderdoc-sys",
20614 "smallvec",
20615 "thiserror 2.0.17",
20616 "wasm-bindgen",
20617 "wayland-sys",
20618 "web-sys",
20619 "wgpu-naga-bridge",
20620 "wgpu-types",
20621 "windows 0.62.2",
20622 "windows-core 0.62.2",
20623]
20624
20625[[package]]
20626name = "wgpu-naga-bridge"
20627version = "29.0.0"
20628source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20629dependencies = [
20630 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20631 "wgpu-types",
20632]
20633
20634[[package]]
20635name = "wgpu-types"
20636version = "29.0.0"
20637source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20638dependencies = [
20639 "bitflags 2.10.0",
20640 "bytemuck",
20641 "js-sys",
20642 "log",
20643 "raw-window-handle",
20644 "web-sys",
20645]
20646
20647[[package]]
20648name = "which"
20649version = "4.4.2"
20650source = "registry+https://github.com/rust-lang/crates.io-index"
20651checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20652dependencies = [
20653 "either",
20654 "home",
20655 "once_cell",
20656 "rustix 0.38.44",
20657]
20658
20659[[package]]
20660name = "which"
20661version = "6.0.3"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20664dependencies = [
20665 "either",
20666 "home",
20667 "rustix 0.38.44",
20668 "winsafe",
20669]
20670
20671[[package]]
20672name = "which_key"
20673version = "0.1.0"
20674dependencies = [
20675 "command_palette",
20676 "gpui",
20677 "serde",
20678 "settings",
20679 "theme_settings",
20680 "ui",
20681 "util",
20682 "workspace",
20683]
20684
20685[[package]]
20686name = "whoami"
20687version = "1.6.1"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20690dependencies = [
20691 "libredox",
20692 "wasite",
20693]
20694
20695[[package]]
20696name = "wiggle"
20697version = "36.0.6"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20700dependencies = [
20701 "anyhow",
20702 "async-trait",
20703 "bitflags 2.10.0",
20704 "thiserror 2.0.17",
20705 "tracing",
20706 "wasmtime",
20707 "wiggle-macro",
20708]
20709
20710[[package]]
20711name = "wiggle-generate"
20712version = "36.0.6"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20715dependencies = [
20716 "anyhow",
20717 "heck 0.5.0",
20718 "proc-macro2",
20719 "quote",
20720 "syn 2.0.117",
20721 "witx",
20722]
20723
20724[[package]]
20725name = "wiggle-macro"
20726version = "36.0.6"
20727source = "registry+https://github.com/rust-lang/crates.io-index"
20728checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20729dependencies = [
20730 "proc-macro2",
20731 "quote",
20732 "syn 2.0.117",
20733 "wiggle-generate",
20734]
20735
20736[[package]]
20737name = "winapi"
20738version = "0.3.9"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20741dependencies = [
20742 "winapi-i686-pc-windows-gnu",
20743 "winapi-x86_64-pc-windows-gnu",
20744]
20745
20746[[package]]
20747name = "winapi-i686-pc-windows-gnu"
20748version = "0.4.0"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20751
20752[[package]]
20753name = "winapi-util"
20754version = "0.1.11"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20757dependencies = [
20758 "windows-sys 0.61.2",
20759]
20760
20761[[package]]
20762name = "winapi-x86_64-pc-windows-gnu"
20763version = "0.4.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20766
20767[[package]]
20768name = "winch-codegen"
20769version = "36.0.7"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20772dependencies = [
20773 "anyhow",
20774 "cranelift-assembler-x64",
20775 "cranelift-codegen",
20776 "gimli",
20777 "regalloc2",
20778 "smallvec",
20779 "target-lexicon",
20780 "thiserror 2.0.17",
20781 "wasmparser 0.236.1",
20782 "wasmtime-environ",
20783 "wasmtime-internal-cranelift",
20784 "wasmtime-internal-math",
20785]
20786
20787[[package]]
20788name = "windows"
20789version = "0.56.0"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20792dependencies = [
20793 "windows-core 0.56.0",
20794 "windows-targets 0.52.6",
20795]
20796
20797[[package]]
20798name = "windows"
20799version = "0.57.0"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20802dependencies = [
20803 "windows-core 0.57.0",
20804 "windows-targets 0.52.6",
20805]
20806
20807[[package]]
20808name = "windows"
20809version = "0.58.0"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20812dependencies = [
20813 "windows-core 0.58.0",
20814 "windows-targets 0.52.6",
20815]
20816
20817[[package]]
20818name = "windows"
20819version = "0.61.3"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20822dependencies = [
20823 "windows-collections 0.2.0",
20824 "windows-core 0.61.2",
20825 "windows-future 0.2.1",
20826 "windows-link 0.1.3",
20827 "windows-numerics 0.2.0",
20828]
20829
20830[[package]]
20831name = "windows"
20832version = "0.62.2"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20835dependencies = [
20836 "windows-collections 0.3.2",
20837 "windows-core 0.62.2",
20838 "windows-future 0.3.2",
20839 "windows-numerics 0.3.1",
20840]
20841
20842[[package]]
20843name = "windows-bindgen"
20844version = "0.61.1"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20847dependencies = [
20848 "serde",
20849 "serde_json",
20850 "windows-threading 0.1.0",
20851]
20852
20853[[package]]
20854name = "windows-capture"
20855version = "1.4.3"
20856source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20857dependencies = [
20858 "clap",
20859 "ctrlc",
20860 "parking_lot",
20861 "rayon",
20862 "thiserror 2.0.17",
20863 "windows 0.61.3",
20864 "windows-future 0.2.1",
20865]
20866
20867[[package]]
20868name = "windows-collections"
20869version = "0.2.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20872dependencies = [
20873 "windows-core 0.61.2",
20874]
20875
20876[[package]]
20877name = "windows-collections"
20878version = "0.3.2"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20881dependencies = [
20882 "windows-core 0.62.2",
20883]
20884
20885[[package]]
20886name = "windows-core"
20887version = "0.56.0"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20890dependencies = [
20891 "windows-implement 0.56.0",
20892 "windows-interface 0.56.0",
20893 "windows-result 0.1.2",
20894 "windows-targets 0.52.6",
20895]
20896
20897[[package]]
20898name = "windows-core"
20899version = "0.57.0"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20902dependencies = [
20903 "windows-implement 0.57.0",
20904 "windows-interface 0.57.0",
20905 "windows-result 0.1.2",
20906 "windows-targets 0.52.6",
20907]
20908
20909[[package]]
20910name = "windows-core"
20911version = "0.58.0"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20914dependencies = [
20915 "windows-implement 0.58.0",
20916 "windows-interface 0.58.0",
20917 "windows-result 0.2.0",
20918 "windows-strings 0.1.0",
20919 "windows-targets 0.52.6",
20920]
20921
20922[[package]]
20923name = "windows-core"
20924version = "0.61.2"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20927dependencies = [
20928 "windows-implement 0.60.2",
20929 "windows-interface 0.59.3",
20930 "windows-link 0.1.3",
20931 "windows-result 0.3.4",
20932 "windows-strings 0.4.2",
20933]
20934
20935[[package]]
20936name = "windows-core"
20937version = "0.62.2"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20940dependencies = [
20941 "windows-implement 0.60.2",
20942 "windows-interface 0.59.3",
20943 "windows-link 0.2.1",
20944 "windows-result 0.4.1",
20945 "windows-strings 0.5.1",
20946]
20947
20948[[package]]
20949name = "windows-future"
20950version = "0.2.1"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20953dependencies = [
20954 "windows-core 0.61.2",
20955 "windows-link 0.1.3",
20956 "windows-threading 0.1.0",
20957]
20958
20959[[package]]
20960name = "windows-future"
20961version = "0.3.2"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20964dependencies = [
20965 "windows-core 0.62.2",
20966 "windows-link 0.2.1",
20967 "windows-threading 0.2.1",
20968]
20969
20970[[package]]
20971name = "windows-implement"
20972version = "0.56.0"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20975dependencies = [
20976 "proc-macro2",
20977 "quote",
20978 "syn 2.0.117",
20979]
20980
20981[[package]]
20982name = "windows-implement"
20983version = "0.57.0"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20986dependencies = [
20987 "proc-macro2",
20988 "quote",
20989 "syn 2.0.117",
20990]
20991
20992[[package]]
20993name = "windows-implement"
20994version = "0.58.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20997dependencies = [
20998 "proc-macro2",
20999 "quote",
21000 "syn 2.0.117",
21001]
21002
21003[[package]]
21004name = "windows-implement"
21005version = "0.60.2"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
21008dependencies = [
21009 "proc-macro2",
21010 "quote",
21011 "syn 2.0.117",
21012]
21013
21014[[package]]
21015name = "windows-interface"
21016version = "0.56.0"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
21019dependencies = [
21020 "proc-macro2",
21021 "quote",
21022 "syn 2.0.117",
21023]
21024
21025[[package]]
21026name = "windows-interface"
21027version = "0.57.0"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
21030dependencies = [
21031 "proc-macro2",
21032 "quote",
21033 "syn 2.0.117",
21034]
21035
21036[[package]]
21037name = "windows-interface"
21038version = "0.58.0"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
21041dependencies = [
21042 "proc-macro2",
21043 "quote",
21044 "syn 2.0.117",
21045]
21046
21047[[package]]
21048name = "windows-interface"
21049version = "0.59.3"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
21052dependencies = [
21053 "proc-macro2",
21054 "quote",
21055 "syn 2.0.117",
21056]
21057
21058[[package]]
21059name = "windows-link"
21060version = "0.1.3"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
21063
21064[[package]]
21065name = "windows-link"
21066version = "0.2.1"
21067source = "registry+https://github.com/rust-lang/crates.io-index"
21068checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
21069
21070[[package]]
21071name = "windows-numerics"
21072version = "0.2.0"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
21075dependencies = [
21076 "windows-core 0.61.2",
21077 "windows-link 0.1.3",
21078]
21079
21080[[package]]
21081name = "windows-numerics"
21082version = "0.3.1"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
21085dependencies = [
21086 "windows-core 0.62.2",
21087 "windows-link 0.2.1",
21088]
21089
21090[[package]]
21091name = "windows-registry"
21092version = "0.4.0"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
21095dependencies = [
21096 "windows-result 0.3.4",
21097 "windows-strings 0.3.1",
21098 "windows-targets 0.53.5",
21099]
21100
21101[[package]]
21102name = "windows-registry"
21103version = "0.5.3"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
21106dependencies = [
21107 "windows-link 0.1.3",
21108 "windows-result 0.3.4",
21109 "windows-strings 0.4.2",
21110]
21111
21112[[package]]
21113name = "windows-registry"
21114version = "0.6.1"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
21117dependencies = [
21118 "windows-link 0.2.1",
21119 "windows-result 0.4.1",
21120 "windows-strings 0.5.1",
21121]
21122
21123[[package]]
21124name = "windows-result"
21125version = "0.1.2"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
21128dependencies = [
21129 "windows-targets 0.52.6",
21130]
21131
21132[[package]]
21133name = "windows-result"
21134version = "0.2.0"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
21137dependencies = [
21138 "windows-targets 0.52.6",
21139]
21140
21141[[package]]
21142name = "windows-result"
21143version = "0.3.4"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
21146dependencies = [
21147 "windows-link 0.1.3",
21148]
21149
21150[[package]]
21151name = "windows-result"
21152version = "0.4.1"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21155dependencies = [
21156 "windows-link 0.2.1",
21157]
21158
21159[[package]]
21160name = "windows-strings"
21161version = "0.1.0"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21164dependencies = [
21165 "windows-result 0.2.0",
21166 "windows-targets 0.52.6",
21167]
21168
21169[[package]]
21170name = "windows-strings"
21171version = "0.3.1"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21174dependencies = [
21175 "windows-link 0.1.3",
21176]
21177
21178[[package]]
21179name = "windows-strings"
21180version = "0.4.2"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21183dependencies = [
21184 "windows-link 0.1.3",
21185]
21186
21187[[package]]
21188name = "windows-strings"
21189version = "0.5.1"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21192dependencies = [
21193 "windows-link 0.2.1",
21194]
21195
21196[[package]]
21197name = "windows-sys"
21198version = "0.45.0"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21201dependencies = [
21202 "windows-targets 0.42.2",
21203]
21204
21205[[package]]
21206name = "windows-sys"
21207version = "0.48.0"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21210dependencies = [
21211 "windows-targets 0.48.5",
21212]
21213
21214[[package]]
21215name = "windows-sys"
21216version = "0.52.0"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21219dependencies = [
21220 "windows-targets 0.52.6",
21221]
21222
21223[[package]]
21224name = "windows-sys"
21225version = "0.59.0"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21228dependencies = [
21229 "windows-targets 0.52.6",
21230]
21231
21232[[package]]
21233name = "windows-sys"
21234version = "0.60.2"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21237dependencies = [
21238 "windows-targets 0.53.5",
21239]
21240
21241[[package]]
21242name = "windows-sys"
21243version = "0.61.2"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21246dependencies = [
21247 "windows-link 0.2.1",
21248]
21249
21250[[package]]
21251name = "windows-targets"
21252version = "0.42.2"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21255dependencies = [
21256 "windows_aarch64_gnullvm 0.42.2",
21257 "windows_aarch64_msvc 0.42.2",
21258 "windows_i686_gnu 0.42.2",
21259 "windows_i686_msvc 0.42.2",
21260 "windows_x86_64_gnu 0.42.2",
21261 "windows_x86_64_gnullvm 0.42.2",
21262 "windows_x86_64_msvc 0.42.2",
21263]
21264
21265[[package]]
21266name = "windows-targets"
21267version = "0.48.5"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21270dependencies = [
21271 "windows_aarch64_gnullvm 0.48.5",
21272 "windows_aarch64_msvc 0.48.5",
21273 "windows_i686_gnu 0.48.5",
21274 "windows_i686_msvc 0.48.5",
21275 "windows_x86_64_gnu 0.48.5",
21276 "windows_x86_64_gnullvm 0.48.5",
21277 "windows_x86_64_msvc 0.48.5",
21278]
21279
21280[[package]]
21281name = "windows-targets"
21282version = "0.52.6"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21285dependencies = [
21286 "windows_aarch64_gnullvm 0.52.6",
21287 "windows_aarch64_msvc 0.52.6",
21288 "windows_i686_gnu 0.52.6",
21289 "windows_i686_gnullvm 0.52.6",
21290 "windows_i686_msvc 0.52.6",
21291 "windows_x86_64_gnu 0.52.6",
21292 "windows_x86_64_gnullvm 0.52.6",
21293 "windows_x86_64_msvc 0.52.6",
21294]
21295
21296[[package]]
21297name = "windows-targets"
21298version = "0.53.5"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21301dependencies = [
21302 "windows-link 0.2.1",
21303 "windows_aarch64_gnullvm 0.53.1",
21304 "windows_aarch64_msvc 0.53.1",
21305 "windows_i686_gnu 0.53.1",
21306 "windows_i686_gnullvm 0.53.1",
21307 "windows_i686_msvc 0.53.1",
21308 "windows_x86_64_gnu 0.53.1",
21309 "windows_x86_64_gnullvm 0.53.1",
21310 "windows_x86_64_msvc 0.53.1",
21311]
21312
21313[[package]]
21314name = "windows-threading"
21315version = "0.1.0"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21318dependencies = [
21319 "windows-link 0.1.3",
21320]
21321
21322[[package]]
21323name = "windows-threading"
21324version = "0.2.1"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21327dependencies = [
21328 "windows-link 0.2.1",
21329]
21330
21331[[package]]
21332name = "windows_aarch64_gnullvm"
21333version = "0.42.2"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21336
21337[[package]]
21338name = "windows_aarch64_gnullvm"
21339version = "0.48.5"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21342
21343[[package]]
21344name = "windows_aarch64_gnullvm"
21345version = "0.52.6"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21348
21349[[package]]
21350name = "windows_aarch64_gnullvm"
21351version = "0.53.1"
21352source = "registry+https://github.com/rust-lang/crates.io-index"
21353checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21354
21355[[package]]
21356name = "windows_aarch64_msvc"
21357version = "0.42.2"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21360
21361[[package]]
21362name = "windows_aarch64_msvc"
21363version = "0.48.5"
21364source = "registry+https://github.com/rust-lang/crates.io-index"
21365checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21366
21367[[package]]
21368name = "windows_aarch64_msvc"
21369version = "0.52.6"
21370source = "registry+https://github.com/rust-lang/crates.io-index"
21371checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21372
21373[[package]]
21374name = "windows_aarch64_msvc"
21375version = "0.53.1"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21378
21379[[package]]
21380name = "windows_i686_gnu"
21381version = "0.42.2"
21382source = "registry+https://github.com/rust-lang/crates.io-index"
21383checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21384
21385[[package]]
21386name = "windows_i686_gnu"
21387version = "0.48.5"
21388source = "registry+https://github.com/rust-lang/crates.io-index"
21389checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21390
21391[[package]]
21392name = "windows_i686_gnu"
21393version = "0.52.6"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21396
21397[[package]]
21398name = "windows_i686_gnu"
21399version = "0.53.1"
21400source = "registry+https://github.com/rust-lang/crates.io-index"
21401checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21402
21403[[package]]
21404name = "windows_i686_gnullvm"
21405version = "0.52.6"
21406source = "registry+https://github.com/rust-lang/crates.io-index"
21407checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21408
21409[[package]]
21410name = "windows_i686_gnullvm"
21411version = "0.53.1"
21412source = "registry+https://github.com/rust-lang/crates.io-index"
21413checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21414
21415[[package]]
21416name = "windows_i686_msvc"
21417version = "0.42.2"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21420
21421[[package]]
21422name = "windows_i686_msvc"
21423version = "0.48.5"
21424source = "registry+https://github.com/rust-lang/crates.io-index"
21425checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21426
21427[[package]]
21428name = "windows_i686_msvc"
21429version = "0.52.6"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21432
21433[[package]]
21434name = "windows_i686_msvc"
21435version = "0.53.1"
21436source = "registry+https://github.com/rust-lang/crates.io-index"
21437checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21438
21439[[package]]
21440name = "windows_x86_64_gnu"
21441version = "0.42.2"
21442source = "registry+https://github.com/rust-lang/crates.io-index"
21443checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21444
21445[[package]]
21446name = "windows_x86_64_gnu"
21447version = "0.48.5"
21448source = "registry+https://github.com/rust-lang/crates.io-index"
21449checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21450
21451[[package]]
21452name = "windows_x86_64_gnu"
21453version = "0.52.6"
21454source = "registry+https://github.com/rust-lang/crates.io-index"
21455checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21456
21457[[package]]
21458name = "windows_x86_64_gnu"
21459version = "0.53.1"
21460source = "registry+https://github.com/rust-lang/crates.io-index"
21461checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21462
21463[[package]]
21464name = "windows_x86_64_gnullvm"
21465version = "0.42.2"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21468
21469[[package]]
21470name = "windows_x86_64_gnullvm"
21471version = "0.48.5"
21472source = "registry+https://github.com/rust-lang/crates.io-index"
21473checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21474
21475[[package]]
21476name = "windows_x86_64_gnullvm"
21477version = "0.52.6"
21478source = "registry+https://github.com/rust-lang/crates.io-index"
21479checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21480
21481[[package]]
21482name = "windows_x86_64_gnullvm"
21483version = "0.53.1"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21486
21487[[package]]
21488name = "windows_x86_64_msvc"
21489version = "0.42.2"
21490source = "registry+https://github.com/rust-lang/crates.io-index"
21491checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21492
21493[[package]]
21494name = "windows_x86_64_msvc"
21495version = "0.48.5"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21498
21499[[package]]
21500name = "windows_x86_64_msvc"
21501version = "0.52.6"
21502source = "registry+https://github.com/rust-lang/crates.io-index"
21503checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21504
21505[[package]]
21506name = "windows_x86_64_msvc"
21507version = "0.53.1"
21508source = "registry+https://github.com/rust-lang/crates.io-index"
21509checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21510
21511[[package]]
21512name = "winnow"
21513version = "0.7.13"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21516dependencies = [
21517 "memchr",
21518]
21519
21520[[package]]
21521name = "winreg"
21522version = "0.10.1"
21523source = "registry+https://github.com/rust-lang/crates.io-index"
21524checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21525dependencies = [
21526 "winapi",
21527]
21528
21529[[package]]
21530name = "winreg"
21531version = "0.50.0"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21534dependencies = [
21535 "cfg-if",
21536 "windows-sys 0.48.0",
21537]
21538
21539[[package]]
21540name = "winreg"
21541version = "0.55.0"
21542source = "registry+https://github.com/rust-lang/crates.io-index"
21543checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21544dependencies = [
21545 "cfg-if",
21546 "windows-sys 0.59.0",
21547]
21548
21549[[package]]
21550name = "winresource"
21551version = "0.1.23"
21552source = "registry+https://github.com/rust-lang/crates.io-index"
21553checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21554dependencies = [
21555 "toml 0.8.23",
21556 "version_check",
21557]
21558
21559[[package]]
21560name = "winsafe"
21561version = "0.0.19"
21562source = "registry+https://github.com/rust-lang/crates.io-index"
21563checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21564
21565[[package]]
21566name = "winx"
21567version = "0.36.4"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21570dependencies = [
21571 "bitflags 2.10.0",
21572 "windows-sys 0.59.0",
21573]
21574
21575[[package]]
21576name = "wio"
21577version = "0.2.2"
21578source = "registry+https://github.com/rust-lang/crates.io-index"
21579checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21580dependencies = [
21581 "winapi",
21582]
21583
21584[[package]]
21585name = "wit-bindgen"
21586version = "0.22.0"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21589dependencies = [
21590 "bitflags 2.10.0",
21591 "wit-bindgen-rt 0.22.0",
21592 "wit-bindgen-rust-macro 0.22.0",
21593]
21594
21595[[package]]
21596name = "wit-bindgen"
21597version = "0.41.0"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21600dependencies = [
21601 "wit-bindgen-rt 0.41.0",
21602 "wit-bindgen-rust-macro 0.41.0",
21603]
21604
21605[[package]]
21606name = "wit-bindgen"
21607version = "0.46.0"
21608source = "registry+https://github.com/rust-lang/crates.io-index"
21609checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21610
21611[[package]]
21612name = "wit-bindgen"
21613version = "0.51.0"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21616dependencies = [
21617 "wit-bindgen-rust-macro 0.51.0",
21618]
21619
21620[[package]]
21621name = "wit-bindgen-core"
21622version = "0.22.0"
21623source = "registry+https://github.com/rust-lang/crates.io-index"
21624checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21625dependencies = [
21626 "anyhow",
21627 "wit-parser 0.201.0",
21628]
21629
21630[[package]]
21631name = "wit-bindgen-core"
21632version = "0.41.0"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21635dependencies = [
21636 "anyhow",
21637 "heck 0.5.0",
21638 "wit-parser 0.227.1",
21639]
21640
21641[[package]]
21642name = "wit-bindgen-core"
21643version = "0.51.0"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21646dependencies = [
21647 "anyhow",
21648 "heck 0.5.0",
21649 "wit-parser 0.244.0",
21650]
21651
21652[[package]]
21653name = "wit-bindgen-rt"
21654version = "0.22.0"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21657
21658[[package]]
21659name = "wit-bindgen-rt"
21660version = "0.41.0"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21663dependencies = [
21664 "bitflags 2.10.0",
21665 "futures 0.3.32",
21666 "once_cell",
21667]
21668
21669[[package]]
21670name = "wit-bindgen-rust"
21671version = "0.22.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21674dependencies = [
21675 "anyhow",
21676 "heck 0.4.1",
21677 "indexmap 2.11.4",
21678 "wasm-metadata 0.201.0",
21679 "wit-bindgen-core 0.22.0",
21680 "wit-component 0.201.0",
21681]
21682
21683[[package]]
21684name = "wit-bindgen-rust"
21685version = "0.41.0"
21686source = "registry+https://github.com/rust-lang/crates.io-index"
21687checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21688dependencies = [
21689 "anyhow",
21690 "heck 0.5.0",
21691 "indexmap 2.11.4",
21692 "prettyplease",
21693 "syn 2.0.117",
21694 "wasm-metadata 0.227.1",
21695 "wit-bindgen-core 0.41.0",
21696 "wit-component 0.227.1",
21697]
21698
21699[[package]]
21700name = "wit-bindgen-rust"
21701version = "0.51.0"
21702source = "registry+https://github.com/rust-lang/crates.io-index"
21703checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21704dependencies = [
21705 "anyhow",
21706 "heck 0.5.0",
21707 "indexmap 2.11.4",
21708 "prettyplease",
21709 "syn 2.0.117",
21710 "wasm-metadata 0.244.0",
21711 "wit-bindgen-core 0.51.0",
21712 "wit-component 0.244.0",
21713]
21714
21715[[package]]
21716name = "wit-bindgen-rust-macro"
21717version = "0.22.0"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21720dependencies = [
21721 "anyhow",
21722 "proc-macro2",
21723 "quote",
21724 "syn 2.0.117",
21725 "wit-bindgen-core 0.22.0",
21726 "wit-bindgen-rust 0.22.0",
21727]
21728
21729[[package]]
21730name = "wit-bindgen-rust-macro"
21731version = "0.41.0"
21732source = "registry+https://github.com/rust-lang/crates.io-index"
21733checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21734dependencies = [
21735 "anyhow",
21736 "prettyplease",
21737 "proc-macro2",
21738 "quote",
21739 "syn 2.0.117",
21740 "wit-bindgen-core 0.41.0",
21741 "wit-bindgen-rust 0.41.0",
21742]
21743
21744[[package]]
21745name = "wit-bindgen-rust-macro"
21746version = "0.51.0"
21747source = "registry+https://github.com/rust-lang/crates.io-index"
21748checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21749dependencies = [
21750 "anyhow",
21751 "prettyplease",
21752 "proc-macro2",
21753 "quote",
21754 "syn 2.0.117",
21755 "wit-bindgen-core 0.51.0",
21756 "wit-bindgen-rust 0.51.0",
21757]
21758
21759[[package]]
21760name = "wit-component"
21761version = "0.201.0"
21762source = "registry+https://github.com/rust-lang/crates.io-index"
21763checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21764dependencies = [
21765 "anyhow",
21766 "bitflags 2.10.0",
21767 "indexmap 2.11.4",
21768 "log",
21769 "serde",
21770 "serde_derive",
21771 "serde_json",
21772 "wasm-encoder 0.201.0",
21773 "wasm-metadata 0.201.0",
21774 "wasmparser 0.201.0",
21775 "wit-parser 0.201.0",
21776]
21777
21778[[package]]
21779name = "wit-component"
21780version = "0.227.1"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21783dependencies = [
21784 "anyhow",
21785 "bitflags 2.10.0",
21786 "indexmap 2.11.4",
21787 "log",
21788 "serde",
21789 "serde_derive",
21790 "serde_json",
21791 "wasm-encoder 0.227.1",
21792 "wasm-metadata 0.227.1",
21793 "wasmparser 0.227.1",
21794 "wit-parser 0.227.1",
21795]
21796
21797[[package]]
21798name = "wit-component"
21799version = "0.244.0"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21802dependencies = [
21803 "anyhow",
21804 "bitflags 2.10.0",
21805 "indexmap 2.11.4",
21806 "log",
21807 "serde",
21808 "serde_derive",
21809 "serde_json",
21810 "wasm-encoder 0.244.0",
21811 "wasm-metadata 0.244.0",
21812 "wasmparser 0.244.0",
21813 "wit-parser 0.244.0",
21814]
21815
21816[[package]]
21817name = "wit-parser"
21818version = "0.201.0"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21821dependencies = [
21822 "anyhow",
21823 "id-arena",
21824 "indexmap 2.11.4",
21825 "log",
21826 "semver",
21827 "serde",
21828 "serde_derive",
21829 "serde_json",
21830 "unicode-xid",
21831 "wasmparser 0.201.0",
21832]
21833
21834[[package]]
21835name = "wit-parser"
21836version = "0.227.1"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21839dependencies = [
21840 "anyhow",
21841 "id-arena",
21842 "indexmap 2.11.4",
21843 "log",
21844 "semver",
21845 "serde",
21846 "serde_derive",
21847 "serde_json",
21848 "unicode-xid",
21849 "wasmparser 0.227.1",
21850]
21851
21852[[package]]
21853name = "wit-parser"
21854version = "0.236.1"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21857dependencies = [
21858 "anyhow",
21859 "id-arena",
21860 "indexmap 2.11.4",
21861 "log",
21862 "semver",
21863 "serde",
21864 "serde_derive",
21865 "serde_json",
21866 "unicode-xid",
21867 "wasmparser 0.236.1",
21868]
21869
21870[[package]]
21871name = "wit-parser"
21872version = "0.244.0"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21875dependencies = [
21876 "anyhow",
21877 "id-arena",
21878 "indexmap 2.11.4",
21879 "log",
21880 "semver",
21881 "serde",
21882 "serde_derive",
21883 "serde_json",
21884 "unicode-xid",
21885 "wasmparser 0.244.0",
21886]
21887
21888[[package]]
21889name = "witx"
21890version = "0.9.1"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21893dependencies = [
21894 "anyhow",
21895 "log",
21896 "thiserror 1.0.69",
21897 "wast",
21898]
21899
21900[[package]]
21901name = "workspace"
21902version = "0.1.0"
21903dependencies = [
21904 "agent_settings",
21905 "any_vec",
21906 "anyhow",
21907 "async-recursion",
21908 "chrono",
21909 "client",
21910 "clock",
21911 "collections",
21912 "component",
21913 "db",
21914 "fs",
21915 "futures 0.3.32",
21916 "git",
21917 "gpui",
21918 "http_client",
21919 "itertools 0.14.0",
21920 "language",
21921 "log",
21922 "markdown",
21923 "menu",
21924 "node_runtime",
21925 "parking_lot",
21926 "postage",
21927 "pretty_assertions",
21928 "project",
21929 "proptest",
21930 "proptest-derive",
21931 "remote",
21932 "schemars 1.0.4",
21933 "serde",
21934 "serde_json",
21935 "session",
21936 "settings",
21937 "smallvec",
21938 "sqlez",
21939 "strum 0.27.2",
21940 "task",
21941 "telemetry",
21942 "tempfile",
21943 "theme",
21944 "theme_settings",
21945 "ui",
21946 "util",
21947 "uuid",
21948 "windows 0.61.3",
21949 "zed_actions",
21950 "zlog",
21951]
21952
21953[[package]]
21954name = "worktree"
21955version = "0.1.0"
21956dependencies = [
21957 "anyhow",
21958 "async-lock 2.8.0",
21959 "chardetng",
21960 "clock",
21961 "collections",
21962 "encoding_rs",
21963 "fs",
21964 "futures 0.3.32",
21965 "fuzzy",
21966 "git",
21967 "gpui",
21968 "ignore",
21969 "language",
21970 "log",
21971 "parking_lot",
21972 "paths",
21973 "postage",
21974 "pretty_assertions",
21975 "rand 0.9.3",
21976 "rpc",
21977 "serde",
21978 "serde_json",
21979 "settings",
21980 "smallvec",
21981 "smol",
21982 "sum_tree",
21983 "text",
21984 "tracing",
21985 "util",
21986 "worktree",
21987 "zlog",
21988 "ztracing",
21989]
21990
21991[[package]]
21992name = "worktree_benchmarks"
21993version = "0.1.0"
21994dependencies = [
21995 "fs",
21996 "gpui_platform",
21997 "settings",
21998 "worktree",
21999]
22000
22001[[package]]
22002name = "wprcontrol"
22003version = "0.1.0"
22004source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
22005dependencies = [
22006 "windows 0.61.3",
22007 "windows-bindgen",
22008 "windows-core 0.61.2",
22009 "windows-link 0.2.1",
22010]
22011
22012[[package]]
22013name = "writeable"
22014version = "0.6.1"
22015source = "registry+https://github.com/rust-lang/crates.io-index"
22016checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
22017
22018[[package]]
22019name = "wyz"
22020version = "0.5.1"
22021source = "registry+https://github.com/rust-lang/crates.io-index"
22022checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
22023dependencies = [
22024 "tap",
22025]
22026
22027[[package]]
22028name = "x11"
22029version = "2.21.0"
22030source = "registry+https://github.com/rust-lang/crates.io-index"
22031checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
22032dependencies = [
22033 "libc",
22034 "pkg-config",
22035]
22036
22037[[package]]
22038name = "x11-clipboard"
22039version = "0.9.3"
22040source = "registry+https://github.com/rust-lang/crates.io-index"
22041checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
22042dependencies = [
22043 "libc",
22044 "x11rb",
22045]
22046
22047[[package]]
22048name = "x11rb"
22049version = "0.13.2"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
22052dependencies = [
22053 "as-raw-xcb-connection",
22054 "gethostname",
22055 "libc",
22056 "rustix 1.1.2",
22057 "x11rb-protocol",
22058 "xcursor",
22059]
22060
22061[[package]]
22062name = "x11rb-protocol"
22063version = "0.13.2"
22064source = "registry+https://github.com/rust-lang/crates.io-index"
22065checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
22066
22067[[package]]
22068name = "x_ai"
22069version = "0.1.0"
22070dependencies = [
22071 "anyhow",
22072 "schemars 1.0.4",
22073 "serde",
22074 "strum 0.27.2",
22075]
22076
22077[[package]]
22078name = "xattr"
22079version = "0.2.3"
22080source = "registry+https://github.com/rust-lang/crates.io-index"
22081checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
22082dependencies = [
22083 "libc",
22084]
22085
22086[[package]]
22087name = "xcb"
22088version = "1.6.0"
22089source = "registry+https://github.com/rust-lang/crates.io-index"
22090checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
22091dependencies = [
22092 "bitflags 1.3.2",
22093 "libc",
22094 "quick-xml 0.30.0",
22095 "x11",
22096]
22097
22098[[package]]
22099name = "xcursor"
22100version = "0.3.10"
22101source = "registry+https://github.com/rust-lang/crates.io-index"
22102checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
22103
22104[[package]]
22105name = "xim-ctext"
22106version = "0.3.0"
22107source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22108dependencies = [
22109 "encoding_rs",
22110]
22111
22112[[package]]
22113name = "xim-parser"
22114version = "0.2.1"
22115source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22116dependencies = [
22117 "bitflags 2.10.0",
22118]
22119
22120[[package]]
22121name = "xkbcommon"
22122version = "0.8.0"
22123source = "registry+https://github.com/rust-lang/crates.io-index"
22124checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
22125dependencies = [
22126 "as-raw-xcb-connection",
22127 "libc",
22128 "memmap2",
22129 "xkeysym",
22130]
22131
22132[[package]]
22133name = "xkeysym"
22134version = "0.2.1"
22135source = "registry+https://github.com/rust-lang/crates.io-index"
22136checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
22137
22138[[package]]
22139name = "xml-rs"
22140version = "0.8.28"
22141source = "registry+https://github.com/rust-lang/crates.io-index"
22142checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
22143
22144[[package]]
22145name = "xml5ever"
22146version = "0.18.1"
22147source = "registry+https://github.com/rust-lang/crates.io-index"
22148checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22149dependencies = [
22150 "log",
22151 "mac",
22152 "markup5ever 0.12.1",
22153]
22154
22155[[package]]
22156name = "xmlparser"
22157version = "0.13.6"
22158source = "registry+https://github.com/rust-lang/crates.io-index"
22159checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22160
22161[[package]]
22162name = "xmlwriter"
22163version = "0.1.0"
22164source = "registry+https://github.com/rust-lang/crates.io-index"
22165checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22166
22167[[package]]
22168name = "xtask"
22169version = "0.1.0"
22170dependencies = [
22171 "annotate-snippets",
22172 "anyhow",
22173 "backtrace",
22174 "cargo_metadata 0.19.2",
22175 "cargo_toml",
22176 "clap",
22177 "compliance",
22178 "gh-workflow",
22179 "indexmap 2.11.4",
22180 "indoc",
22181 "itertools 0.14.0",
22182 "regex",
22183 "serde",
22184 "serde_json",
22185 "serde_yaml",
22186 "strum 0.27.2",
22187 "tokio",
22188 "toml 0.8.23",
22189 "toml_edit 0.22.27",
22190]
22191
22192[[package]]
22193name = "y4m"
22194version = "0.8.0"
22195source = "registry+https://github.com/rust-lang/crates.io-index"
22196checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22197
22198[[package]]
22199name = "yaml-rust2"
22200version = "0.8.1"
22201source = "registry+https://github.com/rust-lang/crates.io-index"
22202checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22203dependencies = [
22204 "arraydeque",
22205 "encoding_rs",
22206 "hashlink 0.8.4",
22207]
22208
22209[[package]]
22210name = "yansi"
22211version = "1.0.1"
22212source = "registry+https://github.com/rust-lang/crates.io-index"
22213checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22214
22215[[package]]
22216name = "yawc"
22217version = "0.2.5"
22218source = "registry+https://github.com/rust-lang/crates.io-index"
22219checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22220dependencies = [
22221 "base64 0.22.1",
22222 "bytes 1.11.1",
22223 "flate2",
22224 "futures 0.3.32",
22225 "http-body-util",
22226 "hyper 1.7.0",
22227 "hyper-util",
22228 "js-sys",
22229 "nom 8.0.0",
22230 "pin-project",
22231 "rand 0.8.5",
22232 "sha1",
22233 "thiserror 1.0.69",
22234 "tokio",
22235 "tokio-rustls 0.26.2",
22236 "tokio-util",
22237 "url",
22238 "wasm-bindgen",
22239 "wasm-bindgen-futures",
22240 "web-sys",
22241 "webpki-roots",
22242]
22243
22244[[package]]
22245name = "yazi"
22246version = "0.2.1"
22247source = "registry+https://github.com/rust-lang/crates.io-index"
22248checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22249
22250[[package]]
22251name = "yeslogic-fontconfig-sys"
22252version = "6.0.0"
22253source = "registry+https://github.com/rust-lang/crates.io-index"
22254checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22255dependencies = [
22256 "dlib",
22257 "once_cell",
22258 "pkg-config",
22259]
22260
22261[[package]]
22262name = "yoke"
22263version = "0.7.5"
22264source = "registry+https://github.com/rust-lang/crates.io-index"
22265checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22266dependencies = [
22267 "serde",
22268 "stable_deref_trait",
22269 "yoke-derive 0.7.5",
22270 "zerofrom",
22271]
22272
22273[[package]]
22274name = "yoke"
22275version = "0.8.0"
22276source = "registry+https://github.com/rust-lang/crates.io-index"
22277checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22278dependencies = [
22279 "serde",
22280 "stable_deref_trait",
22281 "yoke-derive 0.8.0",
22282 "zerofrom",
22283]
22284
22285[[package]]
22286name = "yoke-derive"
22287version = "0.7.5"
22288source = "registry+https://github.com/rust-lang/crates.io-index"
22289checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22290dependencies = [
22291 "proc-macro2",
22292 "quote",
22293 "syn 2.0.117",
22294 "synstructure",
22295]
22296
22297[[package]]
22298name = "yoke-derive"
22299version = "0.8.0"
22300source = "registry+https://github.com/rust-lang/crates.io-index"
22301checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22302dependencies = [
22303 "proc-macro2",
22304 "quote",
22305 "syn 2.0.117",
22306 "synstructure",
22307]
22308
22309[[package]]
22310name = "zbus"
22311version = "5.13.2"
22312source = "registry+https://github.com/rust-lang/crates.io-index"
22313checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22314dependencies = [
22315 "async-broadcast",
22316 "async-executor",
22317 "async-io",
22318 "async-lock 3.4.2",
22319 "async-process",
22320 "async-recursion",
22321 "async-task",
22322 "async-trait",
22323 "blocking",
22324 "enumflags2",
22325 "event-listener 5.4.1",
22326 "futures-core",
22327 "futures-lite 2.6.1",
22328 "hex",
22329 "libc",
22330 "ordered-stream",
22331 "rustix 1.1.2",
22332 "serde",
22333 "serde_repr",
22334 "tracing",
22335 "uds_windows",
22336 "uuid",
22337 "windows-sys 0.61.2",
22338 "winnow",
22339 "zbus_macros",
22340 "zbus_names",
22341 "zvariant",
22342]
22343
22344[[package]]
22345name = "zbus_macros"
22346version = "5.13.2"
22347source = "registry+https://github.com/rust-lang/crates.io-index"
22348checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22349dependencies = [
22350 "proc-macro-crate",
22351 "proc-macro2",
22352 "quote",
22353 "syn 2.0.117",
22354 "zbus_names",
22355 "zvariant",
22356 "zvariant_utils",
22357]
22358
22359[[package]]
22360name = "zbus_names"
22361version = "4.3.1"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22364dependencies = [
22365 "serde",
22366 "winnow",
22367 "zvariant",
22368]
22369
22370[[package]]
22371name = "zed"
22372version = "0.235.0"
22373dependencies = [
22374 "acp_thread",
22375 "acp_tools",
22376 "action_log",
22377 "activity_indicator",
22378 "agent",
22379 "agent-client-protocol",
22380 "agent_servers",
22381 "agent_settings",
22382 "agent_ui",
22383 "anyhow",
22384 "ashpd",
22385 "askpass",
22386 "assets",
22387 "audio",
22388 "auto_update",
22389 "auto_update_ui",
22390 "breadcrumbs",
22391 "call",
22392 "channel",
22393 "chrono",
22394 "clap",
22395 "cli",
22396 "client",
22397 "clock",
22398 "codestral",
22399 "collab_ui",
22400 "collections",
22401 "command_palette",
22402 "component",
22403 "component_preview",
22404 "copilot",
22405 "copilot_chat",
22406 "copilot_ui",
22407 "crashes",
22408 "csv_preview",
22409 "dap_adapters",
22410 "db",
22411 "debug_adapter_extension",
22412 "debugger_tools",
22413 "debugger_ui",
22414 "dev_container",
22415 "diagnostics",
22416 "edit_prediction",
22417 "edit_prediction_ui",
22418 "editor",
22419 "encoding_selector",
22420 "env_logger 0.11.8",
22421 "etw_tracing",
22422 "extension",
22423 "extension_host",
22424 "extensions_ui",
22425 "feature_flags",
22426 "feedback",
22427 "file_finder",
22428 "fs",
22429 "futures 0.3.32",
22430 "git",
22431 "git_graph",
22432 "git_hosting_providers",
22433 "git_ui",
22434 "go_to_line",
22435 "gpui",
22436 "gpui_platform",
22437 "gpui_tokio",
22438 "http_client",
22439 "image",
22440 "image_viewer",
22441 "input_latency_ui",
22442 "inspector_ui",
22443 "install_cli",
22444 "itertools 0.14.0",
22445 "journal",
22446 "json_schema_store",
22447 "keymap_editor",
22448 "language",
22449 "language_extension",
22450 "language_model",
22451 "language_models",
22452 "language_onboarding",
22453 "language_selector",
22454 "language_tools",
22455 "languages",
22456 "line_ending_selector",
22457 "log",
22458 "markdown",
22459 "markdown_preview",
22460 "menu",
22461 "migrator",
22462 "mimalloc",
22463 "miniprofiler_ui",
22464 "nc",
22465 "node_runtime",
22466 "notifications",
22467 "onboarding",
22468 "outline",
22469 "outline_panel",
22470 "parking_lot",
22471 "paths",
22472 "picker",
22473 "pkg-config",
22474 "pretty_assertions",
22475 "profiling",
22476 "project",
22477 "project_panel",
22478 "project_symbols",
22479 "prompt_store",
22480 "proto",
22481 "rayon",
22482 "recent_projects",
22483 "release_channel",
22484 "remote",
22485 "repl",
22486 "reqwest_client",
22487 "rope",
22488 "search",
22489 "semver",
22490 "serde",
22491 "serde_json",
22492 "session",
22493 "settings",
22494 "settings_profile_selector",
22495 "settings_ui",
22496 "shellexpand",
22497 "sidebar",
22498 "smol",
22499 "snippet_provider",
22500 "snippets_ui",
22501 "svg_preview",
22502 "sysinfo 0.37.2",
22503 "system_specs",
22504 "tab_switcher",
22505 "task",
22506 "tasks_ui",
22507 "telemetry",
22508 "telemetry_events",
22509 "tempfile",
22510 "terminal_view",
22511 "theme",
22512 "theme_extension",
22513 "theme_selector",
22514 "theme_settings",
22515 "time",
22516 "time_format",
22517 "title_bar",
22518 "toolchain_selector",
22519 "tracing",
22520 "ui",
22521 "ui_prompt",
22522 "url",
22523 "urlencoding",
22524 "util",
22525 "uuid",
22526 "vim",
22527 "vim_mode_setting",
22528 "watch",
22529 "web_search",
22530 "web_search_providers",
22531 "which_key",
22532 "windows 0.61.3",
22533 "winresource",
22534 "workspace",
22535 "zed-reqwest",
22536 "zed_actions",
22537 "zed_env_vars",
22538 "zlog",
22539 "zlog_settings",
22540 "ztracing",
22541]
22542
22543[[package]]
22544name = "zed-font-kit"
22545version = "0.14.1-zed"
22546source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22547dependencies = [
22548 "bitflags 2.10.0",
22549 "byteorder",
22550 "core-foundation 0.10.0",
22551 "core-graphics 0.24.0",
22552 "core-text",
22553 "dirs",
22554 "dwrote",
22555 "float-ord",
22556 "freetype-sys",
22557 "lazy_static",
22558 "libc",
22559 "log",
22560 "pathfinder_geometry",
22561 "pathfinder_simd",
22562 "walkdir",
22563 "winapi",
22564 "yeslogic-fontconfig-sys",
22565]
22566
22567[[package]]
22568name = "zed-reqwest"
22569version = "0.12.15-zed"
22570source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22571dependencies = [
22572 "base64 0.22.1",
22573 "bytes 1.11.1",
22574 "encoding_rs",
22575 "futures-core",
22576 "futures-util",
22577 "h2 0.4.12",
22578 "http 1.3.1",
22579 "http-body 1.0.1",
22580 "http-body-util",
22581 "hyper 1.7.0",
22582 "hyper-rustls 0.27.7",
22583 "hyper-util",
22584 "ipnet",
22585 "js-sys",
22586 "log",
22587 "mime",
22588 "mime_guess",
22589 "once_cell",
22590 "percent-encoding",
22591 "pin-project-lite",
22592 "quinn",
22593 "rustls 0.23.33",
22594 "rustls-native-certs 0.8.2",
22595 "rustls-pemfile 2.2.0",
22596 "rustls-pki-types",
22597 "serde",
22598 "serde_json",
22599 "serde_urlencoded",
22600 "sync_wrapper 1.0.2",
22601 "system-configuration 0.6.1",
22602 "tokio",
22603 "tokio-rustls 0.26.2",
22604 "tokio-socks",
22605 "tokio-util",
22606 "tower 0.5.2",
22607 "tower-service",
22608 "url",
22609 "wasm-bindgen",
22610 "wasm-bindgen-futures",
22611 "wasm-streams",
22612 "web-sys",
22613 "windows-registry 0.4.0",
22614]
22615
22616[[package]]
22617name = "zed-scap"
22618version = "0.0.8-zed"
22619source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22620dependencies = [
22621 "anyhow",
22622 "cocoa 0.25.0",
22623 "core-graphics-helmer-fork",
22624 "log",
22625 "objc",
22626 "rand 0.8.5",
22627 "screencapturekit",
22628 "screencapturekit-sys",
22629 "sysinfo 0.31.4",
22630 "tao-core-video-sys",
22631 "windows 0.61.3",
22632 "windows-capture",
22633 "x11",
22634 "xcb",
22635]
22636
22637[[package]]
22638name = "zed-xim"
22639version = "0.4.0-zed"
22640source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22641dependencies = [
22642 "ahash 0.8.12",
22643 "hashbrown 0.14.5",
22644 "log",
22645 "x11rb",
22646 "xim-ctext",
22647 "xim-parser",
22648]
22649
22650[[package]]
22651name = "zed_actions"
22652version = "0.1.0"
22653dependencies = [
22654 "gpui",
22655 "schemars 1.0.4",
22656 "serde",
22657 "util",
22658 "uuid",
22659]
22660
22661[[package]]
22662name = "zed_credentials_provider"
22663version = "0.1.0"
22664dependencies = [
22665 "anyhow",
22666 "credentials_provider",
22667 "futures 0.3.32",
22668 "gpui",
22669 "paths",
22670 "release_channel",
22671 "serde",
22672 "serde_json",
22673]
22674
22675[[package]]
22676name = "zed_env_vars"
22677version = "0.1.0"
22678dependencies = [
22679 "env_var",
22680]
22681
22682[[package]]
22683name = "zed_extension_api"
22684version = "0.1.0"
22685source = "registry+https://github.com/rust-lang/crates.io-index"
22686checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22687dependencies = [
22688 "serde",
22689 "serde_json",
22690 "wit-bindgen 0.22.0",
22691]
22692
22693[[package]]
22694name = "zed_extension_api"
22695version = "0.7.0"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22698dependencies = [
22699 "serde",
22700 "serde_json",
22701 "wit-bindgen 0.41.0",
22702]
22703
22704[[package]]
22705name = "zed_extension_api"
22706version = "0.8.0"
22707dependencies = [
22708 "serde",
22709 "serde_json",
22710 "wit-bindgen 0.41.0",
22711]
22712
22713[[package]]
22714name = "zed_glsl"
22715version = "0.2.3"
22716dependencies = [
22717 "zed_extension_api 0.1.0",
22718]
22719
22720[[package]]
22721name = "zed_html"
22722version = "0.3.1"
22723dependencies = [
22724 "zed_extension_api 0.7.0",
22725]
22726
22727[[package]]
22728name = "zed_proto"
22729version = "0.3.2"
22730dependencies = [
22731 "zed_extension_api 0.7.0",
22732]
22733
22734[[package]]
22735name = "zed_test_extension"
22736version = "0.1.0"
22737dependencies = [
22738 "zed_extension_api 0.8.0",
22739]
22740
22741[[package]]
22742name = "zeno"
22743version = "0.3.3"
22744source = "registry+https://github.com/rust-lang/crates.io-index"
22745checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22746
22747[[package]]
22748name = "zerocopy"
22749version = "0.8.27"
22750source = "registry+https://github.com/rust-lang/crates.io-index"
22751checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22752dependencies = [
22753 "zerocopy-derive",
22754]
22755
22756[[package]]
22757name = "zerocopy-derive"
22758version = "0.8.27"
22759source = "registry+https://github.com/rust-lang/crates.io-index"
22760checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22761dependencies = [
22762 "proc-macro2",
22763 "quote",
22764 "syn 2.0.117",
22765]
22766
22767[[package]]
22768name = "zerofrom"
22769version = "0.1.6"
22770source = "registry+https://github.com/rust-lang/crates.io-index"
22771checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22772dependencies = [
22773 "zerofrom-derive",
22774]
22775
22776[[package]]
22777name = "zerofrom-derive"
22778version = "0.1.6"
22779source = "registry+https://github.com/rust-lang/crates.io-index"
22780checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22781dependencies = [
22782 "proc-macro2",
22783 "quote",
22784 "syn 2.0.117",
22785 "synstructure",
22786]
22787
22788[[package]]
22789name = "zeroize"
22790version = "1.8.2"
22791source = "registry+https://github.com/rust-lang/crates.io-index"
22792checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22793dependencies = [
22794 "zeroize_derive",
22795]
22796
22797[[package]]
22798name = "zeroize_derive"
22799version = "1.4.2"
22800source = "registry+https://github.com/rust-lang/crates.io-index"
22801checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22802dependencies = [
22803 "proc-macro2",
22804 "quote",
22805 "syn 2.0.117",
22806]
22807
22808[[package]]
22809name = "zeromq"
22810version = "0.5.0"
22811source = "registry+https://github.com/rust-lang/crates.io-index"
22812checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22813dependencies = [
22814 "async-dispatcher",
22815 "async-std",
22816 "async-trait",
22817 "asynchronous-codec",
22818 "bytes 1.11.1",
22819 "crossbeam-queue",
22820 "futures 0.3.32",
22821 "log",
22822 "num-traits",
22823 "once_cell",
22824 "parking_lot",
22825 "rand 0.9.3",
22826 "regex",
22827 "scc",
22828 "thiserror 1.0.69",
22829 "uuid",
22830]
22831
22832[[package]]
22833name = "zerotrie"
22834version = "0.2.2"
22835source = "registry+https://github.com/rust-lang/crates.io-index"
22836checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22837dependencies = [
22838 "displaydoc",
22839 "yoke 0.8.0",
22840 "zerofrom",
22841]
22842
22843[[package]]
22844name = "zerovec"
22845version = "0.11.4"
22846source = "registry+https://github.com/rust-lang/crates.io-index"
22847checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22848dependencies = [
22849 "yoke 0.8.0",
22850 "zerofrom",
22851 "zerovec-derive",
22852]
22853
22854[[package]]
22855name = "zerovec-derive"
22856version = "0.11.1"
22857source = "registry+https://github.com/rust-lang/crates.io-index"
22858checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22859dependencies = [
22860 "proc-macro2",
22861 "quote",
22862 "syn 2.0.117",
22863]
22864
22865[[package]]
22866name = "zeta_prompt"
22867version = "0.1.0"
22868dependencies = [
22869 "anyhow",
22870 "imara-diff",
22871 "indoc",
22872 "serde",
22873 "strum 0.27.2",
22874]
22875
22876[[package]]
22877name = "zip"
22878version = "0.6.6"
22879source = "registry+https://github.com/rust-lang/crates.io-index"
22880checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22881dependencies = [
22882 "aes",
22883 "byteorder",
22884 "bzip2 0.4.4",
22885 "constant_time_eq",
22886 "crc32fast",
22887 "crossbeam-utils",
22888 "flate2",
22889 "hmac",
22890 "pbkdf2 0.11.0",
22891 "sha1",
22892 "time",
22893 "zstd",
22894]
22895
22896[[package]]
22897name = "zip"
22898version = "1.1.4"
22899source = "registry+https://github.com/rust-lang/crates.io-index"
22900checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22901dependencies = [
22902 "arbitrary",
22903 "crc32fast",
22904 "crossbeam-utils",
22905 "displaydoc",
22906 "indexmap 2.11.4",
22907 "num_enum",
22908 "thiserror 1.0.69",
22909]
22910
22911[[package]]
22912name = "zlog"
22913version = "0.1.0"
22914dependencies = [
22915 "anyhow",
22916 "chrono",
22917 "collections",
22918 "log",
22919 "tempfile",
22920]
22921
22922[[package]]
22923name = "zlog_settings"
22924version = "0.1.0"
22925dependencies = [
22926 "collections",
22927 "gpui",
22928 "settings",
22929 "zlog",
22930]
22931
22932[[package]]
22933name = "zstd"
22934version = "0.11.2+zstd.1.5.2"
22935source = "registry+https://github.com/rust-lang/crates.io-index"
22936checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22937dependencies = [
22938 "zstd-safe",
22939]
22940
22941[[package]]
22942name = "zstd-safe"
22943version = "5.0.2+zstd.1.5.2"
22944source = "registry+https://github.com/rust-lang/crates.io-index"
22945checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22946dependencies = [
22947 "libc",
22948 "zstd-sys",
22949]
22950
22951[[package]]
22952name = "zstd-sys"
22953version = "2.0.16+zstd.1.5.7"
22954source = "registry+https://github.com/rust-lang/crates.io-index"
22955checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22956dependencies = [
22957 "cc",
22958 "pkg-config",
22959]
22960
22961[[package]]
22962name = "ztracing"
22963version = "0.1.0"
22964dependencies = [
22965 "tracing",
22966 "tracing-subscriber",
22967 "tracing-tracy",
22968 "tracy-client",
22969 "zlog",
22970 "ztracing_macro",
22971]
22972
22973[[package]]
22974name = "ztracing_macro"
22975version = "0.1.0"
22976
22977[[package]]
22978name = "zune-core"
22979version = "0.4.12"
22980source = "registry+https://github.com/rust-lang/crates.io-index"
22981checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22982
22983[[package]]
22984name = "zune-core"
22985version = "0.5.1"
22986source = "registry+https://github.com/rust-lang/crates.io-index"
22987checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22988
22989[[package]]
22990name = "zune-inflate"
22991version = "0.2.54"
22992source = "registry+https://github.com/rust-lang/crates.io-index"
22993checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22994dependencies = [
22995 "simd-adler32",
22996]
22997
22998[[package]]
22999name = "zune-jpeg"
23000version = "0.4.21"
23001source = "registry+https://github.com/rust-lang/crates.io-index"
23002checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
23003dependencies = [
23004 "zune-core 0.4.12",
23005]
23006
23007[[package]]
23008name = "zune-jpeg"
23009version = "0.5.15"
23010source = "registry+https://github.com/rust-lang/crates.io-index"
23011checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
23012dependencies = [
23013 "zune-core 0.5.1",
23014]
23015
23016[[package]]
23017name = "zvariant"
23018version = "5.9.2"
23019source = "registry+https://github.com/rust-lang/crates.io-index"
23020checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
23021dependencies = [
23022 "endi",
23023 "enumflags2",
23024 "serde",
23025 "serde_bytes",
23026 "winnow",
23027 "zvariant_derive",
23028 "zvariant_utils",
23029]
23030
23031[[package]]
23032name = "zvariant_derive"
23033version = "5.9.2"
23034source = "registry+https://github.com/rust-lang/crates.io-index"
23035checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
23036dependencies = [
23037 "proc-macro-crate",
23038 "proc-macro2",
23039 "quote",
23040 "syn 2.0.117",
23041 "zvariant_utils",
23042]
23043
23044[[package]]
23045name = "zvariant_utils"
23046version = "3.3.0"
23047source = "registry+https://github.com/rust-lang/crates.io-index"
23048checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
23049dependencies = [
23050 "proc-macro2",
23051 "quote",
23052 "serde",
23053 "syn 2.0.117",
23054 "winnow",
23055]