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 "agent_settings",
   12 "anyhow",
   13 "buffer_diff",
   14 "collections",
   15 "editor",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "indoc",
   21 "itertools 0.14.0",
   22 "language",
   23 "language_model",
   24 "markdown",
   25 "parking_lot",
   26 "portable-pty",
   27 "project",
   28 "prompt_store",
   29 "rand 0.9.2",
   30 "serde",
   31 "serde_json",
   32 "settings",
   33 "smol",
   34 "task",
   35 "tempfile",
   36 "terminal",
   37 "ui",
   38 "url",
   39 "util",
   40 "uuid",
   41 "watch",
   42]
   43
   44[[package]]
   45name = "acp_tools"
   46version = "0.1.0"
   47dependencies = [
   48 "agent-client-protocol",
   49 "collections",
   50 "gpui",
   51 "language",
   52 "markdown",
   53 "project",
   54 "serde",
   55 "serde_json",
   56 "settings",
   57 "theme",
   58 "ui",
   59 "util",
   60 "workspace",
   61]
   62
   63[[package]]
   64name = "action_log"
   65version = "0.1.0"
   66dependencies = [
   67 "anyhow",
   68 "buffer_diff",
   69 "clock",
   70 "collections",
   71 "ctor",
   72 "futures 0.3.31",
   73 "gpui",
   74 "indoc",
   75 "language",
   76 "log",
   77 "pretty_assertions",
   78 "project",
   79 "rand 0.9.2",
   80 "serde_json",
   81 "settings",
   82 "text",
   83 "util",
   84 "watch",
   85 "zlog",
   86]
   87
   88[[package]]
   89name = "activity_indicator"
   90version = "0.1.0"
   91dependencies = [
   92 "anyhow",
   93 "auto_update",
   94 "editor",
   95 "extension_host",
   96 "futures 0.3.31",
   97 "gpui",
   98 "language",
   99 "project",
  100 "proto",
  101 "release_channel",
  102 "smallvec",
  103 "ui",
  104 "util",
  105 "workspace",
  106]
  107
  108[[package]]
  109name = "addr2line"
  110version = "0.25.1"
  111source = "registry+https://github.com/rust-lang/crates.io-index"
  112checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  113dependencies = [
  114 "gimli 0.32.3",
  115]
  116
  117[[package]]
  118name = "adler2"
  119version = "2.0.1"
  120source = "registry+https://github.com/rust-lang/crates.io-index"
  121checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  122
  123[[package]]
  124name = "aes"
  125version = "0.8.4"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  128dependencies = [
  129 "cfg-if",
  130 "cipher",
  131 "cpufeatures",
  132 "zeroize",
  133]
  134
  135[[package]]
  136name = "agent"
  137version = "0.1.0"
  138dependencies = [
  139 "acp_thread",
  140 "action_log",
  141 "agent-client-protocol",
  142 "agent_servers",
  143 "agent_settings",
  144 "anyhow",
  145 "assistant_context",
  146 "chrono",
  147 "client",
  148 "clock",
  149 "cloud_llm_client",
  150 "collections",
  151 "context_server",
  152 "ctor",
  153 "db",
  154 "derive_more",
  155 "editor",
  156 "env_logger 0.11.8",
  157 "fs",
  158 "futures 0.3.31",
  159 "git",
  160 "gpui",
  161 "gpui_tokio",
  162 "handlebars 4.5.0",
  163 "html_to_markdown",
  164 "http_client",
  165 "indoc",
  166 "itertools 0.14.0",
  167 "language",
  168 "language_model",
  169 "language_models",
  170 "log",
  171 "lsp",
  172 "open",
  173 "parking_lot",
  174 "paths",
  175 "pretty_assertions",
  176 "project",
  177 "prompt_store",
  178 "rand 0.9.2",
  179 "regex",
  180 "reqwest_client",
  181 "rust-embed",
  182 "schemars 1.0.4",
  183 "serde",
  184 "serde_json",
  185 "settings",
  186 "smallvec",
  187 "smol",
  188 "sqlez",
  189 "streaming_diff",
  190 "strsim",
  191 "task",
  192 "telemetry",
  193 "tempfile",
  194 "terminal",
  195 "text",
  196 "theme",
  197 "thiserror 2.0.17",
  198 "tree-sitter-rust",
  199 "ui",
  200 "unindent",
  201 "util",
  202 "uuid",
  203 "watch",
  204 "web_search",
  205 "worktree",
  206 "zed_env_vars",
  207 "zlog",
  208 "zstd 0.11.2+zstd.1.5.2",
  209]
  210
  211[[package]]
  212name = "agent-client-protocol"
  213version = "0.4.3"
  214source = "registry+https://github.com/rust-lang/crates.io-index"
  215checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
  216dependencies = [
  217 "anyhow",
  218 "async-broadcast",
  219 "async-trait",
  220 "futures 0.3.31",
  221 "log",
  222 "parking_lot",
  223 "schemars 1.0.4",
  224 "serde",
  225 "serde_json",
  226]
  227
  228[[package]]
  229name = "agent_servers"
  230version = "0.1.0"
  231dependencies = [
  232 "acp_thread",
  233 "acp_tools",
  234 "action_log",
  235 "agent-client-protocol",
  236 "agent_settings",
  237 "anyhow",
  238 "async-trait",
  239 "client",
  240 "collections",
  241 "env_logger 0.11.8",
  242 "fs",
  243 "futures 0.3.31",
  244 "gpui",
  245 "gpui_tokio",
  246 "http_client",
  247 "indoc",
  248 "language",
  249 "language_model",
  250 "language_models",
  251 "libc",
  252 "log",
  253 "nix 0.29.0",
  254 "project",
  255 "reqwest_client",
  256 "serde",
  257 "serde_json",
  258 "settings",
  259 "smol",
  260 "task",
  261 "tempfile",
  262 "terminal",
  263 "thiserror 2.0.17",
  264 "ui",
  265 "util",
  266 "uuid",
  267 "watch",
  268]
  269
  270[[package]]
  271name = "agent_settings"
  272version = "0.1.0"
  273dependencies = [
  274 "anyhow",
  275 "cloud_llm_client",
  276 "collections",
  277 "convert_case 0.8.0",
  278 "fs",
  279 "gpui",
  280 "language_model",
  281 "paths",
  282 "project",
  283 "schemars 1.0.4",
  284 "serde",
  285 "serde_json",
  286 "serde_json_lenient",
  287 "settings",
  288 "util",
  289]
  290
  291[[package]]
  292name = "agent_ui"
  293version = "0.1.0"
  294dependencies = [
  295 "acp_thread",
  296 "action_log",
  297 "agent",
  298 "agent-client-protocol",
  299 "agent_servers",
  300 "agent_settings",
  301 "ai_onboarding",
  302 "anyhow",
  303 "arrayvec",
  304 "assistant_context",
  305 "assistant_slash_command",
  306 "assistant_slash_commands",
  307 "audio",
  308 "buffer_diff",
  309 "chrono",
  310 "client",
  311 "cloud_llm_client",
  312 "collections",
  313 "command_palette_hooks",
  314 "component",
  315 "context_server",
  316 "db",
  317 "editor",
  318 "extension",
  319 "extension_host",
  320 "feature_flags",
  321 "file_icons",
  322 "fs",
  323 "futures 0.3.31",
  324 "fuzzy",
  325 "gpui",
  326 "html_to_markdown",
  327 "http_client",
  328 "indoc",
  329 "itertools 0.14.0",
  330 "jsonschema",
  331 "language",
  332 "language_model",
  333 "language_models",
  334 "languages",
  335 "log",
  336 "lsp",
  337 "markdown",
  338 "menu",
  339 "multi_buffer",
  340 "notifications",
  341 "ordered-float 2.10.1",
  342 "parking_lot",
  343 "paths",
  344 "picker",
  345 "postage",
  346 "pretty_assertions",
  347 "project",
  348 "prompt_store",
  349 "proto",
  350 "rand 0.9.2",
  351 "ref-cast",
  352 "release_channel",
  353 "rope",
  354 "rules_library",
  355 "schemars 1.0.4",
  356 "search",
  357 "serde",
  358 "serde_json",
  359 "serde_json_lenient",
  360 "settings",
  361 "smol",
  362 "streaming_diff",
  363 "task",
  364 "telemetry",
  365 "telemetry_events",
  366 "terminal",
  367 "terminal_view",
  368 "text",
  369 "theme",
  370 "time",
  371 "time_format",
  372 "tree-sitter-md",
  373 "ui",
  374 "ui_input",
  375 "unindent",
  376 "url",
  377 "urlencoding",
  378 "util",
  379 "watch",
  380 "workspace",
  381 "zed_actions",
  382]
  383
  384[[package]]
  385name = "ahash"
  386version = "0.7.8"
  387source = "registry+https://github.com/rust-lang/crates.io-index"
  388checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  389dependencies = [
  390 "getrandom 0.2.16",
  391 "once_cell",
  392 "version_check",
  393]
  394
  395[[package]]
  396name = "ahash"
  397version = "0.8.12"
  398source = "registry+https://github.com/rust-lang/crates.io-index"
  399checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  400dependencies = [
  401 "cfg-if",
  402 "const-random",
  403 "getrandom 0.3.4",
  404 "once_cell",
  405 "serde",
  406 "version_check",
  407 "zerocopy",
  408]
  409
  410[[package]]
  411name = "aho-corasick"
  412version = "1.1.3"
  413source = "registry+https://github.com/rust-lang/crates.io-index"
  414checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  415dependencies = [
  416 "memchr",
  417]
  418
  419[[package]]
  420name = "ai_onboarding"
  421version = "0.1.0"
  422dependencies = [
  423 "client",
  424 "cloud_llm_client",
  425 "component",
  426 "gpui",
  427 "language_model",
  428 "serde",
  429 "smallvec",
  430 "telemetry",
  431 "ui",
  432 "zed_actions",
  433]
  434
  435[[package]]
  436name = "alacritty_terminal"
  437version = "0.25.1-rc1"
  438source = "registry+https://github.com/rust-lang/crates.io-index"
  439checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
  440dependencies = [
  441 "base64 0.22.1",
  442 "bitflags 2.9.4",
  443 "home",
  444 "libc",
  445 "log",
  446 "miow",
  447 "parking_lot",
  448 "piper",
  449 "polling",
  450 "regex-automata",
  451 "rustix 1.1.2",
  452 "rustix-openpty",
  453 "serde",
  454 "signal-hook",
  455 "unicode-width",
  456 "vte",
  457 "windows-sys 0.59.0",
  458]
  459
  460[[package]]
  461name = "aliasable"
  462version = "0.1.3"
  463source = "registry+https://github.com/rust-lang/crates.io-index"
  464checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  465
  466[[package]]
  467name = "aligned-vec"
  468version = "0.6.4"
  469source = "registry+https://github.com/rust-lang/crates.io-index"
  470checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  471dependencies = [
  472 "equator",
  473]
  474
  475[[package]]
  476name = "alloc-no-stdlib"
  477version = "2.0.4"
  478source = "registry+https://github.com/rust-lang/crates.io-index"
  479checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  480
  481[[package]]
  482name = "alloc-stdlib"
  483version = "0.2.2"
  484source = "registry+https://github.com/rust-lang/crates.io-index"
  485checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  486dependencies = [
  487 "alloc-no-stdlib",
  488]
  489
  490[[package]]
  491name = "allocator-api2"
  492version = "0.2.21"
  493source = "registry+https://github.com/rust-lang/crates.io-index"
  494checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  495
  496[[package]]
  497name = "alsa"
  498version = "0.9.1"
  499source = "registry+https://github.com/rust-lang/crates.io-index"
  500checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  501dependencies = [
  502 "alsa-sys",
  503 "bitflags 2.9.4",
  504 "cfg-if",
  505 "libc",
  506]
  507
  508[[package]]
  509name = "alsa-sys"
  510version = "0.3.1"
  511source = "registry+https://github.com/rust-lang/crates.io-index"
  512checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  513dependencies = [
  514 "libc",
  515 "pkg-config",
  516]
  517
  518[[package]]
  519name = "ambient-authority"
  520version = "0.0.2"
  521source = "registry+https://github.com/rust-lang/crates.io-index"
  522checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  523
  524[[package]]
  525name = "ammonia"
  526version = "4.1.2"
  527source = "registry+https://github.com/rust-lang/crates.io-index"
  528checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  529dependencies = [
  530 "cssparser",
  531 "html5ever 0.35.0",
  532 "maplit",
  533 "tendril",
  534 "url",
  535]
  536
  537[[package]]
  538name = "android_system_properties"
  539version = "0.1.5"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  542dependencies = [
  543 "libc",
  544]
  545
  546[[package]]
  547name = "anes"
  548version = "0.1.6"
  549source = "registry+https://github.com/rust-lang/crates.io-index"
  550checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  551
  552[[package]]
  553name = "anstream"
  554version = "0.6.21"
  555source = "registry+https://github.com/rust-lang/crates.io-index"
  556checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  557dependencies = [
  558 "anstyle",
  559 "anstyle-parse",
  560 "anstyle-query",
  561 "anstyle-wincon",
  562 "colorchoice",
  563 "is_terminal_polyfill",
  564 "utf8parse",
  565]
  566
  567[[package]]
  568name = "anstyle"
  569version = "1.0.13"
  570source = "registry+https://github.com/rust-lang/crates.io-index"
  571checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  572
  573[[package]]
  574name = "anstyle-parse"
  575version = "0.2.7"
  576source = "registry+https://github.com/rust-lang/crates.io-index"
  577checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  578dependencies = [
  579 "utf8parse",
  580]
  581
  582[[package]]
  583name = "anstyle-query"
  584version = "1.1.4"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  587dependencies = [
  588 "windows-sys 0.60.2",
  589]
  590
  591[[package]]
  592name = "anstyle-wincon"
  593version = "3.0.10"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  596dependencies = [
  597 "anstyle",
  598 "once_cell_polyfill",
  599 "windows-sys 0.60.2",
  600]
  601
  602[[package]]
  603name = "anthropic"
  604version = "0.1.0"
  605dependencies = [
  606 "anyhow",
  607 "chrono",
  608 "futures 0.3.31",
  609 "http_client",
  610 "schemars 1.0.4",
  611 "serde",
  612 "serde_json",
  613 "settings",
  614 "strum 0.27.2",
  615 "thiserror 2.0.17",
  616]
  617
  618[[package]]
  619name = "any_vec"
  620version = "0.14.0"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  623
  624[[package]]
  625name = "anyhow"
  626version = "1.0.100"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  629
  630[[package]]
  631name = "approx"
  632version = "0.5.1"
  633source = "registry+https://github.com/rust-lang/crates.io-index"
  634checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  635dependencies = [
  636 "num-traits",
  637]
  638
  639[[package]]
  640name = "arbitrary"
  641version = "1.4.2"
  642source = "registry+https://github.com/rust-lang/crates.io-index"
  643checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  644dependencies = [
  645 "derive_arbitrary",
  646]
  647
  648[[package]]
  649name = "arg_enum_proc_macro"
  650version = "0.3.4"
  651source = "registry+https://github.com/rust-lang/crates.io-index"
  652checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  653dependencies = [
  654 "proc-macro2",
  655 "quote",
  656 "syn 2.0.106",
  657]
  658
  659[[package]]
  660name = "argminmax"
  661version = "0.6.3"
  662source = "registry+https://github.com/rust-lang/crates.io-index"
  663checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
  664dependencies = [
  665 "num-traits",
  666]
  667
  668[[package]]
  669name = "array-init-cursor"
  670version = "0.2.1"
  671source = "registry+https://github.com/rust-lang/crates.io-index"
  672checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
  673
  674[[package]]
  675name = "arraydeque"
  676version = "0.5.1"
  677source = "registry+https://github.com/rust-lang/crates.io-index"
  678checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  679
  680[[package]]
  681name = "arrayref"
  682version = "0.3.9"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  685
  686[[package]]
  687name = "arrayvec"
  688version = "0.7.6"
  689source = "registry+https://github.com/rust-lang/crates.io-index"
  690checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  691dependencies = [
  692 "serde",
  693]
  694
  695[[package]]
  696name = "as-raw-xcb-connection"
  697version = "1.0.1"
  698source = "registry+https://github.com/rust-lang/crates.io-index"
  699checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  700
  701[[package]]
  702name = "ascii"
  703version = "1.1.0"
  704source = "registry+https://github.com/rust-lang/crates.io-index"
  705checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  706
  707[[package]]
  708name = "ash"
  709version = "0.38.0+1.3.281"
  710source = "registry+https://github.com/rust-lang/crates.io-index"
  711checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  712dependencies = [
  713 "libloading",
  714]
  715
  716[[package]]
  717name = "ash-window"
  718version = "0.13.0"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  721dependencies = [
  722 "ash",
  723 "raw-window-handle",
  724 "raw-window-metal",
  725]
  726
  727[[package]]
  728name = "ashpd"
  729version = "0.11.0"
  730source = "registry+https://github.com/rust-lang/crates.io-index"
  731checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  732dependencies = [
  733 "async-fs",
  734 "async-net",
  735 "enumflags2",
  736 "futures-channel",
  737 "futures-util",
  738 "rand 0.9.2",
  739 "serde",
  740 "serde_repr",
  741 "url",
  742 "wayland-backend",
  743 "wayland-client",
  744 "wayland-protocols 0.32.9",
  745 "zbus",
  746]
  747
  748[[package]]
  749name = "ashpd"
  750version = "0.12.0"
  751source = "registry+https://github.com/rust-lang/crates.io-index"
  752checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
  753dependencies = [
  754 "async-fs",
  755 "async-net",
  756 "enumflags2",
  757 "futures-channel",
  758 "futures-util",
  759 "rand 0.9.2",
  760 "serde",
  761 "serde_repr",
  762 "url",
  763 "zbus",
  764]
  765
  766[[package]]
  767name = "askpass"
  768version = "0.1.0"
  769dependencies = [
  770 "anyhow",
  771 "futures 0.3.31",
  772 "gpui",
  773 "log",
  774 "net",
  775 "smol",
  776 "tempfile",
  777 "util",
  778 "windows 0.61.3",
  779 "zeroize",
  780]
  781
  782[[package]]
  783name = "assets"
  784version = "0.1.0"
  785dependencies = [
  786 "anyhow",
  787 "gpui",
  788 "rust-embed",
  789]
  790
  791[[package]]
  792name = "assistant_context"
  793version = "0.1.0"
  794dependencies = [
  795 "agent_settings",
  796 "anyhow",
  797 "assistant_slash_command",
  798 "assistant_slash_commands",
  799 "chrono",
  800 "client",
  801 "clock",
  802 "cloud_llm_client",
  803 "collections",
  804 "context_server",
  805 "fs",
  806 "futures 0.3.31",
  807 "fuzzy",
  808 "gpui",
  809 "indoc",
  810 "language",
  811 "language_model",
  812 "log",
  813 "open_ai",
  814 "parking_lot",
  815 "paths",
  816 "pretty_assertions",
  817 "project",
  818 "prompt_store",
  819 "proto",
  820 "rand 0.9.2",
  821 "regex",
  822 "rpc",
  823 "serde",
  824 "serde_json",
  825 "settings",
  826 "smallvec",
  827 "smol",
  828 "telemetry_events",
  829 "text",
  830 "ui",
  831 "unindent",
  832 "util",
  833 "uuid",
  834 "workspace",
  835 "zed_env_vars",
  836]
  837
  838[[package]]
  839name = "assistant_slash_command"
  840version = "0.1.0"
  841dependencies = [
  842 "anyhow",
  843 "async-trait",
  844 "collections",
  845 "derive_more",
  846 "extension",
  847 "futures 0.3.31",
  848 "gpui",
  849 "language",
  850 "language_model",
  851 "parking_lot",
  852 "pretty_assertions",
  853 "serde",
  854 "serde_json",
  855 "ui",
  856 "util",
  857 "workspace",
  858]
  859
  860[[package]]
  861name = "assistant_slash_commands"
  862version = "0.1.0"
  863dependencies = [
  864 "anyhow",
  865 "assistant_slash_command",
  866 "chrono",
  867 "collections",
  868 "context_server",
  869 "editor",
  870 "feature_flags",
  871 "fs",
  872 "futures 0.3.31",
  873 "fuzzy",
  874 "globset",
  875 "gpui",
  876 "html_to_markdown",
  877 "http_client",
  878 "language",
  879 "pretty_assertions",
  880 "project",
  881 "prompt_store",
  882 "rope",
  883 "serde",
  884 "serde_json",
  885 "settings",
  886 "smol",
  887 "text",
  888 "ui",
  889 "util",
  890 "workspace",
  891 "worktree",
  892 "zlog",
  893]
  894
  895[[package]]
  896name = "async-attributes"
  897version = "1.1.2"
  898source = "registry+https://github.com/rust-lang/crates.io-index"
  899checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  900dependencies = [
  901 "quote",
  902 "syn 1.0.109",
  903]
  904
  905[[package]]
  906name = "async-broadcast"
  907version = "0.7.2"
  908source = "registry+https://github.com/rust-lang/crates.io-index"
  909checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  910dependencies = [
  911 "event-listener 5.4.1",
  912 "event-listener-strategy",
  913 "futures-core",
  914 "pin-project-lite",
  915]
  916
  917[[package]]
  918name = "async-channel"
  919version = "1.9.0"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  922dependencies = [
  923 "concurrent-queue",
  924 "event-listener 2.5.3",
  925 "futures-core",
  926]
  927
  928[[package]]
  929name = "async-channel"
  930version = "2.5.0"
  931source = "registry+https://github.com/rust-lang/crates.io-index"
  932checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  933dependencies = [
  934 "concurrent-queue",
  935 "event-listener-strategy",
  936 "futures-core",
  937 "pin-project-lite",
  938]
  939
  940[[package]]
  941name = "async-compat"
  942version = "0.2.5"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  945dependencies = [
  946 "futures-core",
  947 "futures-io",
  948 "once_cell",
  949 "pin-project-lite",
  950 "tokio",
  951]
  952
  953[[package]]
  954name = "async-compression"
  955version = "0.4.32"
  956source = "registry+https://github.com/rust-lang/crates.io-index"
  957checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  958dependencies = [
  959 "compression-codecs",
  960 "compression-core",
  961 "futures-core",
  962 "futures-io",
  963 "pin-project-lite",
  964]
  965
  966[[package]]
  967name = "async-dispatcher"
  968version = "0.1.2"
  969source = "registry+https://github.com/rust-lang/crates.io-index"
  970checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  971dependencies = [
  972 "async-task",
  973 "futures-lite 1.13.0",
  974]
  975
  976[[package]]
  977name = "async-executor"
  978version = "1.13.3"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  981dependencies = [
  982 "async-task",
  983 "concurrent-queue",
  984 "fastrand 2.3.0",
  985 "futures-lite 2.6.1",
  986 "pin-project-lite",
  987 "slab",
  988]
  989
  990[[package]]
  991name = "async-fs"
  992version = "2.2.0"
  993source = "registry+https://github.com/rust-lang/crates.io-index"
  994checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  995dependencies = [
  996 "async-lock 3.4.1",
  997 "blocking",
  998 "futures-lite 2.6.1",
  999]
 1000
 1001[[package]]
 1002name = "async-global-executor"
 1003version = "2.4.1"
 1004source = "registry+https://github.com/rust-lang/crates.io-index"
 1005checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1006dependencies = [
 1007 "async-channel 2.5.0",
 1008 "async-executor",
 1009 "async-io",
 1010 "async-lock 3.4.1",
 1011 "blocking",
 1012 "futures-lite 2.6.1",
 1013 "once_cell",
 1014]
 1015
 1016[[package]]
 1017name = "async-io"
 1018version = "2.6.0"
 1019source = "registry+https://github.com/rust-lang/crates.io-index"
 1020checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1021dependencies = [
 1022 "autocfg",
 1023 "cfg-if",
 1024 "concurrent-queue",
 1025 "futures-io",
 1026 "futures-lite 2.6.1",
 1027 "parking",
 1028 "polling",
 1029 "rustix 1.1.2",
 1030 "slab",
 1031 "windows-sys 0.61.2",
 1032]
 1033
 1034[[package]]
 1035name = "async-lock"
 1036version = "2.8.0"
 1037source = "registry+https://github.com/rust-lang/crates.io-index"
 1038checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1039dependencies = [
 1040 "event-listener 2.5.3",
 1041]
 1042
 1043[[package]]
 1044name = "async-lock"
 1045version = "3.4.1"
 1046source = "registry+https://github.com/rust-lang/crates.io-index"
 1047checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
 1048dependencies = [
 1049 "event-listener 5.4.1",
 1050 "event-listener-strategy",
 1051 "pin-project-lite",
 1052]
 1053
 1054[[package]]
 1055name = "async-net"
 1056version = "2.0.0"
 1057source = "registry+https://github.com/rust-lang/crates.io-index"
 1058checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1059dependencies = [
 1060 "async-io",
 1061 "blocking",
 1062 "futures-lite 2.6.1",
 1063]
 1064
 1065[[package]]
 1066name = "async-pipe"
 1067version = "0.1.3"
 1068source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1069dependencies = [
 1070 "futures 0.3.31",
 1071 "log",
 1072]
 1073
 1074[[package]]
 1075name = "async-process"
 1076version = "2.5.0"
 1077source = "registry+https://github.com/rust-lang/crates.io-index"
 1078checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1079dependencies = [
 1080 "async-channel 2.5.0",
 1081 "async-io",
 1082 "async-lock 3.4.1",
 1083 "async-signal",
 1084 "async-task",
 1085 "blocking",
 1086 "cfg-if",
 1087 "event-listener 5.4.1",
 1088 "futures-lite 2.6.1",
 1089 "rustix 1.1.2",
 1090]
 1091
 1092[[package]]
 1093name = "async-recursion"
 1094version = "1.1.1"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1097dependencies = [
 1098 "proc-macro2",
 1099 "quote",
 1100 "syn 2.0.106",
 1101]
 1102
 1103[[package]]
 1104name = "async-signal"
 1105version = "0.2.13"
 1106source = "registry+https://github.com/rust-lang/crates.io-index"
 1107checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1108dependencies = [
 1109 "async-io",
 1110 "async-lock 3.4.1",
 1111 "atomic-waker",
 1112 "cfg-if",
 1113 "futures-core",
 1114 "futures-io",
 1115 "rustix 1.1.2",
 1116 "signal-hook-registry",
 1117 "slab",
 1118 "windows-sys 0.61.2",
 1119]
 1120
 1121[[package]]
 1122name = "async-std"
 1123version = "1.13.2"
 1124source = "registry+https://github.com/rust-lang/crates.io-index"
 1125checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1126dependencies = [
 1127 "async-attributes",
 1128 "async-channel 1.9.0",
 1129 "async-global-executor",
 1130 "async-io",
 1131 "async-lock 3.4.1",
 1132 "async-process",
 1133 "crossbeam-utils",
 1134 "futures-channel",
 1135 "futures-core",
 1136 "futures-io",
 1137 "futures-lite 2.6.1",
 1138 "gloo-timers",
 1139 "kv-log-macro",
 1140 "log",
 1141 "memchr",
 1142 "once_cell",
 1143 "pin-project-lite",
 1144 "pin-utils",
 1145 "slab",
 1146 "wasm-bindgen-futures",
 1147]
 1148
 1149[[package]]
 1150name = "async-stream"
 1151version = "0.3.6"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1154dependencies = [
 1155 "async-stream-impl",
 1156 "futures-core",
 1157 "pin-project-lite",
 1158]
 1159
 1160[[package]]
 1161name = "async-stream-impl"
 1162version = "0.3.6"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1165dependencies = [
 1166 "proc-macro2",
 1167 "quote",
 1168 "syn 2.0.106",
 1169]
 1170
 1171[[package]]
 1172name = "async-tar"
 1173version = "0.5.0"
 1174source = "registry+https://github.com/rust-lang/crates.io-index"
 1175checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1176dependencies = [
 1177 "async-std",
 1178 "filetime",
 1179 "libc",
 1180 "pin-project",
 1181 "redox_syscall 0.2.16",
 1182 "xattr",
 1183]
 1184
 1185[[package]]
 1186name = "async-task"
 1187version = "4.7.1"
 1188source = "registry+https://github.com/rust-lang/crates.io-index"
 1189checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1190
 1191[[package]]
 1192name = "async-trait"
 1193version = "0.1.89"
 1194source = "registry+https://github.com/rust-lang/crates.io-index"
 1195checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1196dependencies = [
 1197 "proc-macro2",
 1198 "quote",
 1199 "syn 2.0.106",
 1200]
 1201
 1202[[package]]
 1203name = "async-tungstenite"
 1204version = "0.31.0"
 1205source = "registry+https://github.com/rust-lang/crates.io-index"
 1206checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1207dependencies = [
 1208 "atomic-waker",
 1209 "futures-core",
 1210 "futures-io",
 1211 "futures-task",
 1212 "futures-util",
 1213 "log",
 1214 "pin-project-lite",
 1215 "rustls-pki-types",
 1216 "tokio",
 1217 "tokio-rustls 0.26.2",
 1218 "tungstenite 0.27.0",
 1219]
 1220
 1221[[package]]
 1222name = "async_zip"
 1223version = "0.0.17"
 1224source = "registry+https://github.com/rust-lang/crates.io-index"
 1225checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1226dependencies = [
 1227 "async-compression",
 1228 "crc32fast",
 1229 "futures-lite 2.6.1",
 1230 "pin-project",
 1231 "thiserror 1.0.69",
 1232]
 1233
 1234[[package]]
 1235name = "asynchronous-codec"
 1236version = "0.7.0"
 1237source = "registry+https://github.com/rust-lang/crates.io-index"
 1238checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1239dependencies = [
 1240 "bytes 1.10.1",
 1241 "futures-sink",
 1242 "futures-util",
 1243 "memchr",
 1244 "pin-project-lite",
 1245]
 1246
 1247[[package]]
 1248name = "atoi"
 1249version = "2.0.0"
 1250source = "registry+https://github.com/rust-lang/crates.io-index"
 1251checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1252dependencies = [
 1253 "num-traits",
 1254]
 1255
 1256[[package]]
 1257name = "atoi_simd"
 1258version = "0.16.1"
 1259source = "registry+https://github.com/rust-lang/crates.io-index"
 1260checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf"
 1261dependencies = [
 1262 "debug_unsafe",
 1263]
 1264
 1265[[package]]
 1266name = "atomic"
 1267version = "0.5.3"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1270
 1271[[package]]
 1272name = "atomic-waker"
 1273version = "1.1.2"
 1274source = "registry+https://github.com/rust-lang/crates.io-index"
 1275checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1276
 1277[[package]]
 1278name = "audio"
 1279version = "0.1.0"
 1280dependencies = [
 1281 "anyhow",
 1282 "async-tar",
 1283 "collections",
 1284 "crossbeam",
 1285 "denoise",
 1286 "gpui",
 1287 "libwebrtc",
 1288 "log",
 1289 "parking_lot",
 1290 "rodio",
 1291 "serde",
 1292 "settings",
 1293 "smol",
 1294 "thiserror 2.0.17",
 1295 "util",
 1296]
 1297
 1298[[package]]
 1299name = "auditable-serde"
 1300version = "0.8.0"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1303dependencies = [
 1304 "semver",
 1305 "serde",
 1306 "serde_json",
 1307 "topological-sort",
 1308]
 1309
 1310[[package]]
 1311name = "auto_update"
 1312version = "0.1.0"
 1313dependencies = [
 1314 "anyhow",
 1315 "client",
 1316 "db",
 1317 "gpui",
 1318 "http_client",
 1319 "log",
 1320 "paths",
 1321 "release_channel",
 1322 "serde",
 1323 "serde_json",
 1324 "settings",
 1325 "smol",
 1326 "tempfile",
 1327 "which 6.0.3",
 1328 "workspace",
 1329]
 1330
 1331[[package]]
 1332name = "auto_update_helper"
 1333version = "0.1.0"
 1334dependencies = [
 1335 "anyhow",
 1336 "log",
 1337 "simplelog",
 1338 "windows 0.61.3",
 1339 "winresource",
 1340]
 1341
 1342[[package]]
 1343name = "auto_update_ui"
 1344version = "0.1.0"
 1345dependencies = [
 1346 "anyhow",
 1347 "auto_update",
 1348 "client",
 1349 "editor",
 1350 "gpui",
 1351 "http_client",
 1352 "markdown_preview",
 1353 "release_channel",
 1354 "serde",
 1355 "serde_json",
 1356 "smol",
 1357 "util",
 1358 "workspace",
 1359]
 1360
 1361[[package]]
 1362name = "autocfg"
 1363version = "1.5.0"
 1364source = "registry+https://github.com/rust-lang/crates.io-index"
 1365checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1366
 1367[[package]]
 1368name = "av1-grain"
 1369version = "0.2.4"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1372dependencies = [
 1373 "anyhow",
 1374 "arrayvec",
 1375 "log",
 1376 "nom 7.1.3",
 1377 "num-rational",
 1378 "v_frame",
 1379]
 1380
 1381[[package]]
 1382name = "avif-serialize"
 1383version = "0.8.6"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1386dependencies = [
 1387 "arrayvec",
 1388]
 1389
 1390[[package]]
 1391name = "aws-config"
 1392version = "1.8.8"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "37cf2b6af2a95a20e266782b4f76f1a5e12bf412a9db2de9c1e9123b9d8c0ad8"
 1395dependencies = [
 1396 "aws-credential-types",
 1397 "aws-runtime",
 1398 "aws-sdk-sso",
 1399 "aws-sdk-ssooidc",
 1400 "aws-sdk-sts",
 1401 "aws-smithy-async",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-types",
 1408 "bytes 1.10.1",
 1409 "fastrand 2.3.0",
 1410 "hex",
 1411 "http 1.3.1",
 1412 "ring",
 1413 "time",
 1414 "tokio",
 1415 "tracing",
 1416 "url",
 1417 "zeroize",
 1418]
 1419
 1420[[package]]
 1421name = "aws-credential-types"
 1422version = "1.2.8"
 1423source = "registry+https://github.com/rust-lang/crates.io-index"
 1424checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc"
 1425dependencies = [
 1426 "aws-smithy-async",
 1427 "aws-smithy-runtime-api",
 1428 "aws-smithy-types",
 1429 "zeroize",
 1430]
 1431
 1432[[package]]
 1433name = "aws-lc-rs"
 1434version = "1.14.1"
 1435source = "registry+https://github.com/rust-lang/crates.io-index"
 1436checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
 1437dependencies = [
 1438 "aws-lc-sys",
 1439 "zeroize",
 1440]
 1441
 1442[[package]]
 1443name = "aws-lc-sys"
 1444version = "0.32.3"
 1445source = "registry+https://github.com/rust-lang/crates.io-index"
 1446checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
 1447dependencies = [
 1448 "bindgen 0.72.1",
 1449 "cc",
 1450 "cmake",
 1451 "dunce",
 1452 "fs_extra",
 1453]
 1454
 1455[[package]]
 1456name = "aws-runtime"
 1457version = "1.5.12"
 1458source = "registry+https://github.com/rust-lang/crates.io-index"
 1459checksum = "bfa006bb32360ed90ac51203feafb9d02e3d21046e1fd3a450a404b90ea73e5d"
 1460dependencies = [
 1461 "aws-credential-types",
 1462 "aws-sigv4",
 1463 "aws-smithy-async",
 1464 "aws-smithy-eventstream",
 1465 "aws-smithy-http",
 1466 "aws-smithy-runtime",
 1467 "aws-smithy-runtime-api",
 1468 "aws-smithy-types",
 1469 "aws-types",
 1470 "bytes 1.10.1",
 1471 "fastrand 2.3.0",
 1472 "http 0.2.12",
 1473 "http-body 0.4.6",
 1474 "percent-encoding",
 1475 "pin-project-lite",
 1476 "tracing",
 1477 "uuid",
 1478]
 1479
 1480[[package]]
 1481name = "aws-sdk-bedrockruntime"
 1482version = "1.109.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "fbfdfd941dcb253c17bf70baddbf1e5b22f19e29d313d2e049bad4b1dadb2011"
 1485dependencies = [
 1486 "aws-credential-types",
 1487 "aws-runtime",
 1488 "aws-sigv4",
 1489 "aws-smithy-async",
 1490 "aws-smithy-eventstream",
 1491 "aws-smithy-http",
 1492 "aws-smithy-json",
 1493 "aws-smithy-runtime",
 1494 "aws-smithy-runtime-api",
 1495 "aws-smithy-types",
 1496 "aws-types",
 1497 "bytes 1.10.1",
 1498 "fastrand 2.3.0",
 1499 "http 0.2.12",
 1500 "hyper 0.14.32",
 1501 "regex-lite",
 1502 "tracing",
 1503]
 1504
 1505[[package]]
 1506name = "aws-sdk-kinesis"
 1507version = "1.91.0"
 1508source = "registry+https://github.com/rust-lang/crates.io-index"
 1509checksum = "699a3d645a2ab5cb12ca02eb23979753953414429fd6584ea8841af6bc4e0516"
 1510dependencies = [
 1511 "aws-credential-types",
 1512 "aws-runtime",
 1513 "aws-smithy-async",
 1514 "aws-smithy-eventstream",
 1515 "aws-smithy-http",
 1516 "aws-smithy-json",
 1517 "aws-smithy-runtime",
 1518 "aws-smithy-runtime-api",
 1519 "aws-smithy-types",
 1520 "aws-types",
 1521 "bytes 1.10.1",
 1522 "fastrand 2.3.0",
 1523 "http 0.2.12",
 1524 "regex-lite",
 1525 "tracing",
 1526]
 1527
 1528[[package]]
 1529name = "aws-sdk-s3"
 1530version = "1.108.0"
 1531source = "registry+https://github.com/rust-lang/crates.io-index"
 1532checksum = "200be4aed61e3c0669f7268bacb768f283f1c32a7014ce57225e1160be2f6ccb"
 1533dependencies = [
 1534 "aws-credential-types",
 1535 "aws-runtime",
 1536 "aws-sigv4",
 1537 "aws-smithy-async",
 1538 "aws-smithy-checksums",
 1539 "aws-smithy-eventstream",
 1540 "aws-smithy-http",
 1541 "aws-smithy-json",
 1542 "aws-smithy-runtime",
 1543 "aws-smithy-runtime-api",
 1544 "aws-smithy-types",
 1545 "aws-smithy-xml",
 1546 "aws-types",
 1547 "bytes 1.10.1",
 1548 "fastrand 2.3.0",
 1549 "hex",
 1550 "hmac",
 1551 "http 0.2.12",
 1552 "http 1.3.1",
 1553 "http-body 0.4.6",
 1554 "lru",
 1555 "percent-encoding",
 1556 "regex-lite",
 1557 "sha2",
 1558 "tracing",
 1559 "url",
 1560]
 1561
 1562[[package]]
 1563name = "aws-sdk-sso"
 1564version = "1.86.0"
 1565source = "registry+https://github.com/rust-lang/crates.io-index"
 1566checksum = "4a0abbfab841446cce6e87af853a3ba2cc1bc9afcd3f3550dd556c43d434c86d"
 1567dependencies = [
 1568 "aws-credential-types",
 1569 "aws-runtime",
 1570 "aws-smithy-async",
 1571 "aws-smithy-http",
 1572 "aws-smithy-json",
 1573 "aws-smithy-runtime",
 1574 "aws-smithy-runtime-api",
 1575 "aws-smithy-types",
 1576 "aws-types",
 1577 "bytes 1.10.1",
 1578 "fastrand 2.3.0",
 1579 "http 0.2.12",
 1580 "regex-lite",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-sdk-ssooidc"
 1586version = "1.88.0"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "9a68d675582afea0e94d38b6ca9c5aaae4ca14f1d36faa6edb19b42e687e70d7"
 1589dependencies = [
 1590 "aws-credential-types",
 1591 "aws-runtime",
 1592 "aws-smithy-async",
 1593 "aws-smithy-http",
 1594 "aws-smithy-json",
 1595 "aws-smithy-runtime",
 1596 "aws-smithy-runtime-api",
 1597 "aws-smithy-types",
 1598 "aws-types",
 1599 "bytes 1.10.1",
 1600 "fastrand 2.3.0",
 1601 "http 0.2.12",
 1602 "regex-lite",
 1603 "tracing",
 1604]
 1605
 1606[[package]]
 1607name = "aws-sdk-sts"
 1608version = "1.88.0"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "d30990923f4f675523c51eb1c0dec9b752fb267b36a61e83cbc219c9d86da715"
 1611dependencies = [
 1612 "aws-credential-types",
 1613 "aws-runtime",
 1614 "aws-smithy-async",
 1615 "aws-smithy-http",
 1616 "aws-smithy-json",
 1617 "aws-smithy-query",
 1618 "aws-smithy-runtime",
 1619 "aws-smithy-runtime-api",
 1620 "aws-smithy-types",
 1621 "aws-smithy-xml",
 1622 "aws-types",
 1623 "fastrand 2.3.0",
 1624 "http 0.2.12",
 1625 "regex-lite",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-sigv4"
 1631version = "1.3.5"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "bffc03068fbb9c8dd5ce1c6fb240678a5cffb86fb2b7b1985c999c4b83c8df68"
 1634dependencies = [
 1635 "aws-credential-types",
 1636 "aws-smithy-eventstream",
 1637 "aws-smithy-http",
 1638 "aws-smithy-runtime-api",
 1639 "aws-smithy-types",
 1640 "bytes 1.10.1",
 1641 "crypto-bigint 0.5.5",
 1642 "form_urlencoded",
 1643 "hex",
 1644 "hmac",
 1645 "http 0.2.12",
 1646 "http 1.3.1",
 1647 "p256",
 1648 "percent-encoding",
 1649 "ring",
 1650 "sha2",
 1651 "subtle",
 1652 "time",
 1653 "tracing",
 1654 "zeroize",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-async"
 1659version = "1.2.6"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1662dependencies = [
 1663 "futures-util",
 1664 "pin-project-lite",
 1665 "tokio",
 1666]
 1667
 1668[[package]]
 1669name = "aws-smithy-checksums"
 1670version = "0.63.9"
 1671source = "registry+https://github.com/rust-lang/crates.io-index"
 1672checksum = "165d8583d8d906e2fb5511d29201d447cc710864f075debcdd9c31c265412806"
 1673dependencies = [
 1674 "aws-smithy-http",
 1675 "aws-smithy-types",
 1676 "bytes 1.10.1",
 1677 "crc-fast",
 1678 "hex",
 1679 "http 0.2.12",
 1680 "http-body 0.4.6",
 1681 "md-5",
 1682 "pin-project-lite",
 1683 "sha1",
 1684 "sha2",
 1685 "tracing",
 1686]
 1687
 1688[[package]]
 1689name = "aws-smithy-eventstream"
 1690version = "0.60.12"
 1691source = "registry+https://github.com/rust-lang/crates.io-index"
 1692checksum = "9656b85088f8d9dc7ad40f9a6c7228e1e8447cdf4b046c87e152e0805dea02fa"
 1693dependencies = [
 1694 "aws-smithy-types",
 1695 "bytes 1.10.1",
 1696 "crc32fast",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-http"
 1701version = "0.62.4"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "3feafd437c763db26aa04e0cc7591185d0961e64c61885bece0fb9d50ceac671"
 1704dependencies = [
 1705 "aws-smithy-eventstream",
 1706 "aws-smithy-runtime-api",
 1707 "aws-smithy-types",
 1708 "bytes 1.10.1",
 1709 "bytes-utils",
 1710 "futures-core",
 1711 "http 0.2.12",
 1712 "http 1.3.1",
 1713 "http-body 0.4.6",
 1714 "percent-encoding",
 1715 "pin-project-lite",
 1716 "pin-utils",
 1717 "tracing",
 1718]
 1719
 1720[[package]]
 1721name = "aws-smithy-http-client"
 1722version = "1.1.3"
 1723source = "registry+https://github.com/rust-lang/crates.io-index"
 1724checksum = "1053b5e587e6fa40ce5a79ea27957b04ba660baa02b28b7436f64850152234f1"
 1725dependencies = [
 1726 "aws-smithy-async",
 1727 "aws-smithy-runtime-api",
 1728 "aws-smithy-types",
 1729 "h2 0.3.27",
 1730 "h2 0.4.12",
 1731 "http 0.2.12",
 1732 "http 1.3.1",
 1733 "http-body 0.4.6",
 1734 "hyper 0.14.32",
 1735 "hyper 1.7.0",
 1736 "hyper-rustls 0.24.2",
 1737 "hyper-rustls 0.27.7",
 1738 "hyper-util",
 1739 "pin-project-lite",
 1740 "rustls 0.21.12",
 1741 "rustls 0.23.33",
 1742 "rustls-native-certs 0.8.2",
 1743 "rustls-pki-types",
 1744 "tokio",
 1745 "tokio-rustls 0.26.2",
 1746 "tower 0.5.2",
 1747 "tracing",
 1748]
 1749
 1750[[package]]
 1751name = "aws-smithy-json"
 1752version = "0.61.6"
 1753source = "registry+https://github.com/rust-lang/crates.io-index"
 1754checksum = "cff418fc8ec5cadf8173b10125f05c2e7e1d46771406187b2c878557d4503390"
 1755dependencies = [
 1756 "aws-smithy-types",
 1757]
 1758
 1759[[package]]
 1760name = "aws-smithy-observability"
 1761version = "0.1.4"
 1762source = "registry+https://github.com/rust-lang/crates.io-index"
 1763checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1764dependencies = [
 1765 "aws-smithy-runtime-api",
 1766]
 1767
 1768[[package]]
 1769name = "aws-smithy-query"
 1770version = "0.60.8"
 1771source = "registry+https://github.com/rust-lang/crates.io-index"
 1772checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1773dependencies = [
 1774 "aws-smithy-types",
 1775 "urlencoding",
 1776]
 1777
 1778[[package]]
 1779name = "aws-smithy-runtime"
 1780version = "1.9.3"
 1781source = "registry+https://github.com/rust-lang/crates.io-index"
 1782checksum = "40ab99739082da5347660c556689256438defae3bcefd66c52b095905730e404"
 1783dependencies = [
 1784 "aws-smithy-async",
 1785 "aws-smithy-http",
 1786 "aws-smithy-http-client",
 1787 "aws-smithy-observability",
 1788 "aws-smithy-runtime-api",
 1789 "aws-smithy-types",
 1790 "bytes 1.10.1",
 1791 "fastrand 2.3.0",
 1792 "http 0.2.12",
 1793 "http 1.3.1",
 1794 "http-body 0.4.6",
 1795 "http-body 1.0.1",
 1796 "pin-project-lite",
 1797 "pin-utils",
 1798 "tokio",
 1799 "tracing",
 1800]
 1801
 1802[[package]]
 1803name = "aws-smithy-runtime-api"
 1804version = "1.9.1"
 1805source = "registry+https://github.com/rust-lang/crates.io-index"
 1806checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46"
 1807dependencies = [
 1808 "aws-smithy-async",
 1809 "aws-smithy-types",
 1810 "bytes 1.10.1",
 1811 "http 0.2.12",
 1812 "http 1.3.1",
 1813 "pin-project-lite",
 1814 "tokio",
 1815 "tracing",
 1816 "zeroize",
 1817]
 1818
 1819[[package]]
 1820name = "aws-smithy-types"
 1821version = "1.3.3"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457"
 1824dependencies = [
 1825 "base64-simd",
 1826 "bytes 1.10.1",
 1827 "bytes-utils",
 1828 "futures-core",
 1829 "http 0.2.12",
 1830 "http 1.3.1",
 1831 "http-body 0.4.6",
 1832 "http-body 1.0.1",
 1833 "http-body-util",
 1834 "itoa",
 1835 "num-integer",
 1836 "pin-project-lite",
 1837 "pin-utils",
 1838 "ryu",
 1839 "serde",
 1840 "time",
 1841 "tokio",
 1842 "tokio-util",
 1843]
 1844
 1845[[package]]
 1846name = "aws-smithy-xml"
 1847version = "0.60.11"
 1848source = "registry+https://github.com/rust-lang/crates.io-index"
 1849checksum = "e9c34127e8c624bc2999f3b657e749c1393bedc9cd97b92a804db8ced4d2e163"
 1850dependencies = [
 1851 "xmlparser",
 1852]
 1853
 1854[[package]]
 1855name = "aws-types"
 1856version = "1.3.9"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "e2fd329bf0e901ff3f60425691410c69094dc2a1f34b331f37bfc4e9ac1565a1"
 1859dependencies = [
 1860 "aws-credential-types",
 1861 "aws-smithy-async",
 1862 "aws-smithy-runtime-api",
 1863 "aws-smithy-types",
 1864 "rustc_version",
 1865 "tracing",
 1866]
 1867
 1868[[package]]
 1869name = "aws_http_client"
 1870version = "0.1.0"
 1871dependencies = [
 1872 "aws-smithy-runtime-api",
 1873 "aws-smithy-types",
 1874 "http_client",
 1875]
 1876
 1877[[package]]
 1878name = "axum"
 1879version = "0.6.20"
 1880source = "registry+https://github.com/rust-lang/crates.io-index"
 1881checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1882dependencies = [
 1883 "async-trait",
 1884 "axum-core",
 1885 "base64 0.21.7",
 1886 "bitflags 1.3.2",
 1887 "bytes 1.10.1",
 1888 "futures-util",
 1889 "headers",
 1890 "http 0.2.12",
 1891 "http-body 0.4.6",
 1892 "hyper 0.14.32",
 1893 "itoa",
 1894 "matchit",
 1895 "memchr",
 1896 "mime",
 1897 "percent-encoding",
 1898 "pin-project-lite",
 1899 "rustversion",
 1900 "serde",
 1901 "serde_json",
 1902 "serde_path_to_error",
 1903 "serde_urlencoded",
 1904 "sha1",
 1905 "sync_wrapper 0.1.2",
 1906 "tokio",
 1907 "tokio-tungstenite 0.20.1",
 1908 "tower 0.4.13",
 1909 "tower-layer",
 1910 "tower-service",
 1911]
 1912
 1913[[package]]
 1914name = "axum-core"
 1915version = "0.3.4"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1918dependencies = [
 1919 "async-trait",
 1920 "bytes 1.10.1",
 1921 "futures-util",
 1922 "http 0.2.12",
 1923 "http-body 0.4.6",
 1924 "mime",
 1925 "rustversion",
 1926 "tower-layer",
 1927 "tower-service",
 1928]
 1929
 1930[[package]]
 1931name = "axum-extra"
 1932version = "0.4.2"
 1933source = "registry+https://github.com/rust-lang/crates.io-index"
 1934checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1935dependencies = [
 1936 "axum",
 1937 "bytes 1.10.1",
 1938 "futures-util",
 1939 "http 0.2.12",
 1940 "mime",
 1941 "pin-project-lite",
 1942 "serde",
 1943 "serde_json",
 1944 "tokio",
 1945 "tower 0.4.13",
 1946 "tower-http 0.3.5",
 1947 "tower-layer",
 1948 "tower-service",
 1949]
 1950
 1951[[package]]
 1952name = "backtrace"
 1953version = "0.3.76"
 1954source = "registry+https://github.com/rust-lang/crates.io-index"
 1955checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1956dependencies = [
 1957 "addr2line",
 1958 "cfg-if",
 1959 "libc",
 1960 "miniz_oxide",
 1961 "object 0.37.3",
 1962 "rustc-demangle",
 1963 "windows-link 0.2.1",
 1964]
 1965
 1966[[package]]
 1967name = "base16ct"
 1968version = "0.1.1"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1971
 1972[[package]]
 1973name = "base64"
 1974version = "0.21.7"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1977
 1978[[package]]
 1979name = "base64"
 1980version = "0.22.1"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1983
 1984[[package]]
 1985name = "base64-simd"
 1986version = "0.8.0"
 1987source = "registry+https://github.com/rust-lang/crates.io-index"
 1988checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1989dependencies = [
 1990 "outref",
 1991 "vsimd",
 1992]
 1993
 1994[[package]]
 1995name = "base64ct"
 1996version = "1.8.0"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1999
 2000[[package]]
 2001name = "bedrock"
 2002version = "0.1.0"
 2003dependencies = [
 2004 "anyhow",
 2005 "aws-sdk-bedrockruntime",
 2006 "aws-smithy-types",
 2007 "futures 0.3.31",
 2008 "schemars 1.0.4",
 2009 "serde",
 2010 "serde_json",
 2011 "strum 0.27.2",
 2012 "thiserror 2.0.17",
 2013]
 2014
 2015[[package]]
 2016name = "bigdecimal"
 2017version = "0.4.8"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2020dependencies = [
 2021 "autocfg",
 2022 "libm",
 2023 "num-bigint",
 2024 "num-integer",
 2025 "num-traits",
 2026 "serde",
 2027]
 2028
 2029[[package]]
 2030name = "bincode"
 2031version = "1.3.3"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2034dependencies = [
 2035 "serde",
 2036]
 2037
 2038[[package]]
 2039name = "bincode"
 2040version = "2.0.1"
 2041source = "registry+https://github.com/rust-lang/crates.io-index"
 2042checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
 2043dependencies = [
 2044 "bincode_derive",
 2045 "serde",
 2046 "unty",
 2047]
 2048
 2049[[package]]
 2050name = "bincode_derive"
 2051version = "2.0.1"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
 2054dependencies = [
 2055 "virtue",
 2056]
 2057
 2058[[package]]
 2059name = "bindgen"
 2060version = "0.71.1"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2063dependencies = [
 2064 "bitflags 2.9.4",
 2065 "cexpr",
 2066 "clang-sys",
 2067 "itertools 0.11.0",
 2068 "log",
 2069 "prettyplease",
 2070 "proc-macro2",
 2071 "quote",
 2072 "regex",
 2073 "rustc-hash 2.1.1",
 2074 "shlex",
 2075 "syn 2.0.106",
 2076]
 2077
 2078[[package]]
 2079name = "bindgen"
 2080version = "0.72.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2083dependencies = [
 2084 "bitflags 2.9.4",
 2085 "cexpr",
 2086 "clang-sys",
 2087 "itertools 0.11.0",
 2088 "log",
 2089 "prettyplease",
 2090 "proc-macro2",
 2091 "quote",
 2092 "regex",
 2093 "rustc-hash 2.1.1",
 2094 "shlex",
 2095 "syn 2.0.106",
 2096]
 2097
 2098[[package]]
 2099name = "bit-set"
 2100version = "0.5.3"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 2103dependencies = [
 2104 "bit-vec 0.6.3",
 2105]
 2106
 2107[[package]]
 2108name = "bit-set"
 2109version = "0.8.0"
 2110source = "registry+https://github.com/rust-lang/crates.io-index"
 2111checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2112dependencies = [
 2113 "bit-vec 0.8.0",
 2114]
 2115
 2116[[package]]
 2117name = "bit-vec"
 2118version = "0.6.3"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 2121
 2122[[package]]
 2123name = "bit-vec"
 2124version = "0.8.0"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2127
 2128[[package]]
 2129name = "bit_field"
 2130version = "0.10.3"
 2131source = "registry+https://github.com/rust-lang/crates.io-index"
 2132checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2133
 2134[[package]]
 2135name = "bitflags"
 2136version = "1.3.2"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2139
 2140[[package]]
 2141name = "bitflags"
 2142version = "2.9.4"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
 2145dependencies = [
 2146 "serde",
 2147]
 2148
 2149[[package]]
 2150name = "bitstream-io"
 2151version = "2.6.0"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2154
 2155[[package]]
 2156name = "bitvec"
 2157version = "1.0.1"
 2158source = "registry+https://github.com/rust-lang/crates.io-index"
 2159checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2160dependencies = [
 2161 "funty",
 2162 "radium",
 2163 "tap",
 2164 "wyz",
 2165]
 2166
 2167[[package]]
 2168name = "blade-graphics"
 2169version = "0.7.0"
 2170source = "registry+https://github.com/rust-lang/crates.io-index"
 2171checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
 2172dependencies = [
 2173 "ash",
 2174 "ash-window",
 2175 "bitflags 2.9.4",
 2176 "bytemuck",
 2177 "codespan-reporting 0.12.0",
 2178 "glow",
 2179 "gpu-alloc",
 2180 "gpu-alloc-ash",
 2181 "hidden-trait",
 2182 "js-sys",
 2183 "khronos-egl",
 2184 "libloading",
 2185 "log",
 2186 "mint",
 2187 "naga",
 2188 "objc2",
 2189 "objc2-app-kit",
 2190 "objc2-core-foundation",
 2191 "objc2-foundation",
 2192 "objc2-metal",
 2193 "objc2-quartz-core",
 2194 "objc2-ui-kit",
 2195 "once_cell",
 2196 "raw-window-handle",
 2197 "slab",
 2198 "wasm-bindgen",
 2199 "web-sys",
 2200]
 2201
 2202[[package]]
 2203name = "blade-macros"
 2204version = "0.3.0"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
 2207dependencies = [
 2208 "proc-macro2",
 2209 "quote",
 2210 "syn 2.0.106",
 2211]
 2212
 2213[[package]]
 2214name = "blade-util"
 2215version = "0.3.0"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
 2218dependencies = [
 2219 "blade-graphics",
 2220 "bytemuck",
 2221 "log",
 2222 "profiling",
 2223]
 2224
 2225[[package]]
 2226name = "blake3"
 2227version = "1.8.2"
 2228source = "registry+https://github.com/rust-lang/crates.io-index"
 2229checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2230dependencies = [
 2231 "arrayref",
 2232 "arrayvec",
 2233 "cc",
 2234 "cfg-if",
 2235 "constant_time_eq 0.3.1",
 2236]
 2237
 2238[[package]]
 2239name = "block"
 2240version = "0.1.6"
 2241source = "registry+https://github.com/rust-lang/crates.io-index"
 2242checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2243
 2244[[package]]
 2245name = "block-buffer"
 2246version = "0.10.4"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2249dependencies = [
 2250 "generic-array",
 2251]
 2252
 2253[[package]]
 2254name = "block-padding"
 2255version = "0.3.3"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2258dependencies = [
 2259 "generic-array",
 2260]
 2261
 2262[[package]]
 2263name = "block2"
 2264version = "0.6.2"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2267dependencies = [
 2268 "objc2",
 2269]
 2270
 2271[[package]]
 2272name = "blocking"
 2273version = "1.6.2"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2276dependencies = [
 2277 "async-channel 2.5.0",
 2278 "async-task",
 2279 "futures-io",
 2280 "futures-lite 2.6.1",
 2281 "piper",
 2282]
 2283
 2284[[package]]
 2285name = "bm25"
 2286version = "2.3.2"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
 2289dependencies = [
 2290 "cached",
 2291 "deunicode",
 2292 "fxhash",
 2293 "rust-stemmers",
 2294 "stop-words",
 2295 "unicode-segmentation",
 2296]
 2297
 2298[[package]]
 2299name = "borrow-or-share"
 2300version = "0.2.2"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2303
 2304[[package]]
 2305name = "borsh"
 2306version = "1.5.7"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2309dependencies = [
 2310 "borsh-derive",
 2311 "cfg_aliases 0.2.1",
 2312]
 2313
 2314[[package]]
 2315name = "borsh-derive"
 2316version = "1.5.7"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2319dependencies = [
 2320 "once_cell",
 2321 "proc-macro-crate",
 2322 "proc-macro2",
 2323 "quote",
 2324 "syn 2.0.106",
 2325]
 2326
 2327[[package]]
 2328name = "boxcar"
 2329version = "0.2.14"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
 2332
 2333[[package]]
 2334name = "breadcrumbs"
 2335version = "0.1.0"
 2336dependencies = [
 2337 "editor",
 2338 "gpui",
 2339 "itertools 0.14.0",
 2340 "settings",
 2341 "theme",
 2342 "ui",
 2343 "workspace",
 2344 "zed_actions",
 2345]
 2346
 2347[[package]]
 2348name = "brotli"
 2349version = "8.0.2"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2352dependencies = [
 2353 "alloc-no-stdlib",
 2354 "alloc-stdlib",
 2355 "brotli-decompressor",
 2356]
 2357
 2358[[package]]
 2359name = "brotli-decompressor"
 2360version = "5.0.0"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2363dependencies = [
 2364 "alloc-no-stdlib",
 2365 "alloc-stdlib",
 2366]
 2367
 2368[[package]]
 2369name = "bstr"
 2370version = "1.12.0"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2373dependencies = [
 2374 "memchr",
 2375 "regex-automata",
 2376 "serde",
 2377]
 2378
 2379[[package]]
 2380name = "buffer_diff"
 2381version = "0.1.0"
 2382dependencies = [
 2383 "anyhow",
 2384 "clock",
 2385 "ctor",
 2386 "futures 0.3.31",
 2387 "git2",
 2388 "gpui",
 2389 "language",
 2390 "log",
 2391 "pretty_assertions",
 2392 "rand 0.9.2",
 2393 "rope",
 2394 "serde_json",
 2395 "sum_tree",
 2396 "text",
 2397 "unindent",
 2398 "util",
 2399 "zlog",
 2400]
 2401
 2402[[package]]
 2403name = "built"
 2404version = "0.7.7"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2407
 2408[[package]]
 2409name = "bumpalo"
 2410version = "3.19.0"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2413dependencies = [
 2414 "allocator-api2",
 2415]
 2416
 2417[[package]]
 2418name = "by_address"
 2419version = "1.2.1"
 2420source = "registry+https://github.com/rust-lang/crates.io-index"
 2421checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2422
 2423[[package]]
 2424name = "bytecheck"
 2425version = "0.6.12"
 2426source = "registry+https://github.com/rust-lang/crates.io-index"
 2427checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2428dependencies = [
 2429 "bytecheck_derive",
 2430 "ptr_meta",
 2431 "simdutf8",
 2432]
 2433
 2434[[package]]
 2435name = "bytecheck_derive"
 2436version = "0.6.12"
 2437source = "registry+https://github.com/rust-lang/crates.io-index"
 2438checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2439dependencies = [
 2440 "proc-macro2",
 2441 "quote",
 2442 "syn 1.0.109",
 2443]
 2444
 2445[[package]]
 2446name = "bytecount"
 2447version = "0.6.9"
 2448source = "registry+https://github.com/rust-lang/crates.io-index"
 2449checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2450
 2451[[package]]
 2452name = "bytemuck"
 2453version = "1.24.0"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2456dependencies = [
 2457 "bytemuck_derive",
 2458]
 2459
 2460[[package]]
 2461name = "bytemuck_derive"
 2462version = "1.10.2"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2465dependencies = [
 2466 "proc-macro2",
 2467 "quote",
 2468 "syn 2.0.106",
 2469]
 2470
 2471[[package]]
 2472name = "byteorder"
 2473version = "1.5.0"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2476
 2477[[package]]
 2478name = "byteorder-lite"
 2479version = "0.1.0"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2482
 2483[[package]]
 2484name = "bytes"
 2485version = "0.4.12"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2488dependencies = [
 2489 "byteorder",
 2490 "iovec",
 2491]
 2492
 2493[[package]]
 2494name = "bytes"
 2495version = "1.10.1"
 2496source = "registry+https://github.com/rust-lang/crates.io-index"
 2497checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2498dependencies = [
 2499 "serde",
 2500]
 2501
 2502[[package]]
 2503name = "bytes-utils"
 2504version = "0.1.4"
 2505source = "registry+https://github.com/rust-lang/crates.io-index"
 2506checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2507dependencies = [
 2508 "bytes 1.10.1",
 2509 "either",
 2510]
 2511
 2512[[package]]
 2513name = "bzip2"
 2514version = "0.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2517dependencies = [
 2518 "bzip2-sys",
 2519 "libc",
 2520]
 2521
 2522[[package]]
 2523name = "bzip2-sys"
 2524version = "0.1.13+1.0.8"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2527dependencies = [
 2528 "cc",
 2529 "pkg-config",
 2530]
 2531
 2532[[package]]
 2533name = "cached"
 2534version = "0.56.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2537dependencies = [
 2538 "ahash 0.8.12",
 2539 "cached_proc_macro",
 2540 "cached_proc_macro_types",
 2541 "hashbrown 0.15.5",
 2542 "once_cell",
 2543 "thiserror 2.0.17",
 2544 "web-time",
 2545]
 2546
 2547[[package]]
 2548name = "cached_proc_macro"
 2549version = "0.25.0"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2552dependencies = [
 2553 "darling 0.20.11",
 2554 "proc-macro2",
 2555 "quote",
 2556 "syn 2.0.106",
 2557]
 2558
 2559[[package]]
 2560name = "cached_proc_macro_types"
 2561version = "0.1.1"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2564
 2565[[package]]
 2566name = "call"
 2567version = "0.1.0"
 2568dependencies = [
 2569 "anyhow",
 2570 "audio",
 2571 "client",
 2572 "collections",
 2573 "feature_flags",
 2574 "fs",
 2575 "futures 0.3.31",
 2576 "gpui",
 2577 "gpui_tokio",
 2578 "http_client",
 2579 "language",
 2580 "livekit_client",
 2581 "log",
 2582 "postage",
 2583 "project",
 2584 "serde",
 2585 "settings",
 2586 "telemetry",
 2587 "util",
 2588]
 2589
 2590[[package]]
 2591name = "calloop"
 2592version = "0.13.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2595dependencies = [
 2596 "bitflags 2.9.4",
 2597 "log",
 2598 "polling",
 2599 "rustix 0.38.44",
 2600 "slab",
 2601 "thiserror 1.0.69",
 2602]
 2603
 2604[[package]]
 2605name = "calloop-wayland-source"
 2606version = "0.3.0"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2609dependencies = [
 2610 "calloop",
 2611 "rustix 0.38.44",
 2612 "wayland-backend",
 2613 "wayland-client",
 2614]
 2615
 2616[[package]]
 2617name = "camino"
 2618version = "1.2.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2621dependencies = [
 2622 "serde_core",
 2623]
 2624
 2625[[package]]
 2626name = "candle-core"
 2627version = "0.9.1"
 2628source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2629dependencies = [
 2630 "byteorder",
 2631 "float8",
 2632 "gemm 0.17.1",
 2633 "half",
 2634 "memmap2",
 2635 "num-traits",
 2636 "num_cpus",
 2637 "rand 0.9.2",
 2638 "rand_distr",
 2639 "rayon",
 2640 "safetensors",
 2641 "thiserror 1.0.69",
 2642 "ug",
 2643 "yoke 0.7.5",
 2644 "zip 1.1.4",
 2645]
 2646
 2647[[package]]
 2648name = "candle-nn"
 2649version = "0.9.1"
 2650source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2651dependencies = [
 2652 "candle-core",
 2653 "half",
 2654 "libc",
 2655 "num-traits",
 2656 "rayon",
 2657 "safetensors",
 2658 "serde",
 2659 "thiserror 1.0.69",
 2660]
 2661
 2662[[package]]
 2663name = "candle-onnx"
 2664version = "0.9.1"
 2665source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2666dependencies = [
 2667 "candle-core",
 2668 "candle-nn",
 2669 "prost 0.12.6",
 2670]
 2671
 2672[[package]]
 2673name = "cap-fs-ext"
 2674version = "3.4.4"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2677dependencies = [
 2678 "cap-primitives",
 2679 "cap-std",
 2680 "io-lifetimes",
 2681 "windows-sys 0.59.0",
 2682]
 2683
 2684[[package]]
 2685name = "cap-net-ext"
 2686version = "3.4.4"
 2687source = "registry+https://github.com/rust-lang/crates.io-index"
 2688checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2689dependencies = [
 2690 "cap-primitives",
 2691 "cap-std",
 2692 "rustix 1.1.2",
 2693 "smallvec",
 2694]
 2695
 2696[[package]]
 2697name = "cap-primitives"
 2698version = "3.4.4"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2701dependencies = [
 2702 "ambient-authority",
 2703 "fs-set-times",
 2704 "io-extras",
 2705 "io-lifetimes",
 2706 "ipnet",
 2707 "maybe-owned",
 2708 "rustix 1.1.2",
 2709 "rustix-linux-procfs",
 2710 "windows-sys 0.59.0",
 2711 "winx",
 2712]
 2713
 2714[[package]]
 2715name = "cap-rand"
 2716version = "3.4.4"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2719dependencies = [
 2720 "ambient-authority",
 2721 "rand 0.8.5",
 2722]
 2723
 2724[[package]]
 2725name = "cap-std"
 2726version = "3.4.4"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2729dependencies = [
 2730 "cap-primitives",
 2731 "io-extras",
 2732 "io-lifetimes",
 2733 "rustix 1.1.2",
 2734]
 2735
 2736[[package]]
 2737name = "cap-time-ext"
 2738version = "3.4.4"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2741dependencies = [
 2742 "ambient-authority",
 2743 "cap-primitives",
 2744 "iana-time-zone",
 2745 "once_cell",
 2746 "rustix 1.1.2",
 2747 "winx",
 2748]
 2749
 2750[[package]]
 2751name = "cargo-platform"
 2752version = "0.1.9"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2755dependencies = [
 2756 "serde",
 2757]
 2758
 2759[[package]]
 2760name = "cargo_metadata"
 2761version = "0.19.2"
 2762source = "registry+https://github.com/rust-lang/crates.io-index"
 2763checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2764dependencies = [
 2765 "camino",
 2766 "cargo-platform",
 2767 "semver",
 2768 "serde",
 2769 "serde_json",
 2770 "thiserror 2.0.17",
 2771]
 2772
 2773[[package]]
 2774name = "cargo_toml"
 2775version = "0.21.0"
 2776source = "registry+https://github.com/rust-lang/crates.io-index"
 2777checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2778dependencies = [
 2779 "serde",
 2780 "toml 0.8.23",
 2781]
 2782
 2783[[package]]
 2784name = "cast"
 2785version = "0.3.0"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2788
 2789[[package]]
 2790name = "castaway"
 2791version = "0.2.4"
 2792source = "registry+https://github.com/rust-lang/crates.io-index"
 2793checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
 2794dependencies = [
 2795 "rustversion",
 2796]
 2797
 2798[[package]]
 2799name = "cbc"
 2800version = "0.1.2"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2803dependencies = [
 2804 "cipher",
 2805]
 2806
 2807[[package]]
 2808name = "cbindgen"
 2809version = "0.28.0"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2812dependencies = [
 2813 "heck 0.4.1",
 2814 "indexmap 2.11.4",
 2815 "log",
 2816 "proc-macro2",
 2817 "quote",
 2818 "serde",
 2819 "serde_json",
 2820 "syn 2.0.106",
 2821 "tempfile",
 2822 "toml 0.8.23",
 2823]
 2824
 2825[[package]]
 2826name = "cc"
 2827version = "1.2.41"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
 2830dependencies = [
 2831 "find-msvc-tools",
 2832 "jobserver",
 2833 "libc",
 2834 "shlex",
 2835]
 2836
 2837[[package]]
 2838name = "cesu8"
 2839version = "1.1.0"
 2840source = "registry+https://github.com/rust-lang/crates.io-index"
 2841checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2842
 2843[[package]]
 2844name = "cexpr"
 2845version = "0.6.0"
 2846source = "registry+https://github.com/rust-lang/crates.io-index"
 2847checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2848dependencies = [
 2849 "nom 7.1.3",
 2850]
 2851
 2852[[package]]
 2853name = "cfg-expr"
 2854version = "0.15.8"
 2855source = "registry+https://github.com/rust-lang/crates.io-index"
 2856checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2857dependencies = [
 2858 "smallvec",
 2859 "target-lexicon 0.12.16",
 2860]
 2861
 2862[[package]]
 2863name = "cfg-if"
 2864version = "1.0.4"
 2865source = "registry+https://github.com/rust-lang/crates.io-index"
 2866checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2867
 2868[[package]]
 2869name = "cfg_aliases"
 2870version = "0.1.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2873
 2874[[package]]
 2875name = "cfg_aliases"
 2876version = "0.2.1"
 2877source = "registry+https://github.com/rust-lang/crates.io-index"
 2878checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2879
 2880[[package]]
 2881name = "cgl"
 2882version = "0.3.2"
 2883source = "registry+https://github.com/rust-lang/crates.io-index"
 2884checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2885dependencies = [
 2886 "libc",
 2887]
 2888
 2889[[package]]
 2890name = "channel"
 2891version = "0.1.0"
 2892dependencies = [
 2893 "anyhow",
 2894 "client",
 2895 "clock",
 2896 "collections",
 2897 "futures 0.3.31",
 2898 "gpui",
 2899 "http_client",
 2900 "language",
 2901 "log",
 2902 "postage",
 2903 "release_channel",
 2904 "rpc",
 2905 "settings",
 2906 "text",
 2907 "time",
 2908 "util",
 2909]
 2910
 2911[[package]]
 2912name = "chrono"
 2913version = "0.4.42"
 2914source = "registry+https://github.com/rust-lang/crates.io-index"
 2915checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2916dependencies = [
 2917 "iana-time-zone",
 2918 "js-sys",
 2919 "num-traits",
 2920 "serde",
 2921 "wasm-bindgen",
 2922 "windows-link 0.2.1",
 2923]
 2924
 2925[[package]]
 2926name = "chrono-tz"
 2927version = "0.10.4"
 2928source = "registry+https://github.com/rust-lang/crates.io-index"
 2929checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
 2930dependencies = [
 2931 "chrono",
 2932 "phf 0.12.1",
 2933]
 2934
 2935[[package]]
 2936name = "chunked_transfer"
 2937version = "1.5.0"
 2938source = "registry+https://github.com/rust-lang/crates.io-index"
 2939checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2940
 2941[[package]]
 2942name = "ciborium"
 2943version = "0.2.2"
 2944source = "registry+https://github.com/rust-lang/crates.io-index"
 2945checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2946dependencies = [
 2947 "ciborium-io",
 2948 "ciborium-ll",
 2949 "serde",
 2950]
 2951
 2952[[package]]
 2953name = "ciborium-io"
 2954version = "0.2.2"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2957
 2958[[package]]
 2959name = "ciborium-ll"
 2960version = "0.2.2"
 2961source = "registry+https://github.com/rust-lang/crates.io-index"
 2962checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2963dependencies = [
 2964 "ciborium-io",
 2965 "half",
 2966]
 2967
 2968[[package]]
 2969name = "cipher"
 2970version = "0.4.4"
 2971source = "registry+https://github.com/rust-lang/crates.io-index"
 2972checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2973dependencies = [
 2974 "crypto-common",
 2975 "inout",
 2976 "zeroize",
 2977]
 2978
 2979[[package]]
 2980name = "circular-buffer"
 2981version = "1.2.0"
 2982source = "registry+https://github.com/rust-lang/crates.io-index"
 2983checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2984
 2985[[package]]
 2986name = "clang-sys"
 2987version = "1.8.1"
 2988source = "registry+https://github.com/rust-lang/crates.io-index"
 2989checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2990dependencies = [
 2991 "glob",
 2992 "libc",
 2993 "libloading",
 2994]
 2995
 2996[[package]]
 2997name = "clap"
 2998version = "4.5.49"
 2999source = "registry+https://github.com/rust-lang/crates.io-index"
 3000checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 3001dependencies = [
 3002 "clap_builder",
 3003 "clap_derive",
 3004]
 3005
 3006[[package]]
 3007name = "clap_builder"
 3008version = "4.5.49"
 3009source = "registry+https://github.com/rust-lang/crates.io-index"
 3010checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 3011dependencies = [
 3012 "anstream",
 3013 "anstyle",
 3014 "clap_lex",
 3015 "strsim",
 3016 "terminal_size",
 3017]
 3018
 3019[[package]]
 3020name = "clap_complete"
 3021version = "4.5.59"
 3022source = "registry+https://github.com/rust-lang/crates.io-index"
 3023checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 3024dependencies = [
 3025 "clap",
 3026]
 3027
 3028[[package]]
 3029name = "clap_derive"
 3030version = "4.5.49"
 3031source = "registry+https://github.com/rust-lang/crates.io-index"
 3032checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 3033dependencies = [
 3034 "heck 0.5.0",
 3035 "proc-macro2",
 3036 "quote",
 3037 "syn 2.0.106",
 3038]
 3039
 3040[[package]]
 3041name = "clap_lex"
 3042version = "0.7.6"
 3043source = "registry+https://github.com/rust-lang/crates.io-index"
 3044checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 3045
 3046[[package]]
 3047name = "cli"
 3048version = "0.1.0"
 3049dependencies = [
 3050 "anyhow",
 3051 "askpass",
 3052 "clap",
 3053 "collections",
 3054 "core-foundation 0.10.0",
 3055 "core-services",
 3056 "exec",
 3057 "fork",
 3058 "ipc-channel",
 3059 "parking_lot",
 3060 "paths",
 3061 "plist",
 3062 "release_channel",
 3063 "serde",
 3064 "tempfile",
 3065 "util",
 3066 "windows 0.61.3",
 3067]
 3068
 3069[[package]]
 3070name = "client"
 3071version = "0.1.0"
 3072dependencies = [
 3073 "anyhow",
 3074 "async-tungstenite",
 3075 "base64 0.22.1",
 3076 "chrono",
 3077 "clock",
 3078 "cloud_api_client",
 3079 "cloud_llm_client",
 3080 "collections",
 3081 "credentials_provider",
 3082 "derive_more",
 3083 "feature_flags",
 3084 "fs",
 3085 "futures 0.3.31",
 3086 "gpui",
 3087 "gpui_tokio",
 3088 "http_client",
 3089 "http_client_tls",
 3090 "httparse",
 3091 "log",
 3092 "objc2-foundation",
 3093 "parking_lot",
 3094 "paths",
 3095 "postage",
 3096 "rand 0.9.2",
 3097 "regex",
 3098 "release_channel",
 3099 "rpc",
 3100 "rustls-pki-types",
 3101 "serde",
 3102 "serde_json",
 3103 "serde_urlencoded",
 3104 "settings",
 3105 "sha2",
 3106 "smol",
 3107 "telemetry",
 3108 "telemetry_events",
 3109 "text",
 3110 "thiserror 2.0.17",
 3111 "time",
 3112 "tiny_http",
 3113 "tokio",
 3114 "tokio-native-tls",
 3115 "tokio-rustls 0.26.2",
 3116 "tokio-socks",
 3117 "url",
 3118 "util",
 3119 "windows 0.61.3",
 3120 "worktree",
 3121]
 3122
 3123[[package]]
 3124name = "clock"
 3125version = "0.1.0"
 3126dependencies = [
 3127 "parking_lot",
 3128 "serde",
 3129 "smallvec",
 3130]
 3131
 3132[[package]]
 3133name = "cloud_api_client"
 3134version = "0.1.0"
 3135dependencies = [
 3136 "anyhow",
 3137 "cloud_api_types",
 3138 "futures 0.3.31",
 3139 "gpui",
 3140 "gpui_tokio",
 3141 "http_client",
 3142 "parking_lot",
 3143 "serde_json",
 3144 "yawc",
 3145]
 3146
 3147[[package]]
 3148name = "cloud_api_types"
 3149version = "0.1.0"
 3150dependencies = [
 3151 "anyhow",
 3152 "chrono",
 3153 "ciborium",
 3154 "cloud_llm_client",
 3155 "pretty_assertions",
 3156 "serde",
 3157 "serde_json",
 3158]
 3159
 3160[[package]]
 3161name = "cloud_llm_client"
 3162version = "0.1.0"
 3163dependencies = [
 3164 "anyhow",
 3165 "chrono",
 3166 "indoc",
 3167 "pretty_assertions",
 3168 "serde",
 3169 "serde_json",
 3170 "strum 0.27.2",
 3171 "uuid",
 3172]
 3173
 3174[[package]]
 3175name = "cloud_zeta2_prompt"
 3176version = "0.1.0"
 3177dependencies = [
 3178 "anyhow",
 3179 "cloud_llm_client",
 3180 "indoc",
 3181 "ordered-float 2.10.1",
 3182 "rustc-hash 2.1.1",
 3183 "serde",
 3184 "strum 0.27.2",
 3185]
 3186
 3187[[package]]
 3188name = "cmake"
 3189version = "0.1.54"
 3190source = "registry+https://github.com/rust-lang/crates.io-index"
 3191checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 3192dependencies = [
 3193 "cc",
 3194]
 3195
 3196[[package]]
 3197name = "cobs"
 3198version = "0.3.0"
 3199source = "registry+https://github.com/rust-lang/crates.io-index"
 3200checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3201dependencies = [
 3202 "thiserror 2.0.17",
 3203]
 3204
 3205[[package]]
 3206name = "cocoa"
 3207version = "0.25.0"
 3208source = "registry+https://github.com/rust-lang/crates.io-index"
 3209checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3210dependencies = [
 3211 "bitflags 1.3.2",
 3212 "block",
 3213 "cocoa-foundation 0.1.2",
 3214 "core-foundation 0.9.4",
 3215 "core-graphics 0.23.2",
 3216 "foreign-types 0.5.0",
 3217 "libc",
 3218 "objc",
 3219]
 3220
 3221[[package]]
 3222name = "cocoa"
 3223version = "0.26.0"
 3224source = "registry+https://github.com/rust-lang/crates.io-index"
 3225checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3226dependencies = [
 3227 "bitflags 2.9.4",
 3228 "block",
 3229 "cocoa-foundation 0.2.0",
 3230 "core-foundation 0.10.0",
 3231 "core-graphics 0.24.0",
 3232 "foreign-types 0.5.0",
 3233 "libc",
 3234 "objc",
 3235]
 3236
 3237[[package]]
 3238name = "cocoa-foundation"
 3239version = "0.1.2"
 3240source = "registry+https://github.com/rust-lang/crates.io-index"
 3241checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3242dependencies = [
 3243 "bitflags 1.3.2",
 3244 "block",
 3245 "core-foundation 0.9.4",
 3246 "core-graphics-types 0.1.3",
 3247 "libc",
 3248 "objc",
 3249]
 3250
 3251[[package]]
 3252name = "cocoa-foundation"
 3253version = "0.2.0"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3256dependencies = [
 3257 "bitflags 2.9.4",
 3258 "block",
 3259 "core-foundation 0.10.0",
 3260 "core-graphics-types 0.2.0",
 3261 "libc",
 3262 "objc",
 3263]
 3264
 3265[[package]]
 3266name = "codespan-reporting"
 3267version = "0.12.0"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3270dependencies = [
 3271 "serde",
 3272 "termcolor",
 3273 "unicode-width",
 3274]
 3275
 3276[[package]]
 3277name = "codespan-reporting"
 3278version = "0.13.0"
 3279source = "registry+https://github.com/rust-lang/crates.io-index"
 3280checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3281dependencies = [
 3282 "serde",
 3283 "termcolor",
 3284 "unicode-width",
 3285]
 3286
 3287[[package]]
 3288name = "codestral"
 3289version = "0.1.0"
 3290dependencies = [
 3291 "anyhow",
 3292 "edit_prediction",
 3293 "edit_prediction_context",
 3294 "futures 0.3.31",
 3295 "gpui",
 3296 "http_client",
 3297 "language",
 3298 "language_models",
 3299 "log",
 3300 "mistral",
 3301 "serde",
 3302 "serde_json",
 3303 "smol",
 3304 "text",
 3305]
 3306
 3307[[package]]
 3308name = "collab"
 3309version = "0.44.0"
 3310dependencies = [
 3311 "agent_settings",
 3312 "anyhow",
 3313 "assistant_context",
 3314 "assistant_slash_command",
 3315 "async-trait",
 3316 "async-tungstenite",
 3317 "audio",
 3318 "aws-config",
 3319 "aws-sdk-kinesis",
 3320 "aws-sdk-s3",
 3321 "axum",
 3322 "axum-extra",
 3323 "base64 0.22.1",
 3324 "buffer_diff",
 3325 "call",
 3326 "channel",
 3327 "chrono",
 3328 "client",
 3329 "clock",
 3330 "collab_ui",
 3331 "collections",
 3332 "command_palette_hooks",
 3333 "context_server",
 3334 "ctor",
 3335 "dap",
 3336 "dap-types",
 3337 "dap_adapters",
 3338 "dashmap 6.1.0",
 3339 "debugger_ui",
 3340 "editor",
 3341 "envy",
 3342 "extension",
 3343 "file_finder",
 3344 "fs",
 3345 "futures 0.3.31",
 3346 "git",
 3347 "git_hosting_providers",
 3348 "git_ui",
 3349 "gpui",
 3350 "gpui_tokio",
 3351 "hex",
 3352 "http_client",
 3353 "hyper 0.14.32",
 3354 "indoc",
 3355 "language",
 3356 "language_model",
 3357 "livekit_api",
 3358 "livekit_client",
 3359 "log",
 3360 "lsp",
 3361 "menu",
 3362 "multi_buffer",
 3363 "nanoid",
 3364 "node_runtime",
 3365 "notifications",
 3366 "parking_lot",
 3367 "pretty_assertions",
 3368 "project",
 3369 "prometheus",
 3370 "prompt_store",
 3371 "prost 0.9.0",
 3372 "rand 0.9.2",
 3373 "recent_projects",
 3374 "release_channel",
 3375 "remote",
 3376 "remote_server",
 3377 "reqwest 0.11.27",
 3378 "reqwest_client",
 3379 "rpc",
 3380 "scrypt",
 3381 "sea-orm",
 3382 "semantic_version",
 3383 "semver",
 3384 "serde",
 3385 "serde_json",
 3386 "session",
 3387 "settings",
 3388 "sha2",
 3389 "smol",
 3390 "sqlx",
 3391 "strum 0.27.2",
 3392 "subtle",
 3393 "supermaven_api",
 3394 "task",
 3395 "telemetry_events",
 3396 "text",
 3397 "theme",
 3398 "time",
 3399 "tokio",
 3400 "toml 0.8.23",
 3401 "tower 0.4.13",
 3402 "tower-http 0.4.4",
 3403 "tracing",
 3404 "tracing-subscriber",
 3405 "unindent",
 3406 "util",
 3407 "uuid",
 3408 "workspace",
 3409 "worktree",
 3410 "zlog",
 3411]
 3412
 3413[[package]]
 3414name = "collab_ui"
 3415version = "0.1.0"
 3416dependencies = [
 3417 "anyhow",
 3418 "call",
 3419 "channel",
 3420 "chrono",
 3421 "client",
 3422 "collections",
 3423 "db",
 3424 "editor",
 3425 "futures 0.3.31",
 3426 "fuzzy",
 3427 "gpui",
 3428 "http_client",
 3429 "log",
 3430 "menu",
 3431 "notifications",
 3432 "picker",
 3433 "pretty_assertions",
 3434 "project",
 3435 "release_channel",
 3436 "rpc",
 3437 "serde",
 3438 "serde_json",
 3439 "settings",
 3440 "smallvec",
 3441 "story",
 3442 "telemetry",
 3443 "theme",
 3444 "time",
 3445 "time_format",
 3446 "title_bar",
 3447 "tree-sitter-md",
 3448 "ui",
 3449 "util",
 3450 "workspace",
 3451]
 3452
 3453[[package]]
 3454name = "collections"
 3455version = "0.1.0"
 3456dependencies = [
 3457 "indexmap 2.11.4",
 3458 "rustc-hash 2.1.1",
 3459]
 3460
 3461[[package]]
 3462name = "color_quant"
 3463version = "1.1.0"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3466
 3467[[package]]
 3468name = "colorchoice"
 3469version = "1.0.4"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3472
 3473[[package]]
 3474name = "combine"
 3475version = "4.6.7"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3478dependencies = [
 3479 "bytes 1.10.1",
 3480 "memchr",
 3481]
 3482
 3483[[package]]
 3484name = "comfy-table"
 3485version = "7.2.1"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
 3488dependencies = [
 3489 "crossterm",
 3490 "unicode-segmentation",
 3491 "unicode-width",
 3492]
 3493
 3494[[package]]
 3495name = "command-fds"
 3496version = "0.3.2"
 3497source = "registry+https://github.com/rust-lang/crates.io-index"
 3498checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3499dependencies = [
 3500 "nix 0.30.1",
 3501 "thiserror 2.0.17",
 3502]
 3503
 3504[[package]]
 3505name = "command_palette"
 3506version = "0.1.0"
 3507dependencies = [
 3508 "anyhow",
 3509 "client",
 3510 "collections",
 3511 "command_palette_hooks",
 3512 "ctor",
 3513 "db",
 3514 "editor",
 3515 "env_logger 0.11.8",
 3516 "fuzzy",
 3517 "go_to_line",
 3518 "gpui",
 3519 "language",
 3520 "log",
 3521 "menu",
 3522 "picker",
 3523 "postage",
 3524 "project",
 3525 "serde",
 3526 "serde_json",
 3527 "settings",
 3528 "telemetry",
 3529 "theme",
 3530 "time",
 3531 "ui",
 3532 "util",
 3533 "workspace",
 3534 "zed_actions",
 3535]
 3536
 3537[[package]]
 3538name = "command_palette_hooks"
 3539version = "0.1.0"
 3540dependencies = [
 3541 "collections",
 3542 "derive_more",
 3543 "gpui",
 3544 "workspace",
 3545]
 3546
 3547[[package]]
 3548name = "compact_str"
 3549version = "0.9.0"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
 3552dependencies = [
 3553 "castaway",
 3554 "cfg-if",
 3555 "itoa",
 3556 "rustversion",
 3557 "ryu",
 3558 "serde",
 3559 "static_assertions",
 3560]
 3561
 3562[[package]]
 3563name = "component"
 3564version = "0.1.0"
 3565dependencies = [
 3566 "collections",
 3567 "documented",
 3568 "gpui",
 3569 "inventory",
 3570 "parking_lot",
 3571 "strum 0.27.2",
 3572 "theme",
 3573]
 3574
 3575[[package]]
 3576name = "compression-codecs"
 3577version = "0.4.31"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3580dependencies = [
 3581 "compression-core",
 3582 "deflate64",
 3583 "flate2",
 3584 "memchr",
 3585]
 3586
 3587[[package]]
 3588name = "compression-core"
 3589version = "0.4.29"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3592
 3593[[package]]
 3594name = "concurrent-queue"
 3595version = "2.5.0"
 3596source = "registry+https://github.com/rust-lang/crates.io-index"
 3597checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3598dependencies = [
 3599 "crossbeam-utils",
 3600]
 3601
 3602[[package]]
 3603name = "console"
 3604version = "0.15.11"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3607dependencies = [
 3608 "encode_unicode",
 3609 "libc",
 3610 "once_cell",
 3611 "unicode-width",
 3612 "windows-sys 0.59.0",
 3613]
 3614
 3615[[package]]
 3616name = "const-oid"
 3617version = "0.9.6"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3620
 3621[[package]]
 3622name = "const-random"
 3623version = "0.1.18"
 3624source = "registry+https://github.com/rust-lang/crates.io-index"
 3625checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3626dependencies = [
 3627 "const-random-macro",
 3628]
 3629
 3630[[package]]
 3631name = "const-random-macro"
 3632version = "0.1.16"
 3633source = "registry+https://github.com/rust-lang/crates.io-index"
 3634checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3635dependencies = [
 3636 "getrandom 0.2.16",
 3637 "once_cell",
 3638 "tiny-keccak",
 3639]
 3640
 3641[[package]]
 3642name = "constant_time_eq"
 3643version = "0.1.5"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3646
 3647[[package]]
 3648name = "constant_time_eq"
 3649version = "0.3.1"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3652
 3653[[package]]
 3654name = "context_server"
 3655version = "0.1.0"
 3656dependencies = [
 3657 "anyhow",
 3658 "async-trait",
 3659 "collections",
 3660 "futures 0.3.31",
 3661 "gpui",
 3662 "log",
 3663 "net",
 3664 "parking_lot",
 3665 "postage",
 3666 "schemars 1.0.4",
 3667 "serde",
 3668 "serde_json",
 3669 "settings",
 3670 "smol",
 3671 "tempfile",
 3672 "url",
 3673 "util",
 3674]
 3675
 3676[[package]]
 3677name = "convert_case"
 3678version = "0.4.0"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3681
 3682[[package]]
 3683name = "convert_case"
 3684version = "0.8.0"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3687dependencies = [
 3688 "unicode-segmentation",
 3689]
 3690
 3691[[package]]
 3692name = "copilot"
 3693version = "0.1.0"
 3694dependencies = [
 3695 "anyhow",
 3696 "async-std",
 3697 "chrono",
 3698 "client",
 3699 "clock",
 3700 "collections",
 3701 "command_palette_hooks",
 3702 "ctor",
 3703 "dirs 4.0.0",
 3704 "edit_prediction",
 3705 "editor",
 3706 "fs",
 3707 "futures 0.3.31",
 3708 "gpui",
 3709 "http_client",
 3710 "indoc",
 3711 "itertools 0.14.0",
 3712 "language",
 3713 "log",
 3714 "lsp",
 3715 "menu",
 3716 "node_runtime",
 3717 "parking_lot",
 3718 "paths",
 3719 "project",
 3720 "rpc",
 3721 "semver",
 3722 "serde",
 3723 "serde_json",
 3724 "settings",
 3725 "sum_tree",
 3726 "task",
 3727 "theme",
 3728 "ui",
 3729 "util",
 3730 "workspace",
 3731 "zlog",
 3732]
 3733
 3734[[package]]
 3735name = "core-foundation"
 3736version = "0.9.4"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3739dependencies = [
 3740 "core-foundation-sys",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-foundation"
 3746version = "0.10.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3749dependencies = [
 3750 "core-foundation-sys",
 3751 "libc",
 3752]
 3753
 3754[[package]]
 3755name = "core-foundation-sys"
 3756version = "0.8.7"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3759
 3760[[package]]
 3761name = "core-graphics"
 3762version = "0.23.2"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3765dependencies = [
 3766 "bitflags 1.3.2",
 3767 "core-foundation 0.9.4",
 3768 "core-graphics-types 0.1.3",
 3769 "foreign-types 0.5.0",
 3770 "libc",
 3771]
 3772
 3773[[package]]
 3774name = "core-graphics"
 3775version = "0.24.0"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3778dependencies = [
 3779 "bitflags 2.9.4",
 3780 "core-foundation 0.10.0",
 3781 "core-graphics-types 0.2.0",
 3782 "foreign-types 0.5.0",
 3783 "libc",
 3784]
 3785
 3786[[package]]
 3787name = "core-graphics-helmer-fork"
 3788version = "0.24.0"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3791dependencies = [
 3792 "bitflags 2.9.4",
 3793 "core-foundation 0.9.4",
 3794 "core-graphics-types 0.1.3",
 3795 "foreign-types 0.5.0",
 3796 "libc",
 3797]
 3798
 3799[[package]]
 3800name = "core-graphics-types"
 3801version = "0.1.3"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3804dependencies = [
 3805 "bitflags 1.3.2",
 3806 "core-foundation 0.9.4",
 3807 "libc",
 3808]
 3809
 3810[[package]]
 3811name = "core-graphics-types"
 3812version = "0.2.0"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3815dependencies = [
 3816 "bitflags 2.9.4",
 3817 "core-foundation 0.10.0",
 3818 "libc",
 3819]
 3820
 3821[[package]]
 3822name = "core-graphics2"
 3823version = "0.4.1"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3826dependencies = [
 3827 "bitflags 2.9.4",
 3828 "block",
 3829 "cfg-if",
 3830 "core-foundation 0.10.0",
 3831 "libc",
 3832]
 3833
 3834[[package]]
 3835name = "core-services"
 3836version = "0.2.1"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3839dependencies = [
 3840 "core-foundation 0.9.4",
 3841]
 3842
 3843[[package]]
 3844name = "core-text"
 3845version = "21.0.0"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3848dependencies = [
 3849 "core-foundation 0.10.0",
 3850 "core-graphics 0.24.0",
 3851 "foreign-types 0.5.0",
 3852 "libc",
 3853]
 3854
 3855[[package]]
 3856name = "core-video"
 3857version = "0.4.3"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3860dependencies = [
 3861 "block",
 3862 "core-foundation 0.10.0",
 3863 "core-graphics2",
 3864 "io-surface",
 3865 "libc",
 3866 "metal",
 3867]
 3868
 3869[[package]]
 3870name = "core_maths"
 3871version = "0.1.1"
 3872source = "registry+https://github.com/rust-lang/crates.io-index"
 3873checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3874dependencies = [
 3875 "libm",
 3876]
 3877
 3878[[package]]
 3879name = "coreaudio-rs"
 3880version = "0.12.1"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3883dependencies = [
 3884 "bitflags 1.3.2",
 3885 "core-foundation-sys",
 3886 "coreaudio-sys",
 3887]
 3888
 3889[[package]]
 3890name = "coreaudio-rs"
 3891version = "0.13.0"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3894dependencies = [
 3895 "bitflags 1.3.2",
 3896 "libc",
 3897 "objc2-audio-toolbox",
 3898 "objc2-core-audio",
 3899 "objc2-core-audio-types",
 3900 "objc2-core-foundation",
 3901]
 3902
 3903[[package]]
 3904name = "coreaudio-sys"
 3905version = "0.2.17"
 3906source = "registry+https://github.com/rust-lang/crates.io-index"
 3907checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3908dependencies = [
 3909 "bindgen 0.72.1",
 3910]
 3911
 3912[[package]]
 3913name = "cosmic-text"
 3914version = "0.14.2"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8"
 3917dependencies = [
 3918 "bitflags 2.9.4",
 3919 "fontdb 0.16.2",
 3920 "log",
 3921 "rangemap",
 3922 "rustc-hash 1.1.0",
 3923 "rustybuzz 0.14.1",
 3924 "self_cell",
 3925 "smol_str",
 3926 "swash",
 3927 "sys-locale",
 3928 "ttf-parser 0.21.1",
 3929 "unicode-bidi",
 3930 "unicode-linebreak",
 3931 "unicode-script",
 3932 "unicode-segmentation",
 3933]
 3934
 3935[[package]]
 3936name = "cpal"
 3937version = "0.16.0"
 3938source = "registry+https://github.com/rust-lang/crates.io-index"
 3939checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
 3940dependencies = [
 3941 "alsa",
 3942 "coreaudio-rs 0.13.0",
 3943 "dasp_sample",
 3944 "jni",
 3945 "js-sys",
 3946 "libc",
 3947 "mach2 0.4.3",
 3948 "ndk",
 3949 "ndk-context",
 3950 "num-derive",
 3951 "num-traits",
 3952 "objc2-audio-toolbox",
 3953 "objc2-core-audio",
 3954 "objc2-core-audio-types",
 3955 "wasm-bindgen",
 3956 "wasm-bindgen-futures",
 3957 "web-sys",
 3958 "windows 0.54.0",
 3959]
 3960
 3961[[package]]
 3962name = "cpp_demangle"
 3963version = "0.4.5"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3966dependencies = [
 3967 "cfg-if",
 3968]
 3969
 3970[[package]]
 3971name = "cpufeatures"
 3972version = "0.2.17"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3975dependencies = [
 3976 "libc",
 3977]
 3978
 3979[[package]]
 3980name = "cranelift-bforest"
 3981version = "0.116.1"
 3982source = "registry+https://github.com/rust-lang/crates.io-index"
 3983checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3984dependencies = [
 3985 "cranelift-entity",
 3986]
 3987
 3988[[package]]
 3989name = "cranelift-bitset"
 3990version = "0.116.1"
 3991source = "registry+https://github.com/rust-lang/crates.io-index"
 3992checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3993dependencies = [
 3994 "serde",
 3995 "serde_derive",
 3996]
 3997
 3998[[package]]
 3999name = "cranelift-codegen"
 4000version = "0.116.1"
 4001source = "registry+https://github.com/rust-lang/crates.io-index"
 4002checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 4003dependencies = [
 4004 "bumpalo",
 4005 "cranelift-bforest",
 4006 "cranelift-bitset",
 4007 "cranelift-codegen-meta",
 4008 "cranelift-codegen-shared",
 4009 "cranelift-control",
 4010 "cranelift-entity",
 4011 "cranelift-isle",
 4012 "gimli 0.31.1",
 4013 "hashbrown 0.14.5",
 4014 "log",
 4015 "postcard",
 4016 "regalloc2",
 4017 "rustc-hash 2.1.1",
 4018 "serde",
 4019 "serde_derive",
 4020 "sha2",
 4021 "smallvec",
 4022 "target-lexicon 0.13.3",
 4023]
 4024
 4025[[package]]
 4026name = "cranelift-codegen-meta"
 4027version = "0.116.1"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 4030dependencies = [
 4031 "cranelift-codegen-shared",
 4032]
 4033
 4034[[package]]
 4035name = "cranelift-codegen-shared"
 4036version = "0.116.1"
 4037source = "registry+https://github.com/rust-lang/crates.io-index"
 4038checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 4039
 4040[[package]]
 4041name = "cranelift-control"
 4042version = "0.116.1"
 4043source = "registry+https://github.com/rust-lang/crates.io-index"
 4044checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 4045dependencies = [
 4046 "arbitrary",
 4047]
 4048
 4049[[package]]
 4050name = "cranelift-entity"
 4051version = "0.116.1"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 4054dependencies = [
 4055 "cranelift-bitset",
 4056 "serde",
 4057 "serde_derive",
 4058]
 4059
 4060[[package]]
 4061name = "cranelift-frontend"
 4062version = "0.116.1"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 4065dependencies = [
 4066 "cranelift-codegen",
 4067 "log",
 4068 "smallvec",
 4069 "target-lexicon 0.13.3",
 4070]
 4071
 4072[[package]]
 4073name = "cranelift-isle"
 4074version = "0.116.1"
 4075source = "registry+https://github.com/rust-lang/crates.io-index"
 4076checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 4077
 4078[[package]]
 4079name = "cranelift-native"
 4080version = "0.116.1"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 4083dependencies = [
 4084 "cranelift-codegen",
 4085 "libc",
 4086 "target-lexicon 0.13.3",
 4087]
 4088
 4089[[package]]
 4090name = "crash-context"
 4091version = "0.6.3"
 4092source = "registry+https://github.com/rust-lang/crates.io-index"
 4093checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4094dependencies = [
 4095 "cfg-if",
 4096 "libc",
 4097 "mach2 0.4.3",
 4098]
 4099
 4100[[package]]
 4101name = "crash-handler"
 4102version = "0.6.3"
 4103source = "registry+https://github.com/rust-lang/crates.io-index"
 4104checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4105dependencies = [
 4106 "cfg-if",
 4107 "crash-context",
 4108 "libc",
 4109 "mach2 0.4.3",
 4110 "parking_lot",
 4111]
 4112
 4113[[package]]
 4114name = "crashes"
 4115version = "0.1.0"
 4116dependencies = [
 4117 "bincode 1.3.3",
 4118 "cfg-if",
 4119 "crash-handler",
 4120 "log",
 4121 "mach2 0.5.0",
 4122 "minidumper",
 4123 "paths",
 4124 "release_channel",
 4125 "serde",
 4126 "serde_json",
 4127 "smol",
 4128 "system_specs",
 4129 "zstd 0.11.2+zstd.1.5.2",
 4130]
 4131
 4132[[package]]
 4133name = "crc"
 4134version = "3.3.0"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4137dependencies = [
 4138 "crc-catalog",
 4139]
 4140
 4141[[package]]
 4142name = "crc-catalog"
 4143version = "2.4.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4146
 4147[[package]]
 4148name = "crc-fast"
 4149version = "1.3.0"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
 4152dependencies = [
 4153 "crc",
 4154 "digest",
 4155 "libc",
 4156 "rand 0.9.2",
 4157 "regex",
 4158]
 4159
 4160[[package]]
 4161name = "crc32fast"
 4162version = "1.5.0"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4165dependencies = [
 4166 "cfg-if",
 4167]
 4168
 4169[[package]]
 4170name = "credentials_provider"
 4171version = "0.1.0"
 4172dependencies = [
 4173 "anyhow",
 4174 "futures 0.3.31",
 4175 "gpui",
 4176 "paths",
 4177 "release_channel",
 4178 "serde",
 4179 "serde_json",
 4180]
 4181
 4182[[package]]
 4183name = "criterion"
 4184version = "0.5.1"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4187dependencies = [
 4188 "anes",
 4189 "cast",
 4190 "ciborium",
 4191 "clap",
 4192 "criterion-plot",
 4193 "is-terminal",
 4194 "itertools 0.10.5",
 4195 "num-traits",
 4196 "once_cell",
 4197 "oorandom",
 4198 "plotters",
 4199 "rayon",
 4200 "regex",
 4201 "serde",
 4202 "serde_derive",
 4203 "serde_json",
 4204 "tinytemplate",
 4205 "walkdir",
 4206]
 4207
 4208[[package]]
 4209name = "criterion-plot"
 4210version = "0.5.0"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4213dependencies = [
 4214 "cast",
 4215 "itertools 0.10.5",
 4216]
 4217
 4218[[package]]
 4219name = "crossbeam"
 4220version = "0.8.4"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4223dependencies = [
 4224 "crossbeam-channel",
 4225 "crossbeam-deque",
 4226 "crossbeam-epoch",
 4227 "crossbeam-queue",
 4228 "crossbeam-utils",
 4229]
 4230
 4231[[package]]
 4232name = "crossbeam-channel"
 4233version = "0.5.15"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4236dependencies = [
 4237 "crossbeam-utils",
 4238]
 4239
 4240[[package]]
 4241name = "crossbeam-deque"
 4242version = "0.8.6"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4245dependencies = [
 4246 "crossbeam-epoch",
 4247 "crossbeam-utils",
 4248]
 4249
 4250[[package]]
 4251name = "crossbeam-epoch"
 4252version = "0.9.18"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4255dependencies = [
 4256 "crossbeam-utils",
 4257]
 4258
 4259[[package]]
 4260name = "crossbeam-queue"
 4261version = "0.3.12"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4264dependencies = [
 4265 "crossbeam-utils",
 4266]
 4267
 4268[[package]]
 4269name = "crossbeam-utils"
 4270version = "0.8.21"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4273
 4274[[package]]
 4275name = "crossterm"
 4276version = "0.29.0"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
 4279dependencies = [
 4280 "bitflags 2.9.4",
 4281 "crossterm_winapi",
 4282 "document-features",
 4283 "parking_lot",
 4284 "rustix 1.1.2",
 4285 "winapi",
 4286]
 4287
 4288[[package]]
 4289name = "crossterm_winapi"
 4290version = "0.9.1"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
 4293dependencies = [
 4294 "winapi",
 4295]
 4296
 4297[[package]]
 4298name = "crunchy"
 4299version = "0.2.4"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4302
 4303[[package]]
 4304name = "crypto-bigint"
 4305version = "0.4.9"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4308dependencies = [
 4309 "generic-array",
 4310 "rand_core 0.6.4",
 4311 "subtle",
 4312 "zeroize",
 4313]
 4314
 4315[[package]]
 4316name = "crypto-bigint"
 4317version = "0.5.5"
 4318source = "registry+https://github.com/rust-lang/crates.io-index"
 4319checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4320dependencies = [
 4321 "rand_core 0.6.4",
 4322 "subtle",
 4323]
 4324
 4325[[package]]
 4326name = "crypto-common"
 4327version = "0.1.6"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4330dependencies = [
 4331 "generic-array",
 4332 "rand_core 0.6.4",
 4333 "typenum",
 4334]
 4335
 4336[[package]]
 4337name = "cssparser"
 4338version = "0.35.0"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4341dependencies = [
 4342 "cssparser-macros",
 4343 "dtoa-short",
 4344 "itoa",
 4345 "phf 0.11.3",
 4346 "smallvec",
 4347]
 4348
 4349[[package]]
 4350name = "cssparser-macros"
 4351version = "0.6.1"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4354dependencies = [
 4355 "quote",
 4356 "syn 2.0.106",
 4357]
 4358
 4359[[package]]
 4360name = "ctor"
 4361version = "0.4.3"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4364dependencies = [
 4365 "ctor-proc-macro",
 4366 "dtor",
 4367]
 4368
 4369[[package]]
 4370name = "ctor-proc-macro"
 4371version = "0.0.6"
 4372source = "registry+https://github.com/rust-lang/crates.io-index"
 4373checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4374
 4375[[package]]
 4376name = "ctrlc"
 4377version = "3.5.0"
 4378source = "registry+https://github.com/rust-lang/crates.io-index"
 4379checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4380dependencies = [
 4381 "dispatch",
 4382 "nix 0.30.1",
 4383 "windows-sys 0.61.2",
 4384]
 4385
 4386[[package]]
 4387name = "cursor-icon"
 4388version = "1.2.0"
 4389source = "registry+https://github.com/rust-lang/crates.io-index"
 4390checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4391
 4392[[package]]
 4393name = "cxx"
 4394version = "1.0.187"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4397dependencies = [
 4398 "cc",
 4399 "cxx-build",
 4400 "cxxbridge-cmd",
 4401 "cxxbridge-flags",
 4402 "cxxbridge-macro",
 4403 "foldhash 0.2.0",
 4404 "link-cplusplus",
 4405]
 4406
 4407[[package]]
 4408name = "cxx-build"
 4409version = "1.0.187"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4412dependencies = [
 4413 "cc",
 4414 "codespan-reporting 0.13.0",
 4415 "indexmap 2.11.4",
 4416 "proc-macro2",
 4417 "quote",
 4418 "scratch",
 4419 "syn 2.0.106",
 4420]
 4421
 4422[[package]]
 4423name = "cxxbridge-cmd"
 4424version = "1.0.187"
 4425source = "registry+https://github.com/rust-lang/crates.io-index"
 4426checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4427dependencies = [
 4428 "clap",
 4429 "codespan-reporting 0.13.0",
 4430 "indexmap 2.11.4",
 4431 "proc-macro2",
 4432 "quote",
 4433 "syn 2.0.106",
 4434]
 4435
 4436[[package]]
 4437name = "cxxbridge-flags"
 4438version = "1.0.187"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4441
 4442[[package]]
 4443name = "cxxbridge-macro"
 4444version = "1.0.187"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4447dependencies = [
 4448 "indexmap 2.11.4",
 4449 "proc-macro2",
 4450 "quote",
 4451 "syn 2.0.106",
 4452]
 4453
 4454[[package]]
 4455name = "dap"
 4456version = "0.1.0"
 4457dependencies = [
 4458 "anyhow",
 4459 "async-compression",
 4460 "async-pipe",
 4461 "async-tar",
 4462 "async-trait",
 4463 "client",
 4464 "collections",
 4465 "dap-types",
 4466 "fs",
 4467 "futures 0.3.31",
 4468 "gpui",
 4469 "http_client",
 4470 "language",
 4471 "libc",
 4472 "log",
 4473 "node_runtime",
 4474 "parking_lot",
 4475 "paths",
 4476 "proto",
 4477 "schemars 1.0.4",
 4478 "serde",
 4479 "serde_json",
 4480 "settings",
 4481 "smallvec",
 4482 "smol",
 4483 "task",
 4484 "telemetry",
 4485 "tree-sitter",
 4486 "tree-sitter-go",
 4487 "util",
 4488 "zlog",
 4489]
 4490
 4491[[package]]
 4492name = "dap-types"
 4493version = "0.0.1"
 4494source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4495dependencies = [
 4496 "schemars 1.0.4",
 4497 "serde",
 4498 "serde_json",
 4499]
 4500
 4501[[package]]
 4502name = "dap_adapters"
 4503version = "0.1.0"
 4504dependencies = [
 4505 "anyhow",
 4506 "async-trait",
 4507 "collections",
 4508 "dap",
 4509 "dotenvy",
 4510 "fs",
 4511 "futures 0.3.31",
 4512 "gpui",
 4513 "json_dotpath",
 4514 "language",
 4515 "log",
 4516 "paths",
 4517 "serde",
 4518 "serde_json",
 4519 "shlex",
 4520 "smol",
 4521 "task",
 4522 "util",
 4523]
 4524
 4525[[package]]
 4526name = "darling"
 4527version = "0.20.11"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4530dependencies = [
 4531 "darling_core 0.20.11",
 4532 "darling_macro 0.20.11",
 4533]
 4534
 4535[[package]]
 4536name = "darling"
 4537version = "0.21.3"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4540dependencies = [
 4541 "darling_core 0.21.3",
 4542 "darling_macro 0.21.3",
 4543]
 4544
 4545[[package]]
 4546name = "darling_core"
 4547version = "0.20.11"
 4548source = "registry+https://github.com/rust-lang/crates.io-index"
 4549checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4550dependencies = [
 4551 "fnv",
 4552 "ident_case",
 4553 "proc-macro2",
 4554 "quote",
 4555 "strsim",
 4556 "syn 2.0.106",
 4557]
 4558
 4559[[package]]
 4560name = "darling_core"
 4561version = "0.21.3"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4564dependencies = [
 4565 "fnv",
 4566 "ident_case",
 4567 "proc-macro2",
 4568 "quote",
 4569 "strsim",
 4570 "syn 2.0.106",
 4571]
 4572
 4573[[package]]
 4574name = "darling_macro"
 4575version = "0.20.11"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4578dependencies = [
 4579 "darling_core 0.20.11",
 4580 "quote",
 4581 "syn 2.0.106",
 4582]
 4583
 4584[[package]]
 4585name = "darling_macro"
 4586version = "0.21.3"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4589dependencies = [
 4590 "darling_core 0.21.3",
 4591 "quote",
 4592 "syn 2.0.106",
 4593]
 4594
 4595[[package]]
 4596name = "dashmap"
 4597version = "5.5.3"
 4598source = "registry+https://github.com/rust-lang/crates.io-index"
 4599checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4600dependencies = [
 4601 "cfg-if",
 4602 "hashbrown 0.14.5",
 4603 "lock_api",
 4604 "once_cell",
 4605 "parking_lot_core",
 4606]
 4607
 4608[[package]]
 4609name = "dashmap"
 4610version = "6.1.0"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4613dependencies = [
 4614 "cfg-if",
 4615 "crossbeam-utils",
 4616 "hashbrown 0.14.5",
 4617 "lock_api",
 4618 "once_cell",
 4619 "parking_lot_core",
 4620]
 4621
 4622[[package]]
 4623name = "dasp_sample"
 4624version = "0.11.0"
 4625source = "registry+https://github.com/rust-lang/crates.io-index"
 4626checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4627
 4628[[package]]
 4629name = "data-encoding"
 4630version = "2.9.0"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4633
 4634[[package]]
 4635name = "data-url"
 4636version = "0.3.2"
 4637source = "registry+https://github.com/rust-lang/crates.io-index"
 4638checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4639
 4640[[package]]
 4641name = "db"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "gpui",
 4646 "indoc",
 4647 "log",
 4648 "paths",
 4649 "release_channel",
 4650 "smol",
 4651 "sqlez",
 4652 "sqlez_macros",
 4653 "tempfile",
 4654 "util",
 4655 "zed_env_vars",
 4656]
 4657
 4658[[package]]
 4659name = "dbus"
 4660version = "0.9.9"
 4661source = "registry+https://github.com/rust-lang/crates.io-index"
 4662checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4663dependencies = [
 4664 "libc",
 4665 "libdbus-sys",
 4666 "windows-sys 0.59.0",
 4667]
 4668
 4669[[package]]
 4670name = "debug_adapter_extension"
 4671version = "0.1.0"
 4672dependencies = [
 4673 "anyhow",
 4674 "async-trait",
 4675 "collections",
 4676 "dap",
 4677 "extension",
 4678 "gpui",
 4679 "serde_json",
 4680 "task",
 4681 "util",
 4682]
 4683
 4684[[package]]
 4685name = "debug_unsafe"
 4686version = "0.1.3"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b"
 4689
 4690[[package]]
 4691name = "debugger_tools"
 4692version = "0.1.0"
 4693dependencies = [
 4694 "anyhow",
 4695 "dap",
 4696 "editor",
 4697 "futures 0.3.31",
 4698 "gpui",
 4699 "project",
 4700 "serde_json",
 4701 "settings",
 4702 "smol",
 4703 "util",
 4704 "workspace",
 4705]
 4706
 4707[[package]]
 4708name = "debugger_ui"
 4709version = "0.1.0"
 4710dependencies = [
 4711 "alacritty_terminal",
 4712 "anyhow",
 4713 "bitflags 2.9.4",
 4714 "client",
 4715 "collections",
 4716 "command_palette_hooks",
 4717 "dap",
 4718 "dap_adapters",
 4719 "db",
 4720 "debugger_tools",
 4721 "editor",
 4722 "file_icons",
 4723 "futures 0.3.31",
 4724 "fuzzy",
 4725 "gpui",
 4726 "hex",
 4727 "indoc",
 4728 "itertools 0.14.0",
 4729 "language",
 4730 "log",
 4731 "menu",
 4732 "notifications",
 4733 "parking_lot",
 4734 "parse_int",
 4735 "paths",
 4736 "picker",
 4737 "pretty_assertions",
 4738 "project",
 4739 "rpc",
 4740 "schemars 1.0.4",
 4741 "serde",
 4742 "serde_json",
 4743 "serde_json_lenient",
 4744 "settings",
 4745 "shlex",
 4746 "sysinfo 0.37.2",
 4747 "task",
 4748 "tasks_ui",
 4749 "telemetry",
 4750 "terminal_view",
 4751 "text",
 4752 "theme",
 4753 "tree-sitter",
 4754 "tree-sitter-go",
 4755 "tree-sitter-json",
 4756 "ui",
 4757 "unindent",
 4758 "util",
 4759 "workspace",
 4760 "zed_actions",
 4761 "zlog",
 4762]
 4763
 4764[[package]]
 4765name = "debugid"
 4766version = "0.8.0"
 4767source = "registry+https://github.com/rust-lang/crates.io-index"
 4768checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4769dependencies = [
 4770 "uuid",
 4771]
 4772
 4773[[package]]
 4774name = "deepseek"
 4775version = "0.1.0"
 4776dependencies = [
 4777 "anyhow",
 4778 "futures 0.3.31",
 4779 "http_client",
 4780 "schemars 1.0.4",
 4781 "serde",
 4782 "serde_json",
 4783]
 4784
 4785[[package]]
 4786name = "deflate64"
 4787version = "0.1.10"
 4788source = "registry+https://github.com/rust-lang/crates.io-index"
 4789checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4790
 4791[[package]]
 4792name = "denoise"
 4793version = "0.1.0"
 4794dependencies = [
 4795 "candle-core",
 4796 "candle-onnx",
 4797 "log",
 4798 "realfft",
 4799 "rodio",
 4800 "rustfft",
 4801 "thiserror 2.0.17",
 4802]
 4803
 4804[[package]]
 4805name = "der"
 4806version = "0.6.1"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4809dependencies = [
 4810 "const-oid",
 4811 "zeroize",
 4812]
 4813
 4814[[package]]
 4815name = "der"
 4816version = "0.7.10"
 4817source = "registry+https://github.com/rust-lang/crates.io-index"
 4818checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4819dependencies = [
 4820 "const-oid",
 4821 "pem-rfc7468",
 4822 "zeroize",
 4823]
 4824
 4825[[package]]
 4826name = "deranged"
 4827version = "0.5.4"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4830dependencies = [
 4831 "powerfmt",
 4832 "serde_core",
 4833]
 4834
 4835[[package]]
 4836name = "derive_arbitrary"
 4837version = "1.4.2"
 4838source = "registry+https://github.com/rust-lang/crates.io-index"
 4839checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4840dependencies = [
 4841 "proc-macro2",
 4842 "quote",
 4843 "syn 2.0.106",
 4844]
 4845
 4846[[package]]
 4847name = "derive_more"
 4848version = "0.99.20"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
 4851dependencies = [
 4852 "convert_case 0.4.0",
 4853 "proc-macro2",
 4854 "quote",
 4855 "rustc_version",
 4856 "syn 2.0.106",
 4857]
 4858
 4859[[package]]
 4860name = "derive_refineable"
 4861version = "0.1.0"
 4862dependencies = [
 4863 "proc-macro2",
 4864 "quote",
 4865 "syn 2.0.106",
 4866]
 4867
 4868[[package]]
 4869name = "deunicode"
 4870version = "1.6.2"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
 4873
 4874[[package]]
 4875name = "diagnostics"
 4876version = "0.1.0"
 4877dependencies = [
 4878 "anyhow",
 4879 "client",
 4880 "collections",
 4881 "component",
 4882 "ctor",
 4883 "editor",
 4884 "gpui",
 4885 "indoc",
 4886 "language",
 4887 "log",
 4888 "lsp",
 4889 "markdown",
 4890 "pretty_assertions",
 4891 "project",
 4892 "rand 0.9.2",
 4893 "serde",
 4894 "serde_json",
 4895 "settings",
 4896 "text",
 4897 "theme",
 4898 "ui",
 4899 "unindent",
 4900 "util",
 4901 "workspace",
 4902 "zlog",
 4903]
 4904
 4905[[package]]
 4906name = "dialoguer"
 4907version = "0.11.0"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4910dependencies = [
 4911 "console",
 4912 "fuzzy-matcher",
 4913 "shell-words",
 4914 "tempfile",
 4915 "thiserror 1.0.69",
 4916 "zeroize",
 4917]
 4918
 4919[[package]]
 4920name = "diff"
 4921version = "0.1.13"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4924
 4925[[package]]
 4926name = "diffy"
 4927version = "0.4.2"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4930dependencies = [
 4931 "nu-ansi-term",
 4932]
 4933
 4934[[package]]
 4935name = "digest"
 4936version = "0.10.7"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4939dependencies = [
 4940 "block-buffer",
 4941 "const-oid",
 4942 "crypto-common",
 4943 "subtle",
 4944]
 4945
 4946[[package]]
 4947name = "dirs"
 4948version = "4.0.0"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4951dependencies = [
 4952 "dirs-sys 0.3.7",
 4953]
 4954
 4955[[package]]
 4956name = "dirs"
 4957version = "5.0.1"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4960dependencies = [
 4961 "dirs-sys 0.4.1",
 4962]
 4963
 4964[[package]]
 4965name = "dirs"
 4966version = "6.0.0"
 4967source = "registry+https://github.com/rust-lang/crates.io-index"
 4968checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4969dependencies = [
 4970 "dirs-sys 0.5.0",
 4971]
 4972
 4973[[package]]
 4974name = "dirs-sys"
 4975version = "0.3.7"
 4976source = "registry+https://github.com/rust-lang/crates.io-index"
 4977checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4978dependencies = [
 4979 "libc",
 4980 "redox_users 0.4.6",
 4981 "winapi",
 4982]
 4983
 4984[[package]]
 4985name = "dirs-sys"
 4986version = "0.4.1"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4989dependencies = [
 4990 "libc",
 4991 "option-ext",
 4992 "redox_users 0.4.6",
 4993 "windows-sys 0.48.0",
 4994]
 4995
 4996[[package]]
 4997name = "dirs-sys"
 4998version = "0.5.0"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5001dependencies = [
 5002 "libc",
 5003 "option-ext",
 5004 "redox_users 0.5.2",
 5005 "windows-sys 0.59.0",
 5006]
 5007
 5008[[package]]
 5009name = "dispatch"
 5010version = "0.2.0"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5013
 5014[[package]]
 5015name = "dispatch2"
 5016version = "0.3.0"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 5019dependencies = [
 5020 "bitflags 2.9.4",
 5021 "objc2",
 5022]
 5023
 5024[[package]]
 5025name = "displaydoc"
 5026version = "0.2.5"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5029dependencies = [
 5030 "proc-macro2",
 5031 "quote",
 5032 "syn 2.0.106",
 5033]
 5034
 5035[[package]]
 5036name = "dlib"
 5037version = "0.5.2"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5040dependencies = [
 5041 "libloading",
 5042]
 5043
 5044[[package]]
 5045name = "docs_preprocessor"
 5046version = "0.1.0"
 5047dependencies = [
 5048 "anyhow",
 5049 "command_palette",
 5050 "gpui",
 5051 "mdbook",
 5052 "regex",
 5053 "serde",
 5054 "serde_json",
 5055 "settings",
 5056 "task",
 5057 "theme",
 5058 "util",
 5059 "zed",
 5060 "zlog",
 5061]
 5062
 5063[[package]]
 5064name = "document-features"
 5065version = "0.2.11"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
 5068dependencies = [
 5069 "litrs",
 5070]
 5071
 5072[[package]]
 5073name = "documented"
 5074version = "0.9.2"
 5075source = "registry+https://github.com/rust-lang/crates.io-index"
 5076checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5077dependencies = [
 5078 "documented-macros",
 5079 "phf 0.12.1",
 5080 "thiserror 2.0.17",
 5081]
 5082
 5083[[package]]
 5084name = "documented-macros"
 5085version = "0.9.2"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5088dependencies = [
 5089 "convert_case 0.8.0",
 5090 "itertools 0.14.0",
 5091 "optfield",
 5092 "proc-macro2",
 5093 "quote",
 5094 "strum 0.27.2",
 5095 "syn 2.0.106",
 5096]
 5097
 5098[[package]]
 5099name = "dotenvy"
 5100version = "0.15.7"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5103
 5104[[package]]
 5105name = "downcast-rs"
 5106version = "1.2.1"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5109
 5110[[package]]
 5111name = "doxygen-rs"
 5112version = "0.4.2"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5115dependencies = [
 5116 "phf 0.11.3",
 5117]
 5118
 5119[[package]]
 5120name = "dtoa"
 5121version = "1.0.10"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5124
 5125[[package]]
 5126name = "dtoa-short"
 5127version = "0.3.5"
 5128source = "registry+https://github.com/rust-lang/crates.io-index"
 5129checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5130dependencies = [
 5131 "dtoa",
 5132]
 5133
 5134[[package]]
 5135name = "dtor"
 5136version = "0.0.6"
 5137source = "registry+https://github.com/rust-lang/crates.io-index"
 5138checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5139dependencies = [
 5140 "dtor-proc-macro",
 5141]
 5142
 5143[[package]]
 5144name = "dtor-proc-macro"
 5145version = "0.0.5"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5148
 5149[[package]]
 5150name = "dunce"
 5151version = "1.0.5"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5154
 5155[[package]]
 5156name = "dwrote"
 5157version = "0.11.5"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5160dependencies = [
 5161 "lazy_static",
 5162 "libc",
 5163 "winapi",
 5164 "wio",
 5165]
 5166
 5167[[package]]
 5168name = "dyn-clone"
 5169version = "1.0.20"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5172
 5173[[package]]
 5174name = "dyn-stack"
 5175version = "0.10.0"
 5176source = "registry+https://github.com/rust-lang/crates.io-index"
 5177checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5178dependencies = [
 5179 "bytemuck",
 5180 "reborrow",
 5181]
 5182
 5183[[package]]
 5184name = "dyn-stack"
 5185version = "0.13.2"
 5186source = "registry+https://github.com/rust-lang/crates.io-index"
 5187checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5188dependencies = [
 5189 "bytemuck",
 5190 "dyn-stack-macros",
 5191]
 5192
 5193[[package]]
 5194name = "dyn-stack-macros"
 5195version = "0.1.3"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5198
 5199[[package]]
 5200name = "ec4rs"
 5201version = "1.2.0"
 5202source = "registry+https://github.com/rust-lang/crates.io-index"
 5203checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5204
 5205[[package]]
 5206name = "ecdsa"
 5207version = "0.14.8"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5210dependencies = [
 5211 "der 0.6.1",
 5212 "elliptic-curve",
 5213 "rfc6979",
 5214 "signature 1.6.4",
 5215]
 5216
 5217[[package]]
 5218name = "edit_prediction"
 5219version = "0.1.0"
 5220dependencies = [
 5221 "client",
 5222 "gpui",
 5223 "language",
 5224]
 5225
 5226[[package]]
 5227name = "edit_prediction_button"
 5228version = "0.1.0"
 5229dependencies = [
 5230 "anyhow",
 5231 "client",
 5232 "cloud_llm_client",
 5233 "codestral",
 5234 "copilot",
 5235 "edit_prediction",
 5236 "editor",
 5237 "feature_flags",
 5238 "fs",
 5239 "futures 0.3.31",
 5240 "gpui",
 5241 "indoc",
 5242 "language",
 5243 "lsp",
 5244 "paths",
 5245 "project",
 5246 "regex",
 5247 "serde_json",
 5248 "settings",
 5249 "supermaven",
 5250 "telemetry",
 5251 "theme",
 5252 "ui",
 5253 "workspace",
 5254 "zed_actions",
 5255 "zeta",
 5256]
 5257
 5258[[package]]
 5259name = "edit_prediction_context"
 5260version = "0.1.0"
 5261dependencies = [
 5262 "anyhow",
 5263 "arrayvec",
 5264 "clap",
 5265 "cloud_llm_client",
 5266 "collections",
 5267 "futures 0.3.31",
 5268 "gpui",
 5269 "hashbrown 0.15.5",
 5270 "indoc",
 5271 "itertools 0.14.0",
 5272 "language",
 5273 "log",
 5274 "ordered-float 2.10.1",
 5275 "postage",
 5276 "pretty_assertions",
 5277 "project",
 5278 "regex",
 5279 "serde",
 5280 "serde_json",
 5281 "settings",
 5282 "slotmap",
 5283 "strum 0.27.2",
 5284 "text",
 5285 "tree-sitter",
 5286 "tree-sitter-c",
 5287 "tree-sitter-cpp",
 5288 "tree-sitter-go",
 5289 "util",
 5290 "zlog",
 5291]
 5292
 5293[[package]]
 5294name = "editor"
 5295version = "0.1.0"
 5296dependencies = [
 5297 "aho-corasick",
 5298 "anyhow",
 5299 "assets",
 5300 "buffer_diff",
 5301 "client",
 5302 "clock",
 5303 "collections",
 5304 "convert_case 0.8.0",
 5305 "criterion",
 5306 "ctor",
 5307 "dap",
 5308 "db",
 5309 "edit_prediction",
 5310 "emojis",
 5311 "file_icons",
 5312 "fs",
 5313 "futures 0.3.31",
 5314 "fuzzy",
 5315 "git",
 5316 "gpui",
 5317 "http_client",
 5318 "indoc",
 5319 "itertools 0.14.0",
 5320 "language",
 5321 "languages",
 5322 "linkify",
 5323 "log",
 5324 "lsp",
 5325 "markdown",
 5326 "menu",
 5327 "multi_buffer",
 5328 "ordered-float 2.10.1",
 5329 "parking_lot",
 5330 "pretty_assertions",
 5331 "project",
 5332 "rand 0.9.2",
 5333 "regex",
 5334 "release_channel",
 5335 "rpc",
 5336 "schemars 1.0.4",
 5337 "serde",
 5338 "serde_json",
 5339 "settings",
 5340 "smallvec",
 5341 "smol",
 5342 "snippet",
 5343 "sum_tree",
 5344 "task",
 5345 "telemetry",
 5346 "tempfile",
 5347 "text",
 5348 "theme",
 5349 "time",
 5350 "tree-sitter-bash",
 5351 "tree-sitter-c",
 5352 "tree-sitter-html",
 5353 "tree-sitter-python",
 5354 "tree-sitter-rust",
 5355 "tree-sitter-typescript",
 5356 "tree-sitter-yaml",
 5357 "ui",
 5358 "unicode-script",
 5359 "unicode-segmentation",
 5360 "unindent",
 5361 "url",
 5362 "util",
 5363 "uuid",
 5364 "vim_mode_setting",
 5365 "workspace",
 5366 "zed_actions",
 5367 "zlog",
 5368]
 5369
 5370[[package]]
 5371name = "either"
 5372version = "1.15.0"
 5373source = "registry+https://github.com/rust-lang/crates.io-index"
 5374checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5375dependencies = [
 5376 "serde",
 5377]
 5378
 5379[[package]]
 5380name = "elasticlunr-rs"
 5381version = "3.0.2"
 5382source = "registry+https://github.com/rust-lang/crates.io-index"
 5383checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5384dependencies = [
 5385 "regex",
 5386 "serde",
 5387 "serde_derive",
 5388 "serde_json",
 5389]
 5390
 5391[[package]]
 5392name = "elliptic-curve"
 5393version = "0.12.3"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5396dependencies = [
 5397 "base16ct",
 5398 "crypto-bigint 0.4.9",
 5399 "der 0.6.1",
 5400 "digest",
 5401 "ff",
 5402 "generic-array",
 5403 "group",
 5404 "pkcs8 0.9.0",
 5405 "rand_core 0.6.4",
 5406 "sec1",
 5407 "subtle",
 5408 "zeroize",
 5409]
 5410
 5411[[package]]
 5412name = "email_address"
 5413version = "0.2.9"
 5414source = "registry+https://github.com/rust-lang/crates.io-index"
 5415checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5416dependencies = [
 5417 "serde",
 5418]
 5419
 5420[[package]]
 5421name = "embed-resource"
 5422version = "3.0.6"
 5423source = "registry+https://github.com/rust-lang/crates.io-index"
 5424checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5425dependencies = [
 5426 "cc",
 5427 "memchr",
 5428 "rustc_version",
 5429 "toml 0.9.8",
 5430 "vswhom",
 5431 "winreg 0.55.0",
 5432]
 5433
 5434[[package]]
 5435name = "embedded-io"
 5436version = "0.4.0"
 5437source = "registry+https://github.com/rust-lang/crates.io-index"
 5438checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5439
 5440[[package]]
 5441name = "embedded-io"
 5442version = "0.6.1"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5445
 5446[[package]]
 5447name = "emojis"
 5448version = "0.6.4"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5451dependencies = [
 5452 "phf 0.11.3",
 5453]
 5454
 5455[[package]]
 5456name = "encode_unicode"
 5457version = "1.0.0"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5460
 5461[[package]]
 5462name = "encoding_rs"
 5463version = "0.8.35"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5466dependencies = [
 5467 "cfg-if",
 5468]
 5469
 5470[[package]]
 5471name = "endi"
 5472version = "1.1.0"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5475
 5476[[package]]
 5477name = "enum-as-inner"
 5478version = "0.6.1"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5481dependencies = [
 5482 "heck 0.5.0",
 5483 "proc-macro2",
 5484 "quote",
 5485 "syn 2.0.106",
 5486]
 5487
 5488[[package]]
 5489name = "enumflags2"
 5490version = "0.7.12"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5493dependencies = [
 5494 "enumflags2_derive",
 5495 "serde",
 5496]
 5497
 5498[[package]]
 5499name = "enumflags2_derive"
 5500version = "0.7.12"
 5501source = "registry+https://github.com/rust-lang/crates.io-index"
 5502checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5503dependencies = [
 5504 "proc-macro2",
 5505 "quote",
 5506 "syn 2.0.106",
 5507]
 5508
 5509[[package]]
 5510name = "env_filter"
 5511version = "0.1.4"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5514dependencies = [
 5515 "log",
 5516 "regex",
 5517]
 5518
 5519[[package]]
 5520name = "env_logger"
 5521version = "0.10.2"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5524dependencies = [
 5525 "humantime",
 5526 "is-terminal",
 5527 "log",
 5528 "regex",
 5529 "termcolor",
 5530]
 5531
 5532[[package]]
 5533name = "env_logger"
 5534version = "0.11.8"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5537dependencies = [
 5538 "anstream",
 5539 "anstyle",
 5540 "env_filter",
 5541 "jiff",
 5542 "log",
 5543]
 5544
 5545[[package]]
 5546name = "envy"
 5547version = "0.4.2"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5550dependencies = [
 5551 "serde",
 5552]
 5553
 5554[[package]]
 5555name = "equator"
 5556version = "0.4.2"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5559dependencies = [
 5560 "equator-macro",
 5561]
 5562
 5563[[package]]
 5564name = "equator-macro"
 5565version = "0.4.2"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5568dependencies = [
 5569 "proc-macro2",
 5570 "quote",
 5571 "syn 2.0.106",
 5572]
 5573
 5574[[package]]
 5575name = "equivalent"
 5576version = "1.0.2"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5579
 5580[[package]]
 5581name = "erased-serde"
 5582version = "0.4.8"
 5583source = "registry+https://github.com/rust-lang/crates.io-index"
 5584checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
 5585dependencies = [
 5586 "serde",
 5587 "serde_core",
 5588 "typeid",
 5589]
 5590
 5591[[package]]
 5592name = "errno"
 5593version = "0.2.8"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5596dependencies = [
 5597 "errno-dragonfly",
 5598 "libc",
 5599 "winapi",
 5600]
 5601
 5602[[package]]
 5603name = "errno"
 5604version = "0.3.14"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5607dependencies = [
 5608 "libc",
 5609 "windows-sys 0.59.0",
 5610]
 5611
 5612[[package]]
 5613name = "errno-dragonfly"
 5614version = "0.1.2"
 5615source = "registry+https://github.com/rust-lang/crates.io-index"
 5616checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5617dependencies = [
 5618 "cc",
 5619 "libc",
 5620]
 5621
 5622[[package]]
 5623name = "etagere"
 5624version = "0.2.15"
 5625source = "registry+https://github.com/rust-lang/crates.io-index"
 5626checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5627dependencies = [
 5628 "euclid",
 5629 "svg_fmt",
 5630]
 5631
 5632[[package]]
 5633name = "etcetera"
 5634version = "0.8.0"
 5635source = "registry+https://github.com/rust-lang/crates.io-index"
 5636checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5637dependencies = [
 5638 "cfg-if",
 5639 "home",
 5640 "windows-sys 0.48.0",
 5641]
 5642
 5643[[package]]
 5644name = "ethnum"
 5645version = "1.5.2"
 5646source = "registry+https://github.com/rust-lang/crates.io-index"
 5647checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
 5648
 5649[[package]]
 5650name = "euclid"
 5651version = "0.22.11"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5654dependencies = [
 5655 "num-traits",
 5656]
 5657
 5658[[package]]
 5659name = "event-listener"
 5660version = "2.5.3"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5663
 5664[[package]]
 5665name = "event-listener"
 5666version = "5.4.1"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5669dependencies = [
 5670 "concurrent-queue",
 5671 "parking",
 5672 "pin-project-lite",
 5673]
 5674
 5675[[package]]
 5676name = "event-listener-strategy"
 5677version = "0.5.4"
 5678source = "registry+https://github.com/rust-lang/crates.io-index"
 5679checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5680dependencies = [
 5681 "event-listener 5.4.1",
 5682 "pin-project-lite",
 5683]
 5684
 5685[[package]]
 5686name = "exec"
 5687version = "0.3.1"
 5688source = "registry+https://github.com/rust-lang/crates.io-index"
 5689checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5690dependencies = [
 5691 "errno 0.2.8",
 5692 "libc",
 5693]
 5694
 5695[[package]]
 5696name = "explorer_command_injector"
 5697version = "0.1.0"
 5698dependencies = [
 5699 "windows 0.61.3",
 5700 "windows-core 0.61.2",
 5701 "windows-registry 0.5.3",
 5702]
 5703
 5704[[package]]
 5705name = "exr"
 5706version = "1.73.0"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5709dependencies = [
 5710 "bit_field",
 5711 "half",
 5712 "lebe",
 5713 "miniz_oxide",
 5714 "rayon-core",
 5715 "smallvec",
 5716 "zune-inflate",
 5717]
 5718
 5719[[package]]
 5720name = "extended"
 5721version = "0.1.0"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5724
 5725[[package]]
 5726name = "extension"
 5727version = "0.1.0"
 5728dependencies = [
 5729 "anyhow",
 5730 "async-compression",
 5731 "async-tar",
 5732 "async-trait",
 5733 "collections",
 5734 "dap",
 5735 "fs",
 5736 "futures 0.3.31",
 5737 "gpui",
 5738 "heck 0.5.0",
 5739 "http_client",
 5740 "language",
 5741 "log",
 5742 "lsp",
 5743 "parking_lot",
 5744 "pretty_assertions",
 5745 "semantic_version",
 5746 "serde",
 5747 "serde_json",
 5748 "task",
 5749 "toml 0.8.23",
 5750 "url",
 5751 "util",
 5752 "wasm-encoder 0.221.3",
 5753 "wasmparser 0.221.3",
 5754]
 5755
 5756[[package]]
 5757name = "extension_cli"
 5758version = "0.1.0"
 5759dependencies = [
 5760 "anyhow",
 5761 "clap",
 5762 "env_logger 0.11.8",
 5763 "extension",
 5764 "fs",
 5765 "gpui",
 5766 "language",
 5767 "log",
 5768 "reqwest_client",
 5769 "rpc",
 5770 "serde",
 5771 "serde_json",
 5772 "theme",
 5773 "tokio",
 5774 "toml 0.8.23",
 5775 "tree-sitter",
 5776 "wasmtime",
 5777]
 5778
 5779[[package]]
 5780name = "extension_host"
 5781version = "0.1.0"
 5782dependencies = [
 5783 "anyhow",
 5784 "async-compression",
 5785 "async-tar",
 5786 "async-trait",
 5787 "client",
 5788 "collections",
 5789 "criterion",
 5790 "ctor",
 5791 "dap",
 5792 "extension",
 5793 "fs",
 5794 "futures 0.3.31",
 5795 "gpui",
 5796 "http_client",
 5797 "language",
 5798 "language_extension",
 5799 "log",
 5800 "lsp",
 5801 "moka",
 5802 "node_runtime",
 5803 "parking_lot",
 5804 "paths",
 5805 "project",
 5806 "rand 0.9.2",
 5807 "release_channel",
 5808 "remote",
 5809 "reqwest_client",
 5810 "semantic_version",
 5811 "serde",
 5812 "serde_json",
 5813 "serde_json_lenient",
 5814 "settings",
 5815 "task",
 5816 "telemetry",
 5817 "tempfile",
 5818 "theme",
 5819 "theme_extension",
 5820 "toml 0.8.23",
 5821 "url",
 5822 "util",
 5823 "wasmparser 0.221.3",
 5824 "wasmtime",
 5825 "wasmtime-wasi",
 5826 "zlog",
 5827]
 5828
 5829[[package]]
 5830name = "extensions_ui"
 5831version = "0.1.0"
 5832dependencies = [
 5833 "anyhow",
 5834 "client",
 5835 "collections",
 5836 "db",
 5837 "editor",
 5838 "extension",
 5839 "extension_host",
 5840 "fs",
 5841 "fuzzy",
 5842 "gpui",
 5843 "language",
 5844 "log",
 5845 "num-format",
 5846 "picker",
 5847 "project",
 5848 "release_channel",
 5849 "semantic_version",
 5850 "serde",
 5851 "settings",
 5852 "smallvec",
 5853 "strum 0.27.2",
 5854 "telemetry",
 5855 "theme",
 5856 "ui",
 5857 "util",
 5858 "vim_mode_setting",
 5859 "workspace",
 5860 "zed_actions",
 5861]
 5862
 5863[[package]]
 5864name = "fallible-iterator"
 5865version = "0.3.0"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5868
 5869[[package]]
 5870name = "fallible-streaming-iterator"
 5871version = "0.1.9"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
 5874
 5875[[package]]
 5876name = "fancy-regex"
 5877version = "0.13.0"
 5878source = "registry+https://github.com/rust-lang/crates.io-index"
 5879checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5880dependencies = [
 5881 "bit-set 0.5.3",
 5882 "regex-automata",
 5883 "regex-syntax",
 5884]
 5885
 5886[[package]]
 5887name = "fancy-regex"
 5888version = "0.14.0"
 5889source = "registry+https://github.com/rust-lang/crates.io-index"
 5890checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5891dependencies = [
 5892 "bit-set 0.8.0",
 5893 "regex-automata",
 5894 "regex-syntax",
 5895]
 5896
 5897[[package]]
 5898name = "fast-float2"
 5899version = "0.2.3"
 5900source = "registry+https://github.com/rust-lang/crates.io-index"
 5901checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
 5902
 5903[[package]]
 5904name = "fast-srgb8"
 5905version = "1.0.0"
 5906source = "registry+https://github.com/rust-lang/crates.io-index"
 5907checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5908
 5909[[package]]
 5910name = "fastrand"
 5911version = "1.9.0"
 5912source = "registry+https://github.com/rust-lang/crates.io-index"
 5913checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5914dependencies = [
 5915 "instant",
 5916]
 5917
 5918[[package]]
 5919name = "fastrand"
 5920version = "2.3.0"
 5921source = "registry+https://github.com/rust-lang/crates.io-index"
 5922checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5923
 5924[[package]]
 5925name = "fax"
 5926version = "0.2.6"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 5929dependencies = [
 5930 "fax_derive",
 5931]
 5932
 5933[[package]]
 5934name = "fax_derive"
 5935version = "0.2.0"
 5936source = "registry+https://github.com/rust-lang/crates.io-index"
 5937checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 5938dependencies = [
 5939 "proc-macro2",
 5940 "quote",
 5941 "syn 2.0.106",
 5942]
 5943
 5944[[package]]
 5945name = "fd-lock"
 5946version = "4.0.4"
 5947source = "registry+https://github.com/rust-lang/crates.io-index"
 5948checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5949dependencies = [
 5950 "cfg-if",
 5951 "rustix 1.1.2",
 5952 "windows-sys 0.59.0",
 5953]
 5954
 5955[[package]]
 5956name = "fdeflate"
 5957version = "0.3.7"
 5958source = "registry+https://github.com/rust-lang/crates.io-index"
 5959checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5960dependencies = [
 5961 "simd-adler32",
 5962]
 5963
 5964[[package]]
 5965name = "feature_flags"
 5966version = "0.1.0"
 5967dependencies = [
 5968 "futures 0.3.31",
 5969 "gpui",
 5970 "smol",
 5971]
 5972
 5973[[package]]
 5974name = "feedback"
 5975version = "0.1.0"
 5976dependencies = [
 5977 "editor",
 5978 "gpui",
 5979 "system_specs",
 5980 "urlencoding",
 5981 "util",
 5982 "workspace",
 5983 "zed_actions",
 5984]
 5985
 5986[[package]]
 5987name = "ff"
 5988version = "0.12.1"
 5989source = "registry+https://github.com/rust-lang/crates.io-index"
 5990checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5991dependencies = [
 5992 "rand_core 0.6.4",
 5993 "subtle",
 5994]
 5995
 5996[[package]]
 5997name = "file_finder"
 5998version = "0.1.0"
 5999dependencies = [
 6000 "anyhow",
 6001 "collections",
 6002 "ctor",
 6003 "editor",
 6004 "file_icons",
 6005 "futures 0.3.31",
 6006 "fuzzy",
 6007 "gpui",
 6008 "language",
 6009 "menu",
 6010 "picker",
 6011 "pretty_assertions",
 6012 "project",
 6013 "schemars 1.0.4",
 6014 "search",
 6015 "serde",
 6016 "serde_json",
 6017 "settings",
 6018 "text",
 6019 "theme",
 6020 "ui",
 6021 "util",
 6022 "workspace",
 6023 "zlog",
 6024]
 6025
 6026[[package]]
 6027name = "file_icons"
 6028version = "0.1.0"
 6029dependencies = [
 6030 "gpui",
 6031 "serde",
 6032 "theme",
 6033 "util",
 6034]
 6035
 6036[[package]]
 6037name = "filedescriptor"
 6038version = "0.8.3"
 6039source = "registry+https://github.com/rust-lang/crates.io-index"
 6040checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6041dependencies = [
 6042 "libc",
 6043 "thiserror 1.0.69",
 6044 "winapi",
 6045]
 6046
 6047[[package]]
 6048name = "filetime"
 6049version = "0.2.26"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6052dependencies = [
 6053 "cfg-if",
 6054 "libc",
 6055 "libredox",
 6056 "windows-sys 0.60.2",
 6057]
 6058
 6059[[package]]
 6060name = "find-msvc-tools"
 6061version = "0.1.4"
 6062source = "registry+https://github.com/rust-lang/crates.io-index"
 6063checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
 6064
 6065[[package]]
 6066name = "fixedbitset"
 6067version = "0.4.2"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6070
 6071[[package]]
 6072name = "flate2"
 6073version = "1.1.4"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
 6076dependencies = [
 6077 "crc32fast",
 6078 "libz-rs-sys",
 6079 "miniz_oxide",
 6080]
 6081
 6082[[package]]
 6083name = "float-cmp"
 6084version = "0.9.0"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6087
 6088[[package]]
 6089name = "float-ord"
 6090version = "0.3.2"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6093
 6094[[package]]
 6095name = "float8"
 6096version = "0.4.2"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6099dependencies = [
 6100 "half",
 6101 "num-traits",
 6102 "rand 0.9.2",
 6103 "rand_distr",
 6104]
 6105
 6106[[package]]
 6107name = "float_next_after"
 6108version = "1.0.0"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6111
 6112[[package]]
 6113name = "fluent-uri"
 6114version = "0.3.2"
 6115source = "registry+https://github.com/rust-lang/crates.io-index"
 6116checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 6117dependencies = [
 6118 "borrow-or-share",
 6119 "ref-cast",
 6120 "serde",
 6121]
 6122
 6123[[package]]
 6124name = "flume"
 6125version = "0.11.1"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6128dependencies = [
 6129 "futures-core",
 6130 "futures-sink",
 6131 "nanorand",
 6132 "spin",
 6133]
 6134
 6135[[package]]
 6136name = "fnv"
 6137version = "1.0.7"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6140
 6141[[package]]
 6142name = "foldhash"
 6143version = "0.1.5"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6146
 6147[[package]]
 6148name = "foldhash"
 6149version = "0.2.0"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6152
 6153[[package]]
 6154name = "font-types"
 6155version = "0.10.0"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6158dependencies = [
 6159 "bytemuck",
 6160]
 6161
 6162[[package]]
 6163name = "fontconfig-parser"
 6164version = "0.5.8"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6167dependencies = [
 6168 "roxmltree",
 6169]
 6170
 6171[[package]]
 6172name = "fontdb"
 6173version = "0.16.2"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6176dependencies = [
 6177 "fontconfig-parser",
 6178 "log",
 6179 "memmap2",
 6180 "slotmap",
 6181 "tinyvec",
 6182 "ttf-parser 0.20.0",
 6183]
 6184
 6185[[package]]
 6186name = "fontdb"
 6187version = "0.23.0"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6190dependencies = [
 6191 "fontconfig-parser",
 6192 "log",
 6193 "memmap2",
 6194 "slotmap",
 6195 "tinyvec",
 6196 "ttf-parser 0.25.1",
 6197]
 6198
 6199[[package]]
 6200name = "foreign-types"
 6201version = "0.3.2"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6204dependencies = [
 6205 "foreign-types-shared 0.1.1",
 6206]
 6207
 6208[[package]]
 6209name = "foreign-types"
 6210version = "0.5.0"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6213dependencies = [
 6214 "foreign-types-macros",
 6215 "foreign-types-shared 0.3.1",
 6216]
 6217
 6218[[package]]
 6219name = "foreign-types-macros"
 6220version = "0.2.3"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6223dependencies = [
 6224 "proc-macro2",
 6225 "quote",
 6226 "syn 2.0.106",
 6227]
 6228
 6229[[package]]
 6230name = "foreign-types-shared"
 6231version = "0.1.1"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6234
 6235[[package]]
 6236name = "foreign-types-shared"
 6237version = "0.3.1"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6240
 6241[[package]]
 6242name = "fork"
 6243version = "0.2.0"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 6246dependencies = [
 6247 "libc",
 6248]
 6249
 6250[[package]]
 6251name = "form_urlencoded"
 6252version = "1.2.2"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6255dependencies = [
 6256 "percent-encoding",
 6257]
 6258
 6259[[package]]
 6260name = "fraction"
 6261version = "0.15.3"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6264dependencies = [
 6265 "lazy_static",
 6266 "num",
 6267]
 6268
 6269[[package]]
 6270name = "freetype-sys"
 6271version = "0.20.1"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6274dependencies = [
 6275 "cc",
 6276 "libc",
 6277 "pkg-config",
 6278]
 6279
 6280[[package]]
 6281name = "fs"
 6282version = "0.1.0"
 6283dependencies = [
 6284 "anyhow",
 6285 "ashpd 0.11.0",
 6286 "async-tar",
 6287 "async-trait",
 6288 "cocoa 0.26.0",
 6289 "collections",
 6290 "fsevent",
 6291 "futures 0.3.31",
 6292 "git",
 6293 "gpui",
 6294 "ignore",
 6295 "libc",
 6296 "log",
 6297 "notify 8.0.0",
 6298 "objc",
 6299 "parking_lot",
 6300 "paths",
 6301 "proto",
 6302 "rope",
 6303 "serde",
 6304 "serde_json",
 6305 "smol",
 6306 "tempfile",
 6307 "text",
 6308 "time",
 6309 "util",
 6310 "windows 0.61.3",
 6311]
 6312
 6313[[package]]
 6314name = "fs-set-times"
 6315version = "0.20.3"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6318dependencies = [
 6319 "io-lifetimes",
 6320 "rustix 1.1.2",
 6321 "windows-sys 0.59.0",
 6322]
 6323
 6324[[package]]
 6325name = "fs2"
 6326version = "0.4.3"
 6327source = "registry+https://github.com/rust-lang/crates.io-index"
 6328checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6329dependencies = [
 6330 "libc",
 6331 "winapi",
 6332]
 6333
 6334[[package]]
 6335name = "fs4"
 6336version = "0.13.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
 6339dependencies = [
 6340 "rustix 1.1.2",
 6341 "windows-sys 0.59.0",
 6342]
 6343
 6344[[package]]
 6345name = "fs_extra"
 6346version = "1.3.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6349
 6350[[package]]
 6351name = "fsevent"
 6352version = "0.1.0"
 6353dependencies = [
 6354 "bitflags 2.9.4",
 6355 "core-foundation 0.10.0",
 6356 "fsevent-sys 3.1.0",
 6357 "log",
 6358 "parking_lot",
 6359 "tempfile",
 6360]
 6361
 6362[[package]]
 6363name = "fsevent-sys"
 6364version = "3.1.0"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 6367dependencies = [
 6368 "libc",
 6369]
 6370
 6371[[package]]
 6372name = "fsevent-sys"
 6373version = "4.1.0"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6376dependencies = [
 6377 "libc",
 6378]
 6379
 6380[[package]]
 6381name = "funty"
 6382version = "2.0.0"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6385
 6386[[package]]
 6387name = "futf"
 6388version = "0.1.5"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6391dependencies = [
 6392 "mac",
 6393 "new_debug_unreachable",
 6394]
 6395
 6396[[package]]
 6397name = "futures"
 6398version = "0.1.31"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6401
 6402[[package]]
 6403name = "futures"
 6404version = "0.3.31"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6407dependencies = [
 6408 "futures-channel",
 6409 "futures-core",
 6410 "futures-executor",
 6411 "futures-io",
 6412 "futures-sink",
 6413 "futures-task",
 6414 "futures-util",
 6415]
 6416
 6417[[package]]
 6418name = "futures-channel"
 6419version = "0.3.31"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6422dependencies = [
 6423 "futures-core",
 6424 "futures-sink",
 6425]
 6426
 6427[[package]]
 6428name = "futures-core"
 6429version = "0.3.31"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6432
 6433[[package]]
 6434name = "futures-executor"
 6435version = "0.3.31"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6438dependencies = [
 6439 "futures-core",
 6440 "futures-task",
 6441 "futures-util",
 6442]
 6443
 6444[[package]]
 6445name = "futures-intrusive"
 6446version = "0.5.0"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6449dependencies = [
 6450 "futures-core",
 6451 "lock_api",
 6452 "parking_lot",
 6453]
 6454
 6455[[package]]
 6456name = "futures-io"
 6457version = "0.3.31"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6460
 6461[[package]]
 6462name = "futures-lite"
 6463version = "1.13.0"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6466dependencies = [
 6467 "fastrand 1.9.0",
 6468 "futures-core",
 6469 "futures-io",
 6470 "memchr",
 6471 "parking",
 6472 "pin-project-lite",
 6473 "waker-fn",
 6474]
 6475
 6476[[package]]
 6477name = "futures-lite"
 6478version = "2.6.1"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6481dependencies = [
 6482 "fastrand 2.3.0",
 6483 "futures-core",
 6484 "futures-io",
 6485 "parking",
 6486 "pin-project-lite",
 6487]
 6488
 6489[[package]]
 6490name = "futures-macro"
 6491version = "0.3.31"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6494dependencies = [
 6495 "proc-macro2",
 6496 "quote",
 6497 "syn 2.0.106",
 6498]
 6499
 6500[[package]]
 6501name = "futures-sink"
 6502version = "0.3.31"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6505
 6506[[package]]
 6507name = "futures-task"
 6508version = "0.3.31"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6511
 6512[[package]]
 6513name = "futures-util"
 6514version = "0.3.31"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6517dependencies = [
 6518 "futures 0.1.31",
 6519 "futures-channel",
 6520 "futures-core",
 6521 "futures-io",
 6522 "futures-macro",
 6523 "futures-sink",
 6524 "futures-task",
 6525 "memchr",
 6526 "pin-project-lite",
 6527 "pin-utils",
 6528 "slab",
 6529 "tokio-io",
 6530]
 6531
 6532[[package]]
 6533name = "fuzzy"
 6534version = "0.1.0"
 6535dependencies = [
 6536 "gpui",
 6537 "log",
 6538 "util",
 6539]
 6540
 6541[[package]]
 6542name = "fuzzy-matcher"
 6543version = "0.3.7"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6546dependencies = [
 6547 "thread_local",
 6548]
 6549
 6550[[package]]
 6551name = "fxhash"
 6552version = "0.2.1"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 6555dependencies = [
 6556 "byteorder",
 6557]
 6558
 6559[[package]]
 6560name = "gemm"
 6561version = "0.17.1"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6564dependencies = [
 6565 "dyn-stack 0.10.0",
 6566 "gemm-c32 0.17.1",
 6567 "gemm-c64 0.17.1",
 6568 "gemm-common 0.17.1",
 6569 "gemm-f16 0.17.1",
 6570 "gemm-f32 0.17.1",
 6571 "gemm-f64 0.17.1",
 6572 "num-complex",
 6573 "num-traits",
 6574 "paste",
 6575 "raw-cpuid 10.7.0",
 6576 "seq-macro",
 6577]
 6578
 6579[[package]]
 6580name = "gemm"
 6581version = "0.18.2"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6584dependencies = [
 6585 "dyn-stack 0.13.2",
 6586 "gemm-c32 0.18.2",
 6587 "gemm-c64 0.18.2",
 6588 "gemm-common 0.18.2",
 6589 "gemm-f16 0.18.2",
 6590 "gemm-f32 0.18.2",
 6591 "gemm-f64 0.18.2",
 6592 "num-complex",
 6593 "num-traits",
 6594 "paste",
 6595 "raw-cpuid 11.6.0",
 6596 "seq-macro",
 6597]
 6598
 6599[[package]]
 6600name = "gemm-c32"
 6601version = "0.17.1"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6604dependencies = [
 6605 "dyn-stack 0.10.0",
 6606 "gemm-common 0.17.1",
 6607 "num-complex",
 6608 "num-traits",
 6609 "paste",
 6610 "raw-cpuid 10.7.0",
 6611 "seq-macro",
 6612]
 6613
 6614[[package]]
 6615name = "gemm-c32"
 6616version = "0.18.2"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6619dependencies = [
 6620 "dyn-stack 0.13.2",
 6621 "gemm-common 0.18.2",
 6622 "num-complex",
 6623 "num-traits",
 6624 "paste",
 6625 "raw-cpuid 11.6.0",
 6626 "seq-macro",
 6627]
 6628
 6629[[package]]
 6630name = "gemm-c64"
 6631version = "0.17.1"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6634dependencies = [
 6635 "dyn-stack 0.10.0",
 6636 "gemm-common 0.17.1",
 6637 "num-complex",
 6638 "num-traits",
 6639 "paste",
 6640 "raw-cpuid 10.7.0",
 6641 "seq-macro",
 6642]
 6643
 6644[[package]]
 6645name = "gemm-c64"
 6646version = "0.18.2"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6649dependencies = [
 6650 "dyn-stack 0.13.2",
 6651 "gemm-common 0.18.2",
 6652 "num-complex",
 6653 "num-traits",
 6654 "paste",
 6655 "raw-cpuid 11.6.0",
 6656 "seq-macro",
 6657]
 6658
 6659[[package]]
 6660name = "gemm-common"
 6661version = "0.17.1"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6664dependencies = [
 6665 "bytemuck",
 6666 "dyn-stack 0.10.0",
 6667 "half",
 6668 "num-complex",
 6669 "num-traits",
 6670 "once_cell",
 6671 "paste",
 6672 "pulp 0.18.22",
 6673 "raw-cpuid 10.7.0",
 6674 "rayon",
 6675 "seq-macro",
 6676 "sysctl 0.5.5",
 6677]
 6678
 6679[[package]]
 6680name = "gemm-common"
 6681version = "0.18.2"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6684dependencies = [
 6685 "bytemuck",
 6686 "dyn-stack 0.13.2",
 6687 "half",
 6688 "libm",
 6689 "num-complex",
 6690 "num-traits",
 6691 "once_cell",
 6692 "paste",
 6693 "pulp 0.21.5",
 6694 "raw-cpuid 11.6.0",
 6695 "rayon",
 6696 "seq-macro",
 6697 "sysctl 0.6.0",
 6698]
 6699
 6700[[package]]
 6701name = "gemm-f16"
 6702version = "0.17.1"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6705dependencies = [
 6706 "dyn-stack 0.10.0",
 6707 "gemm-common 0.17.1",
 6708 "gemm-f32 0.17.1",
 6709 "half",
 6710 "num-complex",
 6711 "num-traits",
 6712 "paste",
 6713 "raw-cpuid 10.7.0",
 6714 "rayon",
 6715 "seq-macro",
 6716]
 6717
 6718[[package]]
 6719name = "gemm-f16"
 6720version = "0.18.2"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6723dependencies = [
 6724 "dyn-stack 0.13.2",
 6725 "gemm-common 0.18.2",
 6726 "gemm-f32 0.18.2",
 6727 "half",
 6728 "num-complex",
 6729 "num-traits",
 6730 "paste",
 6731 "raw-cpuid 11.6.0",
 6732 "rayon",
 6733 "seq-macro",
 6734]
 6735
 6736[[package]]
 6737name = "gemm-f32"
 6738version = "0.17.1"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6741dependencies = [
 6742 "dyn-stack 0.10.0",
 6743 "gemm-common 0.17.1",
 6744 "num-complex",
 6745 "num-traits",
 6746 "paste",
 6747 "raw-cpuid 10.7.0",
 6748 "seq-macro",
 6749]
 6750
 6751[[package]]
 6752name = "gemm-f32"
 6753version = "0.18.2"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6756dependencies = [
 6757 "dyn-stack 0.13.2",
 6758 "gemm-common 0.18.2",
 6759 "num-complex",
 6760 "num-traits",
 6761 "paste",
 6762 "raw-cpuid 11.6.0",
 6763 "seq-macro",
 6764]
 6765
 6766[[package]]
 6767name = "gemm-f64"
 6768version = "0.17.1"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6771dependencies = [
 6772 "dyn-stack 0.10.0",
 6773 "gemm-common 0.17.1",
 6774 "num-complex",
 6775 "num-traits",
 6776 "paste",
 6777 "raw-cpuid 10.7.0",
 6778 "seq-macro",
 6779]
 6780
 6781[[package]]
 6782name = "gemm-f64"
 6783version = "0.18.2"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6786dependencies = [
 6787 "dyn-stack 0.13.2",
 6788 "gemm-common 0.18.2",
 6789 "num-complex",
 6790 "num-traits",
 6791 "paste",
 6792 "raw-cpuid 11.6.0",
 6793 "seq-macro",
 6794]
 6795
 6796[[package]]
 6797name = "generic-array"
 6798version = "0.14.7"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6801dependencies = [
 6802 "typenum",
 6803 "version_check",
 6804]
 6805
 6806[[package]]
 6807name = "gethostname"
 6808version = "1.1.0"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6811dependencies = [
 6812 "rustix 1.1.2",
 6813 "windows-link 0.2.1",
 6814]
 6815
 6816[[package]]
 6817name = "getrandom"
 6818version = "0.2.16"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6821dependencies = [
 6822 "cfg-if",
 6823 "js-sys",
 6824 "libc",
 6825 "wasi",
 6826 "wasm-bindgen",
 6827]
 6828
 6829[[package]]
 6830name = "getrandom"
 6831version = "0.3.4"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 6834dependencies = [
 6835 "cfg-if",
 6836 "js-sys",
 6837 "libc",
 6838 "r-efi",
 6839 "wasip2",
 6840 "wasm-bindgen",
 6841]
 6842
 6843[[package]]
 6844name = "gif"
 6845version = "0.13.3"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 6848dependencies = [
 6849 "color_quant",
 6850 "weezl",
 6851]
 6852
 6853[[package]]
 6854name = "gimli"
 6855version = "0.31.1"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6858dependencies = [
 6859 "fallible-iterator",
 6860 "indexmap 2.11.4",
 6861 "stable_deref_trait",
 6862]
 6863
 6864[[package]]
 6865name = "gimli"
 6866version = "0.32.3"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 6869
 6870[[package]]
 6871name = "git"
 6872version = "0.1.0"
 6873dependencies = [
 6874 "anyhow",
 6875 "askpass",
 6876 "async-trait",
 6877 "collections",
 6878 "derive_more",
 6879 "futures 0.3.31",
 6880 "git2",
 6881 "gpui",
 6882 "http_client",
 6883 "itertools 0.14.0",
 6884 "log",
 6885 "parking_lot",
 6886 "pretty_assertions",
 6887 "rand 0.9.2",
 6888 "regex",
 6889 "rope",
 6890 "schemars 1.0.4",
 6891 "serde",
 6892 "serde_json",
 6893 "smol",
 6894 "sum_tree",
 6895 "tempfile",
 6896 "text",
 6897 "thiserror 2.0.17",
 6898 "time",
 6899 "unindent",
 6900 "url",
 6901 "urlencoding",
 6902 "util",
 6903 "uuid",
 6904]
 6905
 6906[[package]]
 6907name = "git2"
 6908version = "0.20.2"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110"
 6911dependencies = [
 6912 "bitflags 2.9.4",
 6913 "libc",
 6914 "libgit2-sys",
 6915 "log",
 6916 "url",
 6917]
 6918
 6919[[package]]
 6920name = "git_hosting_providers"
 6921version = "0.1.0"
 6922dependencies = [
 6923 "anyhow",
 6924 "async-trait",
 6925 "futures 0.3.31",
 6926 "git",
 6927 "gpui",
 6928 "http_client",
 6929 "indoc",
 6930 "pretty_assertions",
 6931 "regex",
 6932 "serde",
 6933 "serde_json",
 6934 "settings",
 6935 "url",
 6936 "util",
 6937]
 6938
 6939[[package]]
 6940name = "git_ui"
 6941version = "0.1.0"
 6942dependencies = [
 6943 "agent_settings",
 6944 "anyhow",
 6945 "askpass",
 6946 "buffer_diff",
 6947 "call",
 6948 "chrono",
 6949 "cloud_llm_client",
 6950 "collections",
 6951 "command_palette_hooks",
 6952 "component",
 6953 "ctor",
 6954 "db",
 6955 "editor",
 6956 "futures 0.3.31",
 6957 "fuzzy",
 6958 "git",
 6959 "gpui",
 6960 "indoc",
 6961 "itertools 0.14.0",
 6962 "language",
 6963 "language_model",
 6964 "linkify",
 6965 "log",
 6966 "markdown",
 6967 "menu",
 6968 "multi_buffer",
 6969 "notifications",
 6970 "panel",
 6971 "picker",
 6972 "postage",
 6973 "pretty_assertions",
 6974 "project",
 6975 "schemars 1.0.4",
 6976 "serde",
 6977 "serde_json",
 6978 "settings",
 6979 "strum 0.27.2",
 6980 "telemetry",
 6981 "theme",
 6982 "time",
 6983 "time_format",
 6984 "ui",
 6985 "unindent",
 6986 "util",
 6987 "watch",
 6988 "windows 0.61.3",
 6989 "workspace",
 6990 "zed_actions",
 6991 "zeroize",
 6992 "zlog",
 6993]
 6994
 6995[[package]]
 6996name = "glob"
 6997version = "0.3.3"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7000
 7001[[package]]
 7002name = "globset"
 7003version = "0.4.17"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7006dependencies = [
 7007 "aho-corasick",
 7008 "bstr",
 7009 "log",
 7010 "regex-automata",
 7011 "regex-syntax",
 7012]
 7013
 7014[[package]]
 7015name = "gloo-timers"
 7016version = "0.3.0"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7019dependencies = [
 7020 "futures-channel",
 7021 "futures-core",
 7022 "js-sys",
 7023 "wasm-bindgen",
 7024]
 7025
 7026[[package]]
 7027name = "glow"
 7028version = "0.16.0"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
 7031dependencies = [
 7032 "js-sys",
 7033 "slotmap",
 7034 "wasm-bindgen",
 7035 "web-sys",
 7036]
 7037
 7038[[package]]
 7039name = "go_to_line"
 7040version = "0.1.0"
 7041dependencies = [
 7042 "editor",
 7043 "gpui",
 7044 "indoc",
 7045 "language",
 7046 "menu",
 7047 "project",
 7048 "rope",
 7049 "serde",
 7050 "serde_json",
 7051 "settings",
 7052 "text",
 7053 "theme",
 7054 "tree-sitter-rust",
 7055 "tree-sitter-typescript",
 7056 "ui",
 7057 "util",
 7058 "workspace",
 7059]
 7060
 7061[[package]]
 7062name = "goblin"
 7063version = "0.8.2"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
 7066dependencies = [
 7067 "log",
 7068 "plain",
 7069 "scroll",
 7070]
 7071
 7072[[package]]
 7073name = "google_ai"
 7074version = "0.1.0"
 7075dependencies = [
 7076 "anyhow",
 7077 "futures 0.3.31",
 7078 "http_client",
 7079 "schemars 1.0.4",
 7080 "serde",
 7081 "serde_json",
 7082 "settings",
 7083 "strum 0.27.2",
 7084]
 7085
 7086[[package]]
 7087name = "gpu-alloc"
 7088version = "0.6.0"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7091dependencies = [
 7092 "bitflags 2.9.4",
 7093 "gpu-alloc-types",
 7094]
 7095
 7096[[package]]
 7097name = "gpu-alloc-ash"
 7098version = "0.7.0"
 7099source = "registry+https://github.com/rust-lang/crates.io-index"
 7100checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7101dependencies = [
 7102 "ash",
 7103 "gpu-alloc-types",
 7104 "tinyvec",
 7105]
 7106
 7107[[package]]
 7108name = "gpu-alloc-types"
 7109version = "0.3.0"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7112dependencies = [
 7113 "bitflags 2.9.4",
 7114]
 7115
 7116[[package]]
 7117name = "gpui"
 7118version = "0.2.1"
 7119dependencies = [
 7120 "anyhow",
 7121 "as-raw-xcb-connection",
 7122 "ashpd 0.11.0",
 7123 "async-task",
 7124 "backtrace",
 7125 "bindgen 0.71.1",
 7126 "blade-graphics",
 7127 "blade-macros",
 7128 "blade-util",
 7129 "block",
 7130 "bytemuck",
 7131 "calloop",
 7132 "calloop-wayland-source",
 7133 "cbindgen",
 7134 "cocoa 0.26.0",
 7135 "cocoa-foundation 0.2.0",
 7136 "collections",
 7137 "core-foundation 0.10.0",
 7138 "core-foundation-sys",
 7139 "core-graphics 0.24.0",
 7140 "core-text",
 7141 "core-video",
 7142 "cosmic-text",
 7143 "ctor",
 7144 "derive_more",
 7145 "embed-resource",
 7146 "env_logger 0.11.8",
 7147 "etagere",
 7148 "filedescriptor",
 7149 "flume",
 7150 "foreign-types 0.5.0",
 7151 "futures 0.3.31",
 7152 "gpui_macros",
 7153 "http_client",
 7154 "image",
 7155 "inventory",
 7156 "itertools 0.14.0",
 7157 "libc",
 7158 "log",
 7159 "lyon",
 7160 "media",
 7161 "metal",
 7162 "naga",
 7163 "num_cpus",
 7164 "objc",
 7165 "objc2",
 7166 "objc2-metal",
 7167 "oo7",
 7168 "open",
 7169 "parking",
 7170 "parking_lot",
 7171 "pathfinder_geometry",
 7172 "pin-project",
 7173 "postage",
 7174 "pretty_assertions",
 7175 "profiling",
 7176 "rand 0.9.2",
 7177 "raw-window-handle",
 7178 "refineable",
 7179 "reqwest_client",
 7180 "resvg",
 7181 "schemars 1.0.4",
 7182 "seahash",
 7183 "semantic_version",
 7184 "serde",
 7185 "serde_json",
 7186 "slotmap",
 7187 "smallvec",
 7188 "smol",
 7189 "stacksafe",
 7190 "strum 0.27.2",
 7191 "sum_tree",
 7192 "taffy",
 7193 "thiserror 2.0.17",
 7194 "unicode-segmentation",
 7195 "usvg",
 7196 "util",
 7197 "util_macros",
 7198 "uuid",
 7199 "waker-fn",
 7200 "wayland-backend",
 7201 "wayland-client",
 7202 "wayland-cursor",
 7203 "wayland-protocols 0.31.2",
 7204 "wayland-protocols-plasma",
 7205 "windows 0.61.3",
 7206 "windows-core 0.61.2",
 7207 "windows-numerics",
 7208 "windows-registry 0.5.3",
 7209 "x11-clipboard",
 7210 "x11rb",
 7211 "xkbcommon",
 7212 "zed-font-kit",
 7213 "zed-scap",
 7214 "zed-xim",
 7215]
 7216
 7217[[package]]
 7218name = "gpui_macros"
 7219version = "0.1.0"
 7220dependencies = [
 7221 "gpui",
 7222 "heck 0.5.0",
 7223 "proc-macro2",
 7224 "quote",
 7225 "syn 2.0.106",
 7226]
 7227
 7228[[package]]
 7229name = "gpui_tokio"
 7230version = "0.1.0"
 7231dependencies = [
 7232 "anyhow",
 7233 "gpui",
 7234 "tokio",
 7235 "util",
 7236]
 7237
 7238[[package]]
 7239name = "grid"
 7240version = "0.18.0"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7243
 7244[[package]]
 7245name = "group"
 7246version = "0.12.1"
 7247source = "registry+https://github.com/rust-lang/crates.io-index"
 7248checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7249dependencies = [
 7250 "ff",
 7251 "rand_core 0.6.4",
 7252 "subtle",
 7253]
 7254
 7255[[package]]
 7256name = "h2"
 7257version = "0.3.27"
 7258source = "registry+https://github.com/rust-lang/crates.io-index"
 7259checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7260dependencies = [
 7261 "bytes 1.10.1",
 7262 "fnv",
 7263 "futures-core",
 7264 "futures-sink",
 7265 "futures-util",
 7266 "http 0.2.12",
 7267 "indexmap 2.11.4",
 7268 "slab",
 7269 "tokio",
 7270 "tokio-util",
 7271 "tracing",
 7272]
 7273
 7274[[package]]
 7275name = "h2"
 7276version = "0.4.12"
 7277source = "registry+https://github.com/rust-lang/crates.io-index"
 7278checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7279dependencies = [
 7280 "atomic-waker",
 7281 "bytes 1.10.1",
 7282 "fnv",
 7283 "futures-core",
 7284 "futures-sink",
 7285 "http 1.3.1",
 7286 "indexmap 2.11.4",
 7287 "slab",
 7288 "tokio",
 7289 "tokio-util",
 7290 "tracing",
 7291]
 7292
 7293[[package]]
 7294name = "half"
 7295version = "2.7.1"
 7296source = "registry+https://github.com/rust-lang/crates.io-index"
 7297checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7298dependencies = [
 7299 "bytemuck",
 7300 "cfg-if",
 7301 "crunchy",
 7302 "num-traits",
 7303 "rand 0.9.2",
 7304 "rand_distr",
 7305 "zerocopy",
 7306]
 7307
 7308[[package]]
 7309name = "handlebars"
 7310version = "4.5.0"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7313dependencies = [
 7314 "log",
 7315 "pest",
 7316 "pest_derive",
 7317 "rust-embed",
 7318 "serde",
 7319 "serde_json",
 7320 "thiserror 1.0.69",
 7321]
 7322
 7323[[package]]
 7324name = "handlebars"
 7325version = "5.1.2"
 7326source = "registry+https://github.com/rust-lang/crates.io-index"
 7327checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7328dependencies = [
 7329 "log",
 7330 "pest",
 7331 "pest_derive",
 7332 "serde",
 7333 "serde_json",
 7334 "thiserror 1.0.69",
 7335]
 7336
 7337[[package]]
 7338name = "hashbrown"
 7339version = "0.12.3"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7342dependencies = [
 7343 "ahash 0.7.8",
 7344]
 7345
 7346[[package]]
 7347name = "hashbrown"
 7348version = "0.14.5"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7351dependencies = [
 7352 "ahash 0.8.12",
 7353 "allocator-api2",
 7354]
 7355
 7356[[package]]
 7357name = "hashbrown"
 7358version = "0.15.5"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7361dependencies = [
 7362 "allocator-api2",
 7363 "equivalent",
 7364 "foldhash 0.1.5",
 7365 "rayon",
 7366 "serde",
 7367]
 7368
 7369[[package]]
 7370name = "hashlink"
 7371version = "0.8.4"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7374dependencies = [
 7375 "hashbrown 0.14.5",
 7376]
 7377
 7378[[package]]
 7379name = "hashlink"
 7380version = "0.10.0"
 7381source = "registry+https://github.com/rust-lang/crates.io-index"
 7382checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7383dependencies = [
 7384 "hashbrown 0.15.5",
 7385]
 7386
 7387[[package]]
 7388name = "headers"
 7389version = "0.3.9"
 7390source = "registry+https://github.com/rust-lang/crates.io-index"
 7391checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7392dependencies = [
 7393 "base64 0.21.7",
 7394 "bytes 1.10.1",
 7395 "headers-core",
 7396 "http 0.2.12",
 7397 "httpdate",
 7398 "mime",
 7399 "sha1",
 7400]
 7401
 7402[[package]]
 7403name = "headers-core"
 7404version = "0.2.0"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7407dependencies = [
 7408 "http 0.2.12",
 7409]
 7410
 7411[[package]]
 7412name = "heck"
 7413version = "0.3.3"
 7414source = "registry+https://github.com/rust-lang/crates.io-index"
 7415checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7416dependencies = [
 7417 "unicode-segmentation",
 7418]
 7419
 7420[[package]]
 7421name = "heck"
 7422version = "0.4.1"
 7423source = "registry+https://github.com/rust-lang/crates.io-index"
 7424checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7425dependencies = [
 7426 "unicode-segmentation",
 7427]
 7428
 7429[[package]]
 7430name = "heck"
 7431version = "0.5.0"
 7432source = "registry+https://github.com/rust-lang/crates.io-index"
 7433checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7434
 7435[[package]]
 7436name = "heed"
 7437version = "0.21.0"
 7438source = "registry+https://github.com/rust-lang/crates.io-index"
 7439checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7440dependencies = [
 7441 "bitflags 2.9.4",
 7442 "byteorder",
 7443 "heed-traits",
 7444 "heed-types",
 7445 "libc",
 7446 "lmdb-master-sys",
 7447 "once_cell",
 7448 "page_size",
 7449 "serde",
 7450 "synchronoise",
 7451 "url",
 7452]
 7453
 7454[[package]]
 7455name = "heed-traits"
 7456version = "0.20.0"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7459
 7460[[package]]
 7461name = "heed-types"
 7462version = "0.21.0"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7465dependencies = [
 7466 "bincode 1.3.3",
 7467 "byteorder",
 7468 "heed-traits",
 7469 "serde",
 7470 "serde_json",
 7471]
 7472
 7473[[package]]
 7474name = "hermit-abi"
 7475version = "0.5.2"
 7476source = "registry+https://github.com/rust-lang/crates.io-index"
 7477checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 7478
 7479[[package]]
 7480name = "hex"
 7481version = "0.4.3"
 7482source = "registry+https://github.com/rust-lang/crates.io-index"
 7483checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7484
 7485[[package]]
 7486name = "hexf-parse"
 7487version = "0.2.1"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7490
 7491[[package]]
 7492name = "hidden-trait"
 7493version = "0.1.2"
 7494source = "registry+https://github.com/rust-lang/crates.io-index"
 7495checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7496dependencies = [
 7497 "proc-macro2",
 7498 "quote",
 7499 "syn 1.0.109",
 7500]
 7501
 7502[[package]]
 7503name = "hkdf"
 7504version = "0.12.4"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7507dependencies = [
 7508 "hmac",
 7509]
 7510
 7511[[package]]
 7512name = "hmac"
 7513version = "0.12.1"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7516dependencies = [
 7517 "digest",
 7518]
 7519
 7520[[package]]
 7521name = "home"
 7522version = "0.5.11"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7525dependencies = [
 7526 "windows-sys 0.59.0",
 7527]
 7528
 7529[[package]]
 7530name = "hound"
 7531version = "3.5.1"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7534
 7535[[package]]
 7536name = "html5ever"
 7537version = "0.27.0"
 7538source = "registry+https://github.com/rust-lang/crates.io-index"
 7539checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7540dependencies = [
 7541 "log",
 7542 "mac",
 7543 "markup5ever 0.12.1",
 7544 "proc-macro2",
 7545 "quote",
 7546 "syn 2.0.106",
 7547]
 7548
 7549[[package]]
 7550name = "html5ever"
 7551version = "0.35.0"
 7552source = "registry+https://github.com/rust-lang/crates.io-index"
 7553checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 7554dependencies = [
 7555 "log",
 7556 "markup5ever 0.35.0",
 7557 "match_token",
 7558]
 7559
 7560[[package]]
 7561name = "html_to_markdown"
 7562version = "0.1.0"
 7563dependencies = [
 7564 "anyhow",
 7565 "html5ever 0.27.0",
 7566 "indoc",
 7567 "markup5ever_rcdom",
 7568 "pretty_assertions",
 7569 "regex",
 7570]
 7571
 7572[[package]]
 7573name = "http"
 7574version = "0.2.12"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7577dependencies = [
 7578 "bytes 1.10.1",
 7579 "fnv",
 7580 "itoa",
 7581]
 7582
 7583[[package]]
 7584name = "http"
 7585version = "1.3.1"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7588dependencies = [
 7589 "bytes 1.10.1",
 7590 "fnv",
 7591 "itoa",
 7592]
 7593
 7594[[package]]
 7595name = "http-body"
 7596version = "0.4.6"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7599dependencies = [
 7600 "bytes 1.10.1",
 7601 "http 0.2.12",
 7602 "pin-project-lite",
 7603]
 7604
 7605[[package]]
 7606name = "http-body"
 7607version = "1.0.1"
 7608source = "registry+https://github.com/rust-lang/crates.io-index"
 7609checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7610dependencies = [
 7611 "bytes 1.10.1",
 7612 "http 1.3.1",
 7613]
 7614
 7615[[package]]
 7616name = "http-body-util"
 7617version = "0.1.3"
 7618source = "registry+https://github.com/rust-lang/crates.io-index"
 7619checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7620dependencies = [
 7621 "bytes 1.10.1",
 7622 "futures-core",
 7623 "http 1.3.1",
 7624 "http-body 1.0.1",
 7625 "pin-project-lite",
 7626]
 7627
 7628[[package]]
 7629name = "http-range-header"
 7630version = "0.3.1"
 7631source = "registry+https://github.com/rust-lang/crates.io-index"
 7632checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7633
 7634[[package]]
 7635name = "http_client"
 7636version = "0.1.0"
 7637dependencies = [
 7638 "anyhow",
 7639 "async-compression",
 7640 "async-fs",
 7641 "async-tar",
 7642 "bytes 1.10.1",
 7643 "derive_more",
 7644 "futures 0.3.31",
 7645 "http 1.3.1",
 7646 "http-body 1.0.1",
 7647 "log",
 7648 "parking_lot",
 7649 "serde",
 7650 "serde_json",
 7651 "sha2",
 7652 "tempfile",
 7653 "url",
 7654 "util",
 7655 "zed-reqwest",
 7656]
 7657
 7658[[package]]
 7659name = "http_client_tls"
 7660version = "0.1.0"
 7661dependencies = [
 7662 "rustls 0.23.33",
 7663 "rustls-platform-verifier",
 7664]
 7665
 7666[[package]]
 7667name = "httparse"
 7668version = "1.10.1"
 7669source = "registry+https://github.com/rust-lang/crates.io-index"
 7670checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7671
 7672[[package]]
 7673name = "httpdate"
 7674version = "1.0.3"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7677
 7678[[package]]
 7679name = "human_bytes"
 7680version = "0.4.3"
 7681source = "registry+https://github.com/rust-lang/crates.io-index"
 7682checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7683
 7684[[package]]
 7685name = "humantime"
 7686version = "2.3.0"
 7687source = "registry+https://github.com/rust-lang/crates.io-index"
 7688checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 7689
 7690[[package]]
 7691name = "hyper"
 7692version = "0.14.32"
 7693source = "registry+https://github.com/rust-lang/crates.io-index"
 7694checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7695dependencies = [
 7696 "bytes 1.10.1",
 7697 "futures-channel",
 7698 "futures-core",
 7699 "futures-util",
 7700 "h2 0.3.27",
 7701 "http 0.2.12",
 7702 "http-body 0.4.6",
 7703 "httparse",
 7704 "httpdate",
 7705 "itoa",
 7706 "pin-project-lite",
 7707 "socket2 0.5.10",
 7708 "tokio",
 7709 "tower-service",
 7710 "tracing",
 7711 "want",
 7712]
 7713
 7714[[package]]
 7715name = "hyper"
 7716version = "1.7.0"
 7717source = "registry+https://github.com/rust-lang/crates.io-index"
 7718checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 7719dependencies = [
 7720 "atomic-waker",
 7721 "bytes 1.10.1",
 7722 "futures-channel",
 7723 "futures-core",
 7724 "h2 0.4.12",
 7725 "http 1.3.1",
 7726 "http-body 1.0.1",
 7727 "httparse",
 7728 "itoa",
 7729 "pin-project-lite",
 7730 "pin-utils",
 7731 "smallvec",
 7732 "tokio",
 7733 "want",
 7734]
 7735
 7736[[package]]
 7737name = "hyper-rustls"
 7738version = "0.24.2"
 7739source = "registry+https://github.com/rust-lang/crates.io-index"
 7740checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7741dependencies = [
 7742 "futures-util",
 7743 "http 0.2.12",
 7744 "hyper 0.14.32",
 7745 "log",
 7746 "rustls 0.21.12",
 7747 "rustls-native-certs 0.6.3",
 7748 "tokio",
 7749 "tokio-rustls 0.24.1",
 7750]
 7751
 7752[[package]]
 7753name = "hyper-rustls"
 7754version = "0.27.7"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 7757dependencies = [
 7758 "http 1.3.1",
 7759 "hyper 1.7.0",
 7760 "hyper-util",
 7761 "rustls 0.23.33",
 7762 "rustls-native-certs 0.8.2",
 7763 "rustls-pki-types",
 7764 "tokio",
 7765 "tokio-rustls 0.26.2",
 7766 "tower-service",
 7767]
 7768
 7769[[package]]
 7770name = "hyper-tls"
 7771version = "0.5.0"
 7772source = "registry+https://github.com/rust-lang/crates.io-index"
 7773checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7774dependencies = [
 7775 "bytes 1.10.1",
 7776 "hyper 0.14.32",
 7777 "native-tls",
 7778 "tokio",
 7779 "tokio-native-tls",
 7780]
 7781
 7782[[package]]
 7783name = "hyper-util"
 7784version = "0.1.17"
 7785source = "registry+https://github.com/rust-lang/crates.io-index"
 7786checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 7787dependencies = [
 7788 "base64 0.22.1",
 7789 "bytes 1.10.1",
 7790 "futures-channel",
 7791 "futures-core",
 7792 "futures-util",
 7793 "http 1.3.1",
 7794 "http-body 1.0.1",
 7795 "hyper 1.7.0",
 7796 "ipnet",
 7797 "libc",
 7798 "percent-encoding",
 7799 "pin-project-lite",
 7800 "socket2 0.6.1",
 7801 "tokio",
 7802 "tower-service",
 7803 "tracing",
 7804]
 7805
 7806[[package]]
 7807name = "iana-time-zone"
 7808version = "0.1.64"
 7809source = "registry+https://github.com/rust-lang/crates.io-index"
 7810checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 7811dependencies = [
 7812 "android_system_properties",
 7813 "core-foundation-sys",
 7814 "iana-time-zone-haiku",
 7815 "js-sys",
 7816 "log",
 7817 "wasm-bindgen",
 7818 "windows-core 0.62.2",
 7819]
 7820
 7821[[package]]
 7822name = "iana-time-zone-haiku"
 7823version = "0.1.2"
 7824source = "registry+https://github.com/rust-lang/crates.io-index"
 7825checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7826dependencies = [
 7827 "cc",
 7828]
 7829
 7830[[package]]
 7831name = "icons"
 7832version = "0.1.0"
 7833dependencies = [
 7834 "serde",
 7835 "strum 0.27.2",
 7836]
 7837
 7838[[package]]
 7839name = "icu_collections"
 7840version = "2.0.0"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 7843dependencies = [
 7844 "displaydoc",
 7845 "potential_utf",
 7846 "yoke 0.8.0",
 7847 "zerofrom",
 7848 "zerovec",
 7849]
 7850
 7851[[package]]
 7852name = "icu_locale_core"
 7853version = "2.0.0"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 7856dependencies = [
 7857 "displaydoc",
 7858 "litemap",
 7859 "tinystr",
 7860 "writeable",
 7861 "zerovec",
 7862]
 7863
 7864[[package]]
 7865name = "icu_normalizer"
 7866version = "2.0.0"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 7869dependencies = [
 7870 "displaydoc",
 7871 "icu_collections",
 7872 "icu_normalizer_data",
 7873 "icu_properties",
 7874 "icu_provider",
 7875 "smallvec",
 7876 "zerovec",
 7877]
 7878
 7879[[package]]
 7880name = "icu_normalizer_data"
 7881version = "2.0.0"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 7884
 7885[[package]]
 7886name = "icu_properties"
 7887version = "2.0.1"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 7890dependencies = [
 7891 "displaydoc",
 7892 "icu_collections",
 7893 "icu_locale_core",
 7894 "icu_properties_data",
 7895 "icu_provider",
 7896 "potential_utf",
 7897 "zerotrie",
 7898 "zerovec",
 7899]
 7900
 7901[[package]]
 7902name = "icu_properties_data"
 7903version = "2.0.1"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 7906
 7907[[package]]
 7908name = "icu_provider"
 7909version = "2.0.0"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 7912dependencies = [
 7913 "displaydoc",
 7914 "icu_locale_core",
 7915 "stable_deref_trait",
 7916 "tinystr",
 7917 "writeable",
 7918 "yoke 0.8.0",
 7919 "zerofrom",
 7920 "zerotrie",
 7921 "zerovec",
 7922]
 7923
 7924[[package]]
 7925name = "id-arena"
 7926version = "2.2.1"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7929
 7930[[package]]
 7931name = "ident_case"
 7932version = "1.0.1"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7935
 7936[[package]]
 7937name = "idna"
 7938version = "1.1.0"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 7941dependencies = [
 7942 "idna_adapter",
 7943 "smallvec",
 7944 "utf8_iter",
 7945]
 7946
 7947[[package]]
 7948name = "idna_adapter"
 7949version = "1.2.1"
 7950source = "registry+https://github.com/rust-lang/crates.io-index"
 7951checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 7952dependencies = [
 7953 "icu_normalizer",
 7954 "icu_properties",
 7955]
 7956
 7957[[package]]
 7958name = "ignore"
 7959version = "0.4.24"
 7960source = "registry+https://github.com/rust-lang/crates.io-index"
 7961checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 7962dependencies = [
 7963 "crossbeam-deque",
 7964 "globset",
 7965 "log",
 7966 "memchr",
 7967 "regex-automata",
 7968 "same-file",
 7969 "walkdir",
 7970 "winapi-util",
 7971]
 7972
 7973[[package]]
 7974name = "image"
 7975version = "0.25.8"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 7978dependencies = [
 7979 "bytemuck",
 7980 "byteorder-lite",
 7981 "color_quant",
 7982 "exr",
 7983 "gif",
 7984 "image-webp",
 7985 "moxcms",
 7986 "num-traits",
 7987 "png 0.18.0",
 7988 "qoi",
 7989 "ravif",
 7990 "rayon",
 7991 "rgb",
 7992 "tiff",
 7993 "zune-core",
 7994 "zune-jpeg",
 7995]
 7996
 7997[[package]]
 7998name = "image-webp"
 7999version = "0.2.4"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8002dependencies = [
 8003 "byteorder-lite",
 8004 "quick-error",
 8005]
 8006
 8007[[package]]
 8008name = "image_viewer"
 8009version = "0.1.0"
 8010dependencies = [
 8011 "anyhow",
 8012 "db",
 8013 "editor",
 8014 "file_icons",
 8015 "gpui",
 8016 "language",
 8017 "log",
 8018 "project",
 8019 "serde",
 8020 "settings",
 8021 "theme",
 8022 "ui",
 8023 "util",
 8024 "workspace",
 8025]
 8026
 8027[[package]]
 8028name = "imagesize"
 8029version = "0.13.0"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8032
 8033[[package]]
 8034name = "imara-diff"
 8035version = "0.1.8"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8038dependencies = [
 8039 "hashbrown 0.15.5",
 8040]
 8041
 8042[[package]]
 8043name = "imgref"
 8044version = "1.12.0"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8047
 8048[[package]]
 8049name = "indexmap"
 8050version = "1.9.3"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8053dependencies = [
 8054 "autocfg",
 8055 "hashbrown 0.12.3",
 8056 "serde",
 8057]
 8058
 8059[[package]]
 8060name = "indexmap"
 8061version = "2.11.4"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8064dependencies = [
 8065 "equivalent",
 8066 "hashbrown 0.15.5",
 8067 "serde",
 8068 "serde_core",
 8069]
 8070
 8071[[package]]
 8072name = "indoc"
 8073version = "2.0.6"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8076
 8077[[package]]
 8078name = "inherent"
 8079version = "1.0.13"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8082dependencies = [
 8083 "proc-macro2",
 8084 "quote",
 8085 "syn 2.0.106",
 8086]
 8087
 8088[[package]]
 8089name = "inotify"
 8090version = "0.9.6"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8093dependencies = [
 8094 "bitflags 1.3.2",
 8095 "inotify-sys",
 8096 "libc",
 8097]
 8098
 8099[[package]]
 8100name = "inotify"
 8101version = "0.11.0"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8104dependencies = [
 8105 "bitflags 2.9.4",
 8106 "inotify-sys",
 8107 "libc",
 8108]
 8109
 8110[[package]]
 8111name = "inotify-sys"
 8112version = "0.1.5"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8115dependencies = [
 8116 "libc",
 8117]
 8118
 8119[[package]]
 8120name = "inout"
 8121version = "0.1.4"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8124dependencies = [
 8125 "block-padding",
 8126 "generic-array",
 8127]
 8128
 8129[[package]]
 8130name = "inspector_ui"
 8131version = "0.1.0"
 8132dependencies = [
 8133 "anyhow",
 8134 "command_palette_hooks",
 8135 "editor",
 8136 "fuzzy",
 8137 "gpui",
 8138 "language",
 8139 "project",
 8140 "serde_json",
 8141 "serde_json_lenient",
 8142 "theme",
 8143 "title_bar",
 8144 "ui",
 8145 "util",
 8146 "util_macros",
 8147 "workspace",
 8148 "zed_actions",
 8149]
 8150
 8151[[package]]
 8152name = "install_cli"
 8153version = "0.1.0"
 8154dependencies = [
 8155 "anyhow",
 8156 "client",
 8157 "gpui",
 8158 "release_channel",
 8159 "smol",
 8160 "util",
 8161 "workspace",
 8162]
 8163
 8164[[package]]
 8165name = "instant"
 8166version = "0.1.13"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8169dependencies = [
 8170 "cfg-if",
 8171]
 8172
 8173[[package]]
 8174name = "interpolate_name"
 8175version = "0.2.4"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8178dependencies = [
 8179 "proc-macro2",
 8180 "quote",
 8181 "syn 2.0.106",
 8182]
 8183
 8184[[package]]
 8185name = "inventory"
 8186version = "0.3.21"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8189dependencies = [
 8190 "rustversion",
 8191]
 8192
 8193[[package]]
 8194name = "io-extras"
 8195version = "0.18.4"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8198dependencies = [
 8199 "io-lifetimes",
 8200 "windows-sys 0.59.0",
 8201]
 8202
 8203[[package]]
 8204name = "io-lifetimes"
 8205version = "2.0.4"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8208
 8209[[package]]
 8210name = "io-surface"
 8211version = "0.16.1"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8214dependencies = [
 8215 "cgl",
 8216 "core-foundation 0.10.0",
 8217 "core-foundation-sys",
 8218 "leaky-cow",
 8219]
 8220
 8221[[package]]
 8222name = "iovec"
 8223version = "0.1.4"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8226dependencies = [
 8227 "libc",
 8228]
 8229
 8230[[package]]
 8231name = "ipc-channel"
 8232version = "0.19.0"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8235dependencies = [
 8236 "bincode 1.3.3",
 8237 "crossbeam-channel",
 8238 "fnv",
 8239 "lazy_static",
 8240 "libc",
 8241 "mio 1.1.0",
 8242 "rand 0.8.5",
 8243 "serde",
 8244 "tempfile",
 8245 "uuid",
 8246 "windows 0.58.0",
 8247]
 8248
 8249[[package]]
 8250name = "ipnet"
 8251version = "2.11.0"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8254
 8255[[package]]
 8256name = "iri-string"
 8257version = "0.7.8"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8260dependencies = [
 8261 "memchr",
 8262 "serde",
 8263]
 8264
 8265[[package]]
 8266name = "is-docker"
 8267version = "0.2.0"
 8268source = "registry+https://github.com/rust-lang/crates.io-index"
 8269checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8270dependencies = [
 8271 "once_cell",
 8272]
 8273
 8274[[package]]
 8275name = "is-terminal"
 8276version = "0.4.16"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8279dependencies = [
 8280 "hermit-abi",
 8281 "libc",
 8282 "windows-sys 0.59.0",
 8283]
 8284
 8285[[package]]
 8286name = "is-wsl"
 8287version = "0.4.0"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8290dependencies = [
 8291 "is-docker",
 8292 "once_cell",
 8293]
 8294
 8295[[package]]
 8296name = "is_terminal_polyfill"
 8297version = "1.70.1"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8300
 8301[[package]]
 8302name = "itertools"
 8303version = "0.10.5"
 8304source = "registry+https://github.com/rust-lang/crates.io-index"
 8305checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8306dependencies = [
 8307 "either",
 8308]
 8309
 8310[[package]]
 8311name = "itertools"
 8312version = "0.11.0"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8315dependencies = [
 8316 "either",
 8317]
 8318
 8319[[package]]
 8320name = "itertools"
 8321version = "0.12.1"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8324dependencies = [
 8325 "either",
 8326]
 8327
 8328[[package]]
 8329name = "itertools"
 8330version = "0.14.0"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8333dependencies = [
 8334 "either",
 8335]
 8336
 8337[[package]]
 8338name = "itoa"
 8339version = "1.0.15"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8342
 8343[[package]]
 8344name = "jiff"
 8345version = "0.2.15"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8348dependencies = [
 8349 "jiff-static",
 8350 "log",
 8351 "portable-atomic",
 8352 "portable-atomic-util",
 8353 "serde",
 8354]
 8355
 8356[[package]]
 8357name = "jiff-static"
 8358version = "0.2.15"
 8359source = "registry+https://github.com/rust-lang/crates.io-index"
 8360checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8361dependencies = [
 8362 "proc-macro2",
 8363 "quote",
 8364 "syn 2.0.106",
 8365]
 8366
 8367[[package]]
 8368name = "jni"
 8369version = "0.21.1"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8372dependencies = [
 8373 "cesu8",
 8374 "cfg-if",
 8375 "combine",
 8376 "jni-sys",
 8377 "log",
 8378 "thiserror 1.0.69",
 8379 "walkdir",
 8380 "windows-sys 0.45.0",
 8381]
 8382
 8383[[package]]
 8384name = "jni-sys"
 8385version = "0.3.0"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8388
 8389[[package]]
 8390name = "jobserver"
 8391version = "0.1.34"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8394dependencies = [
 8395 "getrandom 0.3.4",
 8396 "libc",
 8397]
 8398
 8399[[package]]
 8400name = "journal"
 8401version = "0.1.0"
 8402dependencies = [
 8403 "anyhow",
 8404 "chrono",
 8405 "editor",
 8406 "gpui",
 8407 "log",
 8408 "serde",
 8409 "settings",
 8410 "shellexpand 2.1.2",
 8411 "workspace",
 8412]
 8413
 8414[[package]]
 8415name = "js-sys"
 8416version = "0.3.81"
 8417source = "registry+https://github.com/rust-lang/crates.io-index"
 8418checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
 8419dependencies = [
 8420 "once_cell",
 8421 "wasm-bindgen",
 8422]
 8423
 8424[[package]]
 8425name = "json_dotpath"
 8426version = "1.1.0"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8429dependencies = [
 8430 "serde",
 8431 "serde_derive",
 8432 "serde_json",
 8433 "thiserror 1.0.69",
 8434]
 8435
 8436[[package]]
 8437name = "json_schema_store"
 8438version = "0.1.0"
 8439dependencies = [
 8440 "anyhow",
 8441 "dap",
 8442 "extension",
 8443 "gpui",
 8444 "language",
 8445 "paths",
 8446 "project",
 8447 "schemars 1.0.4",
 8448 "serde",
 8449 "serde_json",
 8450 "settings",
 8451 "snippet_provider",
 8452 "task",
 8453 "theme",
 8454 "util",
 8455]
 8456
 8457[[package]]
 8458name = "jsonschema"
 8459version = "0.30.0"
 8460source = "registry+https://github.com/rust-lang/crates.io-index"
 8461checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8462dependencies = [
 8463 "ahash 0.8.12",
 8464 "base64 0.22.1",
 8465 "bytecount",
 8466 "email_address",
 8467 "fancy-regex 0.14.0",
 8468 "fraction",
 8469 "idna",
 8470 "itoa",
 8471 "num-cmp",
 8472 "num-traits",
 8473 "once_cell",
 8474 "percent-encoding",
 8475 "referencing",
 8476 "regex",
 8477 "regex-syntax",
 8478 "reqwest 0.12.24",
 8479 "serde",
 8480 "serde_json",
 8481 "uuid-simd",
 8482]
 8483
 8484[[package]]
 8485name = "jsonwebtoken"
 8486version = "9.3.1"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8489dependencies = [
 8490 "base64 0.22.1",
 8491 "js-sys",
 8492 "pem",
 8493 "ring",
 8494 "serde",
 8495 "serde_json",
 8496 "simple_asn1",
 8497]
 8498
 8499[[package]]
 8500name = "jupyter-protocol"
 8501version = "0.6.0"
 8502source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8503dependencies = [
 8504 "anyhow",
 8505 "async-trait",
 8506 "bytes 1.10.1",
 8507 "chrono",
 8508 "futures 0.3.31",
 8509 "serde",
 8510 "serde_json",
 8511 "uuid",
 8512]
 8513
 8514[[package]]
 8515name = "jupyter-websocket-client"
 8516version = "0.9.0"
 8517source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8518dependencies = [
 8519 "anyhow",
 8520 "async-trait",
 8521 "async-tungstenite",
 8522 "futures 0.3.31",
 8523 "jupyter-protocol",
 8524 "serde",
 8525 "serde_json",
 8526 "url",
 8527 "uuid",
 8528]
 8529
 8530[[package]]
 8531name = "keymap_editor"
 8532version = "0.1.0"
 8533dependencies = [
 8534 "anyhow",
 8535 "collections",
 8536 "command_palette",
 8537 "component",
 8538 "db",
 8539 "editor",
 8540 "fs",
 8541 "fuzzy",
 8542 "gpui",
 8543 "itertools 0.14.0",
 8544 "json_schema_store",
 8545 "language",
 8546 "log",
 8547 "menu",
 8548 "notifications",
 8549 "paths",
 8550 "project",
 8551 "search",
 8552 "serde",
 8553 "serde_json",
 8554 "settings",
 8555 "telemetry",
 8556 "tempfile",
 8557 "theme",
 8558 "tree-sitter-json",
 8559 "tree-sitter-rust",
 8560 "ui",
 8561 "ui_input",
 8562 "util",
 8563 "vim",
 8564 "workspace",
 8565 "zed_actions",
 8566]
 8567
 8568[[package]]
 8569name = "khronos-egl"
 8570version = "6.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8573dependencies = [
 8574 "libc",
 8575 "libloading",
 8576]
 8577
 8578[[package]]
 8579name = "kqueue"
 8580version = "1.1.1"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 8583dependencies = [
 8584 "kqueue-sys",
 8585 "libc",
 8586]
 8587
 8588[[package]]
 8589name = "kqueue-sys"
 8590version = "1.0.4"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8593dependencies = [
 8594 "bitflags 1.3.2",
 8595 "libc",
 8596]
 8597
 8598[[package]]
 8599name = "kurbo"
 8600version = "0.11.3"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 8603dependencies = [
 8604 "arrayvec",
 8605 "euclid",
 8606 "smallvec",
 8607]
 8608
 8609[[package]]
 8610name = "kv-log-macro"
 8611version = "1.0.7"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8614dependencies = [
 8615 "log",
 8616]
 8617
 8618[[package]]
 8619name = "language"
 8620version = "0.1.0"
 8621dependencies = [
 8622 "anyhow",
 8623 "async-trait",
 8624 "clock",
 8625 "collections",
 8626 "ctor",
 8627 "diffy",
 8628 "ec4rs",
 8629 "fs",
 8630 "futures 0.3.31",
 8631 "fuzzy",
 8632 "globset",
 8633 "gpui",
 8634 "http_client",
 8635 "imara-diff",
 8636 "indoc",
 8637 "itertools 0.14.0",
 8638 "log",
 8639 "lsp",
 8640 "parking_lot",
 8641 "postage",
 8642 "pretty_assertions",
 8643 "rand 0.9.2",
 8644 "regex",
 8645 "rpc",
 8646 "schemars 1.0.4",
 8647 "serde",
 8648 "serde_json",
 8649 "settings",
 8650 "shellexpand 2.1.2",
 8651 "smallvec",
 8652 "smol",
 8653 "streaming-iterator",
 8654 "strsim",
 8655 "sum_tree",
 8656 "task",
 8657 "text",
 8658 "theme",
 8659 "toml 0.8.23",
 8660 "tree-sitter",
 8661 "tree-sitter-elixir",
 8662 "tree-sitter-embedded-template",
 8663 "tree-sitter-heex",
 8664 "tree-sitter-html",
 8665 "tree-sitter-json",
 8666 "tree-sitter-md",
 8667 "tree-sitter-python",
 8668 "tree-sitter-ruby",
 8669 "tree-sitter-rust",
 8670 "tree-sitter-typescript",
 8671 "unicase",
 8672 "unindent",
 8673 "util",
 8674 "watch",
 8675 "zlog",
 8676]
 8677
 8678[[package]]
 8679name = "language_extension"
 8680version = "0.1.0"
 8681dependencies = [
 8682 "anyhow",
 8683 "async-trait",
 8684 "collections",
 8685 "extension",
 8686 "fs",
 8687 "futures 0.3.31",
 8688 "gpui",
 8689 "language",
 8690 "log",
 8691 "lsp",
 8692 "project",
 8693 "serde",
 8694 "serde_json",
 8695 "util",
 8696]
 8697
 8698[[package]]
 8699name = "language_model"
 8700version = "0.1.0"
 8701dependencies = [
 8702 "anthropic",
 8703 "anyhow",
 8704 "base64 0.22.1",
 8705 "client",
 8706 "cloud_api_types",
 8707 "cloud_llm_client",
 8708 "collections",
 8709 "futures 0.3.31",
 8710 "gpui",
 8711 "http_client",
 8712 "icons",
 8713 "image",
 8714 "log",
 8715 "open_router",
 8716 "parking_lot",
 8717 "proto",
 8718 "serde",
 8719 "serde_json",
 8720 "settings",
 8721 "smol",
 8722 "telemetry_events",
 8723 "thiserror 2.0.17",
 8724 "util",
 8725]
 8726
 8727[[package]]
 8728name = "language_models"
 8729version = "0.1.0"
 8730dependencies = [
 8731 "ai_onboarding",
 8732 "anthropic",
 8733 "anyhow",
 8734 "aws-config",
 8735 "aws-credential-types",
 8736 "aws_http_client",
 8737 "bedrock",
 8738 "chrono",
 8739 "client",
 8740 "cloud_llm_client",
 8741 "collections",
 8742 "component",
 8743 "convert_case 0.8.0",
 8744 "copilot",
 8745 "credentials_provider",
 8746 "deepseek",
 8747 "editor",
 8748 "fs",
 8749 "futures 0.3.31",
 8750 "google_ai",
 8751 "gpui",
 8752 "gpui_tokio",
 8753 "http_client",
 8754 "language",
 8755 "language_model",
 8756 "lmstudio",
 8757 "log",
 8758 "menu",
 8759 "mistral",
 8760 "ollama",
 8761 "open_ai",
 8762 "open_router",
 8763 "partial-json-fixer",
 8764 "project",
 8765 "release_channel",
 8766 "schemars 1.0.4",
 8767 "serde",
 8768 "serde_json",
 8769 "settings",
 8770 "smol",
 8771 "strum 0.27.2",
 8772 "thiserror 2.0.17",
 8773 "tiktoken-rs",
 8774 "tokio",
 8775 "ui",
 8776 "ui_input",
 8777 "util",
 8778 "vercel",
 8779 "x_ai",
 8780 "zed_env_vars",
 8781]
 8782
 8783[[package]]
 8784name = "language_onboarding"
 8785version = "0.1.0"
 8786dependencies = [
 8787 "db",
 8788 "editor",
 8789 "gpui",
 8790 "project",
 8791 "ui",
 8792 "workspace",
 8793]
 8794
 8795[[package]]
 8796name = "language_selector"
 8797version = "0.1.0"
 8798dependencies = [
 8799 "anyhow",
 8800 "editor",
 8801 "file_finder",
 8802 "file_icons",
 8803 "fuzzy",
 8804 "gpui",
 8805 "language",
 8806 "picker",
 8807 "project",
 8808 "settings",
 8809 "ui",
 8810 "util",
 8811 "workspace",
 8812]
 8813
 8814[[package]]
 8815name = "language_tools"
 8816version = "0.1.0"
 8817dependencies = [
 8818 "anyhow",
 8819 "client",
 8820 "collections",
 8821 "command_palette_hooks",
 8822 "copilot",
 8823 "editor",
 8824 "futures 0.3.31",
 8825 "gpui",
 8826 "itertools 0.14.0",
 8827 "language",
 8828 "lsp",
 8829 "project",
 8830 "proto",
 8831 "release_channel",
 8832 "serde_json",
 8833 "settings",
 8834 "theme",
 8835 "tree-sitter",
 8836 "ui",
 8837 "util",
 8838 "workspace",
 8839 "zed_actions",
 8840 "zlog",
 8841]
 8842
 8843[[package]]
 8844name = "languages"
 8845version = "0.1.0"
 8846dependencies = [
 8847 "anyhow",
 8848 "async-compression",
 8849 "async-fs",
 8850 "async-tar",
 8851 "async-trait",
 8852 "chrono",
 8853 "collections",
 8854 "futures 0.3.31",
 8855 "gpui",
 8856 "http_client",
 8857 "itertools 0.14.0",
 8858 "json_schema_store",
 8859 "language",
 8860 "log",
 8861 "lsp",
 8862 "node_runtime",
 8863 "parking_lot",
 8864 "pet",
 8865 "pet-conda",
 8866 "pet-core",
 8867 "pet-fs",
 8868 "pet-poetry",
 8869 "pet-reporter",
 8870 "pet-virtualenv",
 8871 "pretty_assertions",
 8872 "project",
 8873 "regex",
 8874 "rope",
 8875 "rust-embed",
 8876 "serde",
 8877 "serde_json",
 8878 "serde_json_lenient",
 8879 "settings",
 8880 "smol",
 8881 "task",
 8882 "text",
 8883 "theme",
 8884 "toml 0.8.23",
 8885 "tree-sitter",
 8886 "tree-sitter-bash",
 8887 "tree-sitter-c",
 8888 "tree-sitter-cpp",
 8889 "tree-sitter-css",
 8890 "tree-sitter-diff",
 8891 "tree-sitter-gitcommit",
 8892 "tree-sitter-go",
 8893 "tree-sitter-gomod",
 8894 "tree-sitter-gowork",
 8895 "tree-sitter-jsdoc",
 8896 "tree-sitter-json",
 8897 "tree-sitter-md",
 8898 "tree-sitter-python",
 8899 "tree-sitter-regex",
 8900 "tree-sitter-rust",
 8901 "tree-sitter-typescript",
 8902 "tree-sitter-yaml",
 8903 "unindent",
 8904 "url",
 8905 "util",
 8906 "workspace",
 8907]
 8908
 8909[[package]]
 8910name = "lazy_static"
 8911version = "1.5.0"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8914dependencies = [
 8915 "spin",
 8916]
 8917
 8918[[package]]
 8919name = "leak"
 8920version = "0.1.2"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8923
 8924[[package]]
 8925name = "leaky-cow"
 8926version = "0.1.1"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8929dependencies = [
 8930 "leak",
 8931]
 8932
 8933[[package]]
 8934name = "leb128"
 8935version = "0.2.5"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8938
 8939[[package]]
 8940name = "leb128fmt"
 8941version = "0.1.0"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8944
 8945[[package]]
 8946name = "lebe"
 8947version = "0.5.3"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 8950
 8951[[package]]
 8952name = "libc"
 8953version = "0.2.177"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
 8956
 8957[[package]]
 8958name = "libdbus-sys"
 8959version = "0.2.6"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 8962dependencies = [
 8963 "cc",
 8964 "pkg-config",
 8965]
 8966
 8967[[package]]
 8968name = "libfuzzer-sys"
 8969version = "0.4.10"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 8972dependencies = [
 8973 "arbitrary",
 8974 "cc",
 8975]
 8976
 8977[[package]]
 8978name = "libgit2-sys"
 8979version = "0.18.2+1.9.1"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222"
 8982dependencies = [
 8983 "cc",
 8984 "libc",
 8985 "libz-sys",
 8986 "pkg-config",
 8987]
 8988
 8989[[package]]
 8990name = "libloading"
 8991version = "0.8.9"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 8994dependencies = [
 8995 "cfg-if",
 8996 "windows-link 0.2.1",
 8997]
 8998
 8999[[package]]
 9000name = "libm"
 9001version = "0.2.15"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9004
 9005[[package]]
 9006name = "libmimalloc-sys"
 9007version = "0.1.44"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9010dependencies = [
 9011 "cc",
 9012 "libc",
 9013]
 9014
 9015[[package]]
 9016name = "libredox"
 9017version = "0.1.10"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9020dependencies = [
 9021 "bitflags 2.9.4",
 9022 "libc",
 9023 "redox_syscall 0.5.18",
 9024]
 9025
 9026[[package]]
 9027name = "libsqlite3-sys"
 9028version = "0.30.1"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9031dependencies = [
 9032 "cc",
 9033 "pkg-config",
 9034 "vcpkg",
 9035]
 9036
 9037[[package]]
 9038name = "libwebrtc"
 9039version = "0.3.10"
 9040source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9041dependencies = [
 9042 "cxx",
 9043 "jni",
 9044 "js-sys",
 9045 "lazy_static",
 9046 "livekit-protocol",
 9047 "livekit-runtime",
 9048 "log",
 9049 "parking_lot",
 9050 "serde",
 9051 "serde_json",
 9052 "thiserror 1.0.69",
 9053 "tokio",
 9054 "wasm-bindgen",
 9055 "wasm-bindgen-futures",
 9056 "web-sys",
 9057 "webrtc-sys",
 9058]
 9059
 9060[[package]]
 9061name = "libz-rs-sys"
 9062version = "0.5.2"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
 9065dependencies = [
 9066 "zlib-rs",
 9067]
 9068
 9069[[package]]
 9070name = "libz-sys"
 9071version = "1.1.22"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9074dependencies = [
 9075 "cc",
 9076 "libc",
 9077 "pkg-config",
 9078 "vcpkg",
 9079]
 9080
 9081[[package]]
 9082name = "line_ending_selector"
 9083version = "0.1.0"
 9084dependencies = [
 9085 "editor",
 9086 "gpui",
 9087 "language",
 9088 "picker",
 9089 "project",
 9090 "ui",
 9091 "util",
 9092 "workspace",
 9093]
 9094
 9095[[package]]
 9096name = "link-cplusplus"
 9097version = "1.0.12"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9100dependencies = [
 9101 "cc",
 9102]
 9103
 9104[[package]]
 9105name = "linkify"
 9106version = "0.10.0"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9109dependencies = [
 9110 "memchr",
 9111]
 9112
 9113[[package]]
 9114name = "linux-raw-sys"
 9115version = "0.4.15"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9118
 9119[[package]]
 9120name = "linux-raw-sys"
 9121version = "0.11.0"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9124
 9125[[package]]
 9126name = "litemap"
 9127version = "0.8.0"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9130
 9131[[package]]
 9132name = "litrs"
 9133version = "0.4.2"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
 9136
 9137[[package]]
 9138name = "livekit"
 9139version = "0.7.8"
 9140source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9141dependencies = [
 9142 "chrono",
 9143 "futures-util",
 9144 "lazy_static",
 9145 "libloading",
 9146 "libwebrtc",
 9147 "livekit-api",
 9148 "livekit-protocol",
 9149 "livekit-runtime",
 9150 "log",
 9151 "parking_lot",
 9152 "prost 0.12.6",
 9153 "semver",
 9154 "serde",
 9155 "serde_json",
 9156 "thiserror 1.0.69",
 9157 "tokio",
 9158]
 9159
 9160[[package]]
 9161name = "livekit-api"
 9162version = "0.4.2"
 9163source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9164dependencies = [
 9165 "futures-util",
 9166 "http 0.2.12",
 9167 "livekit-protocol",
 9168 "livekit-runtime",
 9169 "log",
 9170 "parking_lot",
 9171 "pbjson-types",
 9172 "prost 0.12.6",
 9173 "rand 0.9.2",
 9174 "reqwest 0.11.27",
 9175 "scopeguard",
 9176 "serde",
 9177 "sha2",
 9178 "thiserror 1.0.69",
 9179 "tokio",
 9180 "tokio-tungstenite 0.26.2",
 9181 "url",
 9182]
 9183
 9184[[package]]
 9185name = "livekit-protocol"
 9186version = "0.3.9"
 9187source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9188dependencies = [
 9189 "futures-util",
 9190 "livekit-runtime",
 9191 "parking_lot",
 9192 "pbjson",
 9193 "pbjson-types",
 9194 "prost 0.12.6",
 9195 "prost-types 0.12.6",
 9196 "serde",
 9197 "thiserror 1.0.69",
 9198 "tokio",
 9199]
 9200
 9201[[package]]
 9202name = "livekit-runtime"
 9203version = "0.4.0"
 9204source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9205dependencies = [
 9206 "tokio",
 9207 "tokio-stream",
 9208]
 9209
 9210[[package]]
 9211name = "livekit_api"
 9212version = "0.1.0"
 9213dependencies = [
 9214 "anyhow",
 9215 "async-trait",
 9216 "jsonwebtoken",
 9217 "log",
 9218 "prost 0.9.0",
 9219 "prost-build 0.9.0",
 9220 "prost-types 0.9.0",
 9221 "serde",
 9222 "zed-reqwest",
 9223]
 9224
 9225[[package]]
 9226name = "livekit_client"
 9227version = "0.1.0"
 9228dependencies = [
 9229 "anyhow",
 9230 "async-trait",
 9231 "audio",
 9232 "collections",
 9233 "core-foundation 0.10.0",
 9234 "core-video",
 9235 "coreaudio-rs 0.12.1",
 9236 "cpal",
 9237 "futures 0.3.31",
 9238 "gpui",
 9239 "gpui_tokio",
 9240 "http_client_tls",
 9241 "image",
 9242 "libwebrtc",
 9243 "livekit",
 9244 "livekit_api",
 9245 "log",
 9246 "nanoid",
 9247 "objc",
 9248 "parking_lot",
 9249 "postage",
 9250 "rodio",
 9251 "serde",
 9252 "serde_json",
 9253 "serde_urlencoded",
 9254 "settings",
 9255 "sha2",
 9256 "simplelog",
 9257 "smallvec",
 9258 "tokio-tungstenite 0.26.2",
 9259 "ui",
 9260 "util",
 9261 "zed-scap",
 9262]
 9263
 9264[[package]]
 9265name = "lmdb-master-sys"
 9266version = "0.2.5"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9269dependencies = [
 9270 "cc",
 9271 "doxygen-rs",
 9272 "libc",
 9273]
 9274
 9275[[package]]
 9276name = "lmstudio"
 9277version = "0.1.0"
 9278dependencies = [
 9279 "anyhow",
 9280 "futures 0.3.31",
 9281 "http_client",
 9282 "schemars 1.0.4",
 9283 "serde",
 9284 "serde_json",
 9285]
 9286
 9287[[package]]
 9288name = "lock_api"
 9289version = "0.4.14"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9292dependencies = [
 9293 "scopeguard",
 9294]
 9295
 9296[[package]]
 9297name = "log"
 9298version = "0.4.28"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
 9301dependencies = [
 9302 "serde",
 9303 "value-bag",
 9304]
 9305
 9306[[package]]
 9307name = "loop9"
 9308version = "0.1.5"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9311dependencies = [
 9312 "imgref",
 9313]
 9314
 9315[[package]]
 9316name = "lru"
 9317version = "0.12.5"
 9318source = "registry+https://github.com/rust-lang/crates.io-index"
 9319checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9320dependencies = [
 9321 "hashbrown 0.15.5",
 9322]
 9323
 9324[[package]]
 9325name = "lru-slab"
 9326version = "0.1.2"
 9327source = "registry+https://github.com/rust-lang/crates.io-index"
 9328checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9329
 9330[[package]]
 9331name = "lsp"
 9332version = "0.1.0"
 9333dependencies = [
 9334 "anyhow",
 9335 "async-pipe",
 9336 "collections",
 9337 "ctor",
 9338 "futures 0.3.31",
 9339 "gpui",
 9340 "log",
 9341 "lsp-types",
 9342 "parking_lot",
 9343 "postage",
 9344 "release_channel",
 9345 "schemars 1.0.4",
 9346 "serde",
 9347 "serde_json",
 9348 "smol",
 9349 "util",
 9350 "zlog",
 9351]
 9352
 9353[[package]]
 9354name = "lsp-types"
 9355version = "0.95.1"
 9356source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
 9357dependencies = [
 9358 "bitflags 1.3.2",
 9359 "serde",
 9360 "serde_json",
 9361 "url",
 9362]
 9363
 9364[[package]]
 9365name = "lyon"
 9366version = "1.0.16"
 9367source = "registry+https://github.com/rust-lang/crates.io-index"
 9368checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
 9369dependencies = [
 9370 "lyon_algorithms",
 9371 "lyon_extra",
 9372 "lyon_tessellation",
 9373]
 9374
 9375[[package]]
 9376name = "lyon_algorithms"
 9377version = "1.0.16"
 9378source = "registry+https://github.com/rust-lang/crates.io-index"
 9379checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
 9380dependencies = [
 9381 "lyon_path",
 9382 "num-traits",
 9383]
 9384
 9385[[package]]
 9386name = "lyon_extra"
 9387version = "1.0.3"
 9388source = "registry+https://github.com/rust-lang/crates.io-index"
 9389checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9390dependencies = [
 9391 "lyon_path",
 9392 "thiserror 1.0.69",
 9393]
 9394
 9395[[package]]
 9396name = "lyon_geom"
 9397version = "1.0.17"
 9398source = "registry+https://github.com/rust-lang/crates.io-index"
 9399checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
 9400dependencies = [
 9401 "arrayvec",
 9402 "euclid",
 9403 "num-traits",
 9404]
 9405
 9406[[package]]
 9407name = "lyon_path"
 9408version = "1.0.16"
 9409source = "registry+https://github.com/rust-lang/crates.io-index"
 9410checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
 9411dependencies = [
 9412 "lyon_geom",
 9413 "num-traits",
 9414]
 9415
 9416[[package]]
 9417name = "lyon_tessellation"
 9418version = "1.0.16"
 9419source = "registry+https://github.com/rust-lang/crates.io-index"
 9420checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
 9421dependencies = [
 9422 "float_next_after",
 9423 "lyon_path",
 9424 "num-traits",
 9425]
 9426
 9427[[package]]
 9428name = "lz4"
 9429version = "1.28.1"
 9430source = "registry+https://github.com/rust-lang/crates.io-index"
 9431checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
 9432dependencies = [
 9433 "lz4-sys",
 9434]
 9435
 9436[[package]]
 9437name = "lz4-sys"
 9438version = "1.11.1+lz4-1.10.0"
 9439source = "registry+https://github.com/rust-lang/crates.io-index"
 9440checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
 9441dependencies = [
 9442 "cc",
 9443 "libc",
 9444]
 9445
 9446[[package]]
 9447name = "mac"
 9448version = "0.1.1"
 9449source = "registry+https://github.com/rust-lang/crates.io-index"
 9450checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9451
 9452[[package]]
 9453name = "mach2"
 9454version = "0.4.3"
 9455source = "registry+https://github.com/rust-lang/crates.io-index"
 9456checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
 9457dependencies = [
 9458 "libc",
 9459]
 9460
 9461[[package]]
 9462name = "mach2"
 9463version = "0.5.0"
 9464source = "registry+https://github.com/rust-lang/crates.io-index"
 9465checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
 9466dependencies = [
 9467 "libc",
 9468]
 9469
 9470[[package]]
 9471name = "malloc_buf"
 9472version = "0.0.6"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9475dependencies = [
 9476 "libc",
 9477]
 9478
 9479[[package]]
 9480name = "maplit"
 9481version = "1.0.2"
 9482source = "registry+https://github.com/rust-lang/crates.io-index"
 9483checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9484
 9485[[package]]
 9486name = "markdown"
 9487version = "0.1.0"
 9488dependencies = [
 9489 "assets",
 9490 "base64 0.22.1",
 9491 "collections",
 9492 "env_logger 0.11.8",
 9493 "fs",
 9494 "futures 0.3.31",
 9495 "gpui",
 9496 "language",
 9497 "languages",
 9498 "linkify",
 9499 "log",
 9500 "node_runtime",
 9501 "pulldown-cmark 0.12.2",
 9502 "settings",
 9503 "sum_tree",
 9504 "theme",
 9505 "ui",
 9506 "util",
 9507]
 9508
 9509[[package]]
 9510name = "markdown_preview"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "async-recursion",
 9515 "collections",
 9516 "editor",
 9517 "fs",
 9518 "gpui",
 9519 "html5ever 0.27.0",
 9520 "language",
 9521 "linkify",
 9522 "log",
 9523 "markup5ever_rcdom",
 9524 "pretty_assertions",
 9525 "pulldown-cmark 0.12.2",
 9526 "settings",
 9527 "theme",
 9528 "ui",
 9529 "util",
 9530 "workspace",
 9531]
 9532
 9533[[package]]
 9534name = "markup5ever"
 9535version = "0.12.1"
 9536source = "registry+https://github.com/rust-lang/crates.io-index"
 9537checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9538dependencies = [
 9539 "log",
 9540 "phf 0.11.3",
 9541 "phf_codegen",
 9542 "string_cache",
 9543 "string_cache_codegen",
 9544 "tendril",
 9545]
 9546
 9547[[package]]
 9548name = "markup5ever"
 9549version = "0.35.0"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
 9552dependencies = [
 9553 "log",
 9554 "tendril",
 9555 "web_atoms",
 9556]
 9557
 9558[[package]]
 9559name = "markup5ever_rcdom"
 9560version = "0.3.0"
 9561source = "registry+https://github.com/rust-lang/crates.io-index"
 9562checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9563dependencies = [
 9564 "html5ever 0.27.0",
 9565 "markup5ever 0.12.1",
 9566 "tendril",
 9567 "xml5ever",
 9568]
 9569
 9570[[package]]
 9571name = "match_token"
 9572version = "0.35.0"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
 9575dependencies = [
 9576 "proc-macro2",
 9577 "quote",
 9578 "syn 2.0.106",
 9579]
 9580
 9581[[package]]
 9582name = "matchers"
 9583version = "0.2.0"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 9586dependencies = [
 9587 "regex-automata",
 9588]
 9589
 9590[[package]]
 9591name = "matchit"
 9592version = "0.7.3"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9595
 9596[[package]]
 9597name = "maybe-owned"
 9598version = "0.3.4"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9601
 9602[[package]]
 9603name = "maybe-rayon"
 9604version = "0.1.1"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9607dependencies = [
 9608 "cfg-if",
 9609 "rayon",
 9610]
 9611
 9612[[package]]
 9613name = "md-5"
 9614version = "0.10.6"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9617dependencies = [
 9618 "cfg-if",
 9619 "digest",
 9620]
 9621
 9622[[package]]
 9623name = "mdbook"
 9624version = "0.4.40"
 9625source = "registry+https://github.com/rust-lang/crates.io-index"
 9626checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
 9627dependencies = [
 9628 "ammonia",
 9629 "anyhow",
 9630 "chrono",
 9631 "clap",
 9632 "clap_complete",
 9633 "elasticlunr-rs",
 9634 "env_logger 0.11.8",
 9635 "futures-util",
 9636 "handlebars 5.1.2",
 9637 "ignore",
 9638 "log",
 9639 "memchr",
 9640 "notify 6.1.1",
 9641 "notify-debouncer-mini",
 9642 "once_cell",
 9643 "opener",
 9644 "pathdiff",
 9645 "pulldown-cmark 0.10.3",
 9646 "regex",
 9647 "serde",
 9648 "serde_json",
 9649 "shlex",
 9650 "tempfile",
 9651 "tokio",
 9652 "toml 0.5.11",
 9653 "topological-sort",
 9654 "walkdir",
 9655 "warp",
 9656]
 9657
 9658[[package]]
 9659name = "media"
 9660version = "0.1.0"
 9661dependencies = [
 9662 "anyhow",
 9663 "bindgen 0.71.1",
 9664 "core-foundation 0.10.0",
 9665 "core-video",
 9666 "ctor",
 9667 "foreign-types 0.5.0",
 9668 "metal",
 9669 "objc",
 9670]
 9671
 9672[[package]]
 9673name = "memchr"
 9674version = "2.7.6"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
 9677
 9678[[package]]
 9679name = "memfd"
 9680version = "0.6.5"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
 9683dependencies = [
 9684 "rustix 1.1.2",
 9685]
 9686
 9687[[package]]
 9688name = "memmap2"
 9689version = "0.9.8"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
 9692dependencies = [
 9693 "libc",
 9694 "stable_deref_trait",
 9695]
 9696
 9697[[package]]
 9698name = "memoffset"
 9699version = "0.9.1"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9702dependencies = [
 9703 "autocfg",
 9704]
 9705
 9706[[package]]
 9707name = "menu"
 9708version = "0.1.0"
 9709dependencies = [
 9710 "gpui",
 9711]
 9712
 9713[[package]]
 9714name = "metal"
 9715version = "0.29.0"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9718dependencies = [
 9719 "bitflags 2.9.4",
 9720 "block",
 9721 "core-graphics-types 0.1.3",
 9722 "foreign-types 0.5.0",
 9723 "log",
 9724 "objc",
 9725 "paste",
 9726]
 9727
 9728[[package]]
 9729name = "migrator"
 9730version = "0.1.0"
 9731dependencies = [
 9732 "anyhow",
 9733 "collections",
 9734 "convert_case 0.8.0",
 9735 "log",
 9736 "pretty_assertions",
 9737 "serde_json",
 9738 "serde_json_lenient",
 9739 "settings",
 9740 "streaming-iterator",
 9741 "tree-sitter",
 9742 "tree-sitter-json",
 9743 "unindent",
 9744]
 9745
 9746[[package]]
 9747name = "mimalloc"
 9748version = "0.1.48"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
 9751dependencies = [
 9752 "libmimalloc-sys",
 9753]
 9754
 9755[[package]]
 9756name = "mime"
 9757version = "0.3.17"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9760
 9761[[package]]
 9762name = "mime_guess"
 9763version = "2.0.5"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9766dependencies = [
 9767 "mime",
 9768 "unicase",
 9769]
 9770
 9771[[package]]
 9772name = "minidump-common"
 9773version = "0.21.2"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
 9776dependencies = [
 9777 "bitflags 2.9.4",
 9778 "debugid",
 9779 "num-derive",
 9780 "num-traits",
 9781 "range-map",
 9782 "scroll",
 9783 "smart-default",
 9784]
 9785
 9786[[package]]
 9787name = "minidump-writer"
 9788version = "0.8.9"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
 9791dependencies = [
 9792 "bitflags 2.9.4",
 9793 "byteorder",
 9794 "cfg-if",
 9795 "crash-context",
 9796 "goblin",
 9797 "libc",
 9798 "log",
 9799 "mach2 0.4.3",
 9800 "memmap2",
 9801 "memoffset",
 9802 "minidump-common",
 9803 "nix 0.28.0",
 9804 "procfs-core",
 9805 "scroll",
 9806 "tempfile",
 9807 "thiserror 1.0.69",
 9808]
 9809
 9810[[package]]
 9811name = "minidumper"
 9812version = "0.8.3"
 9813source = "registry+https://github.com/rust-lang/crates.io-index"
 9814checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
 9815dependencies = [
 9816 "cfg-if",
 9817 "crash-context",
 9818 "libc",
 9819 "log",
 9820 "minidump-writer",
 9821 "parking_lot",
 9822 "polling",
 9823 "scroll",
 9824 "thiserror 1.0.69",
 9825 "uds",
 9826]
 9827
 9828[[package]]
 9829name = "minimal-lexical"
 9830version = "0.2.1"
 9831source = "registry+https://github.com/rust-lang/crates.io-index"
 9832checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9833
 9834[[package]]
 9835name = "miniz_oxide"
 9836version = "0.8.9"
 9837source = "registry+https://github.com/rust-lang/crates.io-index"
 9838checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
 9839dependencies = [
 9840 "adler2",
 9841 "simd-adler32",
 9842]
 9843
 9844[[package]]
 9845name = "mint"
 9846version = "0.5.9"
 9847source = "registry+https://github.com/rust-lang/crates.io-index"
 9848checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9849
 9850[[package]]
 9851name = "mio"
 9852version = "0.8.11"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 9855dependencies = [
 9856 "libc",
 9857 "log",
 9858 "wasi",
 9859 "windows-sys 0.48.0",
 9860]
 9861
 9862[[package]]
 9863name = "mio"
 9864version = "1.1.0"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
 9867dependencies = [
 9868 "libc",
 9869 "log",
 9870 "wasi",
 9871 "windows-sys 0.61.2",
 9872]
 9873
 9874[[package]]
 9875name = "miow"
 9876version = "0.6.1"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
 9879dependencies = [
 9880 "windows-sys 0.61.2",
 9881]
 9882
 9883[[package]]
 9884name = "mistral"
 9885version = "0.1.0"
 9886dependencies = [
 9887 "anyhow",
 9888 "futures 0.3.31",
 9889 "http_client",
 9890 "schemars 1.0.4",
 9891 "serde",
 9892 "serde_json",
 9893 "strum 0.27.2",
 9894]
 9895
 9896[[package]]
 9897name = "moka"
 9898version = "0.12.11"
 9899source = "registry+https://github.com/rust-lang/crates.io-index"
 9900checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
 9901dependencies = [
 9902 "crossbeam-channel",
 9903 "crossbeam-epoch",
 9904 "crossbeam-utils",
 9905 "equivalent",
 9906 "parking_lot",
 9907 "portable-atomic",
 9908 "rustc_version",
 9909 "smallvec",
 9910 "tagptr",
 9911 "uuid",
 9912]
 9913
 9914[[package]]
 9915name = "moxcms"
 9916version = "0.7.7"
 9917source = "registry+https://github.com/rust-lang/crates.io-index"
 9918checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
 9919dependencies = [
 9920 "num-traits",
 9921 "pxfm",
 9922]
 9923
 9924[[package]]
 9925name = "msvc_spectre_libs"
 9926version = "0.1.3"
 9927source = "registry+https://github.com/rust-lang/crates.io-index"
 9928checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9929dependencies = [
 9930 "cc",
 9931]
 9932
 9933[[package]]
 9934name = "multi_buffer"
 9935version = "0.1.0"
 9936dependencies = [
 9937 "anyhow",
 9938 "buffer_diff",
 9939 "clock",
 9940 "collections",
 9941 "ctor",
 9942 "gpui",
 9943 "indoc",
 9944 "itertools 0.14.0",
 9945 "language",
 9946 "log",
 9947 "parking_lot",
 9948 "pretty_assertions",
 9949 "project",
 9950 "rand 0.9.2",
 9951 "rope",
 9952 "serde",
 9953 "settings",
 9954 "smallvec",
 9955 "smol",
 9956 "sum_tree",
 9957 "text",
 9958 "theme",
 9959 "tree-sitter",
 9960 "util",
 9961 "zlog",
 9962]
 9963
 9964[[package]]
 9965name = "multimap"
 9966version = "0.8.3"
 9967source = "registry+https://github.com/rust-lang/crates.io-index"
 9968checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9969
 9970[[package]]
 9971name = "multimap"
 9972version = "0.10.1"
 9973source = "registry+https://github.com/rust-lang/crates.io-index"
 9974checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
 9975
 9976[[package]]
 9977name = "naga"
 9978version = "25.0.1"
 9979source = "registry+https://github.com/rust-lang/crates.io-index"
 9980checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9981dependencies = [
 9982 "arrayvec",
 9983 "bit-set 0.8.0",
 9984 "bitflags 2.9.4",
 9985 "cfg_aliases 0.2.1",
 9986 "codespan-reporting 0.12.0",
 9987 "half",
 9988 "hashbrown 0.15.5",
 9989 "hexf-parse",
 9990 "indexmap 2.11.4",
 9991 "log",
 9992 "num-traits",
 9993 "once_cell",
 9994 "rustc-hash 1.1.0",
 9995 "spirv",
 9996 "strum 0.26.3",
 9997 "thiserror 2.0.17",
 9998 "unicode-ident",
 9999]
10000
10001[[package]]
10002name = "nanoid"
10003version = "0.4.0"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10006dependencies = [
10007 "rand 0.8.5",
10008]
10009
10010[[package]]
10011name = "nanorand"
10012version = "0.7.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10015dependencies = [
10016 "getrandom 0.2.16",
10017]
10018
10019[[package]]
10020name = "native-tls"
10021version = "0.2.14"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10024dependencies = [
10025 "libc",
10026 "log",
10027 "openssl",
10028 "openssl-probe",
10029 "openssl-sys",
10030 "schannel",
10031 "security-framework 2.11.1",
10032 "security-framework-sys",
10033 "tempfile",
10034]
10035
10036[[package]]
10037name = "nbformat"
10038version = "0.10.0"
10039source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10040dependencies = [
10041 "anyhow",
10042 "chrono",
10043 "jupyter-protocol",
10044 "serde",
10045 "serde_json",
10046 "thiserror 1.0.69",
10047 "uuid",
10048]
10049
10050[[package]]
10051name = "nc"
10052version = "0.1.0"
10053dependencies = [
10054 "anyhow",
10055 "futures 0.3.31",
10056 "net",
10057 "smol",
10058]
10059
10060[[package]]
10061name = "ndk"
10062version = "0.9.0"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10065dependencies = [
10066 "bitflags 2.9.4",
10067 "jni-sys",
10068 "log",
10069 "ndk-sys",
10070 "num_enum",
10071 "thiserror 1.0.69",
10072]
10073
10074[[package]]
10075name = "ndk-context"
10076version = "0.1.1"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10079
10080[[package]]
10081name = "ndk-sys"
10082version = "0.6.0+11769913"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10085dependencies = [
10086 "jni-sys",
10087]
10088
10089[[package]]
10090name = "net"
10091version = "0.1.0"
10092dependencies = [
10093 "anyhow",
10094 "async-io",
10095 "smol",
10096 "tempfile",
10097 "windows 0.61.3",
10098]
10099
10100[[package]]
10101name = "new_debug_unreachable"
10102version = "1.0.6"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10105
10106[[package]]
10107name = "nix"
10108version = "0.28.0"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10111dependencies = [
10112 "bitflags 2.9.4",
10113 "cfg-if",
10114 "cfg_aliases 0.1.1",
10115 "libc",
10116]
10117
10118[[package]]
10119name = "nix"
10120version = "0.29.0"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10123dependencies = [
10124 "bitflags 2.9.4",
10125 "cfg-if",
10126 "cfg_aliases 0.2.1",
10127 "libc",
10128]
10129
10130[[package]]
10131name = "nix"
10132version = "0.30.1"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10135dependencies = [
10136 "bitflags 2.9.4",
10137 "cfg-if",
10138 "cfg_aliases 0.2.1",
10139 "libc",
10140 "memoffset",
10141]
10142
10143[[package]]
10144name = "node_runtime"
10145version = "0.1.0"
10146dependencies = [
10147 "anyhow",
10148 "async-compression",
10149 "async-std",
10150 "async-tar",
10151 "async-trait",
10152 "futures 0.3.31",
10153 "http_client",
10154 "log",
10155 "paths",
10156 "semver",
10157 "serde",
10158 "serde_json",
10159 "smol",
10160 "util",
10161 "watch",
10162 "which 6.0.3",
10163]
10164
10165[[package]]
10166name = "nom"
10167version = "7.1.3"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10170dependencies = [
10171 "memchr",
10172 "minimal-lexical",
10173]
10174
10175[[package]]
10176name = "nom"
10177version = "8.0.0"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10180dependencies = [
10181 "memchr",
10182]
10183
10184[[package]]
10185name = "noop_proc_macro"
10186version = "0.3.0"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10189
10190[[package]]
10191name = "normpath"
10192version = "1.5.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10195dependencies = [
10196 "windows-sys 0.61.2",
10197]
10198
10199[[package]]
10200name = "notifications"
10201version = "0.1.0"
10202dependencies = [
10203 "anyhow",
10204 "channel",
10205 "client",
10206 "collections",
10207 "component",
10208 "db",
10209 "gpui",
10210 "rpc",
10211 "settings",
10212 "sum_tree",
10213 "time",
10214 "ui",
10215 "util",
10216 "workspace",
10217 "zed_actions",
10218]
10219
10220[[package]]
10221name = "notify"
10222version = "6.1.1"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10225dependencies = [
10226 "bitflags 2.9.4",
10227 "crossbeam-channel",
10228 "filetime",
10229 "fsevent-sys 4.1.0",
10230 "inotify 0.9.6",
10231 "kqueue",
10232 "libc",
10233 "log",
10234 "mio 0.8.11",
10235 "walkdir",
10236 "windows-sys 0.48.0",
10237]
10238
10239[[package]]
10240name = "notify"
10241version = "8.0.0"
10242source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10243dependencies = [
10244 "bitflags 2.9.4",
10245 "filetime",
10246 "fsevent-sys 4.1.0",
10247 "inotify 0.11.0",
10248 "kqueue",
10249 "libc",
10250 "log",
10251 "mio 1.1.0",
10252 "notify-types",
10253 "walkdir",
10254 "windows-sys 0.59.0",
10255]
10256
10257[[package]]
10258name = "notify-debouncer-mini"
10259version = "0.4.1"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10262dependencies = [
10263 "crossbeam-channel",
10264 "log",
10265 "notify 6.1.1",
10266]
10267
10268[[package]]
10269name = "notify-types"
10270version = "2.0.0"
10271source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10272
10273[[package]]
10274name = "now"
10275version = "0.1.3"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
10278dependencies = [
10279 "chrono",
10280]
10281
10282[[package]]
10283name = "ntapi"
10284version = "0.4.1"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10287dependencies = [
10288 "winapi",
10289]
10290
10291[[package]]
10292name = "nu-ansi-term"
10293version = "0.50.3"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10296dependencies = [
10297 "windows-sys 0.59.0",
10298]
10299
10300[[package]]
10301name = "num"
10302version = "0.4.3"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10305dependencies = [
10306 "num-bigint",
10307 "num-complex",
10308 "num-integer",
10309 "num-iter",
10310 "num-rational",
10311 "num-traits",
10312]
10313
10314[[package]]
10315name = "num-bigint"
10316version = "0.4.6"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10319dependencies = [
10320 "num-integer",
10321 "num-traits",
10322]
10323
10324[[package]]
10325name = "num-bigint-dig"
10326version = "0.8.4"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10329dependencies = [
10330 "byteorder",
10331 "lazy_static",
10332 "libm",
10333 "num-integer",
10334 "num-iter",
10335 "num-traits",
10336 "rand 0.8.5",
10337 "serde",
10338 "smallvec",
10339 "zeroize",
10340]
10341
10342[[package]]
10343name = "num-cmp"
10344version = "0.1.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10347
10348[[package]]
10349name = "num-complex"
10350version = "0.4.6"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10353dependencies = [
10354 "bytemuck",
10355 "num-traits",
10356]
10357
10358[[package]]
10359name = "num-conv"
10360version = "0.1.0"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10363
10364[[package]]
10365name = "num-derive"
10366version = "0.4.2"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10369dependencies = [
10370 "proc-macro2",
10371 "quote",
10372 "syn 2.0.106",
10373]
10374
10375[[package]]
10376name = "num-format"
10377version = "0.4.4"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10380dependencies = [
10381 "arrayvec",
10382 "itoa",
10383]
10384
10385[[package]]
10386name = "num-integer"
10387version = "0.1.46"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10390dependencies = [
10391 "num-traits",
10392]
10393
10394[[package]]
10395name = "num-iter"
10396version = "0.1.45"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10399dependencies = [
10400 "autocfg",
10401 "num-integer",
10402 "num-traits",
10403]
10404
10405[[package]]
10406name = "num-rational"
10407version = "0.4.2"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10410dependencies = [
10411 "num-bigint",
10412 "num-integer",
10413 "num-traits",
10414]
10415
10416[[package]]
10417name = "num-traits"
10418version = "0.2.19"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10421dependencies = [
10422 "autocfg",
10423 "libm",
10424]
10425
10426[[package]]
10427name = "num_cpus"
10428version = "1.17.0"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
10431dependencies = [
10432 "hermit-abi",
10433 "libc",
10434]
10435
10436[[package]]
10437name = "num_enum"
10438version = "0.7.4"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
10441dependencies = [
10442 "num_enum_derive",
10443 "rustversion",
10444]
10445
10446[[package]]
10447name = "num_enum_derive"
10448version = "0.7.4"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
10451dependencies = [
10452 "proc-macro-crate",
10453 "proc-macro2",
10454 "quote",
10455 "syn 2.0.106",
10456]
10457
10458[[package]]
10459name = "num_threads"
10460version = "0.1.7"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10463dependencies = [
10464 "libc",
10465]
10466
10467[[package]]
10468name = "nvim-rs"
10469version = "0.9.2"
10470source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10471dependencies = [
10472 "async-trait",
10473 "futures 0.3.31",
10474 "log",
10475 "rmp",
10476 "rmpv",
10477 "tokio",
10478 "tokio-util",
10479]
10480
10481[[package]]
10482name = "objc"
10483version = "0.2.7"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10486dependencies = [
10487 "malloc_buf",
10488 "objc_exception",
10489]
10490
10491[[package]]
10492name = "objc-foundation"
10493version = "0.1.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10496dependencies = [
10497 "block",
10498 "objc",
10499 "objc_id",
10500]
10501
10502[[package]]
10503name = "objc2"
10504version = "0.6.3"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
10507dependencies = [
10508 "objc2-encode",
10509]
10510
10511[[package]]
10512name = "objc2-app-kit"
10513version = "0.3.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10516dependencies = [
10517 "bitflags 2.9.4",
10518 "objc2",
10519 "objc2-core-foundation",
10520 "objc2-foundation",
10521 "objc2-quartz-core",
10522]
10523
10524[[package]]
10525name = "objc2-audio-toolbox"
10526version = "0.3.1"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10529dependencies = [
10530 "bitflags 2.9.4",
10531 "libc",
10532 "objc2",
10533 "objc2-core-audio",
10534 "objc2-core-audio-types",
10535 "objc2-core-foundation",
10536 "objc2-foundation",
10537]
10538
10539[[package]]
10540name = "objc2-core-audio"
10541version = "0.3.2"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
10544dependencies = [
10545 "dispatch2",
10546 "objc2",
10547 "objc2-core-audio-types",
10548 "objc2-core-foundation",
10549]
10550
10551[[package]]
10552name = "objc2-core-audio-types"
10553version = "0.3.2"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
10556dependencies = [
10557 "bitflags 2.9.4",
10558 "objc2",
10559]
10560
10561[[package]]
10562name = "objc2-core-foundation"
10563version = "0.3.2"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
10566dependencies = [
10567 "bitflags 2.9.4",
10568 "dispatch2",
10569 "objc2",
10570]
10571
10572[[package]]
10573name = "objc2-encode"
10574version = "4.1.0"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10577
10578[[package]]
10579name = "objc2-foundation"
10580version = "0.3.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10583dependencies = [
10584 "bitflags 2.9.4",
10585 "objc2",
10586 "objc2-core-foundation",
10587]
10588
10589[[package]]
10590name = "objc2-io-kit"
10591version = "0.3.2"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
10594dependencies = [
10595 "libc",
10596 "objc2-core-foundation",
10597]
10598
10599[[package]]
10600name = "objc2-metal"
10601version = "0.3.1"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10604dependencies = [
10605 "bitflags 2.9.4",
10606 "block2",
10607 "dispatch2",
10608 "objc2",
10609 "objc2-core-foundation",
10610 "objc2-foundation",
10611]
10612
10613[[package]]
10614name = "objc2-quartz-core"
10615version = "0.3.1"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10618dependencies = [
10619 "bitflags 2.9.4",
10620 "objc2",
10621 "objc2-core-foundation",
10622 "objc2-foundation",
10623 "objc2-metal",
10624]
10625
10626[[package]]
10627name = "objc2-ui-kit"
10628version = "0.3.1"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10631dependencies = [
10632 "bitflags 2.9.4",
10633 "objc2",
10634 "objc2-core-foundation",
10635 "objc2-foundation",
10636 "objc2-quartz-core",
10637]
10638
10639[[package]]
10640name = "objc_exception"
10641version = "0.1.2"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10644dependencies = [
10645 "cc",
10646]
10647
10648[[package]]
10649name = "objc_id"
10650version = "0.1.1"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10653dependencies = [
10654 "objc",
10655]
10656
10657[[package]]
10658name = "object"
10659version = "0.36.7"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10662dependencies = [
10663 "crc32fast",
10664 "hashbrown 0.15.5",
10665 "indexmap 2.11.4",
10666 "memchr",
10667]
10668
10669[[package]]
10670name = "object"
10671version = "0.37.3"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
10674dependencies = [
10675 "memchr",
10676]
10677
10678[[package]]
10679name = "object_store"
10680version = "0.12.4"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740"
10683dependencies = [
10684 "async-trait",
10685 "base64 0.22.1",
10686 "bytes 1.10.1",
10687 "chrono",
10688 "form_urlencoded",
10689 "futures 0.3.31",
10690 "http 1.3.1",
10691 "http-body-util",
10692 "humantime",
10693 "hyper 1.7.0",
10694 "itertools 0.14.0",
10695 "parking_lot",
10696 "percent-encoding",
10697 "quick-xml 0.38.3",
10698 "rand 0.9.2",
10699 "reqwest 0.12.24",
10700 "ring",
10701 "serde",
10702 "serde_json",
10703 "serde_urlencoded",
10704 "thiserror 2.0.17",
10705 "tokio",
10706 "tracing",
10707 "url",
10708 "walkdir",
10709 "wasm-bindgen-futures",
10710 "web-time",
10711]
10712
10713[[package]]
10714name = "ollama"
10715version = "0.1.0"
10716dependencies = [
10717 "anyhow",
10718 "futures 0.3.31",
10719 "http_client",
10720 "schemars 1.0.4",
10721 "serde",
10722 "serde_json",
10723 "settings",
10724]
10725
10726[[package]]
10727name = "onboarding"
10728version = "0.1.0"
10729dependencies = [
10730 "anyhow",
10731 "client",
10732 "component",
10733 "db",
10734 "documented",
10735 "fs",
10736 "fuzzy",
10737 "git",
10738 "gpui",
10739 "menu",
10740 "notifications",
10741 "picker",
10742 "project",
10743 "schemars 1.0.4",
10744 "serde",
10745 "settings",
10746 "telemetry",
10747 "theme",
10748 "ui",
10749 "ui_input",
10750 "util",
10751 "vim_mode_setting",
10752 "workspace",
10753 "zed_actions",
10754 "zlog",
10755]
10756
10757[[package]]
10758name = "once_cell"
10759version = "1.21.3"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10762
10763[[package]]
10764name = "once_cell_polyfill"
10765version = "1.70.1"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
10768
10769[[package]]
10770name = "oo7"
10771version = "0.5.0"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10774dependencies = [
10775 "aes",
10776 "ashpd 0.12.0",
10777 "async-fs",
10778 "async-io",
10779 "async-lock 3.4.1",
10780 "blocking",
10781 "cbc",
10782 "cipher",
10783 "digest",
10784 "endi",
10785 "futures-lite 2.6.1",
10786 "futures-util",
10787 "getrandom 0.3.4",
10788 "hkdf",
10789 "hmac",
10790 "md-5",
10791 "num",
10792 "num-bigint-dig",
10793 "pbkdf2 0.12.2",
10794 "rand 0.9.2",
10795 "serde",
10796 "sha2",
10797 "subtle",
10798 "zbus",
10799 "zbus_macros",
10800 "zeroize",
10801 "zvariant",
10802]
10803
10804[[package]]
10805name = "oorandom"
10806version = "11.1.5"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10809
10810[[package]]
10811name = "open"
10812version = "5.3.2"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10815dependencies = [
10816 "is-wsl",
10817 "libc",
10818 "pathdiff",
10819]
10820
10821[[package]]
10822name = "open_ai"
10823version = "0.1.0"
10824dependencies = [
10825 "anyhow",
10826 "futures 0.3.31",
10827 "http_client",
10828 "log",
10829 "schemars 1.0.4",
10830 "serde",
10831 "serde_json",
10832 "settings",
10833 "strum 0.27.2",
10834]
10835
10836[[package]]
10837name = "open_router"
10838version = "0.1.0"
10839dependencies = [
10840 "anyhow",
10841 "futures 0.3.31",
10842 "http_client",
10843 "schemars 1.0.4",
10844 "serde",
10845 "serde_json",
10846 "settings",
10847 "strum 0.27.2",
10848 "thiserror 2.0.17",
10849]
10850
10851[[package]]
10852name = "opener"
10853version = "0.7.2"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10856dependencies = [
10857 "bstr",
10858 "dbus",
10859 "normpath",
10860 "windows-sys 0.59.0",
10861]
10862
10863[[package]]
10864name = "openssl"
10865version = "0.10.74"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
10868dependencies = [
10869 "bitflags 2.9.4",
10870 "cfg-if",
10871 "foreign-types 0.3.2",
10872 "libc",
10873 "once_cell",
10874 "openssl-macros",
10875 "openssl-sys",
10876]
10877
10878[[package]]
10879name = "openssl-macros"
10880version = "0.1.1"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10883dependencies = [
10884 "proc-macro2",
10885 "quote",
10886 "syn 2.0.106",
10887]
10888
10889[[package]]
10890name = "openssl-probe"
10891version = "0.1.6"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10894
10895[[package]]
10896name = "openssl-sys"
10897version = "0.9.110"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
10900dependencies = [
10901 "cc",
10902 "libc",
10903 "pkg-config",
10904 "vcpkg",
10905]
10906
10907[[package]]
10908name = "optfield"
10909version = "0.4.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
10912dependencies = [
10913 "proc-macro2",
10914 "quote",
10915 "syn 2.0.106",
10916]
10917
10918[[package]]
10919name = "option-ext"
10920version = "0.2.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10923
10924[[package]]
10925name = "ordered-float"
10926version = "2.10.1"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10929dependencies = [
10930 "num-traits",
10931]
10932
10933[[package]]
10934name = "ordered-float"
10935version = "4.6.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10938dependencies = [
10939 "num-traits",
10940]
10941
10942[[package]]
10943name = "ordered-stream"
10944version = "0.2.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10947dependencies = [
10948 "futures-core",
10949 "pin-project-lite",
10950]
10951
10952[[package]]
10953name = "ouroboros"
10954version = "0.18.5"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10957dependencies = [
10958 "aliasable",
10959 "ouroboros_macro",
10960 "static_assertions",
10961]
10962
10963[[package]]
10964name = "ouroboros_macro"
10965version = "0.18.5"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10968dependencies = [
10969 "heck 0.4.1",
10970 "proc-macro2",
10971 "proc-macro2-diagnostics",
10972 "quote",
10973 "syn 2.0.106",
10974]
10975
10976[[package]]
10977name = "outline"
10978version = "0.1.0"
10979dependencies = [
10980 "editor",
10981 "fuzzy",
10982 "gpui",
10983 "indoc",
10984 "language",
10985 "menu",
10986 "ordered-float 2.10.1",
10987 "picker",
10988 "project",
10989 "rope",
10990 "serde_json",
10991 "settings",
10992 "smol",
10993 "theme",
10994 "tree-sitter-rust",
10995 "tree-sitter-typescript",
10996 "ui",
10997 "util",
10998 "workspace",
10999 "zed_actions",
11000]
11001
11002[[package]]
11003name = "outline_panel"
11004version = "0.1.0"
11005dependencies = [
11006 "anyhow",
11007 "collections",
11008 "db",
11009 "editor",
11010 "file_icons",
11011 "fuzzy",
11012 "gpui",
11013 "itertools 0.14.0",
11014 "language",
11015 "log",
11016 "menu",
11017 "outline",
11018 "pretty_assertions",
11019 "project",
11020 "search",
11021 "serde",
11022 "serde_json",
11023 "settings",
11024 "smallvec",
11025 "smol",
11026 "theme",
11027 "ui",
11028 "util",
11029 "workspace",
11030 "worktree",
11031 "zed_actions",
11032]
11033
11034[[package]]
11035name = "outref"
11036version = "0.5.2"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11039
11040[[package]]
11041name = "p256"
11042version = "0.11.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11045dependencies = [
11046 "ecdsa",
11047 "elliptic-curve",
11048 "sha2",
11049]
11050
11051[[package]]
11052name = "page_size"
11053version = "0.6.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11056dependencies = [
11057 "libc",
11058 "winapi",
11059]
11060
11061[[package]]
11062name = "palette"
11063version = "0.7.6"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11066dependencies = [
11067 "approx",
11068 "fast-srgb8",
11069 "palette_derive",
11070]
11071
11072[[package]]
11073name = "palette_derive"
11074version = "0.7.6"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11077dependencies = [
11078 "by_address",
11079 "proc-macro2",
11080 "quote",
11081 "syn 2.0.106",
11082]
11083
11084[[package]]
11085name = "panel"
11086version = "0.1.0"
11087dependencies = [
11088 "editor",
11089 "gpui",
11090 "settings",
11091 "theme",
11092 "ui",
11093 "workspace",
11094]
11095
11096[[package]]
11097name = "parking"
11098version = "2.2.1"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11101
11102[[package]]
11103name = "parking_lot"
11104version = "0.12.5"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11107dependencies = [
11108 "lock_api",
11109 "parking_lot_core",
11110]
11111
11112[[package]]
11113name = "parking_lot_core"
11114version = "0.9.12"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11117dependencies = [
11118 "cfg-if",
11119 "libc",
11120 "redox_syscall 0.5.18",
11121 "smallvec",
11122 "windows-link 0.2.1",
11123]
11124
11125[[package]]
11126name = "parse_int"
11127version = "0.9.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11130dependencies = [
11131 "num-traits",
11132]
11133
11134[[package]]
11135name = "partial-json-fixer"
11136version = "0.5.3"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11139
11140[[package]]
11141name = "password-hash"
11142version = "0.4.2"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11145dependencies = [
11146 "base64ct",
11147 "rand_core 0.6.4",
11148 "subtle",
11149]
11150
11151[[package]]
11152name = "password-hash"
11153version = "0.5.0"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11156dependencies = [
11157 "base64ct",
11158 "rand_core 0.6.4",
11159 "subtle",
11160]
11161
11162[[package]]
11163name = "paste"
11164version = "1.0.15"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11167
11168[[package]]
11169name = "pathdiff"
11170version = "0.2.3"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11173
11174[[package]]
11175name = "pathfinder_geometry"
11176version = "0.5.1"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11179dependencies = [
11180 "log",
11181 "pathfinder_simd",
11182]
11183
11184[[package]]
11185name = "pathfinder_simd"
11186version = "0.5.5"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11189dependencies = [
11190 "rustc_version",
11191]
11192
11193[[package]]
11194name = "paths"
11195version = "0.1.0"
11196dependencies = [
11197 "dirs 4.0.0",
11198 "ignore",
11199 "util",
11200]
11201
11202[[package]]
11203name = "pbjson"
11204version = "0.6.0"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11207dependencies = [
11208 "base64 0.21.7",
11209 "serde",
11210]
11211
11212[[package]]
11213name = "pbjson-build"
11214version = "0.6.2"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11217dependencies = [
11218 "heck 0.4.1",
11219 "itertools 0.11.0",
11220 "prost 0.12.6",
11221 "prost-types 0.12.6",
11222]
11223
11224[[package]]
11225name = "pbjson-types"
11226version = "0.6.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11229dependencies = [
11230 "bytes 1.10.1",
11231 "chrono",
11232 "pbjson",
11233 "pbjson-build",
11234 "prost 0.12.6",
11235 "prost-build 0.12.6",
11236 "serde",
11237]
11238
11239[[package]]
11240name = "pbkdf2"
11241version = "0.11.0"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11244dependencies = [
11245 "digest",
11246 "hmac",
11247 "password-hash 0.4.2",
11248 "sha2",
11249]
11250
11251[[package]]
11252name = "pbkdf2"
11253version = "0.12.2"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11256dependencies = [
11257 "digest",
11258 "hmac",
11259]
11260
11261[[package]]
11262name = "pciid-parser"
11263version = "0.8.0"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11266
11267[[package]]
11268name = "pem"
11269version = "3.0.6"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11272dependencies = [
11273 "base64 0.22.1",
11274 "serde_core",
11275]
11276
11277[[package]]
11278name = "pem-rfc7468"
11279version = "0.7.0"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11282dependencies = [
11283 "base64ct",
11284]
11285
11286[[package]]
11287name = "percent-encoding"
11288version = "2.3.2"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
11291
11292[[package]]
11293name = "perf"
11294version = "0.1.0"
11295dependencies = [
11296 "collections",
11297 "serde",
11298 "serde_json",
11299]
11300
11301[[package]]
11302name = "pest"
11303version = "2.8.3"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
11306dependencies = [
11307 "memchr",
11308 "ucd-trie",
11309]
11310
11311[[package]]
11312name = "pest_derive"
11313version = "2.8.3"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
11316dependencies = [
11317 "pest",
11318 "pest_generator",
11319]
11320
11321[[package]]
11322name = "pest_generator"
11323version = "2.8.3"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
11326dependencies = [
11327 "pest",
11328 "pest_meta",
11329 "proc-macro2",
11330 "quote",
11331 "syn 2.0.106",
11332]
11333
11334[[package]]
11335name = "pest_meta"
11336version = "2.8.3"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
11339dependencies = [
11340 "pest",
11341 "sha2",
11342]
11343
11344[[package]]
11345name = "pet"
11346version = "0.1.0"
11347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11348dependencies = [
11349 "clap",
11350 "env_logger 0.10.2",
11351 "lazy_static",
11352 "log",
11353 "msvc_spectre_libs",
11354 "pet-conda",
11355 "pet-core",
11356 "pet-env-var-path",
11357 "pet-fs",
11358 "pet-global-virtualenvs",
11359 "pet-homebrew",
11360 "pet-jsonrpc",
11361 "pet-linux-global-python",
11362 "pet-mac-commandlinetools",
11363 "pet-mac-python-org",
11364 "pet-mac-xcode",
11365 "pet-pipenv",
11366 "pet-pixi",
11367 "pet-poetry",
11368 "pet-pyenv",
11369 "pet-python-utils",
11370 "pet-reporter",
11371 "pet-telemetry",
11372 "pet-venv",
11373 "pet-virtualenv",
11374 "pet-virtualenvwrapper",
11375 "pet-windows-registry",
11376 "pet-windows-store",
11377 "serde",
11378 "serde_json",
11379]
11380
11381[[package]]
11382name = "pet-conda"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "env_logger 0.10.2",
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-core",
11391 "pet-fs",
11392 "pet-python-utils",
11393 "pet-reporter",
11394 "regex",
11395 "serde",
11396 "serde_json",
11397 "yaml-rust2",
11398]
11399
11400[[package]]
11401name = "pet-core"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "clap",
11406 "lazy_static",
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-fs",
11410 "regex",
11411 "serde",
11412 "serde_json",
11413]
11414
11415[[package]]
11416name = "pet-env-var-path"
11417version = "0.1.0"
11418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11419dependencies = [
11420 "lazy_static",
11421 "log",
11422 "msvc_spectre_libs",
11423 "pet-conda",
11424 "pet-core",
11425 "pet-fs",
11426 "pet-python-utils",
11427 "pet-virtualenv",
11428 "regex",
11429]
11430
11431[[package]]
11432name = "pet-fs"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "log",
11437 "msvc_spectre_libs",
11438]
11439
11440[[package]]
11441name = "pet-global-virtualenvs"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-conda",
11448 "pet-core",
11449 "pet-fs",
11450 "pet-virtualenv",
11451]
11452
11453[[package]]
11454name = "pet-homebrew"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "lazy_static",
11459 "log",
11460 "msvc_spectre_libs",
11461 "pet-conda",
11462 "pet-core",
11463 "pet-fs",
11464 "pet-python-utils",
11465 "pet-virtualenv",
11466 "regex",
11467 "serde",
11468 "serde_json",
11469]
11470
11471[[package]]
11472name = "pet-jsonrpc"
11473version = "0.1.0"
11474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11475dependencies = [
11476 "env_logger 0.10.2",
11477 "log",
11478 "msvc_spectre_libs",
11479 "pet-core",
11480 "serde",
11481 "serde_json",
11482]
11483
11484[[package]]
11485name = "pet-linux-global-python"
11486version = "0.1.0"
11487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11488dependencies = [
11489 "log",
11490 "msvc_spectre_libs",
11491 "pet-core",
11492 "pet-fs",
11493 "pet-python-utils",
11494 "pet-virtualenv",
11495]
11496
11497[[package]]
11498name = "pet-mac-commandlinetools"
11499version = "0.1.0"
11500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11501dependencies = [
11502 "log",
11503 "msvc_spectre_libs",
11504 "pet-core",
11505 "pet-fs",
11506 "pet-python-utils",
11507 "pet-virtualenv",
11508]
11509
11510[[package]]
11511name = "pet-mac-python-org"
11512version = "0.1.0"
11513source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11514dependencies = [
11515 "log",
11516 "msvc_spectre_libs",
11517 "pet-core",
11518 "pet-fs",
11519 "pet-python-utils",
11520 "pet-virtualenv",
11521]
11522
11523[[package]]
11524name = "pet-mac-xcode"
11525version = "0.1.0"
11526source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11527dependencies = [
11528 "log",
11529 "msvc_spectre_libs",
11530 "pet-core",
11531 "pet-fs",
11532 "pet-python-utils",
11533 "pet-virtualenv",
11534]
11535
11536[[package]]
11537name = "pet-pipenv"
11538version = "0.1.0"
11539source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11540dependencies = [
11541 "log",
11542 "msvc_spectre_libs",
11543 "pet-core",
11544 "pet-fs",
11545 "pet-python-utils",
11546 "pet-virtualenv",
11547]
11548
11549[[package]]
11550name = "pet-pixi"
11551version = "0.1.0"
11552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11553dependencies = [
11554 "log",
11555 "msvc_spectre_libs",
11556 "pet-conda",
11557 "pet-core",
11558 "pet-python-utils",
11559]
11560
11561[[package]]
11562name = "pet-poetry"
11563version = "0.1.0"
11564source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11565dependencies = [
11566 "base64 0.22.1",
11567 "lazy_static",
11568 "log",
11569 "msvc_spectre_libs",
11570 "pet-core",
11571 "pet-fs",
11572 "pet-python-utils",
11573 "pet-reporter",
11574 "pet-virtualenv",
11575 "regex",
11576 "serde",
11577 "serde_json",
11578 "sha2",
11579 "toml 0.8.23",
11580]
11581
11582[[package]]
11583name = "pet-pyenv"
11584version = "0.1.0"
11585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11586dependencies = [
11587 "lazy_static",
11588 "log",
11589 "msvc_spectre_libs",
11590 "pet-conda",
11591 "pet-core",
11592 "pet-fs",
11593 "pet-python-utils",
11594 "pet-reporter",
11595 "regex",
11596 "serde",
11597 "serde_json",
11598]
11599
11600[[package]]
11601name = "pet-python-utils"
11602version = "0.1.0"
11603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11604dependencies = [
11605 "env_logger 0.10.2",
11606 "lazy_static",
11607 "log",
11608 "msvc_spectre_libs",
11609 "pet-core",
11610 "pet-fs",
11611 "regex",
11612 "serde",
11613 "serde_json",
11614 "sha2",
11615]
11616
11617[[package]]
11618name = "pet-reporter"
11619version = "0.1.0"
11620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11621dependencies = [
11622 "env_logger 0.10.2",
11623 "log",
11624 "msvc_spectre_libs",
11625 "pet-core",
11626 "pet-jsonrpc",
11627 "serde",
11628 "serde_json",
11629]
11630
11631[[package]]
11632name = "pet-telemetry"
11633version = "0.1.0"
11634source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11635dependencies = [
11636 "env_logger 0.10.2",
11637 "lazy_static",
11638 "log",
11639 "msvc_spectre_libs",
11640 "pet-core",
11641 "pet-fs",
11642 "pet-python-utils",
11643 "regex",
11644]
11645
11646[[package]]
11647name = "pet-venv"
11648version = "0.1.0"
11649source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11650dependencies = [
11651 "log",
11652 "msvc_spectre_libs",
11653 "pet-core",
11654 "pet-python-utils",
11655 "pet-virtualenv",
11656]
11657
11658[[package]]
11659name = "pet-virtualenv"
11660version = "0.1.0"
11661source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11662dependencies = [
11663 "log",
11664 "msvc_spectre_libs",
11665 "pet-core",
11666 "pet-fs",
11667 "pet-python-utils",
11668]
11669
11670[[package]]
11671name = "pet-virtualenvwrapper"
11672version = "0.1.0"
11673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11674dependencies = [
11675 "log",
11676 "msvc_spectre_libs",
11677 "pet-core",
11678 "pet-fs",
11679 "pet-python-utils",
11680 "pet-virtualenv",
11681]
11682
11683[[package]]
11684name = "pet-windows-registry"
11685version = "0.1.0"
11686source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11687dependencies = [
11688 "lazy_static",
11689 "log",
11690 "msvc_spectre_libs",
11691 "pet-conda",
11692 "pet-core",
11693 "pet-fs",
11694 "pet-python-utils",
11695 "pet-virtualenv",
11696 "pet-windows-store",
11697 "regex",
11698 "winreg 0.55.0",
11699]
11700
11701[[package]]
11702name = "pet-windows-store"
11703version = "0.1.0"
11704source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11705dependencies = [
11706 "lazy_static",
11707 "log",
11708 "msvc_spectre_libs",
11709 "pet-core",
11710 "pet-fs",
11711 "pet-python-utils",
11712 "pet-virtualenv",
11713 "regex",
11714 "winreg 0.55.0",
11715]
11716
11717[[package]]
11718name = "petgraph"
11719version = "0.6.5"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11722dependencies = [
11723 "fixedbitset",
11724 "indexmap 2.11.4",
11725]
11726
11727[[package]]
11728name = "pgvector"
11729version = "0.4.1"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
11732dependencies = [
11733 "serde",
11734]
11735
11736[[package]]
11737name = "phf"
11738version = "0.11.3"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11741dependencies = [
11742 "phf_macros 0.11.3",
11743 "phf_shared 0.11.3",
11744]
11745
11746[[package]]
11747name = "phf"
11748version = "0.12.1"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
11751dependencies = [
11752 "phf_macros 0.12.1",
11753 "phf_shared 0.12.1",
11754]
11755
11756[[package]]
11757name = "phf_codegen"
11758version = "0.11.3"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11761dependencies = [
11762 "phf_generator 0.11.3",
11763 "phf_shared 0.11.3",
11764]
11765
11766[[package]]
11767name = "phf_generator"
11768version = "0.11.3"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11771dependencies = [
11772 "phf_shared 0.11.3",
11773 "rand 0.8.5",
11774]
11775
11776[[package]]
11777name = "phf_generator"
11778version = "0.12.1"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
11781dependencies = [
11782 "fastrand 2.3.0",
11783 "phf_shared 0.12.1",
11784]
11785
11786[[package]]
11787name = "phf_macros"
11788version = "0.11.3"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11791dependencies = [
11792 "phf_generator 0.11.3",
11793 "phf_shared 0.11.3",
11794 "proc-macro2",
11795 "quote",
11796 "syn 2.0.106",
11797]
11798
11799[[package]]
11800name = "phf_macros"
11801version = "0.12.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
11804dependencies = [
11805 "phf_generator 0.12.1",
11806 "phf_shared 0.12.1",
11807 "proc-macro2",
11808 "quote",
11809 "syn 2.0.106",
11810]
11811
11812[[package]]
11813name = "phf_shared"
11814version = "0.11.3"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11817dependencies = [
11818 "siphasher",
11819]
11820
11821[[package]]
11822name = "phf_shared"
11823version = "0.12.1"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
11826dependencies = [
11827 "siphasher",
11828]
11829
11830[[package]]
11831name = "picker"
11832version = "0.1.0"
11833dependencies = [
11834 "anyhow",
11835 "ctor",
11836 "editor",
11837 "env_logger 0.11.8",
11838 "gpui",
11839 "menu",
11840 "schemars 1.0.4",
11841 "serde",
11842 "serde_json",
11843 "theme",
11844 "ui",
11845 "workspace",
11846]
11847
11848[[package]]
11849name = "pico-args"
11850version = "0.5.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11853
11854[[package]]
11855name = "pin-project"
11856version = "1.1.10"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11859dependencies = [
11860 "pin-project-internal",
11861]
11862
11863[[package]]
11864name = "pin-project-internal"
11865version = "1.1.10"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11868dependencies = [
11869 "proc-macro2",
11870 "quote",
11871 "syn 2.0.106",
11872]
11873
11874[[package]]
11875name = "pin-project-lite"
11876version = "0.2.16"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11879
11880[[package]]
11881name = "pin-utils"
11882version = "0.1.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11885
11886[[package]]
11887name = "piper"
11888version = "0.2.4"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11891dependencies = [
11892 "atomic-waker",
11893 "fastrand 2.3.0",
11894 "futures-io",
11895]
11896
11897[[package]]
11898name = "pkcs1"
11899version = "0.7.5"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11902dependencies = [
11903 "der 0.7.10",
11904 "pkcs8 0.10.2",
11905 "spki 0.7.3",
11906]
11907
11908[[package]]
11909name = "pkcs8"
11910version = "0.9.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11913dependencies = [
11914 "der 0.6.1",
11915 "spki 0.6.0",
11916]
11917
11918[[package]]
11919name = "pkcs8"
11920version = "0.10.2"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11923dependencies = [
11924 "der 0.7.10",
11925 "spki 0.7.3",
11926]
11927
11928[[package]]
11929name = "pkg-config"
11930version = "0.3.32"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11933
11934[[package]]
11935name = "plain"
11936version = "0.2.3"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11939
11940[[package]]
11941name = "planus"
11942version = "1.1.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
11945dependencies = [
11946 "array-init-cursor",
11947 "hashbrown 0.15.5",
11948]
11949
11950[[package]]
11951name = "plist"
11952version = "1.8.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
11955dependencies = [
11956 "base64 0.22.1",
11957 "indexmap 2.11.4",
11958 "quick-xml 0.38.3",
11959 "serde",
11960 "time",
11961]
11962
11963[[package]]
11964name = "plotters"
11965version = "0.3.7"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11968dependencies = [
11969 "num-traits",
11970 "plotters-backend",
11971 "plotters-svg",
11972 "wasm-bindgen",
11973 "web-sys",
11974]
11975
11976[[package]]
11977name = "plotters-backend"
11978version = "0.3.7"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11981
11982[[package]]
11983name = "plotters-svg"
11984version = "0.3.7"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11987dependencies = [
11988 "plotters-backend",
11989]
11990
11991[[package]]
11992name = "png"
11993version = "0.17.16"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11996dependencies = [
11997 "bitflags 1.3.2",
11998 "crc32fast",
11999 "fdeflate",
12000 "flate2",
12001 "miniz_oxide",
12002]
12003
12004[[package]]
12005name = "png"
12006version = "0.18.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12009dependencies = [
12010 "bitflags 2.9.4",
12011 "crc32fast",
12012 "fdeflate",
12013 "flate2",
12014 "miniz_oxide",
12015]
12016
12017[[package]]
12018name = "polars"
12019version = "0.51.0"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "a5f7feb5d56b954e691dff22a8b2d78d77433dcc93c35fe21c3777fdc121b697"
12022dependencies = [
12023 "getrandom 0.2.16",
12024 "getrandom 0.3.4",
12025 "polars-arrow",
12026 "polars-core",
12027 "polars-error",
12028 "polars-io",
12029 "polars-lazy",
12030 "polars-ops",
12031 "polars-parquet",
12032 "polars-sql",
12033 "polars-time",
12034 "polars-utils",
12035 "version_check",
12036]
12037
12038[[package]]
12039name = "polars-arrow"
12040version = "0.51.0"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "32b4fed2343961b3eea3db2cee165540c3e1ad9d5782350cc55a9e76cf440148"
12043dependencies = [
12044 "atoi_simd",
12045 "bitflags 2.9.4",
12046 "bytemuck",
12047 "chrono",
12048 "chrono-tz",
12049 "dyn-clone",
12050 "either",
12051 "ethnum",
12052 "getrandom 0.2.16",
12053 "getrandom 0.3.4",
12054 "hashbrown 0.15.5",
12055 "itoa",
12056 "lz4",
12057 "num-traits",
12058 "polars-arrow-format",
12059 "polars-error",
12060 "polars-schema",
12061 "polars-utils",
12062 "serde",
12063 "simdutf8",
12064 "streaming-iterator",
12065 "strum_macros 0.27.2",
12066 "version_check",
12067 "zstd 0.13.3",
12068]
12069
12070[[package]]
12071name = "polars-arrow-format"
12072version = "0.2.1"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "a556ac0ee744e61e167f34c1eb0013ce740e0ee6cd8c158b2ec0b518f10e6675"
12075dependencies = [
12076 "planus",
12077 "serde",
12078]
12079
12080[[package]]
12081name = "polars-compute"
12082version = "0.51.0"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "138785beda4e4a90a025219f09d0d15a671b2be9091513ede58e05db6ad4413f"
12085dependencies = [
12086 "atoi_simd",
12087 "bytemuck",
12088 "chrono",
12089 "either",
12090 "fast-float2",
12091 "hashbrown 0.15.5",
12092 "itoa",
12093 "num-traits",
12094 "polars-arrow",
12095 "polars-error",
12096 "polars-utils",
12097 "rand 0.9.2",
12098 "ryu",
12099 "serde",
12100 "skiplist",
12101 "strength_reduce",
12102 "strum_macros 0.27.2",
12103 "version_check",
12104]
12105
12106[[package]]
12107name = "polars-core"
12108version = "0.51.0"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "e77b1f08ef6dbb032bb1d0d3365464be950df9905f6827a95b24c4ca5518901d"
12111dependencies = [
12112 "bitflags 2.9.4",
12113 "boxcar",
12114 "bytemuck",
12115 "chrono",
12116 "chrono-tz",
12117 "comfy-table",
12118 "either",
12119 "hashbrown 0.15.5",
12120 "indexmap 2.11.4",
12121 "itoa",
12122 "num-traits",
12123 "polars-arrow",
12124 "polars-compute",
12125 "polars-dtype",
12126 "polars-error",
12127 "polars-row",
12128 "polars-schema",
12129 "polars-utils",
12130 "rand 0.9.2",
12131 "rand_distr",
12132 "rayon",
12133 "regex",
12134 "serde",
12135 "serde_json",
12136 "strum_macros 0.27.2",
12137 "uuid",
12138 "version_check",
12139 "xxhash-rust",
12140]
12141
12142[[package]]
12143name = "polars-dtype"
12144version = "0.51.0"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "89c43d0ea57168be4546c4d8064479ed8b29a9c79c31a0c7c367ee734b9b7158"
12147dependencies = [
12148 "boxcar",
12149 "hashbrown 0.15.5",
12150 "polars-arrow",
12151 "polars-error",
12152 "polars-utils",
12153 "serde",
12154 "uuid",
12155]
12156
12157[[package]]
12158name = "polars-error"
12159version = "0.51.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "b9cb5d98f59f8b94673ee391840440ad9f0d2170afced95fc98aa86f895563c0"
12162dependencies = [
12163 "object_store",
12164 "parking_lot",
12165 "polars-arrow-format",
12166 "regex",
12167 "signal-hook",
12168 "simdutf8",
12169]
12170
12171[[package]]
12172name = "polars-expr"
12173version = "0.51.0"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "343931b818cf136349135ba11dbc18c27683b52c3477b1ba8ca606cf5ab1965c"
12176dependencies = [
12177 "bitflags 2.9.4",
12178 "hashbrown 0.15.5",
12179 "num-traits",
12180 "polars-arrow",
12181 "polars-compute",
12182 "polars-core",
12183 "polars-io",
12184 "polars-ops",
12185 "polars-plan",
12186 "polars-row",
12187 "polars-time",
12188 "polars-utils",
12189 "rand 0.9.2",
12190 "rayon",
12191 "recursive",
12192]
12193
12194[[package]]
12195name = "polars-io"
12196version = "0.51.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "10388c64b8155122488229a881d1c6f4fdc393bc988e764ab51b182fcb2307e4"
12199dependencies = [
12200 "async-trait",
12201 "atoi_simd",
12202 "blake3",
12203 "bytes 1.10.1",
12204 "chrono",
12205 "fast-float2",
12206 "fs4",
12207 "futures 0.3.31",
12208 "glob",
12209 "hashbrown 0.15.5",
12210 "home",
12211 "itoa",
12212 "memchr",
12213 "memmap2",
12214 "num-traits",
12215 "object_store",
12216 "percent-encoding",
12217 "polars-arrow",
12218 "polars-core",
12219 "polars-error",
12220 "polars-parquet",
12221 "polars-schema",
12222 "polars-time",
12223 "polars-utils",
12224 "rayon",
12225 "regex",
12226 "reqwest 0.12.24",
12227 "ryu",
12228 "serde",
12229 "serde_json",
12230 "simdutf8",
12231 "tokio",
12232 "tokio-util",
12233 "url",
12234]
12235
12236[[package]]
12237name = "polars-lazy"
12238version = "0.51.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "0fb6e2c6c2fa4ea0c660df1c06cf56960c81e7c2683877995bae3d4e3d408147"
12241dependencies = [
12242 "bitflags 2.9.4",
12243 "chrono",
12244 "either",
12245 "memchr",
12246 "polars-arrow",
12247 "polars-compute",
12248 "polars-core",
12249 "polars-expr",
12250 "polars-io",
12251 "polars-mem-engine",
12252 "polars-ops",
12253 "polars-plan",
12254 "polars-stream",
12255 "polars-time",
12256 "polars-utils",
12257 "rayon",
12258 "version_check",
12259]
12260
12261[[package]]
12262name = "polars-mem-engine"
12263version = "0.51.0"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "20a856e98e253587c28d8132a5e7e5a75cb2c44731ca090f1481d45f1d123771"
12266dependencies = [
12267 "futures 0.3.31",
12268 "memmap2",
12269 "polars-arrow",
12270 "polars-core",
12271 "polars-error",
12272 "polars-expr",
12273 "polars-io",
12274 "polars-ops",
12275 "polars-plan",
12276 "polars-time",
12277 "polars-utils",
12278 "rayon",
12279 "recursive",
12280 "tokio",
12281]
12282
12283[[package]]
12284name = "polars-ops"
12285version = "0.51.0"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "acf6062173fdc9ba05775548beb66e76643a148d9aeadc9984ed712bc4babd76"
12288dependencies = [
12289 "argminmax",
12290 "base64 0.22.1",
12291 "bytemuck",
12292 "chrono",
12293 "chrono-tz",
12294 "either",
12295 "hashbrown 0.15.5",
12296 "hex",
12297 "indexmap 2.11.4",
12298 "libm",
12299 "memchr",
12300 "num-traits",
12301 "polars-arrow",
12302 "polars-compute",
12303 "polars-core",
12304 "polars-error",
12305 "polars-schema",
12306 "polars-utils",
12307 "rayon",
12308 "regex",
12309 "regex-syntax",
12310 "strum_macros 0.27.2",
12311 "unicode-normalization",
12312 "unicode-reverse",
12313 "version_check",
12314]
12315
12316[[package]]
12317name = "polars-parquet"
12318version = "0.51.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "cc1d769180dec070df0dc4b89299b364bf2cfe32b218ecc4ddd8f1a49ae60669"
12321dependencies = [
12322 "async-stream",
12323 "base64 0.22.1",
12324 "brotli",
12325 "bytemuck",
12326 "ethnum",
12327 "flate2",
12328 "futures 0.3.31",
12329 "hashbrown 0.15.5",
12330 "lz4",
12331 "num-traits",
12332 "polars-arrow",
12333 "polars-compute",
12334 "polars-error",
12335 "polars-parquet-format",
12336 "polars-utils",
12337 "serde",
12338 "simdutf8",
12339 "snap",
12340 "streaming-decompression",
12341 "zstd 0.13.3",
12342]
12343
12344[[package]]
12345name = "polars-parquet-format"
12346version = "0.1.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
12349dependencies = [
12350 "async-trait",
12351 "futures 0.3.31",
12352]
12353
12354[[package]]
12355name = "polars-plan"
12356version = "0.51.0"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "1cd3a2e33ae4484fe407ab2d2ba5684f0889d1ccf3ad6b844103c03638e6d0a0"
12359dependencies = [
12360 "bitflags 2.9.4",
12361 "bytemuck",
12362 "bytes 1.10.1",
12363 "chrono",
12364 "chrono-tz",
12365 "either",
12366 "futures 0.3.31",
12367 "hashbrown 0.15.5",
12368 "memmap2",
12369 "num-traits",
12370 "percent-encoding",
12371 "polars-arrow",
12372 "polars-compute",
12373 "polars-core",
12374 "polars-error",
12375 "polars-io",
12376 "polars-ops",
12377 "polars-parquet",
12378 "polars-time",
12379 "polars-utils",
12380 "rayon",
12381 "recursive",
12382 "regex",
12383 "sha2",
12384 "strum_macros 0.27.2",
12385 "version_check",
12386]
12387
12388[[package]]
12389name = "polars-row"
12390version = "0.51.0"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "18734f17e0e348724df3ae65f3ee744c681117c04b041cac969dfceb05edabc0"
12393dependencies = [
12394 "bitflags 2.9.4",
12395 "bytemuck",
12396 "polars-arrow",
12397 "polars-compute",
12398 "polars-dtype",
12399 "polars-error",
12400 "polars-utils",
12401]
12402
12403[[package]]
12404name = "polars-schema"
12405version = "0.51.0"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "8e6c1ab13e04d5167661a9854ed1ea0482b2ed9b8a0f1118dabed7cd994a85e3"
12408dependencies = [
12409 "indexmap 2.11.4",
12410 "polars-error",
12411 "polars-utils",
12412 "serde",
12413 "version_check",
12414]
12415
12416[[package]]
12417name = "polars-sql"
12418version = "0.51.0"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "c4e7766da02cc1d464994404d3e88a7a0ccd4933df3627c325480fbd9bbc0a11"
12421dependencies = [
12422 "bitflags 2.9.4",
12423 "hex",
12424 "polars-core",
12425 "polars-error",
12426 "polars-lazy",
12427 "polars-ops",
12428 "polars-plan",
12429 "polars-time",
12430 "polars-utils",
12431 "rand 0.9.2",
12432 "regex",
12433 "serde",
12434 "sqlparser",
12435]
12436
12437[[package]]
12438name = "polars-stream"
12439version = "0.51.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "31f6c6ca1ea01f9dea424d167e4f33f5ec44cd67fbfac9efd40575ed20521f14"
12442dependencies = [
12443 "async-channel 2.5.0",
12444 "async-trait",
12445 "atomic-waker",
12446 "bitflags 2.9.4",
12447 "crossbeam-channel",
12448 "crossbeam-deque",
12449 "crossbeam-queue",
12450 "crossbeam-utils",
12451 "futures 0.3.31",
12452 "memmap2",
12453 "parking_lot",
12454 "percent-encoding",
12455 "pin-project-lite",
12456 "polars-arrow",
12457 "polars-core",
12458 "polars-error",
12459 "polars-expr",
12460 "polars-io",
12461 "polars-mem-engine",
12462 "polars-ops",
12463 "polars-parquet",
12464 "polars-plan",
12465 "polars-utils",
12466 "rand 0.9.2",
12467 "rayon",
12468 "recursive",
12469 "slotmap",
12470 "tokio",
12471 "tokio-util",
12472 "version_check",
12473]
12474
12475[[package]]
12476name = "polars-time"
12477version = "0.51.0"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "f6a3a6e279a7a984a0b83715660f9e880590c6129ec2104396bfa710bcd76dee"
12480dependencies = [
12481 "atoi_simd",
12482 "bytemuck",
12483 "chrono",
12484 "chrono-tz",
12485 "now",
12486 "num-traits",
12487 "polars-arrow",
12488 "polars-compute",
12489 "polars-core",
12490 "polars-error",
12491 "polars-ops",
12492 "polars-utils",
12493 "rayon",
12494 "regex",
12495 "strum_macros 0.27.2",
12496]
12497
12498[[package]]
12499name = "polars-utils"
12500version = "0.51.0"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "57b267021b0e5422d7fbc70fd79e51b9f9a8466c585779373a18b0199e973f29"
12503dependencies = [
12504 "bincode 2.0.1",
12505 "bytemuck",
12506 "bytes 1.10.1",
12507 "compact_str",
12508 "either",
12509 "flate2",
12510 "foldhash 0.1.5",
12511 "hashbrown 0.15.5",
12512 "indexmap 2.11.4",
12513 "libc",
12514 "memmap2",
12515 "num-traits",
12516 "polars-error",
12517 "rand 0.9.2",
12518 "raw-cpuid 11.6.0",
12519 "rayon",
12520 "regex",
12521 "rmp-serde",
12522 "serde",
12523 "serde_json",
12524 "serde_stacker",
12525 "slotmap",
12526 "stacker",
12527 "uuid",
12528 "version_check",
12529]
12530
12531[[package]]
12532name = "polling"
12533version = "3.11.0"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12536dependencies = [
12537 "cfg-if",
12538 "concurrent-queue",
12539 "hermit-abi",
12540 "pin-project-lite",
12541 "rustix 1.1.2",
12542 "windows-sys 0.61.2",
12543]
12544
12545[[package]]
12546name = "pollster"
12547version = "0.2.5"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12550
12551[[package]]
12552name = "portable-atomic"
12553version = "1.11.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12556
12557[[package]]
12558name = "portable-atomic-util"
12559version = "0.2.4"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12562dependencies = [
12563 "portable-atomic",
12564]
12565
12566[[package]]
12567name = "portable-pty"
12568version = "0.9.0"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12571dependencies = [
12572 "anyhow",
12573 "bitflags 1.3.2",
12574 "downcast-rs",
12575 "filedescriptor",
12576 "lazy_static",
12577 "libc",
12578 "log",
12579 "nix 0.28.0",
12580 "serial2",
12581 "shared_library",
12582 "shell-words",
12583 "winapi",
12584 "winreg 0.10.1",
12585]
12586
12587[[package]]
12588name = "postage"
12589version = "0.5.0"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12592dependencies = [
12593 "atomic",
12594 "crossbeam-queue",
12595 "futures 0.3.31",
12596 "log",
12597 "parking_lot",
12598 "pin-project",
12599 "pollster",
12600 "static_assertions",
12601 "thiserror 1.0.69",
12602]
12603
12604[[package]]
12605name = "postcard"
12606version = "1.1.3"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12609dependencies = [
12610 "cobs",
12611 "embedded-io 0.4.0",
12612 "embedded-io 0.6.1",
12613 "serde",
12614]
12615
12616[[package]]
12617name = "potential_utf"
12618version = "0.1.3"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12621dependencies = [
12622 "zerovec",
12623]
12624
12625[[package]]
12626name = "powerfmt"
12627version = "0.2.0"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12630
12631[[package]]
12632name = "ppv-lite86"
12633version = "0.2.21"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12636dependencies = [
12637 "zerocopy",
12638]
12639
12640[[package]]
12641name = "precomputed-hash"
12642version = "0.1.1"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12645
12646[[package]]
12647name = "prettier"
12648version = "0.1.0"
12649dependencies = [
12650 "anyhow",
12651 "collections",
12652 "fs",
12653 "gpui",
12654 "language",
12655 "log",
12656 "lsp",
12657 "node_runtime",
12658 "parking_lot",
12659 "paths",
12660 "serde",
12661 "serde_json",
12662 "util",
12663]
12664
12665[[package]]
12666name = "pretty_assertions"
12667version = "1.4.1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12670dependencies = [
12671 "diff",
12672 "yansi",
12673]
12674
12675[[package]]
12676name = "prettyplease"
12677version = "0.2.37"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12680dependencies = [
12681 "proc-macro2",
12682 "syn 2.0.106",
12683]
12684
12685[[package]]
12686name = "primal-check"
12687version = "0.3.4"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12690dependencies = [
12691 "num-integer",
12692]
12693
12694[[package]]
12695name = "proc-macro-crate"
12696version = "3.4.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12699dependencies = [
12700 "toml_edit 0.23.7",
12701]
12702
12703[[package]]
12704name = "proc-macro-error-attr2"
12705version = "2.0.0"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12708dependencies = [
12709 "proc-macro2",
12710 "quote",
12711]
12712
12713[[package]]
12714name = "proc-macro-error2"
12715version = "2.0.1"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12718dependencies = [
12719 "proc-macro-error-attr2",
12720 "proc-macro2",
12721 "quote",
12722 "syn 2.0.106",
12723]
12724
12725[[package]]
12726name = "proc-macro2"
12727version = "1.0.101"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
12730dependencies = [
12731 "unicode-ident",
12732]
12733
12734[[package]]
12735name = "proc-macro2-diagnostics"
12736version = "0.10.1"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12739dependencies = [
12740 "proc-macro2",
12741 "quote",
12742 "syn 2.0.106",
12743 "version_check",
12744 "yansi",
12745]
12746
12747[[package]]
12748name = "procfs-core"
12749version = "0.16.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12752dependencies = [
12753 "bitflags 2.9.4",
12754 "hex",
12755]
12756
12757[[package]]
12758name = "profiling"
12759version = "1.0.17"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
12762dependencies = [
12763 "profiling-procmacros",
12764]
12765
12766[[package]]
12767name = "profiling-procmacros"
12768version = "1.0.17"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
12771dependencies = [
12772 "quote",
12773 "syn 2.0.106",
12774]
12775
12776[[package]]
12777name = "project"
12778version = "0.1.0"
12779dependencies = [
12780 "aho-corasick",
12781 "anyhow",
12782 "askpass",
12783 "async-trait",
12784 "base64 0.22.1",
12785 "buffer_diff",
12786 "circular-buffer",
12787 "client",
12788 "clock",
12789 "collections",
12790 "context_server",
12791 "dap",
12792 "dap_adapters",
12793 "extension",
12794 "fancy-regex 0.14.0",
12795 "fs",
12796 "futures 0.3.31",
12797 "fuzzy",
12798 "git",
12799 "git2",
12800 "git_hosting_providers",
12801 "globset",
12802 "gpui",
12803 "http_client",
12804 "image",
12805 "indexmap 2.11.4",
12806 "itertools 0.14.0",
12807 "language",
12808 "log",
12809 "lsp",
12810 "markdown",
12811 "node_runtime",
12812 "parking_lot",
12813 "paths",
12814 "postage",
12815 "prettier",
12816 "pretty_assertions",
12817 "rand 0.9.2",
12818 "regex",
12819 "release_channel",
12820 "remote",
12821 "rpc",
12822 "schemars 1.0.4",
12823 "semver",
12824 "serde",
12825 "serde_json",
12826 "settings",
12827 "sha2",
12828 "shellexpand 2.1.2",
12829 "shlex",
12830 "smallvec",
12831 "smol",
12832 "snippet",
12833 "snippet_provider",
12834 "sum_tree",
12835 "task",
12836 "tempfile",
12837 "terminal",
12838 "text",
12839 "toml 0.8.23",
12840 "unindent",
12841 "url",
12842 "util",
12843 "watch",
12844 "which 6.0.3",
12845 "worktree",
12846 "zeroize",
12847 "zlog",
12848]
12849
12850[[package]]
12851name = "project_panel"
12852version = "0.1.0"
12853dependencies = [
12854 "anyhow",
12855 "client",
12856 "collections",
12857 "command_palette_hooks",
12858 "criterion",
12859 "db",
12860 "editor",
12861 "file_icons",
12862 "git",
12863 "git_ui",
12864 "gpui",
12865 "language",
12866 "menu",
12867 "pretty_assertions",
12868 "project",
12869 "rayon",
12870 "schemars 1.0.4",
12871 "search",
12872 "serde",
12873 "serde_json",
12874 "settings",
12875 "smallvec",
12876 "telemetry",
12877 "theme",
12878 "ui",
12879 "util",
12880 "workspace",
12881 "worktree",
12882 "zed_actions",
12883]
12884
12885[[package]]
12886name = "project_symbols"
12887version = "0.1.0"
12888dependencies = [
12889 "anyhow",
12890 "editor",
12891 "futures 0.3.31",
12892 "fuzzy",
12893 "gpui",
12894 "language",
12895 "lsp",
12896 "ordered-float 2.10.1",
12897 "picker",
12898 "project",
12899 "release_channel",
12900 "serde_json",
12901 "settings",
12902 "theme",
12903 "util",
12904 "workspace",
12905]
12906
12907[[package]]
12908name = "prometheus"
12909version = "0.14.0"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12912dependencies = [
12913 "cfg-if",
12914 "fnv",
12915 "lazy_static",
12916 "memchr",
12917 "parking_lot",
12918 "protobuf",
12919 "thiserror 2.0.17",
12920]
12921
12922[[package]]
12923name = "prompt_store"
12924version = "0.1.0"
12925dependencies = [
12926 "anyhow",
12927 "assets",
12928 "chrono",
12929 "collections",
12930 "fs",
12931 "futures 0.3.31",
12932 "fuzzy",
12933 "gpui",
12934 "handlebars 4.5.0",
12935 "heed",
12936 "language",
12937 "log",
12938 "parking_lot",
12939 "paths",
12940 "rope",
12941 "serde",
12942 "serde_json",
12943 "text",
12944 "util",
12945 "uuid",
12946]
12947
12948[[package]]
12949name = "prost"
12950version = "0.9.0"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12953dependencies = [
12954 "bytes 1.10.1",
12955 "prost-derive 0.9.0",
12956]
12957
12958[[package]]
12959name = "prost"
12960version = "0.12.6"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12963dependencies = [
12964 "bytes 1.10.1",
12965 "prost-derive 0.12.6",
12966]
12967
12968[[package]]
12969name = "prost-build"
12970version = "0.9.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12973dependencies = [
12974 "bytes 1.10.1",
12975 "heck 0.3.3",
12976 "itertools 0.10.5",
12977 "lazy_static",
12978 "log",
12979 "multimap 0.8.3",
12980 "petgraph",
12981 "prost 0.9.0",
12982 "prost-types 0.9.0",
12983 "regex",
12984 "tempfile",
12985 "which 4.4.2",
12986]
12987
12988[[package]]
12989name = "prost-build"
12990version = "0.12.6"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12993dependencies = [
12994 "bytes 1.10.1",
12995 "heck 0.5.0",
12996 "itertools 0.12.1",
12997 "log",
12998 "multimap 0.10.1",
12999 "once_cell",
13000 "petgraph",
13001 "prettyplease",
13002 "prost 0.12.6",
13003 "prost-types 0.12.6",
13004 "regex",
13005 "syn 2.0.106",
13006 "tempfile",
13007]
13008
13009[[package]]
13010name = "prost-derive"
13011version = "0.9.0"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13014dependencies = [
13015 "anyhow",
13016 "itertools 0.10.5",
13017 "proc-macro2",
13018 "quote",
13019 "syn 1.0.109",
13020]
13021
13022[[package]]
13023name = "prost-derive"
13024version = "0.12.6"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13027dependencies = [
13028 "anyhow",
13029 "itertools 0.12.1",
13030 "proc-macro2",
13031 "quote",
13032 "syn 2.0.106",
13033]
13034
13035[[package]]
13036name = "prost-types"
13037version = "0.9.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13040dependencies = [
13041 "bytes 1.10.1",
13042 "prost 0.9.0",
13043]
13044
13045[[package]]
13046name = "prost-types"
13047version = "0.12.6"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13050dependencies = [
13051 "prost 0.12.6",
13052]
13053
13054[[package]]
13055name = "proto"
13056version = "0.1.0"
13057dependencies = [
13058 "anyhow",
13059 "collections",
13060 "prost 0.9.0",
13061 "prost-build 0.9.0",
13062 "serde",
13063 "typed-path",
13064]
13065
13066[[package]]
13067name = "protobuf"
13068version = "3.7.2"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13071dependencies = [
13072 "once_cell",
13073 "protobuf-support",
13074 "thiserror 1.0.69",
13075]
13076
13077[[package]]
13078name = "protobuf-support"
13079version = "3.7.2"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13082dependencies = [
13083 "thiserror 1.0.69",
13084]
13085
13086[[package]]
13087name = "psm"
13088version = "0.1.27"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "e66fcd288453b748497d8fb18bccc83a16b0518e3906d4b8df0a8d42d93dbb1c"
13091dependencies = [
13092 "cc",
13093]
13094
13095[[package]]
13096name = "ptr_meta"
13097version = "0.1.4"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13100dependencies = [
13101 "ptr_meta_derive",
13102]
13103
13104[[package]]
13105name = "ptr_meta_derive"
13106version = "0.1.4"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13109dependencies = [
13110 "proc-macro2",
13111 "quote",
13112 "syn 1.0.109",
13113]
13114
13115[[package]]
13116name = "pulldown-cmark"
13117version = "0.10.3"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13120dependencies = [
13121 "bitflags 2.9.4",
13122 "memchr",
13123 "pulldown-cmark-escape",
13124 "unicase",
13125]
13126
13127[[package]]
13128name = "pulldown-cmark"
13129version = "0.12.2"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
13132dependencies = [
13133 "bitflags 2.9.4",
13134 "memchr",
13135 "unicase",
13136]
13137
13138[[package]]
13139name = "pulldown-cmark-escape"
13140version = "0.10.1"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13143
13144[[package]]
13145name = "pulley-interpreter"
13146version = "29.0.1"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
13149dependencies = [
13150 "cranelift-bitset",
13151 "log",
13152 "sptr",
13153 "wasmtime-math",
13154]
13155
13156[[package]]
13157name = "pulp"
13158version = "0.18.22"
13159source = "registry+https://github.com/rust-lang/crates.io-index"
13160checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13161dependencies = [
13162 "bytemuck",
13163 "libm",
13164 "num-complex",
13165 "reborrow",
13166]
13167
13168[[package]]
13169name = "pulp"
13170version = "0.21.5"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13173dependencies = [
13174 "bytemuck",
13175 "cfg-if",
13176 "libm",
13177 "num-complex",
13178 "reborrow",
13179 "version_check",
13180]
13181
13182[[package]]
13183name = "pxfm"
13184version = "0.1.25"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13187dependencies = [
13188 "num-traits",
13189]
13190
13191[[package]]
13192name = "qoi"
13193version = "0.4.1"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13196dependencies = [
13197 "bytemuck",
13198]
13199
13200[[package]]
13201name = "quick-error"
13202version = "2.0.1"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13205
13206[[package]]
13207name = "quick-xml"
13208version = "0.30.0"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13211dependencies = [
13212 "memchr",
13213]
13214
13215[[package]]
13216name = "quick-xml"
13217version = "0.37.5"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13220dependencies = [
13221 "memchr",
13222]
13223
13224[[package]]
13225name = "quick-xml"
13226version = "0.38.3"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13229dependencies = [
13230 "memchr",
13231 "serde",
13232]
13233
13234[[package]]
13235name = "quinn"
13236version = "0.11.9"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13239dependencies = [
13240 "bytes 1.10.1",
13241 "cfg_aliases 0.2.1",
13242 "pin-project-lite",
13243 "quinn-proto",
13244 "quinn-udp",
13245 "rustc-hash 2.1.1",
13246 "rustls 0.23.33",
13247 "socket2 0.6.1",
13248 "thiserror 2.0.17",
13249 "tokio",
13250 "tracing",
13251 "web-time",
13252]
13253
13254[[package]]
13255name = "quinn-proto"
13256version = "0.11.13"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13259dependencies = [
13260 "bytes 1.10.1",
13261 "getrandom 0.3.4",
13262 "lru-slab",
13263 "rand 0.9.2",
13264 "ring",
13265 "rustc-hash 2.1.1",
13266 "rustls 0.23.33",
13267 "rustls-pki-types",
13268 "slab",
13269 "thiserror 2.0.17",
13270 "tinyvec",
13271 "tracing",
13272 "web-time",
13273]
13274
13275[[package]]
13276name = "quinn-udp"
13277version = "0.5.14"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13280dependencies = [
13281 "cfg_aliases 0.2.1",
13282 "libc",
13283 "once_cell",
13284 "socket2 0.6.1",
13285 "tracing",
13286 "windows-sys 0.59.0",
13287]
13288
13289[[package]]
13290name = "quote"
13291version = "1.0.41"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13294dependencies = [
13295 "proc-macro2",
13296]
13297
13298[[package]]
13299name = "r-efi"
13300version = "5.3.0"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13303
13304[[package]]
13305name = "radium"
13306version = "0.7.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13309
13310[[package]]
13311name = "rand"
13312version = "0.8.5"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13315dependencies = [
13316 "libc",
13317 "rand_chacha 0.3.1",
13318 "rand_core 0.6.4",
13319]
13320
13321[[package]]
13322name = "rand"
13323version = "0.9.2"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13326dependencies = [
13327 "rand_chacha 0.9.0",
13328 "rand_core 0.9.3",
13329]
13330
13331[[package]]
13332name = "rand_chacha"
13333version = "0.3.1"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13336dependencies = [
13337 "ppv-lite86",
13338 "rand_core 0.6.4",
13339]
13340
13341[[package]]
13342name = "rand_chacha"
13343version = "0.9.0"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13346dependencies = [
13347 "ppv-lite86",
13348 "rand_core 0.9.3",
13349]
13350
13351[[package]]
13352name = "rand_core"
13353version = "0.6.4"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13356dependencies = [
13357 "getrandom 0.2.16",
13358]
13359
13360[[package]]
13361name = "rand_core"
13362version = "0.9.3"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13365dependencies = [
13366 "getrandom 0.3.4",
13367]
13368
13369[[package]]
13370name = "rand_distr"
13371version = "0.5.1"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13374dependencies = [
13375 "num-traits",
13376 "rand 0.9.2",
13377]
13378
13379[[package]]
13380name = "range-map"
13381version = "0.2.0"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13384dependencies = [
13385 "num-traits",
13386]
13387
13388[[package]]
13389name = "rangemap"
13390version = "1.6.0"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223"
13393
13394[[package]]
13395name = "rav1e"
13396version = "0.7.1"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13399dependencies = [
13400 "arbitrary",
13401 "arg_enum_proc_macro",
13402 "arrayvec",
13403 "av1-grain",
13404 "bitstream-io",
13405 "built",
13406 "cfg-if",
13407 "interpolate_name",
13408 "itertools 0.12.1",
13409 "libc",
13410 "libfuzzer-sys",
13411 "log",
13412 "maybe-rayon",
13413 "new_debug_unreachable",
13414 "noop_proc_macro",
13415 "num-derive",
13416 "num-traits",
13417 "once_cell",
13418 "paste",
13419 "profiling",
13420 "rand 0.8.5",
13421 "rand_chacha 0.3.1",
13422 "simd_helpers",
13423 "system-deps",
13424 "thiserror 1.0.69",
13425 "v_frame",
13426 "wasm-bindgen",
13427]
13428
13429[[package]]
13430name = "ravif"
13431version = "0.11.20"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13434dependencies = [
13435 "avif-serialize",
13436 "imgref",
13437 "loop9",
13438 "quick-error",
13439 "rav1e",
13440 "rayon",
13441 "rgb",
13442]
13443
13444[[package]]
13445name = "raw-cpuid"
13446version = "10.7.0"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13449dependencies = [
13450 "bitflags 1.3.2",
13451]
13452
13453[[package]]
13454name = "raw-cpuid"
13455version = "11.6.0"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13458dependencies = [
13459 "bitflags 2.9.4",
13460]
13461
13462[[package]]
13463name = "raw-window-handle"
13464version = "0.6.2"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13467
13468[[package]]
13469name = "raw-window-metal"
13470version = "0.4.0"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
13473dependencies = [
13474 "cocoa 0.25.0",
13475 "core-graphics 0.23.2",
13476 "objc",
13477 "raw-window-handle",
13478]
13479
13480[[package]]
13481name = "rayon"
13482version = "1.11.0"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13485dependencies = [
13486 "either",
13487 "rayon-core",
13488]
13489
13490[[package]]
13491name = "rayon-core"
13492version = "1.13.0"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13495dependencies = [
13496 "crossbeam-deque",
13497 "crossbeam-utils",
13498]
13499
13500[[package]]
13501name = "read-fonts"
13502version = "0.35.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13505dependencies = [
13506 "bytemuck",
13507 "font-types",
13508]
13509
13510[[package]]
13511name = "realfft"
13512version = "3.5.0"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13515dependencies = [
13516 "rustfft",
13517]
13518
13519[[package]]
13520name = "reborrow"
13521version = "0.5.5"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13524
13525[[package]]
13526name = "recent_projects"
13527version = "0.1.0"
13528dependencies = [
13529 "anyhow",
13530 "askpass",
13531 "auto_update",
13532 "dap",
13533 "editor",
13534 "extension_host",
13535 "file_finder",
13536 "futures 0.3.31",
13537 "fuzzy",
13538 "gpui",
13539 "indoc",
13540 "language",
13541 "log",
13542 "markdown",
13543 "menu",
13544 "ordered-float 2.10.1",
13545 "paths",
13546 "picker",
13547 "project",
13548 "release_channel",
13549 "remote",
13550 "serde",
13551 "serde_json",
13552 "settings",
13553 "smol",
13554 "task",
13555 "telemetry",
13556 "theme",
13557 "ui",
13558 "util",
13559 "windows-registry 0.6.1",
13560 "workspace",
13561 "zed_actions",
13562]
13563
13564[[package]]
13565name = "recursive"
13566version = "0.1.1"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
13569dependencies = [
13570 "recursive-proc-macro-impl",
13571 "stacker",
13572]
13573
13574[[package]]
13575name = "recursive-proc-macro-impl"
13576version = "0.1.1"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
13579dependencies = [
13580 "quote",
13581 "syn 2.0.106",
13582]
13583
13584[[package]]
13585name = "redox_syscall"
13586version = "0.2.16"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
13589dependencies = [
13590 "bitflags 1.3.2",
13591]
13592
13593[[package]]
13594name = "redox_syscall"
13595version = "0.5.18"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
13598dependencies = [
13599 "bitflags 2.9.4",
13600]
13601
13602[[package]]
13603name = "redox_users"
13604version = "0.4.6"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
13607dependencies = [
13608 "getrandom 0.2.16",
13609 "libredox",
13610 "thiserror 1.0.69",
13611]
13612
13613[[package]]
13614name = "redox_users"
13615version = "0.5.2"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
13618dependencies = [
13619 "getrandom 0.2.16",
13620 "libredox",
13621 "thiserror 2.0.17",
13622]
13623
13624[[package]]
13625name = "ref-cast"
13626version = "1.0.25"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
13629dependencies = [
13630 "ref-cast-impl",
13631]
13632
13633[[package]]
13634name = "ref-cast-impl"
13635version = "1.0.25"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
13638dependencies = [
13639 "proc-macro2",
13640 "quote",
13641 "syn 2.0.106",
13642]
13643
13644[[package]]
13645name = "referencing"
13646version = "0.30.0"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13649dependencies = [
13650 "ahash 0.8.12",
13651 "fluent-uri",
13652 "once_cell",
13653 "parking_lot",
13654 "percent-encoding",
13655 "serde_json",
13656]
13657
13658[[package]]
13659name = "refineable"
13660version = "0.1.0"
13661dependencies = [
13662 "derive_refineable",
13663]
13664
13665[[package]]
13666name = "regalloc2"
13667version = "0.11.2"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13670dependencies = [
13671 "allocator-api2",
13672 "bumpalo",
13673 "hashbrown 0.15.5",
13674 "log",
13675 "rustc-hash 2.1.1",
13676 "serde",
13677 "smallvec",
13678]
13679
13680[[package]]
13681name = "regex"
13682version = "1.12.2"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
13685dependencies = [
13686 "aho-corasick",
13687 "memchr",
13688 "regex-automata",
13689 "regex-syntax",
13690]
13691
13692[[package]]
13693name = "regex-automata"
13694version = "0.4.13"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
13697dependencies = [
13698 "aho-corasick",
13699 "memchr",
13700 "regex-syntax",
13701]
13702
13703[[package]]
13704name = "regex-lite"
13705version = "0.1.8"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
13708
13709[[package]]
13710name = "regex-syntax"
13711version = "0.8.8"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
13714
13715[[package]]
13716name = "release_channel"
13717version = "0.1.0"
13718dependencies = [
13719 "gpui",
13720]
13721
13722[[package]]
13723name = "remote"
13724version = "0.1.0"
13725dependencies = [
13726 "anyhow",
13727 "askpass",
13728 "async-trait",
13729 "collections",
13730 "fs",
13731 "futures 0.3.31",
13732 "gpui",
13733 "log",
13734 "parking_lot",
13735 "paths",
13736 "prost 0.9.0",
13737 "release_channel",
13738 "rpc",
13739 "serde",
13740 "serde_json",
13741 "settings",
13742 "shlex",
13743 "smol",
13744 "tempfile",
13745 "thiserror 2.0.17",
13746 "urlencoding",
13747 "util",
13748 "which 6.0.3",
13749]
13750
13751[[package]]
13752name = "remote_server"
13753version = "0.1.0"
13754dependencies = [
13755 "action_log",
13756 "agent",
13757 "anyhow",
13758 "askpass",
13759 "cargo_toml",
13760 "clap",
13761 "client",
13762 "clock",
13763 "collections",
13764 "crash-handler",
13765 "crashes",
13766 "dap",
13767 "dap_adapters",
13768 "debug_adapter_extension",
13769 "editor",
13770 "env_logger 0.11.8",
13771 "extension",
13772 "extension_host",
13773 "fork",
13774 "fs",
13775 "futures 0.3.31",
13776 "git",
13777 "git2",
13778 "git_hosting_providers",
13779 "gpui",
13780 "gpui_tokio",
13781 "http_client",
13782 "json_schema_store",
13783 "language",
13784 "language_extension",
13785 "language_model",
13786 "languages",
13787 "libc",
13788 "log",
13789 "lsp",
13790 "minidumper",
13791 "node_runtime",
13792 "paths",
13793 "pretty_assertions",
13794 "project",
13795 "proto",
13796 "release_channel",
13797 "remote",
13798 "reqwest_client",
13799 "rpc",
13800 "rust-embed",
13801 "serde",
13802 "serde_json",
13803 "settings",
13804 "shellexpand 2.1.2",
13805 "smol",
13806 "sysinfo 0.37.2",
13807 "task",
13808 "thiserror 2.0.17",
13809 "toml 0.8.23",
13810 "unindent",
13811 "util",
13812 "watch",
13813 "workspace",
13814 "worktree",
13815 "zlog",
13816]
13817
13818[[package]]
13819name = "rend"
13820version = "0.4.2"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13823dependencies = [
13824 "bytecheck",
13825]
13826
13827[[package]]
13828name = "repl"
13829version = "0.1.0"
13830dependencies = [
13831 "alacritty_terminal",
13832 "anyhow",
13833 "async-dispatcher",
13834 "async-tungstenite",
13835 "base64 0.22.1",
13836 "client",
13837 "collections",
13838 "command_palette_hooks",
13839 "editor",
13840 "env_logger 0.11.8",
13841 "feature_flags",
13842 "file_icons",
13843 "futures 0.3.31",
13844 "gpui",
13845 "http_client",
13846 "image",
13847 "indoc",
13848 "jupyter-protocol",
13849 "jupyter-websocket-client",
13850 "language",
13851 "languages",
13852 "log",
13853 "markdown_preview",
13854 "menu",
13855 "multi_buffer",
13856 "nbformat",
13857 "picker",
13858 "project",
13859 "runtimelib",
13860 "serde",
13861 "serde_json",
13862 "settings",
13863 "smol",
13864 "telemetry",
13865 "terminal",
13866 "terminal_view",
13867 "theme",
13868 "tree-sitter-md",
13869 "tree-sitter-python",
13870 "tree-sitter-typescript",
13871 "ui",
13872 "util",
13873 "uuid",
13874 "workspace",
13875]
13876
13877[[package]]
13878name = "reqwest"
13879version = "0.11.27"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13882dependencies = [
13883 "base64 0.21.7",
13884 "bytes 1.10.1",
13885 "encoding_rs",
13886 "futures-core",
13887 "futures-util",
13888 "h2 0.3.27",
13889 "http 0.2.12",
13890 "http-body 0.4.6",
13891 "hyper 0.14.32",
13892 "hyper-rustls 0.24.2",
13893 "hyper-tls",
13894 "ipnet",
13895 "js-sys",
13896 "log",
13897 "mime",
13898 "native-tls",
13899 "once_cell",
13900 "percent-encoding",
13901 "pin-project-lite",
13902 "rustls 0.21.12",
13903 "rustls-native-certs 0.6.3",
13904 "rustls-pemfile 1.0.4",
13905 "serde",
13906 "serde_json",
13907 "serde_urlencoded",
13908 "sync_wrapper 0.1.2",
13909 "system-configuration 0.5.1",
13910 "tokio",
13911 "tokio-native-tls",
13912 "tokio-rustls 0.24.1",
13913 "tower-service",
13914 "url",
13915 "wasm-bindgen",
13916 "wasm-bindgen-futures",
13917 "web-sys",
13918 "winreg 0.50.0",
13919]
13920
13921[[package]]
13922name = "reqwest"
13923version = "0.12.24"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
13926dependencies = [
13927 "base64 0.22.1",
13928 "bytes 1.10.1",
13929 "futures-channel",
13930 "futures-core",
13931 "futures-util",
13932 "h2 0.4.12",
13933 "http 1.3.1",
13934 "http-body 1.0.1",
13935 "http-body-util",
13936 "hyper 1.7.0",
13937 "hyper-rustls 0.27.7",
13938 "hyper-util",
13939 "js-sys",
13940 "log",
13941 "percent-encoding",
13942 "pin-project-lite",
13943 "quinn",
13944 "rustls 0.23.33",
13945 "rustls-native-certs 0.8.2",
13946 "rustls-pki-types",
13947 "serde",
13948 "serde_json",
13949 "serde_urlencoded",
13950 "sync_wrapper 1.0.2",
13951 "tokio",
13952 "tokio-rustls 0.26.2",
13953 "tokio-util",
13954 "tower 0.5.2",
13955 "tower-http 0.6.6",
13956 "tower-service",
13957 "url",
13958 "wasm-bindgen",
13959 "wasm-bindgen-futures",
13960 "wasm-streams",
13961 "web-sys",
13962]
13963
13964[[package]]
13965name = "reqwest_client"
13966version = "0.1.0"
13967dependencies = [
13968 "anyhow",
13969 "bytes 1.10.1",
13970 "futures 0.3.31",
13971 "gpui",
13972 "http_client",
13973 "http_client_tls",
13974 "log",
13975 "regex",
13976 "serde",
13977 "tokio",
13978 "zed-reqwest",
13979]
13980
13981[[package]]
13982name = "resvg"
13983version = "0.45.1"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13986dependencies = [
13987 "log",
13988 "pico-args",
13989 "rgb",
13990 "svgtypes",
13991 "tiny-skia",
13992 "usvg",
13993]
13994
13995[[package]]
13996name = "rfc6979"
13997version = "0.3.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14000dependencies = [
14001 "crypto-bigint 0.4.9",
14002 "hmac",
14003 "zeroize",
14004]
14005
14006[[package]]
14007name = "rgb"
14008version = "0.8.52"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14011dependencies = [
14012 "bytemuck",
14013]
14014
14015[[package]]
14016name = "rich_text"
14017version = "0.1.0"
14018dependencies = [
14019 "futures 0.3.31",
14020 "gpui",
14021 "language",
14022 "linkify",
14023 "pulldown-cmark 0.12.2",
14024 "theme",
14025 "ui",
14026 "util",
14027]
14028
14029[[package]]
14030name = "ring"
14031version = "0.17.14"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14034dependencies = [
14035 "cc",
14036 "cfg-if",
14037 "getrandom 0.2.16",
14038 "libc",
14039 "untrusted",
14040 "windows-sys 0.52.0",
14041]
14042
14043[[package]]
14044name = "rkyv"
14045version = "0.7.45"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14048dependencies = [
14049 "bitvec",
14050 "bytecheck",
14051 "bytes 1.10.1",
14052 "hashbrown 0.12.3",
14053 "ptr_meta",
14054 "rend",
14055 "rkyv_derive",
14056 "seahash",
14057 "tinyvec",
14058 "uuid",
14059]
14060
14061[[package]]
14062name = "rkyv_derive"
14063version = "0.7.45"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14066dependencies = [
14067 "proc-macro2",
14068 "quote",
14069 "syn 1.0.109",
14070]
14071
14072[[package]]
14073name = "rmp"
14074version = "0.8.14"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14077dependencies = [
14078 "byteorder",
14079 "num-traits",
14080 "paste",
14081]
14082
14083[[package]]
14084name = "rmp-serde"
14085version = "1.3.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
14088dependencies = [
14089 "byteorder",
14090 "rmp",
14091 "serde",
14092]
14093
14094[[package]]
14095name = "rmpv"
14096version = "1.3.0"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14099dependencies = [
14100 "num-traits",
14101 "rmp",
14102]
14103
14104[[package]]
14105name = "rodio"
14106version = "0.21.1"
14107source = "git+https://github.com/RustAudio/rodio?rev=e2074c6c2acf07b57cf717e076bdda7a9ac6e70b#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
14108dependencies = [
14109 "cpal",
14110 "dasp_sample",
14111 "hound",
14112 "num-rational",
14113 "rtrb",
14114 "symphonia",
14115 "thiserror 2.0.17",
14116]
14117
14118[[package]]
14119name = "rope"
14120version = "0.1.0"
14121dependencies = [
14122 "arrayvec",
14123 "criterion",
14124 "ctor",
14125 "gpui",
14126 "log",
14127 "rand 0.9.2",
14128 "rayon",
14129 "smallvec",
14130 "sum_tree",
14131 "unicode-segmentation",
14132 "util",
14133 "zlog",
14134]
14135
14136[[package]]
14137name = "roxmltree"
14138version = "0.20.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14141
14142[[package]]
14143name = "rpc"
14144version = "0.1.0"
14145dependencies = [
14146 "anyhow",
14147 "async-tungstenite",
14148 "base64 0.22.1",
14149 "chrono",
14150 "collections",
14151 "futures 0.3.31",
14152 "gpui",
14153 "parking_lot",
14154 "proto",
14155 "rand 0.9.2",
14156 "rsa",
14157 "serde",
14158 "serde_json",
14159 "sha2",
14160 "strum 0.27.2",
14161 "tracing",
14162 "util",
14163 "zlog",
14164 "zstd 0.11.2+zstd.1.5.2",
14165]
14166
14167[[package]]
14168name = "rsa"
14169version = "0.9.8"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
14172dependencies = [
14173 "const-oid",
14174 "digest",
14175 "num-bigint-dig",
14176 "num-integer",
14177 "num-traits",
14178 "pkcs1",
14179 "pkcs8 0.10.2",
14180 "rand_core 0.6.4",
14181 "signature 2.2.0",
14182 "spki 0.7.3",
14183 "subtle",
14184 "zeroize",
14185]
14186
14187[[package]]
14188name = "rtrb"
14189version = "0.3.2"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14192
14193[[package]]
14194name = "rules_library"
14195version = "0.1.0"
14196dependencies = [
14197 "anyhow",
14198 "collections",
14199 "editor",
14200 "gpui",
14201 "language",
14202 "language_model",
14203 "log",
14204 "menu",
14205 "picker",
14206 "prompt_store",
14207 "release_channel",
14208 "rope",
14209 "serde",
14210 "settings",
14211 "theme",
14212 "title_bar",
14213 "ui",
14214 "util",
14215 "workspace",
14216 "zed_actions",
14217]
14218
14219[[package]]
14220name = "runtimelib"
14221version = "0.25.0"
14222source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
14223dependencies = [
14224 "anyhow",
14225 "async-dispatcher",
14226 "async-std",
14227 "base64 0.22.1",
14228 "bytes 1.10.1",
14229 "chrono",
14230 "data-encoding",
14231 "dirs 5.0.1",
14232 "futures 0.3.31",
14233 "glob",
14234 "jupyter-protocol",
14235 "ring",
14236 "serde",
14237 "serde_json",
14238 "shellexpand 3.1.1",
14239 "smol",
14240 "uuid",
14241 "zeromq",
14242]
14243
14244[[package]]
14245name = "rust-embed"
14246version = "8.7.2"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14249dependencies = [
14250 "rust-embed-impl",
14251 "rust-embed-utils",
14252 "walkdir",
14253]
14254
14255[[package]]
14256name = "rust-embed-impl"
14257version = "8.7.2"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14260dependencies = [
14261 "proc-macro2",
14262 "quote",
14263 "rust-embed-utils",
14264 "syn 2.0.106",
14265 "walkdir",
14266]
14267
14268[[package]]
14269name = "rust-embed-utils"
14270version = "8.7.2"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14273dependencies = [
14274 "globset",
14275 "sha2",
14276 "walkdir",
14277]
14278
14279[[package]]
14280name = "rust-stemmers"
14281version = "1.2.0"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
14284dependencies = [
14285 "serde",
14286 "serde_derive",
14287]
14288
14289[[package]]
14290name = "rust_decimal"
14291version = "1.39.0"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14294dependencies = [
14295 "arrayvec",
14296 "borsh",
14297 "bytes 1.10.1",
14298 "num-traits",
14299 "rand 0.8.5",
14300 "rkyv",
14301 "serde",
14302 "serde_json",
14303]
14304
14305[[package]]
14306name = "rustc-demangle"
14307version = "0.1.26"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14310
14311[[package]]
14312name = "rustc-hash"
14313version = "1.1.0"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14316
14317[[package]]
14318name = "rustc-hash"
14319version = "2.1.1"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14322
14323[[package]]
14324name = "rustc_version"
14325version = "0.4.1"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14328dependencies = [
14329 "semver",
14330]
14331
14332[[package]]
14333name = "rustfft"
14334version = "6.4.1"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14337dependencies = [
14338 "num-complex",
14339 "num-integer",
14340 "num-traits",
14341 "primal-check",
14342 "strength_reduce",
14343 "transpose",
14344]
14345
14346[[package]]
14347name = "rustix"
14348version = "0.38.44"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14351dependencies = [
14352 "bitflags 2.9.4",
14353 "errno 0.3.14",
14354 "libc",
14355 "linux-raw-sys 0.4.15",
14356 "windows-sys 0.59.0",
14357]
14358
14359[[package]]
14360name = "rustix"
14361version = "1.1.2"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14364dependencies = [
14365 "bitflags 2.9.4",
14366 "errno 0.3.14",
14367 "libc",
14368 "linux-raw-sys 0.11.0",
14369 "windows-sys 0.59.0",
14370]
14371
14372[[package]]
14373name = "rustix-linux-procfs"
14374version = "0.1.1"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14377dependencies = [
14378 "once_cell",
14379 "rustix 1.1.2",
14380]
14381
14382[[package]]
14383name = "rustix-openpty"
14384version = "0.2.0"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14387dependencies = [
14388 "errno 0.3.14",
14389 "libc",
14390 "rustix 1.1.2",
14391]
14392
14393[[package]]
14394name = "rustls"
14395version = "0.21.12"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14398dependencies = [
14399 "log",
14400 "ring",
14401 "rustls-webpki 0.101.7",
14402 "sct",
14403]
14404
14405[[package]]
14406name = "rustls"
14407version = "0.23.33"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14410dependencies = [
14411 "aws-lc-rs",
14412 "log",
14413 "once_cell",
14414 "ring",
14415 "rustls-pki-types",
14416 "rustls-webpki 0.103.7",
14417 "subtle",
14418 "zeroize",
14419]
14420
14421[[package]]
14422name = "rustls-native-certs"
14423version = "0.6.3"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14426dependencies = [
14427 "openssl-probe",
14428 "rustls-pemfile 1.0.4",
14429 "schannel",
14430 "security-framework 2.11.1",
14431]
14432
14433[[package]]
14434name = "rustls-native-certs"
14435version = "0.8.2"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14438dependencies = [
14439 "openssl-probe",
14440 "rustls-pki-types",
14441 "schannel",
14442 "security-framework 3.5.1",
14443]
14444
14445[[package]]
14446name = "rustls-pemfile"
14447version = "1.0.4"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14450dependencies = [
14451 "base64 0.21.7",
14452]
14453
14454[[package]]
14455name = "rustls-pemfile"
14456version = "2.2.0"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14459dependencies = [
14460 "rustls-pki-types",
14461]
14462
14463[[package]]
14464name = "rustls-pki-types"
14465version = "1.12.0"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14468dependencies = [
14469 "web-time",
14470 "zeroize",
14471]
14472
14473[[package]]
14474name = "rustls-platform-verifier"
14475version = "0.5.3"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14478dependencies = [
14479 "core-foundation 0.10.0",
14480 "core-foundation-sys",
14481 "jni",
14482 "log",
14483 "once_cell",
14484 "rustls 0.23.33",
14485 "rustls-native-certs 0.8.2",
14486 "rustls-platform-verifier-android",
14487 "rustls-webpki 0.103.7",
14488 "security-framework 3.5.1",
14489 "security-framework-sys",
14490 "webpki-root-certs",
14491 "windows-sys 0.59.0",
14492]
14493
14494[[package]]
14495name = "rustls-platform-verifier-android"
14496version = "0.1.1"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14499
14500[[package]]
14501name = "rustls-webpki"
14502version = "0.101.7"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14505dependencies = [
14506 "ring",
14507 "untrusted",
14508]
14509
14510[[package]]
14511name = "rustls-webpki"
14512version = "0.103.7"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
14515dependencies = [
14516 "aws-lc-rs",
14517 "ring",
14518 "rustls-pki-types",
14519 "untrusted",
14520]
14521
14522[[package]]
14523name = "rustversion"
14524version = "1.0.22"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
14527
14528[[package]]
14529name = "rustybuzz"
14530version = "0.14.1"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
14533dependencies = [
14534 "bitflags 2.9.4",
14535 "bytemuck",
14536 "libm",
14537 "smallvec",
14538 "ttf-parser 0.21.1",
14539 "unicode-bidi-mirroring 0.2.0",
14540 "unicode-ccc 0.2.0",
14541 "unicode-properties",
14542 "unicode-script",
14543]
14544
14545[[package]]
14546name = "rustybuzz"
14547version = "0.20.1"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
14550dependencies = [
14551 "bitflags 2.9.4",
14552 "bytemuck",
14553 "core_maths",
14554 "log",
14555 "smallvec",
14556 "ttf-parser 0.25.1",
14557 "unicode-bidi-mirroring 0.4.0",
14558 "unicode-ccc 0.4.0",
14559 "unicode-properties",
14560 "unicode-script",
14561]
14562
14563[[package]]
14564name = "ryu"
14565version = "1.0.20"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
14568
14569[[package]]
14570name = "safetensors"
14571version = "0.4.5"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
14574dependencies = [
14575 "serde",
14576 "serde_json",
14577]
14578
14579[[package]]
14580name = "salsa20"
14581version = "0.10.2"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
14584dependencies = [
14585 "cipher",
14586]
14587
14588[[package]]
14589name = "same-file"
14590version = "1.0.6"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
14593dependencies = [
14594 "winapi-util",
14595]
14596
14597[[package]]
14598name = "schannel"
14599version = "0.1.28"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
14602dependencies = [
14603 "windows-sys 0.61.2",
14604]
14605
14606[[package]]
14607name = "scheduler"
14608version = "0.1.0"
14609dependencies = [
14610 "async-task",
14611 "backtrace",
14612 "chrono",
14613 "futures 0.3.31",
14614 "parking_lot",
14615 "rand 0.9.2",
14616]
14617
14618[[package]]
14619name = "schema_generator"
14620version = "0.1.0"
14621dependencies = [
14622 "anyhow",
14623 "clap",
14624 "env_logger 0.11.8",
14625 "schemars 1.0.4",
14626 "serde",
14627 "serde_json",
14628 "theme",
14629]
14630
14631[[package]]
14632name = "schemars"
14633version = "0.9.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
14636dependencies = [
14637 "dyn-clone",
14638 "ref-cast",
14639 "serde",
14640 "serde_json",
14641]
14642
14643[[package]]
14644name = "schemars"
14645version = "1.0.4"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
14648dependencies = [
14649 "dyn-clone",
14650 "indexmap 2.11.4",
14651 "ref-cast",
14652 "schemars_derive",
14653 "serde",
14654 "serde_json",
14655]
14656
14657[[package]]
14658name = "schemars_derive"
14659version = "1.0.4"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
14662dependencies = [
14663 "proc-macro2",
14664 "quote",
14665 "serde_derive_internals",
14666 "syn 2.0.106",
14667]
14668
14669[[package]]
14670name = "scoped-tls"
14671version = "1.0.1"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14674
14675[[package]]
14676name = "scopeguard"
14677version = "1.2.0"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14680
14681[[package]]
14682name = "scratch"
14683version = "1.0.9"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
14686
14687[[package]]
14688name = "screencapturekit"
14689version = "0.2.8"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14692dependencies = [
14693 "screencapturekit-sys",
14694]
14695
14696[[package]]
14697name = "screencapturekit-sys"
14698version = "0.2.8"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14701dependencies = [
14702 "block",
14703 "dispatch",
14704 "objc",
14705 "objc-foundation",
14706 "objc_id",
14707 "once_cell",
14708]
14709
14710[[package]]
14711name = "scroll"
14712version = "0.12.0"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14715dependencies = [
14716 "scroll_derive",
14717]
14718
14719[[package]]
14720name = "scroll_derive"
14721version = "0.12.1"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14724dependencies = [
14725 "proc-macro2",
14726 "quote",
14727 "syn 2.0.106",
14728]
14729
14730[[package]]
14731name = "scrypt"
14732version = "0.11.0"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14735dependencies = [
14736 "password-hash 0.5.0",
14737 "pbkdf2 0.12.2",
14738 "salsa20",
14739 "sha2",
14740]
14741
14742[[package]]
14743name = "sct"
14744version = "0.7.1"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14747dependencies = [
14748 "ring",
14749 "untrusted",
14750]
14751
14752[[package]]
14753name = "sea-bae"
14754version = "0.2.1"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14757dependencies = [
14758 "heck 0.4.1",
14759 "proc-macro-error2",
14760 "proc-macro2",
14761 "quote",
14762 "syn 2.0.106",
14763]
14764
14765[[package]]
14766name = "sea-orm"
14767version = "1.1.10"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14770dependencies = [
14771 "async-stream",
14772 "async-trait",
14773 "bigdecimal",
14774 "chrono",
14775 "futures-util",
14776 "log",
14777 "ouroboros",
14778 "pgvector",
14779 "rust_decimal",
14780 "sea-orm-macros",
14781 "sea-query",
14782 "sea-query-binder",
14783 "serde",
14784 "serde_json",
14785 "sqlx",
14786 "strum 0.26.3",
14787 "thiserror 2.0.17",
14788 "time",
14789 "tracing",
14790 "url",
14791 "uuid",
14792]
14793
14794[[package]]
14795name = "sea-orm-macros"
14796version = "1.1.10"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14799dependencies = [
14800 "heck 0.4.1",
14801 "proc-macro2",
14802 "quote",
14803 "sea-bae",
14804 "syn 2.0.106",
14805 "unicode-ident",
14806]
14807
14808[[package]]
14809name = "sea-query"
14810version = "0.32.7"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
14813dependencies = [
14814 "bigdecimal",
14815 "chrono",
14816 "inherent",
14817 "ordered-float 4.6.0",
14818 "rust_decimal",
14819 "serde_json",
14820 "time",
14821 "uuid",
14822]
14823
14824[[package]]
14825name = "sea-query-binder"
14826version = "0.7.0"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14829dependencies = [
14830 "bigdecimal",
14831 "chrono",
14832 "rust_decimal",
14833 "sea-query",
14834 "serde_json",
14835 "sqlx",
14836 "time",
14837 "uuid",
14838]
14839
14840[[package]]
14841name = "seahash"
14842version = "4.1.0"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14845
14846[[package]]
14847name = "search"
14848version = "0.1.0"
14849dependencies = [
14850 "any_vec",
14851 "anyhow",
14852 "bitflags 2.9.4",
14853 "client",
14854 "collections",
14855 "editor",
14856 "futures 0.3.31",
14857 "gpui",
14858 "language",
14859 "menu",
14860 "project",
14861 "schemars 1.0.4",
14862 "serde",
14863 "serde_json",
14864 "settings",
14865 "smol",
14866 "theme",
14867 "ui",
14868 "unindent",
14869 "util",
14870 "util_macros",
14871 "workspace",
14872 "zed_actions",
14873]
14874
14875[[package]]
14876name = "sec1"
14877version = "0.3.0"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14880dependencies = [
14881 "base16ct",
14882 "der 0.6.1",
14883 "generic-array",
14884 "pkcs8 0.9.0",
14885 "subtle",
14886 "zeroize",
14887]
14888
14889[[package]]
14890name = "security-framework"
14891version = "2.11.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14894dependencies = [
14895 "bitflags 2.9.4",
14896 "core-foundation 0.9.4",
14897 "core-foundation-sys",
14898 "libc",
14899 "security-framework-sys",
14900]
14901
14902[[package]]
14903name = "security-framework"
14904version = "3.5.1"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
14907dependencies = [
14908 "bitflags 2.9.4",
14909 "core-foundation 0.10.0",
14910 "core-foundation-sys",
14911 "libc",
14912 "security-framework-sys",
14913]
14914
14915[[package]]
14916name = "security-framework-sys"
14917version = "2.15.0"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
14920dependencies = [
14921 "core-foundation-sys",
14922 "libc",
14923]
14924
14925[[package]]
14926name = "self_cell"
14927version = "1.2.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14930
14931[[package]]
14932name = "semantic_version"
14933version = "0.1.0"
14934dependencies = [
14935 "anyhow",
14936 "serde",
14937]
14938
14939[[package]]
14940name = "semver"
14941version = "1.0.27"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
14944dependencies = [
14945 "serde",
14946 "serde_core",
14947]
14948
14949[[package]]
14950name = "seq-macro"
14951version = "0.3.6"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14954
14955[[package]]
14956name = "serde"
14957version = "1.0.228"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
14960dependencies = [
14961 "serde_core",
14962 "serde_derive",
14963]
14964
14965[[package]]
14966name = "serde_core"
14967version = "1.0.228"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
14970dependencies = [
14971 "serde_derive",
14972]
14973
14974[[package]]
14975name = "serde_derive"
14976version = "1.0.228"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
14979dependencies = [
14980 "proc-macro2",
14981 "quote",
14982 "syn 2.0.106",
14983]
14984
14985[[package]]
14986name = "serde_derive_internals"
14987version = "0.29.1"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14990dependencies = [
14991 "proc-macro2",
14992 "quote",
14993 "syn 2.0.106",
14994]
14995
14996[[package]]
14997name = "serde_fmt"
14998version = "1.0.3"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15001dependencies = [
15002 "serde",
15003]
15004
15005[[package]]
15006name = "serde_json"
15007version = "1.0.145"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15010dependencies = [
15011 "indexmap 2.11.4",
15012 "itoa",
15013 "memchr",
15014 "ryu",
15015 "serde",
15016 "serde_core",
15017]
15018
15019[[package]]
15020name = "serde_json_lenient"
15021version = "0.2.4"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15024dependencies = [
15025 "indexmap 2.11.4",
15026 "itoa",
15027 "memchr",
15028 "ryu",
15029 "serde",
15030]
15031
15032[[package]]
15033name = "serde_path_to_error"
15034version = "0.1.20"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15037dependencies = [
15038 "itoa",
15039 "serde",
15040 "serde_core",
15041]
15042
15043[[package]]
15044name = "serde_repr"
15045version = "0.1.20"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15048dependencies = [
15049 "proc-macro2",
15050 "quote",
15051 "syn 2.0.106",
15052]
15053
15054[[package]]
15055name = "serde_spanned"
15056version = "0.6.9"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15059dependencies = [
15060 "serde",
15061]
15062
15063[[package]]
15064name = "serde_spanned"
15065version = "1.0.3"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15068dependencies = [
15069 "serde_core",
15070]
15071
15072[[package]]
15073name = "serde_stacker"
15074version = "0.1.14"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a"
15077dependencies = [
15078 "serde",
15079 "serde_core",
15080 "stacker",
15081]
15082
15083[[package]]
15084name = "serde_urlencoded"
15085version = "0.7.1"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15088dependencies = [
15089 "form_urlencoded",
15090 "itoa",
15091 "ryu",
15092 "serde",
15093]
15094
15095[[package]]
15096name = "serde_with"
15097version = "3.15.0"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5"
15100dependencies = [
15101 "base64 0.22.1",
15102 "chrono",
15103 "hex",
15104 "indexmap 1.9.3",
15105 "indexmap 2.11.4",
15106 "schemars 0.9.0",
15107 "schemars 1.0.4",
15108 "serde_core",
15109 "serde_json",
15110 "serde_with_macros",
15111 "time",
15112]
15113
15114[[package]]
15115name = "serde_with_macros"
15116version = "3.15.0"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27"
15119dependencies = [
15120 "darling 0.21.3",
15121 "proc-macro2",
15122 "quote",
15123 "syn 2.0.106",
15124]
15125
15126[[package]]
15127name = "serial2"
15128version = "0.2.33"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15131dependencies = [
15132 "cfg-if",
15133 "libc",
15134 "winapi",
15135]
15136
15137[[package]]
15138name = "session"
15139version = "0.1.0"
15140dependencies = [
15141 "db",
15142 "gpui",
15143 "serde_json",
15144 "util",
15145 "uuid",
15146]
15147
15148[[package]]
15149name = "settings"
15150version = "0.1.0"
15151dependencies = [
15152 "anyhow",
15153 "collections",
15154 "derive_more",
15155 "ec4rs",
15156 "fs",
15157 "futures 0.3.31",
15158 "gpui",
15159 "indoc",
15160 "inventory",
15161 "log",
15162 "paths",
15163 "pretty_assertions",
15164 "release_channel",
15165 "rust-embed",
15166 "schemars 1.0.4",
15167 "serde",
15168 "serde_json",
15169 "serde_json_lenient",
15170 "serde_path_to_error",
15171 "serde_repr",
15172 "serde_with",
15173 "settings_macros",
15174 "smallvec",
15175 "strum 0.27.2",
15176 "tree-sitter",
15177 "tree-sitter-json",
15178 "unindent",
15179 "util",
15180 "zlog",
15181]
15182
15183[[package]]
15184name = "settings_macros"
15185version = "0.1.0"
15186dependencies = [
15187 "quote",
15188 "settings",
15189 "syn 2.0.106",
15190]
15191
15192[[package]]
15193name = "settings_profile_selector"
15194version = "0.1.0"
15195dependencies = [
15196 "client",
15197 "editor",
15198 "fuzzy",
15199 "gpui",
15200 "language",
15201 "menu",
15202 "picker",
15203 "project",
15204 "serde_json",
15205 "settings",
15206 "theme",
15207 "ui",
15208 "workspace",
15209 "zed_actions",
15210]
15211
15212[[package]]
15213name = "settings_ui"
15214version = "0.1.0"
15215dependencies = [
15216 "anyhow",
15217 "assets",
15218 "bm25",
15219 "client",
15220 "editor",
15221 "feature_flags",
15222 "fs",
15223 "futures 0.3.31",
15224 "fuzzy",
15225 "gpui",
15226 "heck 0.5.0",
15227 "language",
15228 "log",
15229 "menu",
15230 "node_runtime",
15231 "paths",
15232 "pretty_assertions",
15233 "project",
15234 "schemars 1.0.4",
15235 "search",
15236 "serde",
15237 "session",
15238 "settings",
15239 "strum 0.27.2",
15240 "theme",
15241 "title_bar",
15242 "ui",
15243 "ui_input",
15244 "util",
15245 "workspace",
15246 "zed_actions",
15247 "zlog",
15248]
15249
15250[[package]]
15251name = "sha1"
15252version = "0.10.6"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15255dependencies = [
15256 "cfg-if",
15257 "cpufeatures",
15258 "digest",
15259]
15260
15261[[package]]
15262name = "sha1_smol"
15263version = "1.0.1"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15266
15267[[package]]
15268name = "sha2"
15269version = "0.10.9"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15272dependencies = [
15273 "cfg-if",
15274 "cpufeatures",
15275 "digest",
15276]
15277
15278[[package]]
15279name = "sharded-slab"
15280version = "0.1.7"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15283dependencies = [
15284 "lazy_static",
15285]
15286
15287[[package]]
15288name = "shared_library"
15289version = "0.1.9"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15292dependencies = [
15293 "lazy_static",
15294 "libc",
15295]
15296
15297[[package]]
15298name = "shell-words"
15299version = "1.1.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15302
15303[[package]]
15304name = "shellexpand"
15305version = "2.1.2"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15308dependencies = [
15309 "dirs 4.0.0",
15310]
15311
15312[[package]]
15313name = "shellexpand"
15314version = "3.1.1"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15317dependencies = [
15318 "dirs 6.0.0",
15319]
15320
15321[[package]]
15322name = "shlex"
15323version = "1.3.0"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15326
15327[[package]]
15328name = "signal-hook"
15329version = "0.3.18"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15332dependencies = [
15333 "libc",
15334 "signal-hook-registry",
15335]
15336
15337[[package]]
15338name = "signal-hook-registry"
15339version = "1.4.6"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15342dependencies = [
15343 "libc",
15344]
15345
15346[[package]]
15347name = "signature"
15348version = "1.6.4"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15351dependencies = [
15352 "digest",
15353 "rand_core 0.6.4",
15354]
15355
15356[[package]]
15357name = "signature"
15358version = "2.2.0"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15361dependencies = [
15362 "digest",
15363 "rand_core 0.6.4",
15364]
15365
15366[[package]]
15367name = "simd-adler32"
15368version = "0.3.7"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15371
15372[[package]]
15373name = "simd_helpers"
15374version = "0.1.0"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15377dependencies = [
15378 "quote",
15379]
15380
15381[[package]]
15382name = "simdutf8"
15383version = "0.1.5"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15386
15387[[package]]
15388name = "simple_asn1"
15389version = "0.6.3"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15392dependencies = [
15393 "num-bigint",
15394 "num-traits",
15395 "thiserror 2.0.17",
15396 "time",
15397]
15398
15399[[package]]
15400name = "simplecss"
15401version = "0.2.2"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15404dependencies = [
15405 "log",
15406]
15407
15408[[package]]
15409name = "simplelog"
15410version = "0.12.2"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15413dependencies = [
15414 "log",
15415 "termcolor",
15416 "time",
15417]
15418
15419[[package]]
15420name = "siphasher"
15421version = "1.0.1"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15424
15425[[package]]
15426name = "skiplist"
15427version = "0.6.0"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "f354fd282d3177c2951004953e2fdc4cb342fa159bbee8b829852b6a081c8ea1"
15430dependencies = [
15431 "rand 0.9.2",
15432 "thiserror 2.0.17",
15433]
15434
15435[[package]]
15436name = "skrifa"
15437version = "0.37.0"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
15440dependencies = [
15441 "bytemuck",
15442 "read-fonts",
15443]
15444
15445[[package]]
15446name = "slab"
15447version = "0.4.11"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
15450
15451[[package]]
15452name = "slash_commands_example"
15453version = "0.1.0"
15454dependencies = [
15455 "zed_extension_api 0.1.0",
15456]
15457
15458[[package]]
15459name = "slotmap"
15460version = "1.0.7"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
15463dependencies = [
15464 "version_check",
15465]
15466
15467[[package]]
15468name = "smallvec"
15469version = "1.15.1"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
15472dependencies = [
15473 "serde",
15474]
15475
15476[[package]]
15477name = "smart-default"
15478version = "0.7.1"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
15481dependencies = [
15482 "proc-macro2",
15483 "quote",
15484 "syn 2.0.106",
15485]
15486
15487[[package]]
15488name = "smol"
15489version = "2.0.2"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
15492dependencies = [
15493 "async-channel 2.5.0",
15494 "async-executor",
15495 "async-fs",
15496 "async-io",
15497 "async-lock 3.4.1",
15498 "async-net",
15499 "async-process",
15500 "blocking",
15501 "futures-lite 2.6.1",
15502]
15503
15504[[package]]
15505name = "smol_str"
15506version = "0.2.2"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
15509
15510[[package]]
15511name = "snap"
15512version = "1.1.1"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
15515
15516[[package]]
15517name = "snippet"
15518version = "0.1.0"
15519dependencies = [
15520 "anyhow",
15521 "smallvec",
15522]
15523
15524[[package]]
15525name = "snippet_provider"
15526version = "0.1.0"
15527dependencies = [
15528 "anyhow",
15529 "collections",
15530 "extension",
15531 "fs",
15532 "futures 0.3.31",
15533 "gpui",
15534 "indoc",
15535 "parking_lot",
15536 "paths",
15537 "schemars 1.0.4",
15538 "serde",
15539 "serde_json",
15540 "serde_json_lenient",
15541 "snippet",
15542 "util",
15543]
15544
15545[[package]]
15546name = "snippets_ui"
15547version = "0.1.0"
15548dependencies = [
15549 "file_finder",
15550 "file_icons",
15551 "fuzzy",
15552 "gpui",
15553 "language",
15554 "paths",
15555 "picker",
15556 "settings",
15557 "ui",
15558 "util",
15559 "workspace",
15560]
15561
15562[[package]]
15563name = "soa-rs"
15564version = "0.8.1"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "b75ae4668062b095fda87ba54118697bed601f07f6c68bf50289a25ca0c8c935"
15567dependencies = [
15568 "soa-rs-derive",
15569]
15570
15571[[package]]
15572name = "soa-rs-derive"
15573version = "0.8.0"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "9c09121507da587d3434e5929ce3321162f36bd3eff403873cb163c06b176913"
15576dependencies = [
15577 "proc-macro2",
15578 "quote",
15579 "syn 2.0.106",
15580]
15581
15582[[package]]
15583name = "socket2"
15584version = "0.5.10"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
15587dependencies = [
15588 "libc",
15589 "windows-sys 0.52.0",
15590]
15591
15592[[package]]
15593name = "socket2"
15594version = "0.6.1"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
15597dependencies = [
15598 "libc",
15599 "windows-sys 0.60.2",
15600]
15601
15602[[package]]
15603name = "spdx"
15604version = "0.10.9"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
15607dependencies = [
15608 "smallvec",
15609]
15610
15611[[package]]
15612name = "spin"
15613version = "0.9.8"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
15616dependencies = [
15617 "lock_api",
15618]
15619
15620[[package]]
15621name = "spirv"
15622version = "0.3.0+sdk-1.3.268.0"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
15625dependencies = [
15626 "bitflags 2.9.4",
15627]
15628
15629[[package]]
15630name = "spki"
15631version = "0.6.0"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
15634dependencies = [
15635 "base64ct",
15636 "der 0.6.1",
15637]
15638
15639[[package]]
15640name = "spki"
15641version = "0.7.3"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
15644dependencies = [
15645 "base64ct",
15646 "der 0.7.10",
15647]
15648
15649[[package]]
15650name = "sptr"
15651version = "0.3.2"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
15654
15655[[package]]
15656name = "sqlez"
15657version = "0.1.0"
15658dependencies = [
15659 "anyhow",
15660 "collections",
15661 "futures 0.3.31",
15662 "indoc",
15663 "libsqlite3-sys",
15664 "log",
15665 "parking_lot",
15666 "smol",
15667 "sqlformat",
15668 "thread_local",
15669 "util",
15670 "uuid",
15671]
15672
15673[[package]]
15674name = "sqlez_macros"
15675version = "0.1.0"
15676dependencies = [
15677 "sqlez",
15678 "sqlformat",
15679 "syn 2.0.106",
15680]
15681
15682[[package]]
15683name = "sqlformat"
15684version = "0.2.6"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
15687dependencies = [
15688 "nom 7.1.3",
15689 "unicode_categories",
15690]
15691
15692[[package]]
15693name = "sqlparser"
15694version = "0.53.0"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
15697dependencies = [
15698 "log",
15699]
15700
15701[[package]]
15702name = "sqlx"
15703version = "0.8.6"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
15706dependencies = [
15707 "sqlx-core",
15708 "sqlx-macros",
15709 "sqlx-mysql",
15710 "sqlx-postgres",
15711 "sqlx-sqlite",
15712]
15713
15714[[package]]
15715name = "sqlx-core"
15716version = "0.8.6"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
15719dependencies = [
15720 "base64 0.22.1",
15721 "bigdecimal",
15722 "bytes 1.10.1",
15723 "chrono",
15724 "crc",
15725 "crossbeam-queue",
15726 "either",
15727 "event-listener 5.4.1",
15728 "futures-core",
15729 "futures-intrusive",
15730 "futures-io",
15731 "futures-util",
15732 "hashbrown 0.15.5",
15733 "hashlink 0.10.0",
15734 "indexmap 2.11.4",
15735 "log",
15736 "memchr",
15737 "once_cell",
15738 "percent-encoding",
15739 "rust_decimal",
15740 "rustls 0.23.33",
15741 "serde",
15742 "serde_json",
15743 "sha2",
15744 "smallvec",
15745 "thiserror 2.0.17",
15746 "time",
15747 "tokio",
15748 "tokio-stream",
15749 "tracing",
15750 "url",
15751 "uuid",
15752 "webpki-roots",
15753]
15754
15755[[package]]
15756name = "sqlx-macros"
15757version = "0.8.6"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
15760dependencies = [
15761 "proc-macro2",
15762 "quote",
15763 "sqlx-core",
15764 "sqlx-macros-core",
15765 "syn 2.0.106",
15766]
15767
15768[[package]]
15769name = "sqlx-macros-core"
15770version = "0.8.6"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
15773dependencies = [
15774 "dotenvy",
15775 "either",
15776 "heck 0.5.0",
15777 "hex",
15778 "once_cell",
15779 "proc-macro2",
15780 "quote",
15781 "serde",
15782 "serde_json",
15783 "sha2",
15784 "sqlx-core",
15785 "sqlx-mysql",
15786 "sqlx-postgres",
15787 "sqlx-sqlite",
15788 "syn 2.0.106",
15789 "tokio",
15790 "url",
15791]
15792
15793[[package]]
15794name = "sqlx-mysql"
15795version = "0.8.6"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
15798dependencies = [
15799 "atoi",
15800 "base64 0.22.1",
15801 "bigdecimal",
15802 "bitflags 2.9.4",
15803 "byteorder",
15804 "bytes 1.10.1",
15805 "chrono",
15806 "crc",
15807 "digest",
15808 "dotenvy",
15809 "either",
15810 "futures-channel",
15811 "futures-core",
15812 "futures-io",
15813 "futures-util",
15814 "generic-array",
15815 "hex",
15816 "hkdf",
15817 "hmac",
15818 "itoa",
15819 "log",
15820 "md-5",
15821 "memchr",
15822 "once_cell",
15823 "percent-encoding",
15824 "rand 0.8.5",
15825 "rsa",
15826 "rust_decimal",
15827 "serde",
15828 "sha1",
15829 "sha2",
15830 "smallvec",
15831 "sqlx-core",
15832 "stringprep",
15833 "thiserror 2.0.17",
15834 "time",
15835 "tracing",
15836 "uuid",
15837 "whoami",
15838]
15839
15840[[package]]
15841name = "sqlx-postgres"
15842version = "0.8.6"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
15845dependencies = [
15846 "atoi",
15847 "base64 0.22.1",
15848 "bigdecimal",
15849 "bitflags 2.9.4",
15850 "byteorder",
15851 "chrono",
15852 "crc",
15853 "dotenvy",
15854 "etcetera",
15855 "futures-channel",
15856 "futures-core",
15857 "futures-util",
15858 "hex",
15859 "hkdf",
15860 "hmac",
15861 "home",
15862 "itoa",
15863 "log",
15864 "md-5",
15865 "memchr",
15866 "num-bigint",
15867 "once_cell",
15868 "rand 0.8.5",
15869 "rust_decimal",
15870 "serde",
15871 "serde_json",
15872 "sha2",
15873 "smallvec",
15874 "sqlx-core",
15875 "stringprep",
15876 "thiserror 2.0.17",
15877 "time",
15878 "tracing",
15879 "uuid",
15880 "whoami",
15881]
15882
15883[[package]]
15884name = "sqlx-sqlite"
15885version = "0.8.6"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
15888dependencies = [
15889 "atoi",
15890 "chrono",
15891 "flume",
15892 "futures-channel",
15893 "futures-core",
15894 "futures-executor",
15895 "futures-intrusive",
15896 "futures-util",
15897 "libsqlite3-sys",
15898 "log",
15899 "percent-encoding",
15900 "serde",
15901 "serde_urlencoded",
15902 "sqlx-core",
15903 "thiserror 2.0.17",
15904 "time",
15905 "tracing",
15906 "url",
15907 "uuid",
15908]
15909
15910[[package]]
15911name = "stable_deref_trait"
15912version = "1.2.1"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
15915
15916[[package]]
15917name = "stacker"
15918version = "0.1.22"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
15921dependencies = [
15922 "cc",
15923 "cfg-if",
15924 "libc",
15925 "psm",
15926 "windows-sys 0.59.0",
15927]
15928
15929[[package]]
15930name = "stacksafe"
15931version = "0.1.4"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15934dependencies = [
15935 "stacker",
15936 "stacksafe-macro",
15937]
15938
15939[[package]]
15940name = "stacksafe-macro"
15941version = "0.1.4"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15944dependencies = [
15945 "proc-macro-error2",
15946 "quote",
15947 "syn 2.0.106",
15948]
15949
15950[[package]]
15951name = "static_assertions"
15952version = "1.1.0"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15955
15956[[package]]
15957name = "stop-words"
15958version = "0.9.0"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
15961dependencies = [
15962 "serde_json",
15963]
15964
15965[[package]]
15966name = "story"
15967version = "0.1.0"
15968dependencies = [
15969 "gpui",
15970 "itertools 0.14.0",
15971 "smallvec",
15972]
15973
15974[[package]]
15975name = "storybook"
15976version = "0.1.0"
15977dependencies = [
15978 "anyhow",
15979 "clap",
15980 "collab_ui",
15981 "ctrlc",
15982 "dialoguer",
15983 "editor",
15984 "fuzzy",
15985 "gpui",
15986 "indoc",
15987 "language",
15988 "log",
15989 "menu",
15990 "picker",
15991 "project",
15992 "reqwest_client",
15993 "rust-embed",
15994 "settings",
15995 "simplelog",
15996 "story",
15997 "strum 0.27.2",
15998 "theme",
15999 "title_bar",
16000 "ui",
16001 "workspace",
16002]
16003
16004[[package]]
16005name = "streaming-decompression"
16006version = "0.1.2"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
16009dependencies = [
16010 "fallible-streaming-iterator",
16011]
16012
16013[[package]]
16014name = "streaming-iterator"
16015version = "0.1.9"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16018
16019[[package]]
16020name = "streaming_diff"
16021version = "0.1.0"
16022dependencies = [
16023 "ordered-float 2.10.1",
16024 "rand 0.9.2",
16025 "rope",
16026 "util",
16027]
16028
16029[[package]]
16030name = "strength_reduce"
16031version = "0.2.4"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16034
16035[[package]]
16036name = "strict-num"
16037version = "0.1.1"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16040dependencies = [
16041 "float-cmp",
16042]
16043
16044[[package]]
16045name = "string_cache"
16046version = "0.8.9"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16049dependencies = [
16050 "new_debug_unreachable",
16051 "parking_lot",
16052 "phf_shared 0.11.3",
16053 "precomputed-hash",
16054 "serde",
16055]
16056
16057[[package]]
16058name = "string_cache_codegen"
16059version = "0.5.4"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16062dependencies = [
16063 "phf_generator 0.11.3",
16064 "phf_shared 0.11.3",
16065 "proc-macro2",
16066 "quote",
16067]
16068
16069[[package]]
16070name = "stringprep"
16071version = "0.1.5"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16074dependencies = [
16075 "unicode-bidi",
16076 "unicode-normalization",
16077 "unicode-properties",
16078]
16079
16080[[package]]
16081name = "strsim"
16082version = "0.11.1"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16085
16086[[package]]
16087name = "strum"
16088version = "0.26.3"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16091dependencies = [
16092 "strum_macros 0.26.4",
16093]
16094
16095[[package]]
16096name = "strum"
16097version = "0.27.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16100dependencies = [
16101 "strum_macros 0.27.2",
16102]
16103
16104[[package]]
16105name = "strum_macros"
16106version = "0.26.4"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
16109dependencies = [
16110 "heck 0.5.0",
16111 "proc-macro2",
16112 "quote",
16113 "rustversion",
16114 "syn 2.0.106",
16115]
16116
16117[[package]]
16118name = "strum_macros"
16119version = "0.27.2"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16122dependencies = [
16123 "heck 0.5.0",
16124 "proc-macro2",
16125 "quote",
16126 "syn 2.0.106",
16127]
16128
16129[[package]]
16130name = "subtle"
16131version = "2.6.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16134
16135[[package]]
16136name = "sum_tree"
16137version = "0.1.0"
16138dependencies = [
16139 "arrayvec",
16140 "ctor",
16141 "log",
16142 "rand 0.9.2",
16143 "rayon",
16144 "zlog",
16145]
16146
16147[[package]]
16148name = "supermaven"
16149version = "0.1.0"
16150dependencies = [
16151 "anyhow",
16152 "client",
16153 "collections",
16154 "edit_prediction",
16155 "editor",
16156 "env_logger 0.11.8",
16157 "futures 0.3.31",
16158 "gpui",
16159 "http_client",
16160 "language",
16161 "log",
16162 "postage",
16163 "project",
16164 "serde",
16165 "serde_json",
16166 "settings",
16167 "smol",
16168 "supermaven_api",
16169 "text",
16170 "theme",
16171 "ui",
16172 "unicode-segmentation",
16173 "util",
16174]
16175
16176[[package]]
16177name = "supermaven_api"
16178version = "0.1.0"
16179dependencies = [
16180 "anyhow",
16181 "futures 0.3.31",
16182 "http_client",
16183 "paths",
16184 "serde",
16185 "serde_json",
16186 "smol",
16187 "util",
16188]
16189
16190[[package]]
16191name = "sval"
16192version = "2.15.0"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16195
16196[[package]]
16197name = "sval_buffer"
16198version = "2.15.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16201dependencies = [
16202 "sval",
16203 "sval_ref",
16204]
16205
16206[[package]]
16207name = "sval_dynamic"
16208version = "2.15.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16211dependencies = [
16212 "sval",
16213]
16214
16215[[package]]
16216name = "sval_fmt"
16217version = "2.15.0"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16220dependencies = [
16221 "itoa",
16222 "ryu",
16223 "sval",
16224]
16225
16226[[package]]
16227name = "sval_json"
16228version = "2.15.0"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16231dependencies = [
16232 "itoa",
16233 "ryu",
16234 "sval",
16235]
16236
16237[[package]]
16238name = "sval_nested"
16239version = "2.15.0"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16242dependencies = [
16243 "sval",
16244 "sval_buffer",
16245 "sval_ref",
16246]
16247
16248[[package]]
16249name = "sval_ref"
16250version = "2.15.0"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16253dependencies = [
16254 "sval",
16255]
16256
16257[[package]]
16258name = "sval_serde"
16259version = "2.15.0"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16262dependencies = [
16263 "serde_core",
16264 "sval",
16265 "sval_nested",
16266]
16267
16268[[package]]
16269name = "svg_fmt"
16270version = "0.4.5"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16273
16274[[package]]
16275name = "svg_preview"
16276version = "0.1.0"
16277dependencies = [
16278 "editor",
16279 "file_icons",
16280 "gpui",
16281 "multi_buffer",
16282 "ui",
16283 "workspace",
16284]
16285
16286[[package]]
16287name = "svgtypes"
16288version = "0.15.3"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16291dependencies = [
16292 "kurbo",
16293 "siphasher",
16294]
16295
16296[[package]]
16297name = "swash"
16298version = "0.2.6"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16301dependencies = [
16302 "skrifa",
16303 "yazi",
16304 "zeno",
16305]
16306
16307[[package]]
16308name = "symphonia"
16309version = "0.5.5"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16312dependencies = [
16313 "lazy_static",
16314 "symphonia-bundle-flac",
16315 "symphonia-bundle-mp3",
16316 "symphonia-codec-aac",
16317 "symphonia-codec-pcm",
16318 "symphonia-codec-vorbis",
16319 "symphonia-core",
16320 "symphonia-format-isomp4",
16321 "symphonia-format-ogg",
16322 "symphonia-format-riff",
16323 "symphonia-metadata",
16324]
16325
16326[[package]]
16327name = "symphonia-bundle-flac"
16328version = "0.5.5"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16331dependencies = [
16332 "log",
16333 "symphonia-core",
16334 "symphonia-metadata",
16335 "symphonia-utils-xiph",
16336]
16337
16338[[package]]
16339name = "symphonia-bundle-mp3"
16340version = "0.5.5"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16343dependencies = [
16344 "lazy_static",
16345 "log",
16346 "symphonia-core",
16347 "symphonia-metadata",
16348]
16349
16350[[package]]
16351name = "symphonia-codec-aac"
16352version = "0.5.5"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16355dependencies = [
16356 "lazy_static",
16357 "log",
16358 "symphonia-core",
16359]
16360
16361[[package]]
16362name = "symphonia-codec-pcm"
16363version = "0.5.5"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16366dependencies = [
16367 "log",
16368 "symphonia-core",
16369]
16370
16371[[package]]
16372name = "symphonia-codec-vorbis"
16373version = "0.5.5"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16376dependencies = [
16377 "log",
16378 "symphonia-core",
16379 "symphonia-utils-xiph",
16380]
16381
16382[[package]]
16383name = "symphonia-core"
16384version = "0.5.5"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16387dependencies = [
16388 "arrayvec",
16389 "bitflags 1.3.2",
16390 "bytemuck",
16391 "lazy_static",
16392 "log",
16393]
16394
16395[[package]]
16396name = "symphonia-format-isomp4"
16397version = "0.5.5"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16400dependencies = [
16401 "encoding_rs",
16402 "log",
16403 "symphonia-core",
16404 "symphonia-metadata",
16405 "symphonia-utils-xiph",
16406]
16407
16408[[package]]
16409name = "symphonia-format-ogg"
16410version = "0.5.5"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16413dependencies = [
16414 "log",
16415 "symphonia-core",
16416 "symphonia-metadata",
16417 "symphonia-utils-xiph",
16418]
16419
16420[[package]]
16421name = "symphonia-format-riff"
16422version = "0.5.5"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16425dependencies = [
16426 "extended",
16427 "log",
16428 "symphonia-core",
16429 "symphonia-metadata",
16430]
16431
16432[[package]]
16433name = "symphonia-metadata"
16434version = "0.5.5"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16437dependencies = [
16438 "encoding_rs",
16439 "lazy_static",
16440 "log",
16441 "symphonia-core",
16442]
16443
16444[[package]]
16445name = "symphonia-utils-xiph"
16446version = "0.5.5"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16449dependencies = [
16450 "symphonia-core",
16451 "symphonia-metadata",
16452]
16453
16454[[package]]
16455name = "syn"
16456version = "1.0.109"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16459dependencies = [
16460 "proc-macro2",
16461 "quote",
16462 "unicode-ident",
16463]
16464
16465[[package]]
16466name = "syn"
16467version = "2.0.106"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
16470dependencies = [
16471 "proc-macro2",
16472 "quote",
16473 "unicode-ident",
16474]
16475
16476[[package]]
16477name = "sync_wrapper"
16478version = "0.1.2"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16481
16482[[package]]
16483name = "sync_wrapper"
16484version = "1.0.2"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16487dependencies = [
16488 "futures-core",
16489]
16490
16491[[package]]
16492name = "synchronoise"
16493version = "1.0.1"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16496dependencies = [
16497 "crossbeam-queue",
16498]
16499
16500[[package]]
16501name = "synstructure"
16502version = "0.13.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16505dependencies = [
16506 "proc-macro2",
16507 "quote",
16508 "syn 2.0.106",
16509]
16510
16511[[package]]
16512name = "sys-locale"
16513version = "0.3.2"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
16516dependencies = [
16517 "libc",
16518]
16519
16520[[package]]
16521name = "sysctl"
16522version = "0.5.5"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
16525dependencies = [
16526 "bitflags 2.9.4",
16527 "byteorder",
16528 "enum-as-inner",
16529 "libc",
16530 "thiserror 1.0.69",
16531 "walkdir",
16532]
16533
16534[[package]]
16535name = "sysctl"
16536version = "0.6.0"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
16539dependencies = [
16540 "bitflags 2.9.4",
16541 "byteorder",
16542 "enum-as-inner",
16543 "libc",
16544 "thiserror 1.0.69",
16545 "walkdir",
16546]
16547
16548[[package]]
16549name = "sysinfo"
16550version = "0.31.4"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
16553dependencies = [
16554 "core-foundation-sys",
16555 "libc",
16556 "memchr",
16557 "ntapi",
16558 "rayon",
16559 "windows 0.57.0",
16560]
16561
16562[[package]]
16563name = "sysinfo"
16564version = "0.37.2"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
16567dependencies = [
16568 "libc",
16569 "memchr",
16570 "ntapi",
16571 "objc2-core-foundation",
16572 "objc2-io-kit",
16573 "windows 0.61.3",
16574]
16575
16576[[package]]
16577name = "system-configuration"
16578version = "0.5.1"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
16581dependencies = [
16582 "bitflags 1.3.2",
16583 "core-foundation 0.9.4",
16584 "system-configuration-sys 0.5.0",
16585]
16586
16587[[package]]
16588name = "system-configuration"
16589version = "0.6.1"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
16592dependencies = [
16593 "bitflags 2.9.4",
16594 "core-foundation 0.9.4",
16595 "system-configuration-sys 0.6.0",
16596]
16597
16598[[package]]
16599name = "system-configuration-sys"
16600version = "0.5.0"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
16603dependencies = [
16604 "core-foundation-sys",
16605 "libc",
16606]
16607
16608[[package]]
16609name = "system-configuration-sys"
16610version = "0.6.0"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
16613dependencies = [
16614 "core-foundation-sys",
16615 "libc",
16616]
16617
16618[[package]]
16619name = "system-deps"
16620version = "6.2.2"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
16623dependencies = [
16624 "cfg-expr",
16625 "heck 0.5.0",
16626 "pkg-config",
16627 "toml 0.8.23",
16628 "version-compare",
16629]
16630
16631[[package]]
16632name = "system-interface"
16633version = "0.27.3"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
16636dependencies = [
16637 "bitflags 2.9.4",
16638 "cap-fs-ext",
16639 "cap-std",
16640 "fd-lock",
16641 "io-lifetimes",
16642 "rustix 0.38.44",
16643 "windows-sys 0.59.0",
16644 "winx",
16645]
16646
16647[[package]]
16648name = "system_specs"
16649version = "0.1.0"
16650dependencies = [
16651 "anyhow",
16652 "client",
16653 "gpui",
16654 "human_bytes",
16655 "pciid-parser",
16656 "release_channel",
16657 "serde",
16658 "sysinfo 0.37.2",
16659]
16660
16661[[package]]
16662name = "tab_switcher"
16663version = "0.1.0"
16664dependencies = [
16665 "anyhow",
16666 "collections",
16667 "ctor",
16668 "editor",
16669 "fuzzy",
16670 "gpui",
16671 "language",
16672 "menu",
16673 "picker",
16674 "project",
16675 "schemars 1.0.4",
16676 "serde",
16677 "serde_json",
16678 "settings",
16679 "smol",
16680 "theme",
16681 "ui",
16682 "util",
16683 "workspace",
16684 "zlog",
16685]
16686
16687[[package]]
16688name = "taffy"
16689version = "0.9.0"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
16692dependencies = [
16693 "arrayvec",
16694 "grid",
16695 "serde",
16696 "slotmap",
16697]
16698
16699[[package]]
16700name = "tagptr"
16701version = "0.2.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
16704
16705[[package]]
16706name = "take-until"
16707version = "0.2.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16710
16711[[package]]
16712name = "tao-core-video-sys"
16713version = "0.2.0"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16716dependencies = [
16717 "cfg-if",
16718 "core-foundation-sys",
16719 "libc",
16720 "objc",
16721]
16722
16723[[package]]
16724name = "tap"
16725version = "1.0.1"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16728
16729[[package]]
16730name = "target-lexicon"
16731version = "0.12.16"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16734
16735[[package]]
16736name = "target-lexicon"
16737version = "0.13.3"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
16740
16741[[package]]
16742name = "task"
16743version = "0.1.0"
16744dependencies = [
16745 "anyhow",
16746 "collections",
16747 "futures 0.3.31",
16748 "gpui",
16749 "hex",
16750 "log",
16751 "parking_lot",
16752 "pretty_assertions",
16753 "proto",
16754 "schemars 1.0.4",
16755 "serde",
16756 "serde_json",
16757 "serde_json_lenient",
16758 "sha2",
16759 "shellexpand 2.1.2",
16760 "util",
16761 "zed_actions",
16762]
16763
16764[[package]]
16765name = "tasks_ui"
16766version = "0.1.0"
16767dependencies = [
16768 "anyhow",
16769 "collections",
16770 "editor",
16771 "file_icons",
16772 "fuzzy",
16773 "gpui",
16774 "itertools 0.14.0",
16775 "language",
16776 "menu",
16777 "picker",
16778 "project",
16779 "serde",
16780 "serde_json",
16781 "task",
16782 "tree-sitter-rust",
16783 "tree-sitter-typescript",
16784 "ui",
16785 "util",
16786 "workspace",
16787 "zed_actions",
16788]
16789
16790[[package]]
16791name = "telemetry"
16792version = "0.1.0"
16793dependencies = [
16794 "futures 0.3.31",
16795 "serde",
16796 "serde_json",
16797 "telemetry_events",
16798]
16799
16800[[package]]
16801name = "telemetry_events"
16802version = "0.1.0"
16803dependencies = [
16804 "semantic_version",
16805 "serde",
16806 "serde_json",
16807]
16808
16809[[package]]
16810name = "tempfile"
16811version = "3.23.0"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
16814dependencies = [
16815 "fastrand 2.3.0",
16816 "getrandom 0.3.4",
16817 "once_cell",
16818 "rustix 1.1.2",
16819 "windows-sys 0.59.0",
16820]
16821
16822[[package]]
16823name = "tendril"
16824version = "0.4.3"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16827dependencies = [
16828 "futf",
16829 "mac",
16830 "utf-8",
16831]
16832
16833[[package]]
16834name = "termcolor"
16835version = "1.4.1"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16838dependencies = [
16839 "winapi-util",
16840]
16841
16842[[package]]
16843name = "terminal"
16844version = "0.1.0"
16845dependencies = [
16846 "alacritty_terminal",
16847 "anyhow",
16848 "collections",
16849 "futures 0.3.31",
16850 "gpui",
16851 "itertools 0.14.0",
16852 "libc",
16853 "log",
16854 "rand 0.9.2",
16855 "regex",
16856 "release_channel",
16857 "schemars 1.0.4",
16858 "serde",
16859 "settings",
16860 "smol",
16861 "sysinfo 0.37.2",
16862 "task",
16863 "theme",
16864 "thiserror 2.0.17",
16865 "url",
16866 "urlencoding",
16867 "util",
16868 "windows 0.61.3",
16869]
16870
16871[[package]]
16872name = "terminal_size"
16873version = "0.4.3"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
16876dependencies = [
16877 "rustix 1.1.2",
16878 "windows-sys 0.60.2",
16879]
16880
16881[[package]]
16882name = "terminal_view"
16883version = "0.1.0"
16884dependencies = [
16885 "anyhow",
16886 "assistant_slash_command",
16887 "async-recursion",
16888 "breadcrumbs",
16889 "client",
16890 "collections",
16891 "db",
16892 "dirs 4.0.0",
16893 "editor",
16894 "futures 0.3.31",
16895 "gpui",
16896 "itertools 0.14.0",
16897 "language",
16898 "log",
16899 "pretty_assertions",
16900 "project",
16901 "rand 0.9.2",
16902 "regex",
16903 "schemars 1.0.4",
16904 "search",
16905 "serde",
16906 "serde_json",
16907 "settings",
16908 "shellexpand 2.1.2",
16909 "smol",
16910 "task",
16911 "terminal",
16912 "theme",
16913 "ui",
16914 "util",
16915 "workspace",
16916 "zed_actions",
16917]
16918
16919[[package]]
16920name = "text"
16921version = "0.1.0"
16922dependencies = [
16923 "anyhow",
16924 "clock",
16925 "collections",
16926 "ctor",
16927 "gpui",
16928 "http_client",
16929 "log",
16930 "parking_lot",
16931 "postage",
16932 "rand 0.9.2",
16933 "regex",
16934 "rope",
16935 "smallvec",
16936 "sum_tree",
16937 "util",
16938 "zlog",
16939]
16940
16941[[package]]
16942name = "theme"
16943version = "0.1.0"
16944dependencies = [
16945 "anyhow",
16946 "collections",
16947 "derive_more",
16948 "fs",
16949 "futures 0.3.31",
16950 "gpui",
16951 "log",
16952 "palette",
16953 "parking_lot",
16954 "refineable",
16955 "schemars 1.0.4",
16956 "serde",
16957 "serde_json",
16958 "serde_json_lenient",
16959 "settings",
16960 "strum 0.27.2",
16961 "thiserror 2.0.17",
16962 "util",
16963 "uuid",
16964]
16965
16966[[package]]
16967name = "theme_extension"
16968version = "0.1.0"
16969dependencies = [
16970 "anyhow",
16971 "extension",
16972 "fs",
16973 "gpui",
16974 "theme",
16975]
16976
16977[[package]]
16978name = "theme_importer"
16979version = "0.1.0"
16980dependencies = [
16981 "anyhow",
16982 "clap",
16983 "collections",
16984 "gpui",
16985 "indexmap 2.11.4",
16986 "log",
16987 "palette",
16988 "serde",
16989 "serde_json",
16990 "serde_json_lenient",
16991 "simplelog",
16992 "strum 0.27.2",
16993 "theme",
16994 "vscode_theme",
16995]
16996
16997[[package]]
16998name = "theme_selector"
16999version = "0.1.0"
17000dependencies = [
17001 "fs",
17002 "fuzzy",
17003 "gpui",
17004 "log",
17005 "picker",
17006 "serde",
17007 "settings",
17008 "telemetry",
17009 "theme",
17010 "ui",
17011 "util",
17012 "workspace",
17013 "zed_actions",
17014]
17015
17016[[package]]
17017name = "thiserror"
17018version = "1.0.69"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17021dependencies = [
17022 "thiserror-impl 1.0.69",
17023]
17024
17025[[package]]
17026name = "thiserror"
17027version = "2.0.17"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17030dependencies = [
17031 "thiserror-impl 2.0.17",
17032]
17033
17034[[package]]
17035name = "thiserror-impl"
17036version = "1.0.69"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17039dependencies = [
17040 "proc-macro2",
17041 "quote",
17042 "syn 2.0.106",
17043]
17044
17045[[package]]
17046name = "thiserror-impl"
17047version = "2.0.17"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17050dependencies = [
17051 "proc-macro2",
17052 "quote",
17053 "syn 2.0.106",
17054]
17055
17056[[package]]
17057name = "thread_local"
17058version = "1.1.9"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17061dependencies = [
17062 "cfg-if",
17063]
17064
17065[[package]]
17066name = "tiff"
17067version = "0.10.3"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17070dependencies = [
17071 "fax",
17072 "flate2",
17073 "half",
17074 "quick-error",
17075 "weezl",
17076 "zune-jpeg",
17077]
17078
17079[[package]]
17080name = "tiktoken-rs"
17081version = "0.8.0"
17082source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
17083dependencies = [
17084 "anyhow",
17085 "base64 0.22.1",
17086 "bstr",
17087 "fancy-regex 0.13.0",
17088 "lazy_static",
17089 "regex",
17090 "rustc-hash 1.1.0",
17091]
17092
17093[[package]]
17094name = "time"
17095version = "0.3.44"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
17098dependencies = [
17099 "deranged",
17100 "itoa",
17101 "libc",
17102 "num-conv",
17103 "num_threads",
17104 "powerfmt",
17105 "serde",
17106 "time-core",
17107 "time-macros",
17108]
17109
17110[[package]]
17111name = "time-core"
17112version = "0.1.6"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
17115
17116[[package]]
17117name = "time-macros"
17118version = "0.2.24"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
17121dependencies = [
17122 "num-conv",
17123 "time-core",
17124]
17125
17126[[package]]
17127name = "time_format"
17128version = "0.1.0"
17129dependencies = [
17130 "core-foundation 0.10.0",
17131 "core-foundation-sys",
17132 "sys-locale",
17133 "time",
17134]
17135
17136[[package]]
17137name = "tiny-keccak"
17138version = "2.0.2"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17141dependencies = [
17142 "crunchy",
17143]
17144
17145[[package]]
17146name = "tiny-skia"
17147version = "0.11.4"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17150dependencies = [
17151 "arrayref",
17152 "arrayvec",
17153 "bytemuck",
17154 "cfg-if",
17155 "log",
17156 "png 0.17.16",
17157 "tiny-skia-path",
17158]
17159
17160[[package]]
17161name = "tiny-skia-path"
17162version = "0.11.4"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17165dependencies = [
17166 "arrayref",
17167 "bytemuck",
17168 "strict-num",
17169]
17170
17171[[package]]
17172name = "tiny_http"
17173version = "0.8.2"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17176dependencies = [
17177 "ascii",
17178 "chrono",
17179 "chunked_transfer",
17180 "log",
17181 "url",
17182]
17183
17184[[package]]
17185name = "tinystr"
17186version = "0.8.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17189dependencies = [
17190 "displaydoc",
17191 "zerovec",
17192]
17193
17194[[package]]
17195name = "tinytemplate"
17196version = "1.2.1"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17199dependencies = [
17200 "serde",
17201 "serde_json",
17202]
17203
17204[[package]]
17205name = "tinyvec"
17206version = "1.10.0"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17209dependencies = [
17210 "tinyvec_macros",
17211]
17212
17213[[package]]
17214name = "tinyvec_macros"
17215version = "0.1.1"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17218
17219[[package]]
17220name = "title_bar"
17221version = "0.1.0"
17222dependencies = [
17223 "anyhow",
17224 "auto_update",
17225 "call",
17226 "chrono",
17227 "client",
17228 "cloud_llm_client",
17229 "collections",
17230 "db",
17231 "gpui",
17232 "http_client",
17233 "notifications",
17234 "pretty_assertions",
17235 "project",
17236 "remote",
17237 "rpc",
17238 "schemars 1.0.4",
17239 "serde",
17240 "settings",
17241 "smallvec",
17242 "story",
17243 "telemetry",
17244 "theme",
17245 "tree-sitter-md",
17246 "ui",
17247 "util",
17248 "windows 0.61.3",
17249 "workspace",
17250 "zed_actions",
17251]
17252
17253[[package]]
17254name = "tokio"
17255version = "1.48.0"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17258dependencies = [
17259 "bytes 1.10.1",
17260 "libc",
17261 "mio 1.1.0",
17262 "parking_lot",
17263 "pin-project-lite",
17264 "signal-hook-registry",
17265 "socket2 0.6.1",
17266 "tokio-macros",
17267 "windows-sys 0.61.2",
17268]
17269
17270[[package]]
17271name = "tokio-io"
17272version = "0.1.13"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17275dependencies = [
17276 "bytes 0.4.12",
17277 "futures 0.1.31",
17278 "log",
17279]
17280
17281[[package]]
17282name = "tokio-macros"
17283version = "2.6.0"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17286dependencies = [
17287 "proc-macro2",
17288 "quote",
17289 "syn 2.0.106",
17290]
17291
17292[[package]]
17293name = "tokio-native-tls"
17294version = "0.3.1"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17297dependencies = [
17298 "native-tls",
17299 "tokio",
17300]
17301
17302[[package]]
17303name = "tokio-rustls"
17304version = "0.24.1"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17307dependencies = [
17308 "rustls 0.21.12",
17309 "tokio",
17310]
17311
17312[[package]]
17313name = "tokio-rustls"
17314version = "0.26.2"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17317dependencies = [
17318 "rustls 0.23.33",
17319 "tokio",
17320]
17321
17322[[package]]
17323name = "tokio-socks"
17324version = "0.5.2"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17327dependencies = [
17328 "either",
17329 "futures-io",
17330 "futures-util",
17331 "thiserror 1.0.69",
17332 "tokio",
17333]
17334
17335[[package]]
17336name = "tokio-stream"
17337version = "0.1.17"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17340dependencies = [
17341 "futures-core",
17342 "pin-project-lite",
17343 "tokio",
17344]
17345
17346[[package]]
17347name = "tokio-tungstenite"
17348version = "0.20.1"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17351dependencies = [
17352 "futures-util",
17353 "log",
17354 "tokio",
17355 "tungstenite 0.20.1",
17356]
17357
17358[[package]]
17359name = "tokio-tungstenite"
17360version = "0.21.0"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17363dependencies = [
17364 "futures-util",
17365 "log",
17366 "tokio",
17367 "tungstenite 0.21.0",
17368]
17369
17370[[package]]
17371name = "tokio-tungstenite"
17372version = "0.26.2"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
17375dependencies = [
17376 "futures-util",
17377 "log",
17378 "rustls 0.23.33",
17379 "rustls-pki-types",
17380 "tokio",
17381 "tokio-rustls 0.26.2",
17382 "tungstenite 0.26.2",
17383]
17384
17385[[package]]
17386name = "tokio-util"
17387version = "0.7.16"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17390dependencies = [
17391 "bytes 1.10.1",
17392 "futures-core",
17393 "futures-io",
17394 "futures-sink",
17395 "futures-util",
17396 "pin-project-lite",
17397 "tokio",
17398]
17399
17400[[package]]
17401name = "toml"
17402version = "0.5.11"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17405dependencies = [
17406 "serde",
17407]
17408
17409[[package]]
17410name = "toml"
17411version = "0.8.23"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17414dependencies = [
17415 "serde",
17416 "serde_spanned 0.6.9",
17417 "toml_datetime 0.6.11",
17418 "toml_edit 0.22.27",
17419]
17420
17421[[package]]
17422name = "toml"
17423version = "0.9.8"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17426dependencies = [
17427 "indexmap 2.11.4",
17428 "serde_core",
17429 "serde_spanned 1.0.3",
17430 "toml_datetime 0.7.3",
17431 "toml_parser",
17432 "toml_writer",
17433 "winnow",
17434]
17435
17436[[package]]
17437name = "toml_datetime"
17438version = "0.6.11"
17439source = "registry+https://github.com/rust-lang/crates.io-index"
17440checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17441dependencies = [
17442 "serde",
17443]
17444
17445[[package]]
17446name = "toml_datetime"
17447version = "0.7.3"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17450dependencies = [
17451 "serde_core",
17452]
17453
17454[[package]]
17455name = "toml_edit"
17456version = "0.22.27"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17459dependencies = [
17460 "indexmap 2.11.4",
17461 "serde",
17462 "serde_spanned 0.6.9",
17463 "toml_datetime 0.6.11",
17464 "toml_write",
17465 "winnow",
17466]
17467
17468[[package]]
17469name = "toml_edit"
17470version = "0.23.7"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
17473dependencies = [
17474 "indexmap 2.11.4",
17475 "toml_datetime 0.7.3",
17476 "toml_parser",
17477 "winnow",
17478]
17479
17480[[package]]
17481name = "toml_parser"
17482version = "1.0.4"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
17485dependencies = [
17486 "winnow",
17487]
17488
17489[[package]]
17490name = "toml_write"
17491version = "0.1.2"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
17494
17495[[package]]
17496name = "toml_writer"
17497version = "1.0.4"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
17500
17501[[package]]
17502name = "toolchain_selector"
17503version = "0.1.0"
17504dependencies = [
17505 "anyhow",
17506 "convert_case 0.8.0",
17507 "editor",
17508 "file_finder",
17509 "futures 0.3.31",
17510 "fuzzy",
17511 "gpui",
17512 "language",
17513 "menu",
17514 "picker",
17515 "project",
17516 "ui",
17517 "util",
17518 "workspace",
17519]
17520
17521[[package]]
17522name = "topological-sort"
17523version = "0.2.2"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
17526
17527[[package]]
17528name = "tower"
17529version = "0.4.13"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
17532dependencies = [
17533 "futures-core",
17534 "futures-util",
17535 "pin-project",
17536 "pin-project-lite",
17537 "tokio",
17538 "tower-layer",
17539 "tower-service",
17540 "tracing",
17541]
17542
17543[[package]]
17544name = "tower"
17545version = "0.5.2"
17546source = "registry+https://github.com/rust-lang/crates.io-index"
17547checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
17548dependencies = [
17549 "futures-core",
17550 "futures-util",
17551 "pin-project-lite",
17552 "sync_wrapper 1.0.2",
17553 "tokio",
17554 "tower-layer",
17555 "tower-service",
17556]
17557
17558[[package]]
17559name = "tower-http"
17560version = "0.3.5"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
17563dependencies = [
17564 "bitflags 1.3.2",
17565 "bytes 1.10.1",
17566 "futures-core",
17567 "futures-util",
17568 "http 0.2.12",
17569 "http-body 0.4.6",
17570 "http-range-header",
17571 "pin-project-lite",
17572 "tower-layer",
17573 "tower-service",
17574]
17575
17576[[package]]
17577name = "tower-http"
17578version = "0.4.4"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
17581dependencies = [
17582 "bitflags 2.9.4",
17583 "bytes 1.10.1",
17584 "futures-core",
17585 "futures-util",
17586 "http 0.2.12",
17587 "http-body 0.4.6",
17588 "http-range-header",
17589 "pin-project-lite",
17590 "tower-layer",
17591 "tower-service",
17592 "tracing",
17593]
17594
17595[[package]]
17596name = "tower-http"
17597version = "0.6.6"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
17600dependencies = [
17601 "bitflags 2.9.4",
17602 "bytes 1.10.1",
17603 "futures-util",
17604 "http 1.3.1",
17605 "http-body 1.0.1",
17606 "iri-string",
17607 "pin-project-lite",
17608 "tower 0.5.2",
17609 "tower-layer",
17610 "tower-service",
17611]
17612
17613[[package]]
17614name = "tower-layer"
17615version = "0.3.3"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
17618
17619[[package]]
17620name = "tower-service"
17621version = "0.3.3"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
17624
17625[[package]]
17626name = "tracing"
17627version = "0.1.41"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
17630dependencies = [
17631 "log",
17632 "pin-project-lite",
17633 "tracing-attributes",
17634 "tracing-core",
17635]
17636
17637[[package]]
17638name = "tracing-attributes"
17639version = "0.1.30"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
17642dependencies = [
17643 "proc-macro2",
17644 "quote",
17645 "syn 2.0.106",
17646]
17647
17648[[package]]
17649name = "tracing-core"
17650version = "0.1.34"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
17653dependencies = [
17654 "once_cell",
17655 "valuable",
17656]
17657
17658[[package]]
17659name = "tracing-log"
17660version = "0.2.0"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
17663dependencies = [
17664 "log",
17665 "once_cell",
17666 "tracing-core",
17667]
17668
17669[[package]]
17670name = "tracing-serde"
17671version = "0.2.0"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
17674dependencies = [
17675 "serde",
17676 "tracing-core",
17677]
17678
17679[[package]]
17680name = "tracing-subscriber"
17681version = "0.3.20"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
17684dependencies = [
17685 "matchers",
17686 "nu-ansi-term",
17687 "once_cell",
17688 "regex-automata",
17689 "serde",
17690 "serde_json",
17691 "sharded-slab",
17692 "smallvec",
17693 "thread_local",
17694 "tracing",
17695 "tracing-core",
17696 "tracing-log",
17697 "tracing-serde",
17698]
17699
17700[[package]]
17701name = "trait-variant"
17702version = "0.1.2"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
17705dependencies = [
17706 "proc-macro2",
17707 "quote",
17708 "syn 2.0.106",
17709]
17710
17711[[package]]
17712name = "transpose"
17713version = "0.2.3"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
17716dependencies = [
17717 "num-integer",
17718 "strength_reduce",
17719]
17720
17721[[package]]
17722name = "tree-sitter"
17723version = "0.25.10"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
17726dependencies = [
17727 "cc",
17728 "regex",
17729 "regex-syntax",
17730 "serde_json",
17731 "streaming-iterator",
17732 "tree-sitter-language",
17733 "wasmtime-c-api-impl",
17734]
17735
17736[[package]]
17737name = "tree-sitter-bash"
17738version = "0.25.0"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
17741dependencies = [
17742 "cc",
17743 "tree-sitter-language",
17744]
17745
17746[[package]]
17747name = "tree-sitter-c"
17748version = "0.23.4"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
17751dependencies = [
17752 "cc",
17753 "tree-sitter-language",
17754]
17755
17756[[package]]
17757name = "tree-sitter-cpp"
17758version = "0.23.4"
17759source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
17760dependencies = [
17761 "cc",
17762 "tree-sitter-language",
17763]
17764
17765[[package]]
17766name = "tree-sitter-css"
17767version = "0.23.2"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17770dependencies = [
17771 "cc",
17772 "tree-sitter-language",
17773]
17774
17775[[package]]
17776name = "tree-sitter-diff"
17777version = "0.1.0"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17780dependencies = [
17781 "cc",
17782 "tree-sitter-language",
17783]
17784
17785[[package]]
17786name = "tree-sitter-elixir"
17787version = "0.3.4"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17790dependencies = [
17791 "cc",
17792 "tree-sitter-language",
17793]
17794
17795[[package]]
17796name = "tree-sitter-embedded-template"
17797version = "0.23.2"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17800dependencies = [
17801 "cc",
17802 "tree-sitter-language",
17803]
17804
17805[[package]]
17806name = "tree-sitter-gitcommit"
17807version = "0.0.1"
17808source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17809dependencies = [
17810 "cc",
17811 "tree-sitter-language",
17812]
17813
17814[[package]]
17815name = "tree-sitter-go"
17816version = "0.23.4"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17819dependencies = [
17820 "cc",
17821 "tree-sitter-language",
17822]
17823
17824[[package]]
17825name = "tree-sitter-gomod"
17826version = "1.1.1"
17827source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17828dependencies = [
17829 "cc",
17830 "tree-sitter-language",
17831]
17832
17833[[package]]
17834name = "tree-sitter-gowork"
17835version = "0.0.1"
17836source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17837dependencies = [
17838 "cc",
17839 "tree-sitter-language",
17840]
17841
17842[[package]]
17843name = "tree-sitter-heex"
17844version = "0.0.1"
17845source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17846dependencies = [
17847 "cc",
17848 "tree-sitter-language",
17849]
17850
17851[[package]]
17852name = "tree-sitter-html"
17853version = "0.23.2"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17856dependencies = [
17857 "cc",
17858 "tree-sitter-language",
17859]
17860
17861[[package]]
17862name = "tree-sitter-jsdoc"
17863version = "0.23.2"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17866dependencies = [
17867 "cc",
17868 "tree-sitter-language",
17869]
17870
17871[[package]]
17872name = "tree-sitter-json"
17873version = "0.24.8"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17876dependencies = [
17877 "cc",
17878 "tree-sitter-language",
17879]
17880
17881[[package]]
17882name = "tree-sitter-language"
17883version = "0.1.5"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17886
17887[[package]]
17888name = "tree-sitter-md"
17889version = "0.3.2"
17890source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17891dependencies = [
17892 "cc",
17893 "tree-sitter-language",
17894]
17895
17896[[package]]
17897name = "tree-sitter-python"
17898version = "0.25.0"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17901dependencies = [
17902 "cc",
17903 "tree-sitter-language",
17904]
17905
17906[[package]]
17907name = "tree-sitter-regex"
17908version = "0.24.3"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17911dependencies = [
17912 "cc",
17913 "tree-sitter-language",
17914]
17915
17916[[package]]
17917name = "tree-sitter-ruby"
17918version = "0.23.1"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17921dependencies = [
17922 "cc",
17923 "tree-sitter-language",
17924]
17925
17926[[package]]
17927name = "tree-sitter-rust"
17928version = "0.24.0"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17931dependencies = [
17932 "cc",
17933 "tree-sitter-language",
17934]
17935
17936[[package]]
17937name = "tree-sitter-typescript"
17938version = "0.23.2"
17939source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17940dependencies = [
17941 "cc",
17942 "tree-sitter-language",
17943]
17944
17945[[package]]
17946name = "tree-sitter-yaml"
17947version = "0.6.1"
17948source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17949dependencies = [
17950 "cc",
17951 "tree-sitter-language",
17952]
17953
17954[[package]]
17955name = "try-lock"
17956version = "0.2.5"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17959
17960[[package]]
17961name = "ttf-parser"
17962version = "0.20.0"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17965
17966[[package]]
17967name = "ttf-parser"
17968version = "0.21.1"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17971
17972[[package]]
17973name = "ttf-parser"
17974version = "0.25.1"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17977dependencies = [
17978 "core_maths",
17979]
17980
17981[[package]]
17982name = "tungstenite"
17983version = "0.20.1"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17986dependencies = [
17987 "byteorder",
17988 "bytes 1.10.1",
17989 "data-encoding",
17990 "http 0.2.12",
17991 "httparse",
17992 "log",
17993 "rand 0.8.5",
17994 "sha1",
17995 "thiserror 1.0.69",
17996 "url",
17997 "utf-8",
17998]
17999
18000[[package]]
18001name = "tungstenite"
18002version = "0.21.0"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18005dependencies = [
18006 "byteorder",
18007 "bytes 1.10.1",
18008 "data-encoding",
18009 "http 1.3.1",
18010 "httparse",
18011 "log",
18012 "rand 0.8.5",
18013 "sha1",
18014 "thiserror 1.0.69",
18015 "url",
18016 "utf-8",
18017]
18018
18019[[package]]
18020name = "tungstenite"
18021version = "0.26.2"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
18024dependencies = [
18025 "bytes 1.10.1",
18026 "data-encoding",
18027 "http 1.3.1",
18028 "httparse",
18029 "log",
18030 "rand 0.9.2",
18031 "rustls 0.23.33",
18032 "rustls-pki-types",
18033 "sha1",
18034 "thiserror 2.0.17",
18035 "utf-8",
18036]
18037
18038[[package]]
18039name = "tungstenite"
18040version = "0.27.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18043dependencies = [
18044 "bytes 1.10.1",
18045 "data-encoding",
18046 "http 1.3.1",
18047 "httparse",
18048 "log",
18049 "rand 0.9.2",
18050 "rustls 0.23.33",
18051 "rustls-pki-types",
18052 "sha1",
18053 "thiserror 2.0.17",
18054 "utf-8",
18055]
18056
18057[[package]]
18058name = "typed-path"
18059version = "0.11.0"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
18062
18063[[package]]
18064name = "typeid"
18065version = "1.0.3"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18068
18069[[package]]
18070name = "typenum"
18071version = "1.19.0"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18074
18075[[package]]
18076name = "ucd-trie"
18077version = "0.1.7"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18080
18081[[package]]
18082name = "uds"
18083version = "0.4.2"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18086dependencies = [
18087 "libc",
18088]
18089
18090[[package]]
18091name = "uds_windows"
18092version = "1.1.0"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18095dependencies = [
18096 "memoffset",
18097 "tempfile",
18098 "winapi",
18099]
18100
18101[[package]]
18102name = "ug"
18103version = "0.4.0"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18106dependencies = [
18107 "gemm 0.18.2",
18108 "half",
18109 "libloading",
18110 "memmap2",
18111 "num",
18112 "num-traits",
18113 "num_cpus",
18114 "rayon",
18115 "safetensors",
18116 "serde",
18117 "thiserror 1.0.69",
18118 "tracing",
18119 "yoke 0.7.5",
18120]
18121
18122[[package]]
18123name = "ui"
18124version = "0.1.0"
18125dependencies = [
18126 "chrono",
18127 "component",
18128 "documented",
18129 "gpui",
18130 "gpui_macros",
18131 "icons",
18132 "itertools 0.14.0",
18133 "menu",
18134 "schemars 1.0.4",
18135 "serde",
18136 "settings",
18137 "smallvec",
18138 "story",
18139 "strum 0.27.2",
18140 "theme",
18141 "ui_macros",
18142 "util",
18143 "windows 0.61.3",
18144]
18145
18146[[package]]
18147name = "ui_input"
18148version = "0.1.0"
18149dependencies = [
18150 "component",
18151 "editor",
18152 "fuzzy",
18153 "gpui",
18154 "menu",
18155 "picker",
18156 "settings",
18157 "theme",
18158 "ui",
18159]
18160
18161[[package]]
18162name = "ui_macros"
18163version = "0.1.0"
18164dependencies = [
18165 "component",
18166 "quote",
18167 "syn 2.0.106",
18168 "ui",
18169]
18170
18171[[package]]
18172name = "ui_prompt"
18173version = "0.1.0"
18174dependencies = [
18175 "gpui",
18176 "markdown",
18177 "menu",
18178 "settings",
18179 "theme",
18180 "ui",
18181 "workspace",
18182]
18183
18184[[package]]
18185name = "unicase"
18186version = "2.8.1"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18189
18190[[package]]
18191name = "unicode-bidi"
18192version = "0.3.18"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18195
18196[[package]]
18197name = "unicode-bidi-mirroring"
18198version = "0.2.0"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
18201
18202[[package]]
18203name = "unicode-bidi-mirroring"
18204version = "0.4.0"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18207
18208[[package]]
18209name = "unicode-ccc"
18210version = "0.2.0"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
18213
18214[[package]]
18215name = "unicode-ccc"
18216version = "0.4.0"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18219
18220[[package]]
18221name = "unicode-ident"
18222version = "1.0.19"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18225
18226[[package]]
18227name = "unicode-linebreak"
18228version = "0.1.5"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18231
18232[[package]]
18233name = "unicode-normalization"
18234version = "0.1.24"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18237dependencies = [
18238 "tinyvec",
18239]
18240
18241[[package]]
18242name = "unicode-properties"
18243version = "0.1.3"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18246
18247[[package]]
18248name = "unicode-reverse"
18249version = "1.0.9"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
18252dependencies = [
18253 "unicode-segmentation",
18254]
18255
18256[[package]]
18257name = "unicode-script"
18258version = "0.5.7"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
18261
18262[[package]]
18263name = "unicode-segmentation"
18264version = "1.12.0"
18265source = "registry+https://github.com/rust-lang/crates.io-index"
18266checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18267
18268[[package]]
18269name = "unicode-vo"
18270version = "0.1.0"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18273
18274[[package]]
18275name = "unicode-width"
18276version = "0.2.2"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18279
18280[[package]]
18281name = "unicode-xid"
18282version = "0.2.6"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18285
18286[[package]]
18287name = "unicode_categories"
18288version = "0.1.1"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18291
18292[[package]]
18293name = "unindent"
18294version = "0.2.4"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18297
18298[[package]]
18299name = "untrusted"
18300version = "0.9.0"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18303
18304[[package]]
18305name = "unty"
18306version = "0.0.4"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
18309
18310[[package]]
18311name = "url"
18312version = "2.5.7"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18315dependencies = [
18316 "form_urlencoded",
18317 "idna",
18318 "percent-encoding",
18319 "serde",
18320]
18321
18322[[package]]
18323name = "urlencoding"
18324version = "2.1.3"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18327
18328[[package]]
18329name = "usvg"
18330version = "0.45.1"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18333dependencies = [
18334 "base64 0.22.1",
18335 "data-url",
18336 "flate2",
18337 "fontdb 0.23.0",
18338 "imagesize",
18339 "kurbo",
18340 "log",
18341 "pico-args",
18342 "roxmltree",
18343 "rustybuzz 0.20.1",
18344 "simplecss",
18345 "siphasher",
18346 "strict-num",
18347 "svgtypes",
18348 "tiny-skia-path",
18349 "unicode-bidi",
18350 "unicode-script",
18351 "unicode-vo",
18352 "xmlwriter",
18353]
18354
18355[[package]]
18356name = "utf-8"
18357version = "0.7.6"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18360
18361[[package]]
18362name = "utf8_iter"
18363version = "1.0.4"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18366
18367[[package]]
18368name = "utf8parse"
18369version = "0.2.2"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18372
18373[[package]]
18374name = "util"
18375version = "0.1.0"
18376dependencies = [
18377 "anyhow",
18378 "async-fs",
18379 "async_zip",
18380 "collections",
18381 "command-fds",
18382 "dirs 4.0.0",
18383 "dunce",
18384 "futures 0.3.31",
18385 "futures-lite 1.13.0",
18386 "git2",
18387 "globset",
18388 "indoc",
18389 "itertools 0.14.0",
18390 "libc",
18391 "log",
18392 "nix 0.29.0",
18393 "pretty_assertions",
18394 "rand 0.9.2",
18395 "regex",
18396 "rust-embed",
18397 "schemars 1.0.4",
18398 "serde",
18399 "serde_json",
18400 "serde_json_lenient",
18401 "shlex",
18402 "smol",
18403 "take-until",
18404 "tempfile",
18405 "tendril",
18406 "unicase",
18407 "util_macros",
18408 "walkdir",
18409 "which 6.0.3",
18410]
18411
18412[[package]]
18413name = "util_macros"
18414version = "0.1.0"
18415dependencies = [
18416 "perf",
18417 "quote",
18418 "syn 2.0.106",
18419]
18420
18421[[package]]
18422name = "uuid"
18423version = "1.18.1"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18426dependencies = [
18427 "getrandom 0.3.4",
18428 "js-sys",
18429 "serde",
18430 "sha1_smol",
18431 "wasm-bindgen",
18432]
18433
18434[[package]]
18435name = "uuid-simd"
18436version = "0.8.0"
18437source = "registry+https://github.com/rust-lang/crates.io-index"
18438checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18439dependencies = [
18440 "outref",
18441 "uuid",
18442 "vsimd",
18443]
18444
18445[[package]]
18446name = "v_frame"
18447version = "0.3.9"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18450dependencies = [
18451 "aligned-vec",
18452 "num-traits",
18453 "wasm-bindgen",
18454]
18455
18456[[package]]
18457name = "valuable"
18458version = "0.1.1"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18461
18462[[package]]
18463name = "value-bag"
18464version = "1.11.1"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
18467dependencies = [
18468 "value-bag-serde1",
18469 "value-bag-sval2",
18470]
18471
18472[[package]]
18473name = "value-bag-serde1"
18474version = "1.11.1"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
18477dependencies = [
18478 "erased-serde",
18479 "serde",
18480 "serde_fmt",
18481]
18482
18483[[package]]
18484name = "value-bag-sval2"
18485version = "1.11.1"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
18488dependencies = [
18489 "sval",
18490 "sval_buffer",
18491 "sval_dynamic",
18492 "sval_fmt",
18493 "sval_json",
18494 "sval_ref",
18495 "sval_serde",
18496]
18497
18498[[package]]
18499name = "vcpkg"
18500version = "0.2.15"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
18503
18504[[package]]
18505name = "vercel"
18506version = "0.1.0"
18507dependencies = [
18508 "anyhow",
18509 "schemars 1.0.4",
18510 "serde",
18511 "strum 0.27.2",
18512]
18513
18514[[package]]
18515name = "version-compare"
18516version = "0.2.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
18519
18520[[package]]
18521name = "version_check"
18522version = "0.9.5"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
18525
18526[[package]]
18527name = "vim"
18528version = "0.1.0"
18529dependencies = [
18530 "anyhow",
18531 "assets",
18532 "async-compat",
18533 "async-trait",
18534 "collections",
18535 "command_palette",
18536 "command_palette_hooks",
18537 "db",
18538 "editor",
18539 "env_logger 0.11.8",
18540 "futures 0.3.31",
18541 "fuzzy",
18542 "git_ui",
18543 "gpui",
18544 "indoc",
18545 "itertools 0.14.0",
18546 "language",
18547 "log",
18548 "lsp",
18549 "menu",
18550 "multi_buffer",
18551 "nvim-rs",
18552 "parking_lot",
18553 "perf",
18554 "picker",
18555 "project",
18556 "project_panel",
18557 "regex",
18558 "release_channel",
18559 "schemars 1.0.4",
18560 "search",
18561 "serde",
18562 "serde_json",
18563 "settings",
18564 "task",
18565 "text",
18566 "theme",
18567 "tokio",
18568 "ui",
18569 "util",
18570 "util_macros",
18571 "vim_mode_setting",
18572 "workspace",
18573 "zed_actions",
18574]
18575
18576[[package]]
18577name = "vim_mode_setting"
18578version = "0.1.0"
18579dependencies = [
18580 "gpui",
18581 "settings",
18582]
18583
18584[[package]]
18585name = "virtue"
18586version = "0.0.18"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
18589
18590[[package]]
18591name = "vscode_theme"
18592version = "0.2.0"
18593source = "registry+https://github.com/rust-lang/crates.io-index"
18594checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
18595dependencies = [
18596 "serde",
18597]
18598
18599[[package]]
18600name = "vsimd"
18601version = "0.8.0"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
18604
18605[[package]]
18606name = "vswhom"
18607version = "0.1.0"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
18610dependencies = [
18611 "libc",
18612 "vswhom-sys",
18613]
18614
18615[[package]]
18616name = "vswhom-sys"
18617version = "0.1.3"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
18620dependencies = [
18621 "cc",
18622 "libc",
18623]
18624
18625[[package]]
18626name = "vte"
18627version = "0.15.0"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
18630dependencies = [
18631 "arrayvec",
18632 "bitflags 2.9.4",
18633 "cursor-icon",
18634 "log",
18635 "memchr",
18636 "serde",
18637]
18638
18639[[package]]
18640name = "waker-fn"
18641version = "1.2.0"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
18644
18645[[package]]
18646name = "walkdir"
18647version = "2.5.0"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
18650dependencies = [
18651 "same-file",
18652 "winapi-util",
18653]
18654
18655[[package]]
18656name = "want"
18657version = "0.3.1"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
18660dependencies = [
18661 "try-lock",
18662]
18663
18664[[package]]
18665name = "warp"
18666version = "0.3.7"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
18669dependencies = [
18670 "bytes 1.10.1",
18671 "futures-channel",
18672 "futures-util",
18673 "headers",
18674 "http 0.2.12",
18675 "hyper 0.14.32",
18676 "log",
18677 "mime",
18678 "mime_guess",
18679 "percent-encoding",
18680 "pin-project",
18681 "scoped-tls",
18682 "serde",
18683 "serde_json",
18684 "serde_urlencoded",
18685 "tokio",
18686 "tokio-tungstenite 0.21.0",
18687 "tokio-util",
18688 "tower-service",
18689 "tracing",
18690]
18691
18692[[package]]
18693name = "wasi"
18694version = "0.11.1+wasi-snapshot-preview1"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
18697
18698[[package]]
18699name = "wasip2"
18700version = "1.0.1+wasi-0.2.4"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
18703dependencies = [
18704 "wit-bindgen 0.46.0",
18705]
18706
18707[[package]]
18708name = "wasite"
18709version = "0.1.0"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
18712
18713[[package]]
18714name = "wasm-bindgen"
18715version = "0.2.104"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
18718dependencies = [
18719 "cfg-if",
18720 "once_cell",
18721 "rustversion",
18722 "wasm-bindgen-macro",
18723 "wasm-bindgen-shared",
18724]
18725
18726[[package]]
18727name = "wasm-bindgen-backend"
18728version = "0.2.104"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
18731dependencies = [
18732 "bumpalo",
18733 "log",
18734 "proc-macro2",
18735 "quote",
18736 "syn 2.0.106",
18737 "wasm-bindgen-shared",
18738]
18739
18740[[package]]
18741name = "wasm-bindgen-futures"
18742version = "0.4.54"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
18745dependencies = [
18746 "cfg-if",
18747 "js-sys",
18748 "once_cell",
18749 "wasm-bindgen",
18750 "web-sys",
18751]
18752
18753[[package]]
18754name = "wasm-bindgen-macro"
18755version = "0.2.104"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
18758dependencies = [
18759 "quote",
18760 "wasm-bindgen-macro-support",
18761]
18762
18763[[package]]
18764name = "wasm-bindgen-macro-support"
18765version = "0.2.104"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
18768dependencies = [
18769 "proc-macro2",
18770 "quote",
18771 "syn 2.0.106",
18772 "wasm-bindgen-backend",
18773 "wasm-bindgen-shared",
18774]
18775
18776[[package]]
18777name = "wasm-bindgen-shared"
18778version = "0.2.104"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
18781dependencies = [
18782 "unicode-ident",
18783]
18784
18785[[package]]
18786name = "wasm-encoder"
18787version = "0.201.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
18790dependencies = [
18791 "leb128",
18792]
18793
18794[[package]]
18795name = "wasm-encoder"
18796version = "0.221.3"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18799dependencies = [
18800 "leb128",
18801 "wasmparser 0.221.3",
18802]
18803
18804[[package]]
18805name = "wasm-encoder"
18806version = "0.227.1"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18809dependencies = [
18810 "leb128fmt",
18811 "wasmparser 0.227.1",
18812]
18813
18814[[package]]
18815name = "wasm-metadata"
18816version = "0.201.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18819dependencies = [
18820 "anyhow",
18821 "indexmap 2.11.4",
18822 "serde",
18823 "serde_derive",
18824 "serde_json",
18825 "spdx",
18826 "wasm-encoder 0.201.0",
18827 "wasmparser 0.201.0",
18828]
18829
18830[[package]]
18831name = "wasm-metadata"
18832version = "0.227.1"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18835dependencies = [
18836 "anyhow",
18837 "auditable-serde",
18838 "flate2",
18839 "indexmap 2.11.4",
18840 "serde",
18841 "serde_derive",
18842 "serde_json",
18843 "spdx",
18844 "url",
18845 "wasm-encoder 0.227.1",
18846 "wasmparser 0.227.1",
18847]
18848
18849[[package]]
18850name = "wasm-streams"
18851version = "0.4.2"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18854dependencies = [
18855 "futures-util",
18856 "js-sys",
18857 "wasm-bindgen",
18858 "wasm-bindgen-futures",
18859 "web-sys",
18860]
18861
18862[[package]]
18863name = "wasmparser"
18864version = "0.201.0"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18867dependencies = [
18868 "bitflags 2.9.4",
18869 "indexmap 2.11.4",
18870 "semver",
18871]
18872
18873[[package]]
18874name = "wasmparser"
18875version = "0.221.3"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18878dependencies = [
18879 "bitflags 2.9.4",
18880 "hashbrown 0.15.5",
18881 "indexmap 2.11.4",
18882 "semver",
18883 "serde",
18884]
18885
18886[[package]]
18887name = "wasmparser"
18888version = "0.227.1"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18891dependencies = [
18892 "bitflags 2.9.4",
18893 "hashbrown 0.15.5",
18894 "indexmap 2.11.4",
18895 "semver",
18896]
18897
18898[[package]]
18899name = "wasmprinter"
18900version = "0.221.3"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18903dependencies = [
18904 "anyhow",
18905 "termcolor",
18906 "wasmparser 0.221.3",
18907]
18908
18909[[package]]
18910name = "wasmtime"
18911version = "29.0.1"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18914dependencies = [
18915 "anyhow",
18916 "async-trait",
18917 "bitflags 2.9.4",
18918 "bumpalo",
18919 "cc",
18920 "cfg-if",
18921 "encoding_rs",
18922 "hashbrown 0.14.5",
18923 "indexmap 2.11.4",
18924 "libc",
18925 "log",
18926 "mach2 0.4.3",
18927 "memfd",
18928 "object 0.36.7",
18929 "once_cell",
18930 "paste",
18931 "postcard",
18932 "psm",
18933 "pulley-interpreter",
18934 "rayon",
18935 "rustix 0.38.44",
18936 "semver",
18937 "serde",
18938 "serde_derive",
18939 "smallvec",
18940 "sptr",
18941 "target-lexicon 0.13.3",
18942 "trait-variant",
18943 "wasmparser 0.221.3",
18944 "wasmtime-asm-macros",
18945 "wasmtime-component-macro",
18946 "wasmtime-component-util",
18947 "wasmtime-cranelift",
18948 "wasmtime-environ",
18949 "wasmtime-fiber",
18950 "wasmtime-jit-icache-coherence",
18951 "wasmtime-math",
18952 "wasmtime-slab",
18953 "wasmtime-versioned-export-macros",
18954 "wasmtime-winch",
18955 "windows-sys 0.59.0",
18956]
18957
18958[[package]]
18959name = "wasmtime-asm-macros"
18960version = "29.0.1"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18963dependencies = [
18964 "cfg-if",
18965]
18966
18967[[package]]
18968name = "wasmtime-c-api-impl"
18969version = "29.0.1"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18972dependencies = [
18973 "anyhow",
18974 "log",
18975 "tracing",
18976 "wasmtime",
18977 "wasmtime-c-api-macros",
18978]
18979
18980[[package]]
18981name = "wasmtime-c-api-macros"
18982version = "29.0.1"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18985dependencies = [
18986 "proc-macro2",
18987 "quote",
18988]
18989
18990[[package]]
18991name = "wasmtime-component-macro"
18992version = "29.0.1"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18995dependencies = [
18996 "anyhow",
18997 "proc-macro2",
18998 "quote",
18999 "syn 2.0.106",
19000 "wasmtime-component-util",
19001 "wasmtime-wit-bindgen",
19002 "wit-parser 0.221.3",
19003]
19004
19005[[package]]
19006name = "wasmtime-component-util"
19007version = "29.0.1"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
19010
19011[[package]]
19012name = "wasmtime-cranelift"
19013version = "29.0.1"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
19016dependencies = [
19017 "anyhow",
19018 "cfg-if",
19019 "cranelift-codegen",
19020 "cranelift-control",
19021 "cranelift-entity",
19022 "cranelift-frontend",
19023 "cranelift-native",
19024 "gimli 0.31.1",
19025 "itertools 0.12.1",
19026 "log",
19027 "object 0.36.7",
19028 "smallvec",
19029 "target-lexicon 0.13.3",
19030 "thiserror 1.0.69",
19031 "wasmparser 0.221.3",
19032 "wasmtime-environ",
19033 "wasmtime-versioned-export-macros",
19034]
19035
19036[[package]]
19037name = "wasmtime-environ"
19038version = "29.0.1"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
19041dependencies = [
19042 "anyhow",
19043 "cpp_demangle",
19044 "cranelift-bitset",
19045 "cranelift-entity",
19046 "gimli 0.31.1",
19047 "indexmap 2.11.4",
19048 "log",
19049 "object 0.36.7",
19050 "postcard",
19051 "rustc-demangle",
19052 "semver",
19053 "serde",
19054 "serde_derive",
19055 "smallvec",
19056 "target-lexicon 0.13.3",
19057 "wasm-encoder 0.221.3",
19058 "wasmparser 0.221.3",
19059 "wasmprinter",
19060 "wasmtime-component-util",
19061]
19062
19063[[package]]
19064name = "wasmtime-fiber"
19065version = "29.0.1"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
19068dependencies = [
19069 "anyhow",
19070 "cc",
19071 "cfg-if",
19072 "rustix 0.38.44",
19073 "wasmtime-asm-macros",
19074 "wasmtime-versioned-export-macros",
19075 "windows-sys 0.59.0",
19076]
19077
19078[[package]]
19079name = "wasmtime-jit-icache-coherence"
19080version = "29.0.1"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
19083dependencies = [
19084 "anyhow",
19085 "cfg-if",
19086 "libc",
19087 "windows-sys 0.59.0",
19088]
19089
19090[[package]]
19091name = "wasmtime-math"
19092version = "29.0.1"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
19095dependencies = [
19096 "libm",
19097]
19098
19099[[package]]
19100name = "wasmtime-slab"
19101version = "29.0.1"
19102source = "registry+https://github.com/rust-lang/crates.io-index"
19103checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
19104
19105[[package]]
19106name = "wasmtime-versioned-export-macros"
19107version = "29.0.1"
19108source = "registry+https://github.com/rust-lang/crates.io-index"
19109checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
19110dependencies = [
19111 "proc-macro2",
19112 "quote",
19113 "syn 2.0.106",
19114]
19115
19116[[package]]
19117name = "wasmtime-wasi"
19118version = "29.0.1"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
19121dependencies = [
19122 "anyhow",
19123 "async-trait",
19124 "bitflags 2.9.4",
19125 "bytes 1.10.1",
19126 "cap-fs-ext",
19127 "cap-net-ext",
19128 "cap-rand",
19129 "cap-std",
19130 "cap-time-ext",
19131 "fs-set-times",
19132 "futures 0.3.31",
19133 "io-extras",
19134 "io-lifetimes",
19135 "rustix 0.38.44",
19136 "system-interface",
19137 "thiserror 1.0.69",
19138 "tokio",
19139 "tracing",
19140 "trait-variant",
19141 "url",
19142 "wasmtime",
19143 "wiggle",
19144 "windows-sys 0.59.0",
19145]
19146
19147[[package]]
19148name = "wasmtime-winch"
19149version = "29.0.1"
19150source = "registry+https://github.com/rust-lang/crates.io-index"
19151checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
19152dependencies = [
19153 "anyhow",
19154 "cranelift-codegen",
19155 "gimli 0.31.1",
19156 "object 0.36.7",
19157 "target-lexicon 0.13.3",
19158 "wasmparser 0.221.3",
19159 "wasmtime-cranelift",
19160 "wasmtime-environ",
19161 "winch-codegen",
19162]
19163
19164[[package]]
19165name = "wasmtime-wit-bindgen"
19166version = "29.0.1"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
19169dependencies = [
19170 "anyhow",
19171 "heck 0.5.0",
19172 "indexmap 2.11.4",
19173 "wit-parser 0.221.3",
19174]
19175
19176[[package]]
19177name = "wast"
19178version = "35.0.2"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19181dependencies = [
19182 "leb128",
19183]
19184
19185[[package]]
19186name = "watch"
19187version = "0.1.0"
19188dependencies = [
19189 "ctor",
19190 "futures 0.3.31",
19191 "gpui",
19192 "parking_lot",
19193 "rand 0.9.2",
19194 "zlog",
19195]
19196
19197[[package]]
19198name = "wayland-backend"
19199version = "0.3.11"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19202dependencies = [
19203 "cc",
19204 "downcast-rs",
19205 "rustix 1.1.2",
19206 "scoped-tls",
19207 "smallvec",
19208 "wayland-sys",
19209]
19210
19211[[package]]
19212name = "wayland-client"
19213version = "0.31.11"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19216dependencies = [
19217 "bitflags 2.9.4",
19218 "rustix 1.1.2",
19219 "wayland-backend",
19220 "wayland-scanner",
19221]
19222
19223[[package]]
19224name = "wayland-cursor"
19225version = "0.31.11"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19228dependencies = [
19229 "rustix 1.1.2",
19230 "wayland-client",
19231 "xcursor",
19232]
19233
19234[[package]]
19235name = "wayland-protocols"
19236version = "0.31.2"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
19239dependencies = [
19240 "bitflags 2.9.4",
19241 "wayland-backend",
19242 "wayland-client",
19243 "wayland-scanner",
19244]
19245
19246[[package]]
19247name = "wayland-protocols"
19248version = "0.32.9"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19251dependencies = [
19252 "bitflags 2.9.4",
19253 "wayland-backend",
19254 "wayland-client",
19255 "wayland-scanner",
19256]
19257
19258[[package]]
19259name = "wayland-protocols-plasma"
19260version = "0.2.0"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
19263dependencies = [
19264 "bitflags 2.9.4",
19265 "wayland-backend",
19266 "wayland-client",
19267 "wayland-protocols 0.31.2",
19268 "wayland-scanner",
19269]
19270
19271[[package]]
19272name = "wayland-scanner"
19273version = "0.31.7"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19276dependencies = [
19277 "proc-macro2",
19278 "quick-xml 0.37.5",
19279 "quote",
19280]
19281
19282[[package]]
19283name = "wayland-sys"
19284version = "0.31.7"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19287dependencies = [
19288 "dlib",
19289 "log",
19290 "once_cell",
19291 "pkg-config",
19292]
19293
19294[[package]]
19295name = "web-sys"
19296version = "0.3.81"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
19299dependencies = [
19300 "js-sys",
19301 "wasm-bindgen",
19302]
19303
19304[[package]]
19305name = "web-time"
19306version = "1.1.0"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19309dependencies = [
19310 "js-sys",
19311 "wasm-bindgen",
19312]
19313
19314[[package]]
19315name = "web_atoms"
19316version = "0.1.3"
19317source = "registry+https://github.com/rust-lang/crates.io-index"
19318checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19319dependencies = [
19320 "phf 0.11.3",
19321 "phf_codegen",
19322 "string_cache",
19323 "string_cache_codegen",
19324]
19325
19326[[package]]
19327name = "web_search"
19328version = "0.1.0"
19329dependencies = [
19330 "anyhow",
19331 "cloud_llm_client",
19332 "collections",
19333 "gpui",
19334 "serde",
19335]
19336
19337[[package]]
19338name = "web_search_providers"
19339version = "0.1.0"
19340dependencies = [
19341 "anyhow",
19342 "client",
19343 "cloud_llm_client",
19344 "futures 0.3.31",
19345 "gpui",
19346 "http_client",
19347 "language_model",
19348 "serde",
19349 "serde_json",
19350 "web_search",
19351]
19352
19353[[package]]
19354name = "webpki-root-certs"
19355version = "0.26.8"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
19358dependencies = [
19359 "rustls-pki-types",
19360]
19361
19362[[package]]
19363name = "webpki-roots"
19364version = "0.26.8"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
19367dependencies = [
19368 "rustls-pki-types",
19369]
19370
19371[[package]]
19372name = "webrtc-sys"
19373version = "0.3.7"
19374source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19375dependencies = [
19376 "cc",
19377 "cxx",
19378 "cxx-build",
19379 "glob",
19380 "log",
19381 "webrtc-sys-build",
19382]
19383
19384[[package]]
19385name = "webrtc-sys-build"
19386version = "0.3.6"
19387source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19388dependencies = [
19389 "fs2",
19390 "regex",
19391 "reqwest 0.11.27",
19392 "scratch",
19393 "semver",
19394 "zip 0.6.6",
19395]
19396
19397[[package]]
19398name = "weezl"
19399version = "0.1.10"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
19402
19403[[package]]
19404name = "which"
19405version = "4.4.2"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
19408dependencies = [
19409 "either",
19410 "home",
19411 "once_cell",
19412 "rustix 0.38.44",
19413]
19414
19415[[package]]
19416name = "which"
19417version = "6.0.3"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
19420dependencies = [
19421 "either",
19422 "home",
19423 "rustix 0.38.44",
19424 "winsafe",
19425]
19426
19427[[package]]
19428name = "whoami"
19429version = "1.6.1"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
19432dependencies = [
19433 "libredox",
19434 "wasite",
19435]
19436
19437[[package]]
19438name = "wiggle"
19439version = "29.0.1"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
19442dependencies = [
19443 "anyhow",
19444 "async-trait",
19445 "bitflags 2.9.4",
19446 "thiserror 1.0.69",
19447 "tracing",
19448 "wasmtime",
19449 "wiggle-macro",
19450]
19451
19452[[package]]
19453name = "wiggle-generate"
19454version = "29.0.1"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
19457dependencies = [
19458 "anyhow",
19459 "heck 0.5.0",
19460 "proc-macro2",
19461 "quote",
19462 "shellexpand 2.1.2",
19463 "syn 2.0.106",
19464 "witx",
19465]
19466
19467[[package]]
19468name = "wiggle-macro"
19469version = "29.0.1"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
19472dependencies = [
19473 "proc-macro2",
19474 "quote",
19475 "syn 2.0.106",
19476 "wiggle-generate",
19477]
19478
19479[[package]]
19480name = "winapi"
19481version = "0.3.9"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
19484dependencies = [
19485 "winapi-i686-pc-windows-gnu",
19486 "winapi-x86_64-pc-windows-gnu",
19487]
19488
19489[[package]]
19490name = "winapi-i686-pc-windows-gnu"
19491version = "0.4.0"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
19494
19495[[package]]
19496name = "winapi-util"
19497version = "0.1.11"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
19500dependencies = [
19501 "windows-sys 0.48.0",
19502]
19503
19504[[package]]
19505name = "winapi-x86_64-pc-windows-gnu"
19506version = "0.4.0"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
19509
19510[[package]]
19511name = "winch-codegen"
19512version = "29.0.1"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
19515dependencies = [
19516 "anyhow",
19517 "cranelift-codegen",
19518 "gimli 0.31.1",
19519 "regalloc2",
19520 "smallvec",
19521 "target-lexicon 0.13.3",
19522 "thiserror 1.0.69",
19523 "wasmparser 0.221.3",
19524 "wasmtime-cranelift",
19525 "wasmtime-environ",
19526]
19527
19528[[package]]
19529name = "windows"
19530version = "0.54.0"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
19533dependencies = [
19534 "windows-core 0.54.0",
19535 "windows-targets 0.52.6",
19536]
19537
19538[[package]]
19539name = "windows"
19540version = "0.57.0"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
19543dependencies = [
19544 "windows-core 0.57.0",
19545 "windows-targets 0.52.6",
19546]
19547
19548[[package]]
19549name = "windows"
19550version = "0.58.0"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
19553dependencies = [
19554 "windows-core 0.58.0",
19555 "windows-targets 0.52.6",
19556]
19557
19558[[package]]
19559name = "windows"
19560version = "0.61.3"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
19563dependencies = [
19564 "windows-collections",
19565 "windows-core 0.61.2",
19566 "windows-future",
19567 "windows-link 0.1.3",
19568 "windows-numerics",
19569]
19570
19571[[package]]
19572name = "windows-capture"
19573version = "1.4.3"
19574source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
19575dependencies = [
19576 "clap",
19577 "ctrlc",
19578 "parking_lot",
19579 "rayon",
19580 "thiserror 2.0.17",
19581 "windows 0.61.3",
19582 "windows-future",
19583]
19584
19585[[package]]
19586name = "windows-collections"
19587version = "0.2.0"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
19590dependencies = [
19591 "windows-core 0.61.2",
19592]
19593
19594[[package]]
19595name = "windows-core"
19596version = "0.54.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
19599dependencies = [
19600 "windows-result 0.1.2",
19601 "windows-targets 0.52.6",
19602]
19603
19604[[package]]
19605name = "windows-core"
19606version = "0.57.0"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
19609dependencies = [
19610 "windows-implement 0.57.0",
19611 "windows-interface 0.57.0",
19612 "windows-result 0.1.2",
19613 "windows-targets 0.52.6",
19614]
19615
19616[[package]]
19617name = "windows-core"
19618version = "0.58.0"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
19621dependencies = [
19622 "windows-implement 0.58.0",
19623 "windows-interface 0.58.0",
19624 "windows-result 0.2.0",
19625 "windows-strings 0.1.0",
19626 "windows-targets 0.52.6",
19627]
19628
19629[[package]]
19630name = "windows-core"
19631version = "0.61.2"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
19634dependencies = [
19635 "windows-implement 0.60.2",
19636 "windows-interface 0.59.3",
19637 "windows-link 0.1.3",
19638 "windows-result 0.3.4",
19639 "windows-strings 0.4.2",
19640]
19641
19642[[package]]
19643name = "windows-core"
19644version = "0.62.2"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
19647dependencies = [
19648 "windows-implement 0.60.2",
19649 "windows-interface 0.59.3",
19650 "windows-link 0.2.1",
19651 "windows-result 0.4.1",
19652 "windows-strings 0.5.1",
19653]
19654
19655[[package]]
19656name = "windows-future"
19657version = "0.2.1"
19658source = "registry+https://github.com/rust-lang/crates.io-index"
19659checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
19660dependencies = [
19661 "windows-core 0.61.2",
19662 "windows-link 0.1.3",
19663 "windows-threading",
19664]
19665
19666[[package]]
19667name = "windows-implement"
19668version = "0.57.0"
19669source = "registry+https://github.com/rust-lang/crates.io-index"
19670checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
19671dependencies = [
19672 "proc-macro2",
19673 "quote",
19674 "syn 2.0.106",
19675]
19676
19677[[package]]
19678name = "windows-implement"
19679version = "0.58.0"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
19682dependencies = [
19683 "proc-macro2",
19684 "quote",
19685 "syn 2.0.106",
19686]
19687
19688[[package]]
19689name = "windows-implement"
19690version = "0.60.2"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
19693dependencies = [
19694 "proc-macro2",
19695 "quote",
19696 "syn 2.0.106",
19697]
19698
19699[[package]]
19700name = "windows-interface"
19701version = "0.57.0"
19702source = "registry+https://github.com/rust-lang/crates.io-index"
19703checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
19704dependencies = [
19705 "proc-macro2",
19706 "quote",
19707 "syn 2.0.106",
19708]
19709
19710[[package]]
19711name = "windows-interface"
19712version = "0.58.0"
19713source = "registry+https://github.com/rust-lang/crates.io-index"
19714checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
19715dependencies = [
19716 "proc-macro2",
19717 "quote",
19718 "syn 2.0.106",
19719]
19720
19721[[package]]
19722name = "windows-interface"
19723version = "0.59.3"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
19726dependencies = [
19727 "proc-macro2",
19728 "quote",
19729 "syn 2.0.106",
19730]
19731
19732[[package]]
19733name = "windows-link"
19734version = "0.1.3"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
19737
19738[[package]]
19739name = "windows-link"
19740version = "0.2.1"
19741source = "registry+https://github.com/rust-lang/crates.io-index"
19742checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
19743
19744[[package]]
19745name = "windows-numerics"
19746version = "0.2.0"
19747source = "registry+https://github.com/rust-lang/crates.io-index"
19748checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
19749dependencies = [
19750 "windows-core 0.61.2",
19751 "windows-link 0.1.3",
19752]
19753
19754[[package]]
19755name = "windows-registry"
19756version = "0.4.0"
19757source = "registry+https://github.com/rust-lang/crates.io-index"
19758checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
19759dependencies = [
19760 "windows-result 0.3.4",
19761 "windows-strings 0.3.1",
19762 "windows-targets 0.53.5",
19763]
19764
19765[[package]]
19766name = "windows-registry"
19767version = "0.5.3"
19768source = "registry+https://github.com/rust-lang/crates.io-index"
19769checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
19770dependencies = [
19771 "windows-link 0.1.3",
19772 "windows-result 0.3.4",
19773 "windows-strings 0.4.2",
19774]
19775
19776[[package]]
19777name = "windows-registry"
19778version = "0.6.1"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
19781dependencies = [
19782 "windows-link 0.2.1",
19783 "windows-result 0.4.1",
19784 "windows-strings 0.5.1",
19785]
19786
19787[[package]]
19788name = "windows-result"
19789version = "0.1.2"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
19792dependencies = [
19793 "windows-targets 0.52.6",
19794]
19795
19796[[package]]
19797name = "windows-result"
19798version = "0.2.0"
19799source = "registry+https://github.com/rust-lang/crates.io-index"
19800checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
19801dependencies = [
19802 "windows-targets 0.52.6",
19803]
19804
19805[[package]]
19806name = "windows-result"
19807version = "0.3.4"
19808source = "registry+https://github.com/rust-lang/crates.io-index"
19809checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
19810dependencies = [
19811 "windows-link 0.1.3",
19812]
19813
19814[[package]]
19815name = "windows-result"
19816version = "0.4.1"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
19819dependencies = [
19820 "windows-link 0.2.1",
19821]
19822
19823[[package]]
19824name = "windows-strings"
19825version = "0.1.0"
19826source = "registry+https://github.com/rust-lang/crates.io-index"
19827checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
19828dependencies = [
19829 "windows-result 0.2.0",
19830 "windows-targets 0.52.6",
19831]
19832
19833[[package]]
19834name = "windows-strings"
19835version = "0.3.1"
19836source = "registry+https://github.com/rust-lang/crates.io-index"
19837checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
19838dependencies = [
19839 "windows-link 0.1.3",
19840]
19841
19842[[package]]
19843name = "windows-strings"
19844version = "0.4.2"
19845source = "registry+https://github.com/rust-lang/crates.io-index"
19846checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
19847dependencies = [
19848 "windows-link 0.1.3",
19849]
19850
19851[[package]]
19852name = "windows-strings"
19853version = "0.5.1"
19854source = "registry+https://github.com/rust-lang/crates.io-index"
19855checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
19856dependencies = [
19857 "windows-link 0.2.1",
19858]
19859
19860[[package]]
19861name = "windows-sys"
19862version = "0.45.0"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19865dependencies = [
19866 "windows-targets 0.42.2",
19867]
19868
19869[[package]]
19870name = "windows-sys"
19871version = "0.48.0"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19874dependencies = [
19875 "windows-targets 0.48.5",
19876]
19877
19878[[package]]
19879name = "windows-sys"
19880version = "0.52.0"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19883dependencies = [
19884 "windows-targets 0.52.6",
19885]
19886
19887[[package]]
19888name = "windows-sys"
19889version = "0.59.0"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19892dependencies = [
19893 "windows-targets 0.52.6",
19894]
19895
19896[[package]]
19897name = "windows-sys"
19898version = "0.60.2"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19901dependencies = [
19902 "windows-targets 0.53.5",
19903]
19904
19905[[package]]
19906name = "windows-sys"
19907version = "0.61.2"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
19910dependencies = [
19911 "windows-link 0.2.1",
19912]
19913
19914[[package]]
19915name = "windows-targets"
19916version = "0.42.2"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19919dependencies = [
19920 "windows_aarch64_gnullvm 0.42.2",
19921 "windows_aarch64_msvc 0.42.2",
19922 "windows_i686_gnu 0.42.2",
19923 "windows_i686_msvc 0.42.2",
19924 "windows_x86_64_gnu 0.42.2",
19925 "windows_x86_64_gnullvm 0.42.2",
19926 "windows_x86_64_msvc 0.42.2",
19927]
19928
19929[[package]]
19930name = "windows-targets"
19931version = "0.48.5"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19934dependencies = [
19935 "windows_aarch64_gnullvm 0.48.5",
19936 "windows_aarch64_msvc 0.48.5",
19937 "windows_i686_gnu 0.48.5",
19938 "windows_i686_msvc 0.48.5",
19939 "windows_x86_64_gnu 0.48.5",
19940 "windows_x86_64_gnullvm 0.48.5",
19941 "windows_x86_64_msvc 0.48.5",
19942]
19943
19944[[package]]
19945name = "windows-targets"
19946version = "0.52.6"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19949dependencies = [
19950 "windows_aarch64_gnullvm 0.52.6",
19951 "windows_aarch64_msvc 0.52.6",
19952 "windows_i686_gnu 0.52.6",
19953 "windows_i686_gnullvm 0.52.6",
19954 "windows_i686_msvc 0.52.6",
19955 "windows_x86_64_gnu 0.52.6",
19956 "windows_x86_64_gnullvm 0.52.6",
19957 "windows_x86_64_msvc 0.52.6",
19958]
19959
19960[[package]]
19961name = "windows-targets"
19962version = "0.53.5"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
19965dependencies = [
19966 "windows-link 0.2.1",
19967 "windows_aarch64_gnullvm 0.53.1",
19968 "windows_aarch64_msvc 0.53.1",
19969 "windows_i686_gnu 0.53.1",
19970 "windows_i686_gnullvm 0.53.1",
19971 "windows_i686_msvc 0.53.1",
19972 "windows_x86_64_gnu 0.53.1",
19973 "windows_x86_64_gnullvm 0.53.1",
19974 "windows_x86_64_msvc 0.53.1",
19975]
19976
19977[[package]]
19978name = "windows-threading"
19979version = "0.1.0"
19980source = "registry+https://github.com/rust-lang/crates.io-index"
19981checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
19982dependencies = [
19983 "windows-link 0.1.3",
19984]
19985
19986[[package]]
19987name = "windows_aarch64_gnullvm"
19988version = "0.42.2"
19989source = "registry+https://github.com/rust-lang/crates.io-index"
19990checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19991
19992[[package]]
19993name = "windows_aarch64_gnullvm"
19994version = "0.48.5"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19997
19998[[package]]
19999name = "windows_aarch64_gnullvm"
20000version = "0.52.6"
20001source = "registry+https://github.com/rust-lang/crates.io-index"
20002checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20003
20004[[package]]
20005name = "windows_aarch64_gnullvm"
20006version = "0.53.1"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20009
20010[[package]]
20011name = "windows_aarch64_msvc"
20012version = "0.42.2"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20015
20016[[package]]
20017name = "windows_aarch64_msvc"
20018version = "0.48.5"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20021
20022[[package]]
20023name = "windows_aarch64_msvc"
20024version = "0.52.6"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20027
20028[[package]]
20029name = "windows_aarch64_msvc"
20030version = "0.53.1"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20033
20034[[package]]
20035name = "windows_i686_gnu"
20036version = "0.42.2"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20039
20040[[package]]
20041name = "windows_i686_gnu"
20042version = "0.48.5"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20045
20046[[package]]
20047name = "windows_i686_gnu"
20048version = "0.52.6"
20049source = "registry+https://github.com/rust-lang/crates.io-index"
20050checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20051
20052[[package]]
20053name = "windows_i686_gnu"
20054version = "0.53.1"
20055source = "registry+https://github.com/rust-lang/crates.io-index"
20056checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20057
20058[[package]]
20059name = "windows_i686_gnullvm"
20060version = "0.52.6"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20063
20064[[package]]
20065name = "windows_i686_gnullvm"
20066version = "0.53.1"
20067source = "registry+https://github.com/rust-lang/crates.io-index"
20068checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20069
20070[[package]]
20071name = "windows_i686_msvc"
20072version = "0.42.2"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20075
20076[[package]]
20077name = "windows_i686_msvc"
20078version = "0.48.5"
20079source = "registry+https://github.com/rust-lang/crates.io-index"
20080checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20081
20082[[package]]
20083name = "windows_i686_msvc"
20084version = "0.52.6"
20085source = "registry+https://github.com/rust-lang/crates.io-index"
20086checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20087
20088[[package]]
20089name = "windows_i686_msvc"
20090version = "0.53.1"
20091source = "registry+https://github.com/rust-lang/crates.io-index"
20092checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20093
20094[[package]]
20095name = "windows_x86_64_gnu"
20096version = "0.42.2"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20099
20100[[package]]
20101name = "windows_x86_64_gnu"
20102version = "0.48.5"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20105
20106[[package]]
20107name = "windows_x86_64_gnu"
20108version = "0.52.6"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20111
20112[[package]]
20113name = "windows_x86_64_gnu"
20114version = "0.53.1"
20115source = "registry+https://github.com/rust-lang/crates.io-index"
20116checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20117
20118[[package]]
20119name = "windows_x86_64_gnullvm"
20120version = "0.42.2"
20121source = "registry+https://github.com/rust-lang/crates.io-index"
20122checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20123
20124[[package]]
20125name = "windows_x86_64_gnullvm"
20126version = "0.48.5"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20129
20130[[package]]
20131name = "windows_x86_64_gnullvm"
20132version = "0.52.6"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20135
20136[[package]]
20137name = "windows_x86_64_gnullvm"
20138version = "0.53.1"
20139source = "registry+https://github.com/rust-lang/crates.io-index"
20140checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20141
20142[[package]]
20143name = "windows_x86_64_msvc"
20144version = "0.42.2"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
20147
20148[[package]]
20149name = "windows_x86_64_msvc"
20150version = "0.48.5"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
20153
20154[[package]]
20155name = "windows_x86_64_msvc"
20156version = "0.52.6"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
20159
20160[[package]]
20161name = "windows_x86_64_msvc"
20162version = "0.53.1"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
20165
20166[[package]]
20167name = "winnow"
20168version = "0.7.13"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
20171dependencies = [
20172 "memchr",
20173]
20174
20175[[package]]
20176name = "winreg"
20177version = "0.10.1"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
20180dependencies = [
20181 "winapi",
20182]
20183
20184[[package]]
20185name = "winreg"
20186version = "0.50.0"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
20189dependencies = [
20190 "cfg-if",
20191 "windows-sys 0.48.0",
20192]
20193
20194[[package]]
20195name = "winreg"
20196version = "0.55.0"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
20199dependencies = [
20200 "cfg-if",
20201 "windows-sys 0.59.0",
20202]
20203
20204[[package]]
20205name = "winresource"
20206version = "0.1.23"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
20209dependencies = [
20210 "toml 0.8.23",
20211 "version_check",
20212]
20213
20214[[package]]
20215name = "winsafe"
20216version = "0.0.19"
20217source = "registry+https://github.com/rust-lang/crates.io-index"
20218checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
20219
20220[[package]]
20221name = "winx"
20222version = "0.36.4"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
20225dependencies = [
20226 "bitflags 2.9.4",
20227 "windows-sys 0.59.0",
20228]
20229
20230[[package]]
20231name = "wio"
20232version = "0.2.2"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
20235dependencies = [
20236 "winapi",
20237]
20238
20239[[package]]
20240name = "wit-bindgen"
20241version = "0.22.0"
20242source = "registry+https://github.com/rust-lang/crates.io-index"
20243checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
20244dependencies = [
20245 "bitflags 2.9.4",
20246 "wit-bindgen-rt 0.22.0",
20247 "wit-bindgen-rust-macro 0.22.0",
20248]
20249
20250[[package]]
20251name = "wit-bindgen"
20252version = "0.41.0"
20253source = "registry+https://github.com/rust-lang/crates.io-index"
20254checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
20255dependencies = [
20256 "wit-bindgen-rt 0.41.0",
20257 "wit-bindgen-rust-macro 0.41.0",
20258]
20259
20260[[package]]
20261name = "wit-bindgen"
20262version = "0.46.0"
20263source = "registry+https://github.com/rust-lang/crates.io-index"
20264checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
20265
20266[[package]]
20267name = "wit-bindgen-core"
20268version = "0.22.0"
20269source = "registry+https://github.com/rust-lang/crates.io-index"
20270checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
20271dependencies = [
20272 "anyhow",
20273 "wit-parser 0.201.0",
20274]
20275
20276[[package]]
20277name = "wit-bindgen-core"
20278version = "0.41.0"
20279source = "registry+https://github.com/rust-lang/crates.io-index"
20280checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
20281dependencies = [
20282 "anyhow",
20283 "heck 0.5.0",
20284 "wit-parser 0.227.1",
20285]
20286
20287[[package]]
20288name = "wit-bindgen-rt"
20289version = "0.22.0"
20290source = "registry+https://github.com/rust-lang/crates.io-index"
20291checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
20292
20293[[package]]
20294name = "wit-bindgen-rt"
20295version = "0.41.0"
20296source = "registry+https://github.com/rust-lang/crates.io-index"
20297checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
20298dependencies = [
20299 "bitflags 2.9.4",
20300 "futures 0.3.31",
20301 "once_cell",
20302]
20303
20304[[package]]
20305name = "wit-bindgen-rust"
20306version = "0.22.0"
20307source = "registry+https://github.com/rust-lang/crates.io-index"
20308checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
20309dependencies = [
20310 "anyhow",
20311 "heck 0.4.1",
20312 "indexmap 2.11.4",
20313 "wasm-metadata 0.201.0",
20314 "wit-bindgen-core 0.22.0",
20315 "wit-component 0.201.0",
20316]
20317
20318[[package]]
20319name = "wit-bindgen-rust"
20320version = "0.41.0"
20321source = "registry+https://github.com/rust-lang/crates.io-index"
20322checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
20323dependencies = [
20324 "anyhow",
20325 "heck 0.5.0",
20326 "indexmap 2.11.4",
20327 "prettyplease",
20328 "syn 2.0.106",
20329 "wasm-metadata 0.227.1",
20330 "wit-bindgen-core 0.41.0",
20331 "wit-component 0.227.1",
20332]
20333
20334[[package]]
20335name = "wit-bindgen-rust-macro"
20336version = "0.22.0"
20337source = "registry+https://github.com/rust-lang/crates.io-index"
20338checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
20339dependencies = [
20340 "anyhow",
20341 "proc-macro2",
20342 "quote",
20343 "syn 2.0.106",
20344 "wit-bindgen-core 0.22.0",
20345 "wit-bindgen-rust 0.22.0",
20346]
20347
20348[[package]]
20349name = "wit-bindgen-rust-macro"
20350version = "0.41.0"
20351source = "registry+https://github.com/rust-lang/crates.io-index"
20352checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
20353dependencies = [
20354 "anyhow",
20355 "prettyplease",
20356 "proc-macro2",
20357 "quote",
20358 "syn 2.0.106",
20359 "wit-bindgen-core 0.41.0",
20360 "wit-bindgen-rust 0.41.0",
20361]
20362
20363[[package]]
20364name = "wit-component"
20365version = "0.201.0"
20366source = "registry+https://github.com/rust-lang/crates.io-index"
20367checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
20368dependencies = [
20369 "anyhow",
20370 "bitflags 2.9.4",
20371 "indexmap 2.11.4",
20372 "log",
20373 "serde",
20374 "serde_derive",
20375 "serde_json",
20376 "wasm-encoder 0.201.0",
20377 "wasm-metadata 0.201.0",
20378 "wasmparser 0.201.0",
20379 "wit-parser 0.201.0",
20380]
20381
20382[[package]]
20383name = "wit-component"
20384version = "0.227.1"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
20387dependencies = [
20388 "anyhow",
20389 "bitflags 2.9.4",
20390 "indexmap 2.11.4",
20391 "log",
20392 "serde",
20393 "serde_derive",
20394 "serde_json",
20395 "wasm-encoder 0.227.1",
20396 "wasm-metadata 0.227.1",
20397 "wasmparser 0.227.1",
20398 "wit-parser 0.227.1",
20399]
20400
20401[[package]]
20402name = "wit-parser"
20403version = "0.201.0"
20404source = "registry+https://github.com/rust-lang/crates.io-index"
20405checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
20406dependencies = [
20407 "anyhow",
20408 "id-arena",
20409 "indexmap 2.11.4",
20410 "log",
20411 "semver",
20412 "serde",
20413 "serde_derive",
20414 "serde_json",
20415 "unicode-xid",
20416 "wasmparser 0.201.0",
20417]
20418
20419[[package]]
20420name = "wit-parser"
20421version = "0.221.3"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
20424dependencies = [
20425 "anyhow",
20426 "id-arena",
20427 "indexmap 2.11.4",
20428 "log",
20429 "semver",
20430 "serde",
20431 "serde_derive",
20432 "serde_json",
20433 "unicode-xid",
20434 "wasmparser 0.221.3",
20435]
20436
20437[[package]]
20438name = "wit-parser"
20439version = "0.227.1"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
20442dependencies = [
20443 "anyhow",
20444 "id-arena",
20445 "indexmap 2.11.4",
20446 "log",
20447 "semver",
20448 "serde",
20449 "serde_derive",
20450 "serde_json",
20451 "unicode-xid",
20452 "wasmparser 0.227.1",
20453]
20454
20455[[package]]
20456name = "witx"
20457version = "0.9.1"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
20460dependencies = [
20461 "anyhow",
20462 "log",
20463 "thiserror 1.0.69",
20464 "wast",
20465]
20466
20467[[package]]
20468name = "workspace"
20469version = "0.1.0"
20470dependencies = [
20471 "any_vec",
20472 "anyhow",
20473 "async-recursion",
20474 "call",
20475 "client",
20476 "clock",
20477 "collections",
20478 "component",
20479 "dap",
20480 "db",
20481 "fs",
20482 "futures 0.3.31",
20483 "gpui",
20484 "http_client",
20485 "itertools 0.14.0",
20486 "language",
20487 "log",
20488 "menu",
20489 "node_runtime",
20490 "parking_lot",
20491 "postage",
20492 "pretty_assertions",
20493 "project",
20494 "remote",
20495 "schemars 1.0.4",
20496 "serde",
20497 "serde_json",
20498 "session",
20499 "settings",
20500 "smallvec",
20501 "sqlez",
20502 "strum 0.27.2",
20503 "task",
20504 "telemetry",
20505 "tempfile",
20506 "theme",
20507 "ui",
20508 "util",
20509 "uuid",
20510 "windows 0.61.3",
20511 "zed_actions",
20512 "zlog",
20513]
20514
20515[[package]]
20516name = "worktree"
20517version = "0.1.0"
20518dependencies = [
20519 "anyhow",
20520 "async-lock 2.8.0",
20521 "clock",
20522 "collections",
20523 "fs",
20524 "futures 0.3.31",
20525 "fuzzy",
20526 "git",
20527 "git2",
20528 "gpui",
20529 "http_client",
20530 "ignore",
20531 "language",
20532 "log",
20533 "parking_lot",
20534 "paths",
20535 "postage",
20536 "pretty_assertions",
20537 "rand 0.9.2",
20538 "rpc",
20539 "serde",
20540 "serde_json",
20541 "settings",
20542 "smallvec",
20543 "smol",
20544 "sum_tree",
20545 "text",
20546 "util",
20547 "zlog",
20548]
20549
20550[[package]]
20551name = "writeable"
20552version = "0.6.1"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
20555
20556[[package]]
20557name = "wyz"
20558version = "0.5.1"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
20561dependencies = [
20562 "tap",
20563]
20564
20565[[package]]
20566name = "x11"
20567version = "2.21.0"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
20570dependencies = [
20571 "libc",
20572 "pkg-config",
20573]
20574
20575[[package]]
20576name = "x11-clipboard"
20577version = "0.9.3"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
20580dependencies = [
20581 "libc",
20582 "x11rb",
20583]
20584
20585[[package]]
20586name = "x11rb"
20587version = "0.13.2"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
20590dependencies = [
20591 "as-raw-xcb-connection",
20592 "gethostname",
20593 "libc",
20594 "rustix 1.1.2",
20595 "x11rb-protocol",
20596 "xcursor",
20597]
20598
20599[[package]]
20600name = "x11rb-protocol"
20601version = "0.13.2"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
20604
20605[[package]]
20606name = "x_ai"
20607version = "0.1.0"
20608dependencies = [
20609 "anyhow",
20610 "schemars 1.0.4",
20611 "serde",
20612 "strum 0.27.2",
20613]
20614
20615[[package]]
20616name = "xattr"
20617version = "0.2.3"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
20620dependencies = [
20621 "libc",
20622]
20623
20624[[package]]
20625name = "xcb"
20626version = "1.6.0"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
20629dependencies = [
20630 "bitflags 1.3.2",
20631 "libc",
20632 "quick-xml 0.30.0",
20633 "x11",
20634]
20635
20636[[package]]
20637name = "xcursor"
20638version = "0.3.10"
20639source = "registry+https://github.com/rust-lang/crates.io-index"
20640checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
20641
20642[[package]]
20643name = "xim-ctext"
20644version = "0.3.0"
20645source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20646dependencies = [
20647 "encoding_rs",
20648]
20649
20650[[package]]
20651name = "xim-parser"
20652version = "0.2.1"
20653source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20654dependencies = [
20655 "bitflags 2.9.4",
20656]
20657
20658[[package]]
20659name = "xkbcommon"
20660version = "0.8.0"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20663dependencies = [
20664 "as-raw-xcb-connection",
20665 "libc",
20666 "memmap2",
20667 "xkeysym",
20668]
20669
20670[[package]]
20671name = "xkeysym"
20672version = "0.2.1"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20675
20676[[package]]
20677name = "xml5ever"
20678version = "0.18.1"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20681dependencies = [
20682 "log",
20683 "mac",
20684 "markup5ever 0.12.1",
20685]
20686
20687[[package]]
20688name = "xmlparser"
20689version = "0.13.6"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20692
20693[[package]]
20694name = "xmlwriter"
20695version = "0.1.0"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20698
20699[[package]]
20700name = "xtask"
20701version = "0.1.0"
20702dependencies = [
20703 "anyhow",
20704 "cargo_metadata",
20705 "cargo_toml",
20706 "clap",
20707 "indoc",
20708 "toml 0.8.23",
20709 "toml_edit 0.22.27",
20710]
20711
20712[[package]]
20713name = "xxhash-rust"
20714version = "0.8.15"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
20717
20718[[package]]
20719name = "yaml-rust2"
20720version = "0.8.1"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20723dependencies = [
20724 "arraydeque",
20725 "encoding_rs",
20726 "hashlink 0.8.4",
20727]
20728
20729[[package]]
20730name = "yansi"
20731version = "1.0.1"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20734
20735[[package]]
20736name = "yawc"
20737version = "0.2.5"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20740dependencies = [
20741 "base64 0.22.1",
20742 "bytes 1.10.1",
20743 "flate2",
20744 "futures 0.3.31",
20745 "http-body-util",
20746 "hyper 1.7.0",
20747 "hyper-util",
20748 "js-sys",
20749 "nom 8.0.0",
20750 "pin-project",
20751 "rand 0.8.5",
20752 "sha1",
20753 "thiserror 1.0.69",
20754 "tokio",
20755 "tokio-rustls 0.26.2",
20756 "tokio-util",
20757 "url",
20758 "wasm-bindgen",
20759 "wasm-bindgen-futures",
20760 "web-sys",
20761 "webpki-roots",
20762]
20763
20764[[package]]
20765name = "yazi"
20766version = "0.2.1"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20769
20770[[package]]
20771name = "yeslogic-fontconfig-sys"
20772version = "6.0.0"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20775dependencies = [
20776 "dlib",
20777 "once_cell",
20778 "pkg-config",
20779]
20780
20781[[package]]
20782name = "yoke"
20783version = "0.7.5"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20786dependencies = [
20787 "serde",
20788 "stable_deref_trait",
20789 "yoke-derive 0.7.5",
20790 "zerofrom",
20791]
20792
20793[[package]]
20794name = "yoke"
20795version = "0.8.0"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
20798dependencies = [
20799 "serde",
20800 "stable_deref_trait",
20801 "yoke-derive 0.8.0",
20802 "zerofrom",
20803]
20804
20805[[package]]
20806name = "yoke-derive"
20807version = "0.7.5"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20810dependencies = [
20811 "proc-macro2",
20812 "quote",
20813 "syn 2.0.106",
20814 "synstructure",
20815]
20816
20817[[package]]
20818name = "yoke-derive"
20819version = "0.8.0"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
20822dependencies = [
20823 "proc-macro2",
20824 "quote",
20825 "syn 2.0.106",
20826 "synstructure",
20827]
20828
20829[[package]]
20830name = "zbus"
20831version = "5.12.0"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
20834dependencies = [
20835 "async-broadcast",
20836 "async-executor",
20837 "async-io",
20838 "async-lock 3.4.1",
20839 "async-process",
20840 "async-recursion",
20841 "async-task",
20842 "async-trait",
20843 "blocking",
20844 "enumflags2",
20845 "event-listener 5.4.1",
20846 "futures-core",
20847 "futures-lite 2.6.1",
20848 "hex",
20849 "nix 0.30.1",
20850 "ordered-stream",
20851 "serde",
20852 "serde_repr",
20853 "tracing",
20854 "uds_windows",
20855 "uuid",
20856 "windows-sys 0.61.2",
20857 "winnow",
20858 "zbus_macros",
20859 "zbus_names",
20860 "zvariant",
20861]
20862
20863[[package]]
20864name = "zbus_macros"
20865version = "5.12.0"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
20868dependencies = [
20869 "proc-macro-crate",
20870 "proc-macro2",
20871 "quote",
20872 "syn 2.0.106",
20873 "zbus_names",
20874 "zvariant",
20875 "zvariant_utils",
20876]
20877
20878[[package]]
20879name = "zbus_names"
20880version = "4.2.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20883dependencies = [
20884 "serde",
20885 "static_assertions",
20886 "winnow",
20887 "zvariant",
20888]
20889
20890[[package]]
20891name = "zed"
20892version = "0.210.0"
20893dependencies = [
20894 "acp_tools",
20895 "activity_indicator",
20896 "agent_settings",
20897 "agent_ui",
20898 "anyhow",
20899 "ashpd 0.11.0",
20900 "askpass",
20901 "assets",
20902 "audio",
20903 "auto_update",
20904 "auto_update_ui",
20905 "backtrace",
20906 "bincode 1.3.3",
20907 "breadcrumbs",
20908 "call",
20909 "channel",
20910 "clap",
20911 "cli",
20912 "client",
20913 "codestral",
20914 "collab_ui",
20915 "collections",
20916 "command_palette",
20917 "component",
20918 "copilot",
20919 "crashes",
20920 "dap",
20921 "dap_adapters",
20922 "db",
20923 "debug_adapter_extension",
20924 "debugger_tools",
20925 "debugger_ui",
20926 "diagnostics",
20927 "edit_prediction_button",
20928 "editor",
20929 "env_logger 0.11.8",
20930 "extension",
20931 "extension_host",
20932 "extensions_ui",
20933 "feature_flags",
20934 "feedback",
20935 "file_finder",
20936 "fs",
20937 "futures 0.3.31",
20938 "git",
20939 "git_hosting_providers",
20940 "git_ui",
20941 "go_to_line",
20942 "gpui",
20943 "gpui_tokio",
20944 "http_client",
20945 "image_viewer",
20946 "inspector_ui",
20947 "install_cli",
20948 "itertools 0.14.0",
20949 "journal",
20950 "json_schema_store",
20951 "keymap_editor",
20952 "language",
20953 "language_extension",
20954 "language_model",
20955 "language_models",
20956 "language_onboarding",
20957 "language_selector",
20958 "language_tools",
20959 "languages",
20960 "line_ending_selector",
20961 "log",
20962 "markdown",
20963 "markdown_preview",
20964 "menu",
20965 "migrator",
20966 "mimalloc",
20967 "nc",
20968 "nix 0.29.0",
20969 "node_runtime",
20970 "notifications",
20971 "onboarding",
20972 "outline",
20973 "outline_panel",
20974 "parking_lot",
20975 "paths",
20976 "picker",
20977 "pretty_assertions",
20978 "profiling",
20979 "project",
20980 "project_panel",
20981 "project_symbols",
20982 "prompt_store",
20983 "proto",
20984 "recent_projects",
20985 "release_channel",
20986 "remote",
20987 "repl",
20988 "reqwest_client",
20989 "rope",
20990 "search",
20991 "serde",
20992 "serde_json",
20993 "session",
20994 "settings",
20995 "settings_profile_selector",
20996 "settings_ui",
20997 "shellexpand 2.1.2",
20998 "smol",
20999 "snippet_provider",
21000 "snippets_ui",
21001 "supermaven",
21002 "svg_preview",
21003 "sysinfo 0.37.2",
21004 "system_specs",
21005 "tab_switcher",
21006 "task",
21007 "tasks_ui",
21008 "telemetry",
21009 "telemetry_events",
21010 "terminal_view",
21011 "theme",
21012 "theme_extension",
21013 "theme_selector",
21014 "time",
21015 "title_bar",
21016 "toolchain_selector",
21017 "tree-sitter-md",
21018 "tree-sitter-rust",
21019 "ui",
21020 "ui_input",
21021 "ui_prompt",
21022 "url",
21023 "urlencoding",
21024 "util",
21025 "uuid",
21026 "vim",
21027 "vim_mode_setting",
21028 "watch",
21029 "web_search",
21030 "web_search_providers",
21031 "windows 0.61.3",
21032 "winresource",
21033 "workspace",
21034 "zed-reqwest",
21035 "zed_actions",
21036 "zed_env_vars",
21037 "zeta",
21038 "zeta2",
21039 "zeta2_tools",
21040 "zlog",
21041 "zlog_settings",
21042]
21043
21044[[package]]
21045name = "zed-font-kit"
21046version = "0.14.1-zed"
21047source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
21048dependencies = [
21049 "bitflags 2.9.4",
21050 "byteorder",
21051 "core-foundation 0.10.0",
21052 "core-graphics 0.24.0",
21053 "core-text",
21054 "dirs 5.0.1",
21055 "dwrote",
21056 "float-ord",
21057 "freetype-sys",
21058 "lazy_static",
21059 "libc",
21060 "log",
21061 "pathfinder_geometry",
21062 "pathfinder_simd",
21063 "walkdir",
21064 "winapi",
21065 "yeslogic-fontconfig-sys",
21066]
21067
21068[[package]]
21069name = "zed-reqwest"
21070version = "0.12.15-zed"
21071source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
21072dependencies = [
21073 "base64 0.22.1",
21074 "bytes 1.10.1",
21075 "encoding_rs",
21076 "futures-core",
21077 "futures-util",
21078 "h2 0.4.12",
21079 "http 1.3.1",
21080 "http-body 1.0.1",
21081 "http-body-util",
21082 "hyper 1.7.0",
21083 "hyper-rustls 0.27.7",
21084 "hyper-util",
21085 "ipnet",
21086 "js-sys",
21087 "log",
21088 "mime",
21089 "mime_guess",
21090 "once_cell",
21091 "percent-encoding",
21092 "pin-project-lite",
21093 "quinn",
21094 "rustls 0.23.33",
21095 "rustls-native-certs 0.8.2",
21096 "rustls-pemfile 2.2.0",
21097 "rustls-pki-types",
21098 "serde",
21099 "serde_json",
21100 "serde_urlencoded",
21101 "sync_wrapper 1.0.2",
21102 "system-configuration 0.6.1",
21103 "tokio",
21104 "tokio-rustls 0.26.2",
21105 "tokio-socks",
21106 "tokio-util",
21107 "tower 0.5.2",
21108 "tower-service",
21109 "url",
21110 "wasm-bindgen",
21111 "wasm-bindgen-futures",
21112 "wasm-streams",
21113 "web-sys",
21114 "windows-registry 0.4.0",
21115]
21116
21117[[package]]
21118name = "zed-scap"
21119version = "0.0.8-zed"
21120source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
21121dependencies = [
21122 "anyhow",
21123 "cocoa 0.25.0",
21124 "core-graphics-helmer-fork",
21125 "log",
21126 "objc",
21127 "rand 0.8.5",
21128 "screencapturekit",
21129 "screencapturekit-sys",
21130 "sysinfo 0.31.4",
21131 "tao-core-video-sys",
21132 "windows 0.61.3",
21133 "windows-capture",
21134 "x11",
21135 "xcb",
21136]
21137
21138[[package]]
21139name = "zed-xim"
21140version = "0.4.0-zed"
21141source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21142dependencies = [
21143 "ahash 0.8.12",
21144 "hashbrown 0.14.5",
21145 "log",
21146 "x11rb",
21147 "xim-ctext",
21148 "xim-parser",
21149]
21150
21151[[package]]
21152name = "zed_actions"
21153version = "0.1.0"
21154dependencies = [
21155 "gpui",
21156 "schemars 1.0.4",
21157 "serde",
21158 "uuid",
21159]
21160
21161[[package]]
21162name = "zed_env_vars"
21163version = "0.1.0"
21164dependencies = [
21165 "gpui",
21166]
21167
21168[[package]]
21169name = "zed_extension_api"
21170version = "0.1.0"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
21173dependencies = [
21174 "serde",
21175 "serde_json",
21176 "wit-bindgen 0.22.0",
21177]
21178
21179[[package]]
21180name = "zed_extension_api"
21181version = "0.7.0"
21182dependencies = [
21183 "serde",
21184 "serde_json",
21185 "wit-bindgen 0.41.0",
21186]
21187
21188[[package]]
21189name = "zed_extension_api"
21190version = "0.7.0"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
21193dependencies = [
21194 "serde",
21195 "serde_json",
21196 "wit-bindgen 0.41.0",
21197]
21198
21199[[package]]
21200name = "zed_glsl"
21201version = "0.1.0"
21202dependencies = [
21203 "zed_extension_api 0.1.0",
21204]
21205
21206[[package]]
21207name = "zed_html"
21208version = "0.2.3"
21209dependencies = [
21210 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
21211]
21212
21213[[package]]
21214name = "zed_proto"
21215version = "0.2.2"
21216dependencies = [
21217 "zed_extension_api 0.1.0",
21218]
21219
21220[[package]]
21221name = "zed_test_extension"
21222version = "0.1.0"
21223dependencies = [
21224 "zed_extension_api 0.7.0",
21225]
21226
21227[[package]]
21228name = "zeno"
21229version = "0.3.3"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
21232
21233[[package]]
21234name = "zerocopy"
21235version = "0.8.27"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
21238dependencies = [
21239 "zerocopy-derive",
21240]
21241
21242[[package]]
21243name = "zerocopy-derive"
21244version = "0.8.27"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
21247dependencies = [
21248 "proc-macro2",
21249 "quote",
21250 "syn 2.0.106",
21251]
21252
21253[[package]]
21254name = "zerofrom"
21255version = "0.1.6"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
21258dependencies = [
21259 "zerofrom-derive",
21260]
21261
21262[[package]]
21263name = "zerofrom-derive"
21264version = "0.1.6"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
21267dependencies = [
21268 "proc-macro2",
21269 "quote",
21270 "syn 2.0.106",
21271 "synstructure",
21272]
21273
21274[[package]]
21275name = "zeroize"
21276version = "1.8.2"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
21279dependencies = [
21280 "zeroize_derive",
21281]
21282
21283[[package]]
21284name = "zeroize_derive"
21285version = "1.4.2"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
21288dependencies = [
21289 "proc-macro2",
21290 "quote",
21291 "syn 2.0.106",
21292]
21293
21294[[package]]
21295name = "zeromq"
21296version = "0.5.0-pre"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
21299dependencies = [
21300 "async-dispatcher",
21301 "async-std",
21302 "async-trait",
21303 "asynchronous-codec",
21304 "bytes 1.10.1",
21305 "crossbeam-queue",
21306 "dashmap 5.5.3",
21307 "futures 0.3.31",
21308 "log",
21309 "num-traits",
21310 "once_cell",
21311 "parking_lot",
21312 "rand 0.8.5",
21313 "regex",
21314 "thiserror 1.0.69",
21315 "uuid",
21316]
21317
21318[[package]]
21319name = "zerotrie"
21320version = "0.2.2"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
21323dependencies = [
21324 "displaydoc",
21325 "yoke 0.8.0",
21326 "zerofrom",
21327]
21328
21329[[package]]
21330name = "zerovec"
21331version = "0.11.4"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
21334dependencies = [
21335 "yoke 0.8.0",
21336 "zerofrom",
21337 "zerovec-derive",
21338]
21339
21340[[package]]
21341name = "zerovec-derive"
21342version = "0.11.1"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
21345dependencies = [
21346 "proc-macro2",
21347 "quote",
21348 "syn 2.0.106",
21349]
21350
21351[[package]]
21352name = "zeta"
21353version = "0.1.0"
21354dependencies = [
21355 "ai_onboarding",
21356 "anyhow",
21357 "arrayvec",
21358 "call",
21359 "client",
21360 "clock",
21361 "cloud_api_types",
21362 "cloud_llm_client",
21363 "collections",
21364 "command_palette_hooks",
21365 "copilot",
21366 "ctor",
21367 "db",
21368 "edit_prediction",
21369 "editor",
21370 "feature_flags",
21371 "fs",
21372 "futures 0.3.31",
21373 "gpui",
21374 "http_client",
21375 "indoc",
21376 "itertools 0.14.0",
21377 "language",
21378 "language_model",
21379 "log",
21380 "menu",
21381 "parking_lot",
21382 "postage",
21383 "project",
21384 "rand 0.9.2",
21385 "regex",
21386 "release_channel",
21387 "reqwest_client",
21388 "rpc",
21389 "serde",
21390 "serde_json",
21391 "settings",
21392 "strum 0.27.2",
21393 "telemetry",
21394 "telemetry_events",
21395 "theme",
21396 "thiserror 2.0.17",
21397 "tree-sitter-go",
21398 "tree-sitter-rust",
21399 "ui",
21400 "util",
21401 "uuid",
21402 "workspace",
21403 "worktree",
21404 "zed_actions",
21405 "zlog",
21406]
21407
21408[[package]]
21409name = "zeta2"
21410version = "0.1.0"
21411dependencies = [
21412 "anyhow",
21413 "arrayvec",
21414 "chrono",
21415 "client",
21416 "clock",
21417 "cloud_llm_client",
21418 "cloud_zeta2_prompt",
21419 "edit_prediction",
21420 "edit_prediction_context",
21421 "feature_flags",
21422 "futures 0.3.31",
21423 "gpui",
21424 "indoc",
21425 "language",
21426 "language_model",
21427 "log",
21428 "lsp",
21429 "pretty_assertions",
21430 "project",
21431 "release_channel",
21432 "serde",
21433 "serde_json",
21434 "settings",
21435 "thiserror 2.0.17",
21436 "util",
21437 "uuid",
21438 "workspace",
21439 "worktree",
21440]
21441
21442[[package]]
21443name = "zeta2_tools"
21444version = "0.1.0"
21445dependencies = [
21446 "chrono",
21447 "clap",
21448 "client",
21449 "cloud_llm_client",
21450 "collections",
21451 "edit_prediction_context",
21452 "editor",
21453 "feature_flags",
21454 "futures 0.3.31",
21455 "gpui",
21456 "indoc",
21457 "language",
21458 "log",
21459 "multi_buffer",
21460 "ordered-float 2.10.1",
21461 "pretty_assertions",
21462 "project",
21463 "serde",
21464 "serde_json",
21465 "settings",
21466 "text",
21467 "ui",
21468 "ui_input",
21469 "util",
21470 "workspace",
21471 "zeta2",
21472 "zlog",
21473]
21474
21475[[package]]
21476name = "zeta_cli"
21477version = "0.1.0"
21478dependencies = [
21479 "anyhow",
21480 "chrono",
21481 "clap",
21482 "client",
21483 "cloud_llm_client",
21484 "cloud_zeta2_prompt",
21485 "collections",
21486 "debug_adapter_extension",
21487 "edit_prediction_context",
21488 "extension",
21489 "fs",
21490 "futures 0.3.31",
21491 "gpui",
21492 "gpui_tokio",
21493 "language",
21494 "language_extension",
21495 "language_model",
21496 "language_models",
21497 "languages",
21498 "log",
21499 "node_runtime",
21500 "ordered-float 2.10.1",
21501 "paths",
21502 "polars",
21503 "project",
21504 "prompt_store",
21505 "release_channel",
21506 "reqwest_client",
21507 "serde",
21508 "serde_json",
21509 "settings",
21510 "shellexpand 2.1.2",
21511 "smol",
21512 "soa-rs",
21513 "terminal_view",
21514 "util",
21515 "watch",
21516 "zeta",
21517 "zeta2",
21518 "zlog",
21519]
21520
21521[[package]]
21522name = "zip"
21523version = "0.6.6"
21524source = "registry+https://github.com/rust-lang/crates.io-index"
21525checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
21526dependencies = [
21527 "aes",
21528 "byteorder",
21529 "bzip2",
21530 "constant_time_eq 0.1.5",
21531 "crc32fast",
21532 "crossbeam-utils",
21533 "flate2",
21534 "hmac",
21535 "pbkdf2 0.11.0",
21536 "sha1",
21537 "time",
21538 "zstd 0.11.2+zstd.1.5.2",
21539]
21540
21541[[package]]
21542name = "zip"
21543version = "1.1.4"
21544source = "registry+https://github.com/rust-lang/crates.io-index"
21545checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
21546dependencies = [
21547 "arbitrary",
21548 "crc32fast",
21549 "crossbeam-utils",
21550 "displaydoc",
21551 "indexmap 2.11.4",
21552 "num_enum",
21553 "thiserror 1.0.69",
21554]
21555
21556[[package]]
21557name = "zlib-rs"
21558version = "0.5.2"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
21561
21562[[package]]
21563name = "zlog"
21564version = "0.1.0"
21565dependencies = [
21566 "anyhow",
21567 "chrono",
21568 "collections",
21569 "log",
21570 "tempfile",
21571]
21572
21573[[package]]
21574name = "zlog_settings"
21575version = "0.1.0"
21576dependencies = [
21577 "collections",
21578 "gpui",
21579 "settings",
21580 "zlog",
21581]
21582
21583[[package]]
21584name = "zstd"
21585version = "0.11.2+zstd.1.5.2"
21586source = "registry+https://github.com/rust-lang/crates.io-index"
21587checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
21588dependencies = [
21589 "zstd-safe 5.0.2+zstd.1.5.2",
21590]
21591
21592[[package]]
21593name = "zstd"
21594version = "0.13.3"
21595source = "registry+https://github.com/rust-lang/crates.io-index"
21596checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
21597dependencies = [
21598 "zstd-safe 7.2.4",
21599]
21600
21601[[package]]
21602name = "zstd-safe"
21603version = "5.0.2+zstd.1.5.2"
21604source = "registry+https://github.com/rust-lang/crates.io-index"
21605checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
21606dependencies = [
21607 "libc",
21608 "zstd-sys",
21609]
21610
21611[[package]]
21612name = "zstd-safe"
21613version = "7.2.4"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
21616dependencies = [
21617 "zstd-sys",
21618]
21619
21620[[package]]
21621name = "zstd-sys"
21622version = "2.0.16+zstd.1.5.7"
21623source = "registry+https://github.com/rust-lang/crates.io-index"
21624checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
21625dependencies = [
21626 "cc",
21627 "pkg-config",
21628]
21629
21630[[package]]
21631name = "zune-core"
21632version = "0.4.12"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
21635
21636[[package]]
21637name = "zune-inflate"
21638version = "0.2.54"
21639source = "registry+https://github.com/rust-lang/crates.io-index"
21640checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
21641dependencies = [
21642 "simd-adler32",
21643]
21644
21645[[package]]
21646name = "zune-jpeg"
21647version = "0.4.21"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
21650dependencies = [
21651 "zune-core",
21652]
21653
21654[[package]]
21655name = "zvariant"
21656version = "5.8.0"
21657source = "registry+https://github.com/rust-lang/crates.io-index"
21658checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
21659dependencies = [
21660 "endi",
21661 "enumflags2",
21662 "serde",
21663 "url",
21664 "winnow",
21665 "zvariant_derive",
21666 "zvariant_utils",
21667]
21668
21669[[package]]
21670name = "zvariant_derive"
21671version = "5.8.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
21674dependencies = [
21675 "proc-macro-crate",
21676 "proc-macro2",
21677 "quote",
21678 "syn 2.0.106",
21679 "zvariant_utils",
21680]
21681
21682[[package]]
21683name = "zvariant_utils"
21684version = "3.2.1"
21685source = "registry+https://github.com/rust-lang/crates.io-index"
21686checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
21687dependencies = [
21688 "proc-macro2",
21689 "quote",
21690 "serde",
21691 "syn 2.0.106",
21692 "winnow",
21693]