Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "pretty_assertions",
  417 "project",
  418 "prompt_library",
  419 "prompt_store",
  420 "proto",
  421 "rand 0.8.5",
  422 "rope",
  423 "schemars",
  424 "search",
  425 "serde",
  426 "serde_json_lenient",
  427 "settings",
  428 "smol",
  429 "streaming_diff",
  430 "telemetry",
  431 "telemetry_events",
  432 "terminal",
  433 "terminal_view",
  434 "text",
  435 "theme",
  436 "tree-sitter-md",
  437 "ui",
  438 "unindent",
  439 "util",
  440 "workspace",
  441 "zed_actions",
  442]
  443
  444[[package]]
  445name = "assistant2"
  446version = "0.1.0"
  447dependencies = [
  448 "anyhow",
  449 "assistant_context_editor",
  450 "assistant_settings",
  451 "assistant_slash_command",
  452 "assistant_tool",
  453 "async-watch",
  454 "buffer_diff",
  455 "chrono",
  456 "client",
  457 "clock",
  458 "collections",
  459 "command_palette_hooks",
  460 "context_server",
  461 "convert_case 0.8.0",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indexmap",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "ordered-float 2.10.1",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "serde",
  497 "serde_json",
  498 "settings",
  499 "smol",
  500 "streaming_diff",
  501 "telemetry",
  502 "telemetry_events",
  503 "terminal",
  504 "terminal_view",
  505 "text",
  506 "theme",
  507 "time",
  508 "time_format",
  509 "ui",
  510 "util",
  511 "uuid",
  512 "vim_mode_setting",
  513 "workspace",
  514 "zed_actions",
  515]
  516
  517[[package]]
  518name = "assistant_context_editor"
  519version = "0.1.0"
  520dependencies = [
  521 "anyhow",
  522 "assistant_settings",
  523 "assistant_slash_command",
  524 "assistant_slash_commands",
  525 "chrono",
  526 "client",
  527 "clock",
  528 "collections",
  529 "context_server",
  530 "editor",
  531 "fs",
  532 "futures 0.3.31",
  533 "fuzzy",
  534 "gpui",
  535 "indexed_docs",
  536 "language",
  537 "language_model",
  538 "language_model_selector",
  539 "languages",
  540 "log",
  541 "multi_buffer",
  542 "open_ai",
  543 "parking_lot",
  544 "paths",
  545 "picker",
  546 "pretty_assertions",
  547 "project",
  548 "prompt_store",
  549 "rand 0.8.5",
  550 "regex",
  551 "rope",
  552 "rpc",
  553 "serde",
  554 "serde_json",
  555 "settings",
  556 "smallvec",
  557 "smol",
  558 "strum",
  559 "telemetry_events",
  560 "text",
  561 "theme",
  562 "tree-sitter-md",
  563 "ui",
  564 "unindent",
  565 "util",
  566 "uuid",
  567 "workspace",
  568]
  569
  570[[package]]
  571name = "assistant_eval"
  572version = "0.1.0"
  573dependencies = [
  574 "anyhow",
  575 "assistant2",
  576 "assistant_tool",
  577 "assistant_tools",
  578 "clap",
  579 "client",
  580 "collections",
  581 "context_server",
  582 "dap",
  583 "env_logger 0.11.7",
  584 "fs",
  585 "futures 0.3.31",
  586 "gpui",
  587 "gpui_tokio",
  588 "itertools 0.14.0",
  589 "language",
  590 "language_model",
  591 "language_models",
  592 "node_runtime",
  593 "project",
  594 "prompt_store",
  595 "regex",
  596 "release_channel",
  597 "reqwest_client",
  598 "serde",
  599 "serde_json",
  600 "serde_json_lenient",
  601 "settings",
  602 "smol",
  603 "util",
  604]
  605
  606[[package]]
  607name = "assistant_settings"
  608version = "0.1.0"
  609dependencies = [
  610 "anthropic",
  611 "anyhow",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "indexmap",
  617 "language_model",
  618 "lmstudio",
  619 "log",
  620 "ollama",
  621 "open_ai",
  622 "paths",
  623 "schemars",
  624 "serde",
  625 "serde_json_lenient",
  626 "settings",
  627]
  628
  629[[package]]
  630name = "assistant_slash_command"
  631version = "0.1.0"
  632dependencies = [
  633 "anyhow",
  634 "async-trait",
  635 "collections",
  636 "derive_more",
  637 "extension",
  638 "futures 0.3.31",
  639 "gpui",
  640 "language",
  641 "language_model",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "serde",
  645 "serde_json",
  646 "ui",
  647 "workspace",
  648]
  649
  650[[package]]
  651name = "assistant_slash_commands"
  652version = "0.1.0"
  653dependencies = [
  654 "anyhow",
  655 "assistant_slash_command",
  656 "cargo_toml",
  657 "chrono",
  658 "collections",
  659 "context_server",
  660 "editor",
  661 "env_logger 0.11.7",
  662 "feature_flags",
  663 "fs",
  664 "futures 0.3.31",
  665 "fuzzy",
  666 "globset",
  667 "gpui",
  668 "html_to_markdown",
  669 "http_client",
  670 "indexed_docs",
  671 "language",
  672 "pretty_assertions",
  673 "project",
  674 "prompt_store",
  675 "rope",
  676 "serde",
  677 "serde_json",
  678 "settings",
  679 "smol",
  680 "terminal_view",
  681 "text",
  682 "toml 0.8.20",
  683 "ui",
  684 "util",
  685 "workspace",
  686 "worktree",
  687]
  688
  689[[package]]
  690name = "assistant_tool"
  691version = "0.1.0"
  692dependencies = [
  693 "anyhow",
  694 "async-watch",
  695 "buffer_diff",
  696 "clock",
  697 "collections",
  698 "derive_more",
  699 "gpui",
  700 "icons",
  701 "language",
  702 "language_model",
  703 "parking_lot",
  704 "project",
  705 "serde",
  706 "serde_json",
  707 "settings",
  708 "text",
  709 "util",
  710]
  711
  712[[package]]
  713name = "assistant_tools"
  714version = "0.1.0"
  715dependencies = [
  716 "anyhow",
  717 "assistant_tool",
  718 "chrono",
  719 "clock",
  720 "collections",
  721 "feature_flags",
  722 "futures 0.3.31",
  723 "gpui",
  724 "html_to_markdown",
  725 "http_client",
  726 "itertools 0.14.0",
  727 "language",
  728 "language_model",
  729 "open",
  730 "project",
  731 "rand 0.8.5",
  732 "release_channel",
  733 "schemars",
  734 "serde",
  735 "serde_json",
  736 "settings",
  737 "theme",
  738 "ui",
  739 "unindent",
  740 "util",
  741 "workspace",
  742 "worktree",
  743]
  744
  745[[package]]
  746name = "async-attributes"
  747version = "1.1.2"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  750dependencies = [
  751 "quote",
  752 "syn 1.0.109",
  753]
  754
  755[[package]]
  756name = "async-broadcast"
  757version = "0.7.2"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  760dependencies = [
  761 "event-listener 5.3.1",
  762 "event-listener-strategy",
  763 "futures-core",
  764 "pin-project-lite",
  765]
  766
  767[[package]]
  768name = "async-channel"
  769version = "1.9.0"
  770source = "registry+https://github.com/rust-lang/crates.io-index"
  771checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  772dependencies = [
  773 "concurrent-queue",
  774 "event-listener 2.5.3",
  775 "futures-core",
  776]
  777
  778[[package]]
  779name = "async-channel"
  780version = "2.3.1"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  783dependencies = [
  784 "concurrent-queue",
  785 "event-listener-strategy",
  786 "futures-core",
  787 "pin-project-lite",
  788]
  789
  790[[package]]
  791name = "async-compat"
  792version = "0.2.4"
  793source = "registry+https://github.com/rust-lang/crates.io-index"
  794checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  795dependencies = [
  796 "futures-core",
  797 "futures-io",
  798 "once_cell",
  799 "pin-project-lite",
  800 "tokio",
  801]
  802
  803[[package]]
  804name = "async-compression"
  805version = "0.4.22"
  806source = "registry+https://github.com/rust-lang/crates.io-index"
  807checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  808dependencies = [
  809 "deflate64",
  810 "flate2",
  811 "futures-core",
  812 "futures-io",
  813 "memchr",
  814 "pin-project-lite",
  815]
  816
  817[[package]]
  818name = "async-dispatcher"
  819version = "0.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  822dependencies = [
  823 "async-task",
  824 "futures-lite 1.13.0",
  825]
  826
  827[[package]]
  828name = "async-executor"
  829version = "1.13.1"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  832dependencies = [
  833 "async-task",
  834 "concurrent-queue",
  835 "fastrand 2.3.0",
  836 "futures-lite 2.6.0",
  837 "slab",
  838]
  839
  840[[package]]
  841name = "async-fs"
  842version = "2.1.2"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  845dependencies = [
  846 "async-lock",
  847 "blocking",
  848 "futures-lite 2.6.0",
  849]
  850
  851[[package]]
  852name = "async-global-executor"
  853version = "2.4.1"
  854source = "registry+https://github.com/rust-lang/crates.io-index"
  855checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  856dependencies = [
  857 "async-channel 2.3.1",
  858 "async-executor",
  859 "async-io",
  860 "async-lock",
  861 "blocking",
  862 "futures-lite 2.6.0",
  863 "once_cell",
  864]
  865
  866[[package]]
  867name = "async-io"
  868version = "2.4.0"
  869source = "registry+https://github.com/rust-lang/crates.io-index"
  870checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  871dependencies = [
  872 "async-lock",
  873 "cfg-if",
  874 "concurrent-queue",
  875 "futures-io",
  876 "futures-lite 2.6.0",
  877 "parking",
  878 "polling",
  879 "rustix",
  880 "slab",
  881 "tracing",
  882 "windows-sys 0.59.0",
  883]
  884
  885[[package]]
  886name = "async-lock"
  887version = "3.4.0"
  888source = "registry+https://github.com/rust-lang/crates.io-index"
  889checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  890dependencies = [
  891 "event-listener 5.3.1",
  892 "event-listener-strategy",
  893 "pin-project-lite",
  894]
  895
  896[[package]]
  897name = "async-native-tls"
  898version = "0.5.0"
  899source = "registry+https://github.com/rust-lang/crates.io-index"
  900checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  901dependencies = [
  902 "futures-util",
  903 "native-tls",
  904 "thiserror 1.0.69",
  905 "url",
  906]
  907
  908[[package]]
  909name = "async-net"
  910version = "2.0.0"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  913dependencies = [
  914 "async-io",
  915 "blocking",
  916 "futures-lite 2.6.0",
  917]
  918
  919[[package]]
  920name = "async-pipe"
  921version = "0.1.3"
  922source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  923dependencies = [
  924 "futures 0.3.31",
  925 "log",
  926]
  927
  928[[package]]
  929name = "async-process"
  930version = "2.3.0"
  931source = "registry+https://github.com/rust-lang/crates.io-index"
  932checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  933dependencies = [
  934 "async-channel 2.3.1",
  935 "async-io",
  936 "async-lock",
  937 "async-signal",
  938 "async-task",
  939 "blocking",
  940 "cfg-if",
  941 "event-listener 5.3.1",
  942 "futures-lite 2.6.0",
  943 "rustix",
  944 "tracing",
  945]
  946
  947[[package]]
  948name = "async-recursion"
  949version = "0.3.2"
  950source = "registry+https://github.com/rust-lang/crates.io-index"
  951checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  952dependencies = [
  953 "proc-macro2",
  954 "quote",
  955 "syn 1.0.109",
  956]
  957
  958[[package]]
  959name = "async-recursion"
  960version = "1.1.1"
  961source = "registry+https://github.com/rust-lang/crates.io-index"
  962checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  963dependencies = [
  964 "proc-macro2",
  965 "quote",
  966 "syn 2.0.100",
  967]
  968
  969[[package]]
  970name = "async-signal"
  971version = "0.2.10"
  972source = "registry+https://github.com/rust-lang/crates.io-index"
  973checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  974dependencies = [
  975 "async-io",
  976 "async-lock",
  977 "atomic-waker",
  978 "cfg-if",
  979 "futures-core",
  980 "futures-io",
  981 "rustix",
  982 "signal-hook-registry",
  983 "slab",
  984 "windows-sys 0.59.0",
  985]
  986
  987[[package]]
  988name = "async-std"
  989version = "1.13.1"
  990source = "registry+https://github.com/rust-lang/crates.io-index"
  991checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  992dependencies = [
  993 "async-attributes",
  994 "async-channel 1.9.0",
  995 "async-global-executor",
  996 "async-io",
  997 "async-lock",
  998 "async-process",
  999 "crossbeam-utils",
 1000 "futures-channel",
 1001 "futures-core",
 1002 "futures-io",
 1003 "futures-lite 2.6.0",
 1004 "gloo-timers",
 1005 "kv-log-macro",
 1006 "log",
 1007 "memchr",
 1008 "once_cell",
 1009 "pin-project-lite",
 1010 "pin-utils",
 1011 "slab",
 1012 "wasm-bindgen-futures",
 1013]
 1014
 1015[[package]]
 1016name = "async-stream"
 1017version = "0.3.6"
 1018source = "registry+https://github.com/rust-lang/crates.io-index"
 1019checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1020dependencies = [
 1021 "async-stream-impl",
 1022 "futures-core",
 1023 "pin-project-lite",
 1024]
 1025
 1026[[package]]
 1027name = "async-stream-impl"
 1028version = "0.3.6"
 1029source = "registry+https://github.com/rust-lang/crates.io-index"
 1030checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1031dependencies = [
 1032 "proc-macro2",
 1033 "quote",
 1034 "syn 2.0.100",
 1035]
 1036
 1037[[package]]
 1038name = "async-stripe"
 1039version = "0.40.0"
 1040source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1041dependencies = [
 1042 "chrono",
 1043 "futures-util",
 1044 "http-types",
 1045 "hyper 0.14.32",
 1046 "hyper-rustls 0.24.2",
 1047 "serde",
 1048 "serde_json",
 1049 "serde_path_to_error",
 1050 "serde_qs 0.10.1",
 1051 "smart-default",
 1052 "smol_str 0.1.24",
 1053 "thiserror 1.0.69",
 1054 "tokio",
 1055]
 1056
 1057[[package]]
 1058name = "async-tar"
 1059version = "0.5.0"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1062dependencies = [
 1063 "async-std",
 1064 "filetime",
 1065 "libc",
 1066 "pin-project",
 1067 "redox_syscall 0.2.16",
 1068 "xattr",
 1069]
 1070
 1071[[package]]
 1072name = "async-task"
 1073version = "4.7.1"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1076
 1077[[package]]
 1078name = "async-tls"
 1079version = "0.13.0"
 1080source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1081dependencies = [
 1082 "futures-core",
 1083 "futures-io",
 1084 "rustls 0.23.25",
 1085 "rustls-pemfile 2.2.0",
 1086 "webpki-roots",
 1087]
 1088
 1089[[package]]
 1090name = "async-trait"
 1091version = "0.1.88"
 1092source = "registry+https://github.com/rust-lang/crates.io-index"
 1093checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1094dependencies = [
 1095 "proc-macro2",
 1096 "quote",
 1097 "syn 2.0.100",
 1098]
 1099
 1100[[package]]
 1101name = "async-tungstenite"
 1102version = "0.28.2"
 1103source = "registry+https://github.com/rust-lang/crates.io-index"
 1104checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1105dependencies = [
 1106 "async-std",
 1107 "async-tls",
 1108 "atomic-waker",
 1109 "futures-core",
 1110 "futures-io",
 1111 "futures-task",
 1112 "futures-util",
 1113 "log",
 1114 "pin-project-lite",
 1115 "tungstenite 0.24.0",
 1116]
 1117
 1118[[package]]
 1119name = "async-watch"
 1120version = "0.3.1"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1123dependencies = [
 1124 "event-listener 2.5.3",
 1125]
 1126
 1127[[package]]
 1128name = "async_zip"
 1129version = "0.0.17"
 1130source = "registry+https://github.com/rust-lang/crates.io-index"
 1131checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1132dependencies = [
 1133 "async-compression",
 1134 "crc32fast",
 1135 "futures-lite 2.6.0",
 1136 "pin-project",
 1137 "thiserror 1.0.69",
 1138]
 1139
 1140[[package]]
 1141name = "asynchronous-codec"
 1142version = "0.7.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1145dependencies = [
 1146 "bytes 1.10.1",
 1147 "futures-sink",
 1148 "futures-util",
 1149 "memchr",
 1150 "pin-project-lite",
 1151]
 1152
 1153[[package]]
 1154name = "atoi"
 1155version = "2.0.0"
 1156source = "registry+https://github.com/rust-lang/crates.io-index"
 1157checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1158dependencies = [
 1159 "num-traits",
 1160]
 1161
 1162[[package]]
 1163name = "atomic"
 1164version = "0.5.3"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1167
 1168[[package]]
 1169name = "atomic-waker"
 1170version = "1.1.2"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1173
 1174[[package]]
 1175name = "audio"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "collections",
 1180 "derive_more",
 1181 "gpui",
 1182 "parking_lot",
 1183 "rodio",
 1184 "util",
 1185]
 1186
 1187[[package]]
 1188name = "auto_update"
 1189version = "0.1.0"
 1190dependencies = [
 1191 "anyhow",
 1192 "client",
 1193 "db",
 1194 "gpui",
 1195 "http_client",
 1196 "log",
 1197 "paths",
 1198 "release_channel",
 1199 "schemars",
 1200 "serde",
 1201 "serde_json",
 1202 "settings",
 1203 "smol",
 1204 "tempfile",
 1205 "which 6.0.3",
 1206 "workspace",
 1207]
 1208
 1209[[package]]
 1210name = "auto_update_ui"
 1211version = "0.1.0"
 1212dependencies = [
 1213 "anyhow",
 1214 "auto_update",
 1215 "client",
 1216 "editor",
 1217 "gpui",
 1218 "http_client",
 1219 "markdown_preview",
 1220 "release_channel",
 1221 "serde",
 1222 "serde_json",
 1223 "smol",
 1224 "util",
 1225 "workspace",
 1226]
 1227
 1228[[package]]
 1229name = "autocfg"
 1230version = "1.4.0"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1233
 1234[[package]]
 1235name = "av1-grain"
 1236version = "0.2.3"
 1237source = "registry+https://github.com/rust-lang/crates.io-index"
 1238checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1239dependencies = [
 1240 "anyhow",
 1241 "arrayvec",
 1242 "log",
 1243 "nom",
 1244 "num-rational",
 1245 "v_frame",
 1246]
 1247
 1248[[package]]
 1249name = "avif-serialize"
 1250version = "0.8.2"
 1251source = "registry+https://github.com/rust-lang/crates.io-index"
 1252checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1253dependencies = [
 1254 "arrayvec",
 1255]
 1256
 1257[[package]]
 1258name = "aws-config"
 1259version = "1.5.16"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1262dependencies = [
 1263 "aws-credential-types",
 1264 "aws-runtime",
 1265 "aws-sdk-sso",
 1266 "aws-sdk-ssooidc",
 1267 "aws-sdk-sts",
 1268 "aws-smithy-async",
 1269 "aws-smithy-http",
 1270 "aws-smithy-json",
 1271 "aws-smithy-runtime",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "aws-types",
 1275 "bytes 1.10.1",
 1276 "fastrand 2.3.0",
 1277 "hex",
 1278 "http 0.2.12",
 1279 "ring",
 1280 "time",
 1281 "tokio",
 1282 "tracing",
 1283 "url",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-credential-types"
 1289version = "1.2.1"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1292dependencies = [
 1293 "aws-smithy-async",
 1294 "aws-smithy-runtime-api",
 1295 "aws-smithy-types",
 1296 "zeroize",
 1297]
 1298
 1299[[package]]
 1300name = "aws-lc-rs"
 1301version = "1.12.6"
 1302source = "registry+https://github.com/rust-lang/crates.io-index"
 1303checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1304dependencies = [
 1305 "aws-lc-sys",
 1306 "zeroize",
 1307]
 1308
 1309[[package]]
 1310name = "aws-lc-sys"
 1311version = "0.27.0"
 1312source = "registry+https://github.com/rust-lang/crates.io-index"
 1313checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1314dependencies = [
 1315 "bindgen 0.69.5",
 1316 "cc",
 1317 "cmake",
 1318 "dunce",
 1319 "fs_extra",
 1320]
 1321
 1322[[package]]
 1323name = "aws-runtime"
 1324version = "1.5.5"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1327dependencies = [
 1328 "aws-credential-types",
 1329 "aws-sigv4",
 1330 "aws-smithy-async",
 1331 "aws-smithy-eventstream",
 1332 "aws-smithy-http",
 1333 "aws-smithy-runtime",
 1334 "aws-smithy-runtime-api",
 1335 "aws-smithy-types",
 1336 "aws-types",
 1337 "bytes 1.10.1",
 1338 "fastrand 2.3.0",
 1339 "http 0.2.12",
 1340 "http-body 0.4.6",
 1341 "once_cell",
 1342 "percent-encoding",
 1343 "pin-project-lite",
 1344 "tracing",
 1345 "uuid",
 1346]
 1347
 1348[[package]]
 1349name = "aws-sdk-bedrockruntime"
 1350version = "1.74.0"
 1351source = "registry+https://github.com/rust-lang/crates.io-index"
 1352checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1353dependencies = [
 1354 "aws-credential-types",
 1355 "aws-runtime",
 1356 "aws-smithy-async",
 1357 "aws-smithy-eventstream",
 1358 "aws-smithy-http",
 1359 "aws-smithy-json",
 1360 "aws-smithy-runtime",
 1361 "aws-smithy-runtime-api",
 1362 "aws-smithy-types",
 1363 "aws-types",
 1364 "bytes 1.10.1",
 1365 "fastrand 2.3.0",
 1366 "http 0.2.12",
 1367 "once_cell",
 1368 "regex-lite",
 1369 "tracing",
 1370]
 1371
 1372[[package]]
 1373name = "aws-sdk-kinesis"
 1374version = "1.61.0"
 1375source = "registry+https://github.com/rust-lang/crates.io-index"
 1376checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1377dependencies = [
 1378 "aws-credential-types",
 1379 "aws-runtime",
 1380 "aws-smithy-async",
 1381 "aws-smithy-http",
 1382 "aws-smithy-json",
 1383 "aws-smithy-runtime",
 1384 "aws-smithy-runtime-api",
 1385 "aws-smithy-types",
 1386 "aws-types",
 1387 "bytes 1.10.1",
 1388 "http 0.2.12",
 1389 "once_cell",
 1390 "regex-lite",
 1391 "tracing",
 1392]
 1393
 1394[[package]]
 1395name = "aws-sdk-s3"
 1396version = "1.76.0"
 1397source = "registry+https://github.com/rust-lang/crates.io-index"
 1398checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1399dependencies = [
 1400 "aws-credential-types",
 1401 "aws-runtime",
 1402 "aws-sigv4",
 1403 "aws-smithy-async",
 1404 "aws-smithy-checksums",
 1405 "aws-smithy-eventstream",
 1406 "aws-smithy-http",
 1407 "aws-smithy-json",
 1408 "aws-smithy-runtime",
 1409 "aws-smithy-runtime-api",
 1410 "aws-smithy-types",
 1411 "aws-smithy-xml",
 1412 "aws-types",
 1413 "bytes 1.10.1",
 1414 "fastrand 2.3.0",
 1415 "hex",
 1416 "hmac",
 1417 "http 0.2.12",
 1418 "http-body 0.4.6",
 1419 "lru",
 1420 "once_cell",
 1421 "percent-encoding",
 1422 "regex-lite",
 1423 "sha2",
 1424 "tracing",
 1425 "url",
 1426]
 1427
 1428[[package]]
 1429name = "aws-sdk-sso"
 1430version = "1.58.0"
 1431source = "registry+https://github.com/rust-lang/crates.io-index"
 1432checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1433dependencies = [
 1434 "aws-credential-types",
 1435 "aws-runtime",
 1436 "aws-smithy-async",
 1437 "aws-smithy-http",
 1438 "aws-smithy-json",
 1439 "aws-smithy-runtime",
 1440 "aws-smithy-runtime-api",
 1441 "aws-smithy-types",
 1442 "aws-types",
 1443 "bytes 1.10.1",
 1444 "http 0.2.12",
 1445 "once_cell",
 1446 "regex-lite",
 1447 "tracing",
 1448]
 1449
 1450[[package]]
 1451name = "aws-sdk-ssooidc"
 1452version = "1.59.0"
 1453source = "registry+https://github.com/rust-lang/crates.io-index"
 1454checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1455dependencies = [
 1456 "aws-credential-types",
 1457 "aws-runtime",
 1458 "aws-smithy-async",
 1459 "aws-smithy-http",
 1460 "aws-smithy-json",
 1461 "aws-smithy-runtime",
 1462 "aws-smithy-runtime-api",
 1463 "aws-smithy-types",
 1464 "aws-types",
 1465 "bytes 1.10.1",
 1466 "http 0.2.12",
 1467 "once_cell",
 1468 "regex-lite",
 1469 "tracing",
 1470]
 1471
 1472[[package]]
 1473name = "aws-sdk-sts"
 1474version = "1.59.0"
 1475source = "registry+https://github.com/rust-lang/crates.io-index"
 1476checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1477dependencies = [
 1478 "aws-credential-types",
 1479 "aws-runtime",
 1480 "aws-smithy-async",
 1481 "aws-smithy-http",
 1482 "aws-smithy-json",
 1483 "aws-smithy-query",
 1484 "aws-smithy-runtime",
 1485 "aws-smithy-runtime-api",
 1486 "aws-smithy-types",
 1487 "aws-smithy-xml",
 1488 "aws-types",
 1489 "http 0.2.12",
 1490 "once_cell",
 1491 "regex-lite",
 1492 "tracing",
 1493]
 1494
 1495[[package]]
 1496name = "aws-sigv4"
 1497version = "1.2.9"
 1498source = "registry+https://github.com/rust-lang/crates.io-index"
 1499checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1500dependencies = [
 1501 "aws-credential-types",
 1502 "aws-smithy-eventstream",
 1503 "aws-smithy-http",
 1504 "aws-smithy-runtime-api",
 1505 "aws-smithy-types",
 1506 "bytes 1.10.1",
 1507 "crypto-bigint 0.5.5",
 1508 "form_urlencoded",
 1509 "hex",
 1510 "hmac",
 1511 "http 0.2.12",
 1512 "http 1.2.0",
 1513 "once_cell",
 1514 "p256",
 1515 "percent-encoding",
 1516 "ring",
 1517 "sha2",
 1518 "subtle",
 1519 "time",
 1520 "tracing",
 1521 "zeroize",
 1522]
 1523
 1524[[package]]
 1525name = "aws-smithy-async"
 1526version = "1.2.4"
 1527source = "registry+https://github.com/rust-lang/crates.io-index"
 1528checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1529dependencies = [
 1530 "futures-util",
 1531 "pin-project-lite",
 1532 "tokio",
 1533]
 1534
 1535[[package]]
 1536name = "aws-smithy-checksums"
 1537version = "0.62.0"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1540dependencies = [
 1541 "aws-smithy-http",
 1542 "aws-smithy-types",
 1543 "bytes 1.10.1",
 1544 "crc32c",
 1545 "crc32fast",
 1546 "crc64fast-nvme",
 1547 "hex",
 1548 "http 0.2.12",
 1549 "http-body 0.4.6",
 1550 "md-5",
 1551 "pin-project-lite",
 1552 "sha1",
 1553 "sha2",
 1554 "tracing",
 1555]
 1556
 1557[[package]]
 1558name = "aws-smithy-eventstream"
 1559version = "0.60.6"
 1560source = "registry+https://github.com/rust-lang/crates.io-index"
 1561checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1562dependencies = [
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "crc32fast",
 1566]
 1567
 1568[[package]]
 1569name = "aws-smithy-http"
 1570version = "0.60.12"
 1571source = "registry+https://github.com/rust-lang/crates.io-index"
 1572checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1573dependencies = [
 1574 "aws-smithy-eventstream",
 1575 "aws-smithy-runtime-api",
 1576 "aws-smithy-types",
 1577 "bytes 1.10.1",
 1578 "bytes-utils",
 1579 "futures-core",
 1580 "http 0.2.12",
 1581 "http-body 0.4.6",
 1582 "once_cell",
 1583 "percent-encoding",
 1584 "pin-project-lite",
 1585 "pin-utils",
 1586 "tracing",
 1587]
 1588
 1589[[package]]
 1590name = "aws-smithy-json"
 1591version = "0.61.2"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1594dependencies = [
 1595 "aws-smithy-types",
 1596]
 1597
 1598[[package]]
 1599name = "aws-smithy-query"
 1600version = "0.60.7"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1603dependencies = [
 1604 "aws-smithy-types",
 1605 "urlencoding",
 1606]
 1607
 1608[[package]]
 1609name = "aws-smithy-runtime"
 1610version = "1.7.8"
 1611source = "registry+https://github.com/rust-lang/crates.io-index"
 1612checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1613dependencies = [
 1614 "aws-smithy-async",
 1615 "aws-smithy-http",
 1616 "aws-smithy-runtime-api",
 1617 "aws-smithy-types",
 1618 "bytes 1.10.1",
 1619 "fastrand 2.3.0",
 1620 "h2 0.3.26",
 1621 "http 0.2.12",
 1622 "http-body 0.4.6",
 1623 "http-body 1.0.1",
 1624 "httparse",
 1625 "hyper 0.14.32",
 1626 "hyper-rustls 0.24.2",
 1627 "once_cell",
 1628 "pin-project-lite",
 1629 "pin-utils",
 1630 "rustls 0.21.12",
 1631 "tokio",
 1632 "tracing",
 1633]
 1634
 1635[[package]]
 1636name = "aws-smithy-runtime-api"
 1637version = "1.7.3"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1640dependencies = [
 1641 "aws-smithy-async",
 1642 "aws-smithy-types",
 1643 "bytes 1.10.1",
 1644 "http 0.2.12",
 1645 "http 1.2.0",
 1646 "pin-project-lite",
 1647 "tokio",
 1648 "tracing",
 1649 "zeroize",
 1650]
 1651
 1652[[package]]
 1653name = "aws-smithy-types"
 1654version = "1.2.13"
 1655source = "registry+https://github.com/rust-lang/crates.io-index"
 1656checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1657dependencies = [
 1658 "base64-simd",
 1659 "bytes 1.10.1",
 1660 "bytes-utils",
 1661 "futures-core",
 1662 "http 0.2.12",
 1663 "http 1.2.0",
 1664 "http-body 0.4.6",
 1665 "http-body 1.0.1",
 1666 "http-body-util",
 1667 "itoa",
 1668 "num-integer",
 1669 "pin-project-lite",
 1670 "pin-utils",
 1671 "ryu",
 1672 "serde",
 1673 "time",
 1674 "tokio",
 1675 "tokio-util",
 1676]
 1677
 1678[[package]]
 1679name = "aws-smithy-xml"
 1680version = "0.60.9"
 1681source = "registry+https://github.com/rust-lang/crates.io-index"
 1682checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1683dependencies = [
 1684 "xmlparser",
 1685]
 1686
 1687[[package]]
 1688name = "aws-types"
 1689version = "1.3.5"
 1690source = "registry+https://github.com/rust-lang/crates.io-index"
 1691checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1692dependencies = [
 1693 "aws-credential-types",
 1694 "aws-smithy-async",
 1695 "aws-smithy-runtime-api",
 1696 "aws-smithy-types",
 1697 "rustc_version",
 1698 "tracing",
 1699]
 1700
 1701[[package]]
 1702name = "aws_http_client"
 1703version = "0.1.0"
 1704dependencies = [
 1705 "aws-smithy-runtime-api",
 1706 "aws-smithy-types",
 1707 "futures 0.3.31",
 1708 "http_client",
 1709 "tokio",
 1710]
 1711
 1712[[package]]
 1713name = "axum"
 1714version = "0.6.20"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1717dependencies = [
 1718 "async-trait",
 1719 "axum-core",
 1720 "base64 0.21.7",
 1721 "bitflags 1.3.2",
 1722 "bytes 1.10.1",
 1723 "futures-util",
 1724 "headers",
 1725 "http 0.2.12",
 1726 "http-body 0.4.6",
 1727 "hyper 0.14.32",
 1728 "itoa",
 1729 "matchit",
 1730 "memchr",
 1731 "mime",
 1732 "percent-encoding",
 1733 "pin-project-lite",
 1734 "rustversion",
 1735 "serde",
 1736 "serde_json",
 1737 "serde_path_to_error",
 1738 "serde_urlencoded",
 1739 "sha1",
 1740 "sync_wrapper 0.1.2",
 1741 "tokio",
 1742 "tokio-tungstenite 0.20.1",
 1743 "tower",
 1744 "tower-layer",
 1745 "tower-service",
 1746]
 1747
 1748[[package]]
 1749name = "axum-core"
 1750version = "0.3.4"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1753dependencies = [
 1754 "async-trait",
 1755 "bytes 1.10.1",
 1756 "futures-util",
 1757 "http 0.2.12",
 1758 "http-body 0.4.6",
 1759 "mime",
 1760 "rustversion",
 1761 "tower-layer",
 1762 "tower-service",
 1763]
 1764
 1765[[package]]
 1766name = "axum-extra"
 1767version = "0.4.2"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1770dependencies = [
 1771 "axum",
 1772 "bytes 1.10.1",
 1773 "futures-util",
 1774 "http 0.2.12",
 1775 "mime",
 1776 "pin-project-lite",
 1777 "serde",
 1778 "serde_json",
 1779 "tokio",
 1780 "tower",
 1781 "tower-http 0.3.5",
 1782 "tower-layer",
 1783 "tower-service",
 1784]
 1785
 1786[[package]]
 1787name = "backtrace"
 1788version = "0.3.74"
 1789source = "registry+https://github.com/rust-lang/crates.io-index"
 1790checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1791dependencies = [
 1792 "addr2line",
 1793 "cfg-if",
 1794 "libc",
 1795 "miniz_oxide",
 1796 "object",
 1797 "rustc-demangle",
 1798 "windows-targets 0.52.6",
 1799]
 1800
 1801[[package]]
 1802name = "base16ct"
 1803version = "0.1.1"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1806
 1807[[package]]
 1808name = "base64"
 1809version = "0.13.1"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1812
 1813[[package]]
 1814name = "base64"
 1815version = "0.21.7"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1818
 1819[[package]]
 1820name = "base64"
 1821version = "0.22.1"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1824
 1825[[package]]
 1826name = "base64-simd"
 1827version = "0.8.0"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1830dependencies = [
 1831 "outref",
 1832 "vsimd",
 1833]
 1834
 1835[[package]]
 1836name = "base64ct"
 1837version = "1.6.0"
 1838source = "registry+https://github.com/rust-lang/crates.io-index"
 1839checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1840
 1841[[package]]
 1842name = "bedrock"
 1843version = "0.1.0"
 1844dependencies = [
 1845 "anyhow",
 1846 "aws-sdk-bedrockruntime",
 1847 "aws-smithy-types",
 1848 "futures 0.3.31",
 1849 "schemars",
 1850 "serde",
 1851 "serde_json",
 1852 "strum",
 1853 "thiserror 2.0.12",
 1854 "tokio",
 1855]
 1856
 1857[[package]]
 1858name = "bigdecimal"
 1859version = "0.4.7"
 1860source = "registry+https://github.com/rust-lang/crates.io-index"
 1861checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1862dependencies = [
 1863 "autocfg",
 1864 "libm",
 1865 "num-bigint",
 1866 "num-integer",
 1867 "num-traits",
 1868 "serde",
 1869]
 1870
 1871[[package]]
 1872name = "bincode"
 1873version = "1.3.3"
 1874source = "registry+https://github.com/rust-lang/crates.io-index"
 1875checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1876dependencies = [
 1877 "serde",
 1878]
 1879
 1880[[package]]
 1881name = "bindgen"
 1882version = "0.69.5"
 1883source = "registry+https://github.com/rust-lang/crates.io-index"
 1884checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1885dependencies = [
 1886 "bitflags 2.8.0",
 1887 "cexpr",
 1888 "clang-sys",
 1889 "itertools 0.12.1",
 1890 "lazy_static",
 1891 "lazycell",
 1892 "log",
 1893 "prettyplease",
 1894 "proc-macro2",
 1895 "quote",
 1896 "regex",
 1897 "rustc-hash 1.1.0",
 1898 "shlex",
 1899 "syn 2.0.100",
 1900 "which 4.4.2",
 1901]
 1902
 1903[[package]]
 1904name = "bindgen"
 1905version = "0.70.1"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1908dependencies = [
 1909 "bitflags 2.8.0",
 1910 "cexpr",
 1911 "clang-sys",
 1912 "itertools 0.12.1",
 1913 "log",
 1914 "prettyplease",
 1915 "proc-macro2",
 1916 "quote",
 1917 "regex",
 1918 "rustc-hash 1.1.0",
 1919 "shlex",
 1920 "syn 2.0.100",
 1921]
 1922
 1923[[package]]
 1924name = "bit-set"
 1925version = "0.5.3"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1928dependencies = [
 1929 "bit-vec 0.6.3",
 1930]
 1931
 1932[[package]]
 1933name = "bit-set"
 1934version = "0.8.0"
 1935source = "registry+https://github.com/rust-lang/crates.io-index"
 1936checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1937dependencies = [
 1938 "bit-vec 0.8.0",
 1939]
 1940
 1941[[package]]
 1942name = "bit-vec"
 1943version = "0.6.3"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1946
 1947[[package]]
 1948name = "bit-vec"
 1949version = "0.8.0"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1952
 1953[[package]]
 1954name = "bit_field"
 1955version = "0.10.2"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1958
 1959[[package]]
 1960name = "bitflags"
 1961version = "1.3.2"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1964
 1965[[package]]
 1966name = "bitflags"
 1967version = "2.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1970dependencies = [
 1971 "serde",
 1972]
 1973
 1974[[package]]
 1975name = "bitstream-io"
 1976version = "2.6.0"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1979
 1980[[package]]
 1981name = "bitvec"
 1982version = "1.0.1"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1985dependencies = [
 1986 "funty",
 1987 "radium",
 1988 "tap",
 1989 "wyz",
 1990]
 1991
 1992[[package]]
 1993name = "blade-graphics"
 1994version = "0.6.0"
 1995source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1996dependencies = [
 1997 "ash",
 1998 "ash-window",
 1999 "bitflags 2.8.0",
 2000 "bytemuck",
 2001 "codespan-reporting 0.11.1",
 2002 "glow",
 2003 "gpu-alloc",
 2004 "gpu-alloc-ash",
 2005 "hidden-trait",
 2006 "js-sys",
 2007 "khronos-egl",
 2008 "libloading",
 2009 "log",
 2010 "mint",
 2011 "naga",
 2012 "objc2",
 2013 "objc2-app-kit",
 2014 "objc2-foundation",
 2015 "objc2-metal",
 2016 "objc2-quartz-core",
 2017 "objc2-ui-kit",
 2018 "raw-window-handle",
 2019 "slab",
 2020 "wasm-bindgen",
 2021 "web-sys",
 2022]
 2023
 2024[[package]]
 2025name = "blade-macros"
 2026version = "0.3.0"
 2027source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2028dependencies = [
 2029 "proc-macro2",
 2030 "quote",
 2031 "syn 2.0.100",
 2032]
 2033
 2034[[package]]
 2035name = "blade-util"
 2036version = "0.2.0"
 2037source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2038dependencies = [
 2039 "blade-graphics",
 2040 "bytemuck",
 2041 "log",
 2042 "profiling",
 2043]
 2044
 2045[[package]]
 2046name = "blake3"
 2047version = "1.6.1"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2050dependencies = [
 2051 "arrayref",
 2052 "arrayvec",
 2053 "cc",
 2054 "cfg-if",
 2055 "constant_time_eq 0.3.1",
 2056]
 2057
 2058[[package]]
 2059name = "block"
 2060version = "0.1.6"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2063
 2064[[package]]
 2065name = "block-buffer"
 2066version = "0.10.4"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2069dependencies = [
 2070 "generic-array",
 2071]
 2072
 2073[[package]]
 2074name = "block-padding"
 2075version = "0.3.3"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2078dependencies = [
 2079 "generic-array",
 2080]
 2081
 2082[[package]]
 2083name = "block2"
 2084version = "0.5.1"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2087dependencies = [
 2088 "objc2",
 2089]
 2090
 2091[[package]]
 2092name = "blocking"
 2093version = "1.6.1"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2096dependencies = [
 2097 "async-channel 2.3.1",
 2098 "async-task",
 2099 "futures-io",
 2100 "futures-lite 2.6.0",
 2101 "piper",
 2102]
 2103
 2104[[package]]
 2105name = "borsh"
 2106version = "1.5.3"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2109dependencies = [
 2110 "borsh-derive",
 2111 "cfg_aliases 0.2.1",
 2112]
 2113
 2114[[package]]
 2115name = "borsh-derive"
 2116version = "1.5.3"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2119dependencies = [
 2120 "once_cell",
 2121 "proc-macro-crate",
 2122 "proc-macro2",
 2123 "quote",
 2124 "syn 2.0.100",
 2125]
 2126
 2127[[package]]
 2128name = "breadcrumbs"
 2129version = "0.1.0"
 2130dependencies = [
 2131 "editor",
 2132 "gpui",
 2133 "itertools 0.14.0",
 2134 "theme",
 2135 "ui",
 2136 "workspace",
 2137 "zed_actions",
 2138]
 2139
 2140[[package]]
 2141name = "bstr"
 2142version = "1.11.1"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2145dependencies = [
 2146 "memchr",
 2147 "regex-automata 0.4.9",
 2148 "serde",
 2149]
 2150
 2151[[package]]
 2152name = "buffer_diff"
 2153version = "0.1.0"
 2154dependencies = [
 2155 "anyhow",
 2156 "clock",
 2157 "ctor",
 2158 "env_logger 0.11.7",
 2159 "futures 0.3.31",
 2160 "git2",
 2161 "gpui",
 2162 "language",
 2163 "log",
 2164 "pretty_assertions",
 2165 "rand 0.8.5",
 2166 "rope",
 2167 "serde_json",
 2168 "sum_tree",
 2169 "text",
 2170 "unindent",
 2171 "util",
 2172]
 2173
 2174[[package]]
 2175name = "built"
 2176version = "0.7.5"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2179
 2180[[package]]
 2181name = "bumpalo"
 2182version = "3.16.0"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2185dependencies = [
 2186 "allocator-api2",
 2187]
 2188
 2189[[package]]
 2190name = "by_address"
 2191version = "1.2.1"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2194
 2195[[package]]
 2196name = "bytecheck"
 2197version = "0.6.12"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2200dependencies = [
 2201 "bytecheck_derive",
 2202 "ptr_meta",
 2203 "simdutf8",
 2204]
 2205
 2206[[package]]
 2207name = "bytecheck_derive"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2211dependencies = [
 2212 "proc-macro2",
 2213 "quote",
 2214 "syn 1.0.109",
 2215]
 2216
 2217[[package]]
 2218name = "bytemuck"
 2219version = "1.21.0"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2222dependencies = [
 2223 "bytemuck_derive",
 2224]
 2225
 2226[[package]]
 2227name = "bytemuck_derive"
 2228version = "1.8.0"
 2229source = "registry+https://github.com/rust-lang/crates.io-index"
 2230checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2231dependencies = [
 2232 "proc-macro2",
 2233 "quote",
 2234 "syn 2.0.100",
 2235]
 2236
 2237[[package]]
 2238name = "byteorder"
 2239version = "1.5.0"
 2240source = "registry+https://github.com/rust-lang/crates.io-index"
 2241checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2242
 2243[[package]]
 2244name = "byteorder-lite"
 2245version = "0.1.0"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2248
 2249[[package]]
 2250name = "bytes"
 2251version = "0.4.12"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2254dependencies = [
 2255 "byteorder",
 2256 "iovec",
 2257]
 2258
 2259[[package]]
 2260name = "bytes"
 2261version = "1.10.1"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2264
 2265[[package]]
 2266name = "bytes-utils"
 2267version = "0.1.4"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2270dependencies = [
 2271 "bytes 1.10.1",
 2272 "either",
 2273]
 2274
 2275[[package]]
 2276name = "bzip2"
 2277version = "0.4.4"
 2278source = "registry+https://github.com/rust-lang/crates.io-index"
 2279checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2280dependencies = [
 2281 "bzip2-sys",
 2282 "libc",
 2283]
 2284
 2285[[package]]
 2286name = "bzip2-sys"
 2287version = "0.1.13+1.0.8"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2290dependencies = [
 2291 "cc",
 2292 "pkg-config",
 2293]
 2294
 2295[[package]]
 2296name = "call"
 2297version = "0.1.0"
 2298dependencies = [
 2299 "anyhow",
 2300 "audio",
 2301 "client",
 2302 "collections",
 2303 "fs",
 2304 "futures 0.3.31",
 2305 "gpui",
 2306 "gpui_tokio",
 2307 "http_client",
 2308 "language",
 2309 "livekit_client",
 2310 "log",
 2311 "postage",
 2312 "project",
 2313 "schemars",
 2314 "serde",
 2315 "serde_derive",
 2316 "settings",
 2317 "telemetry",
 2318 "util",
 2319]
 2320
 2321[[package]]
 2322name = "calloop"
 2323version = "0.13.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2326dependencies = [
 2327 "bitflags 2.8.0",
 2328 "log",
 2329 "polling",
 2330 "rustix",
 2331 "slab",
 2332 "thiserror 1.0.69",
 2333]
 2334
 2335[[package]]
 2336name = "calloop-wayland-source"
 2337version = "0.3.0"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2340dependencies = [
 2341 "calloop",
 2342 "rustix",
 2343 "wayland-backend",
 2344 "wayland-client",
 2345]
 2346
 2347[[package]]
 2348name = "camino"
 2349version = "1.1.9"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2352dependencies = [
 2353 "serde",
 2354]
 2355
 2356[[package]]
 2357name = "cap-fs-ext"
 2358version = "3.4.2"
 2359source = "registry+https://github.com/rust-lang/crates.io-index"
 2360checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2361dependencies = [
 2362 "cap-primitives",
 2363 "cap-std",
 2364 "io-lifetimes",
 2365 "windows-sys 0.52.0",
 2366]
 2367
 2368[[package]]
 2369name = "cap-net-ext"
 2370version = "3.4.2"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2373dependencies = [
 2374 "cap-primitives",
 2375 "cap-std",
 2376 "rustix",
 2377 "smallvec",
 2378]
 2379
 2380[[package]]
 2381name = "cap-primitives"
 2382version = "3.4.2"
 2383source = "registry+https://github.com/rust-lang/crates.io-index"
 2384checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2385dependencies = [
 2386 "ambient-authority",
 2387 "fs-set-times",
 2388 "io-extras",
 2389 "io-lifetimes",
 2390 "ipnet",
 2391 "maybe-owned",
 2392 "rustix",
 2393 "windows-sys 0.52.0",
 2394 "winx",
 2395]
 2396
 2397[[package]]
 2398name = "cap-rand"
 2399version = "3.4.2"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2402dependencies = [
 2403 "ambient-authority",
 2404 "rand 0.8.5",
 2405]
 2406
 2407[[package]]
 2408name = "cap-std"
 2409version = "3.4.2"
 2410source = "registry+https://github.com/rust-lang/crates.io-index"
 2411checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2412dependencies = [
 2413 "cap-primitives",
 2414 "io-extras",
 2415 "io-lifetimes",
 2416 "rustix",
 2417]
 2418
 2419[[package]]
 2420name = "cap-time-ext"
 2421version = "3.4.2"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2424dependencies = [
 2425 "ambient-authority",
 2426 "cap-primitives",
 2427 "iana-time-zone",
 2428 "once_cell",
 2429 "rustix",
 2430 "winx",
 2431]
 2432
 2433[[package]]
 2434name = "cargo-platform"
 2435version = "0.1.9"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2438dependencies = [
 2439 "serde",
 2440]
 2441
 2442[[package]]
 2443name = "cargo_metadata"
 2444version = "0.19.2"
 2445source = "git+https://github.com/zed-industries/cargo_metadata?rev=ce8171bad673923d61a77b6761d0dc4aff63398a#ce8171bad673923d61a77b6761d0dc4aff63398a"
 2446dependencies = [
 2447 "camino",
 2448 "cargo-platform",
 2449 "semver",
 2450 "serde",
 2451 "serde_json",
 2452 "thiserror 2.0.12",
 2453]
 2454
 2455[[package]]
 2456name = "cargo_toml"
 2457version = "0.21.0"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2460dependencies = [
 2461 "serde",
 2462 "toml 0.8.20",
 2463]
 2464
 2465[[package]]
 2466name = "cast"
 2467version = "0.3.0"
 2468source = "registry+https://github.com/rust-lang/crates.io-index"
 2469checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2470
 2471[[package]]
 2472name = "cbc"
 2473version = "0.1.2"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2476dependencies = [
 2477 "cipher",
 2478]
 2479
 2480[[package]]
 2481name = "cbindgen"
 2482version = "0.27.0"
 2483source = "registry+https://github.com/rust-lang/crates.io-index"
 2484checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2485dependencies = [
 2486 "clap",
 2487 "heck 0.4.1",
 2488 "indexmap",
 2489 "log",
 2490 "proc-macro2",
 2491 "quote",
 2492 "serde",
 2493 "serde_json",
 2494 "syn 2.0.100",
 2495 "tempfile",
 2496 "toml 0.8.20",
 2497]
 2498
 2499[[package]]
 2500name = "cbindgen"
 2501version = "0.28.0"
 2502source = "registry+https://github.com/rust-lang/crates.io-index"
 2503checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2504dependencies = [
 2505 "heck 0.4.1",
 2506 "indexmap",
 2507 "log",
 2508 "proc-macro2",
 2509 "quote",
 2510 "serde",
 2511 "serde_json",
 2512 "syn 2.0.100",
 2513 "tempfile",
 2514 "toml 0.8.20",
 2515]
 2516
 2517[[package]]
 2518name = "cc"
 2519version = "1.2.12"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2522dependencies = [
 2523 "jobserver",
 2524 "libc",
 2525 "shlex",
 2526]
 2527
 2528[[package]]
 2529name = "cesu8"
 2530version = "1.1.0"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2533
 2534[[package]]
 2535name = "cexpr"
 2536version = "0.6.0"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2539dependencies = [
 2540 "nom",
 2541]
 2542
 2543[[package]]
 2544name = "cfg-expr"
 2545version = "0.15.8"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2548dependencies = [
 2549 "smallvec",
 2550 "target-lexicon 0.12.16",
 2551]
 2552
 2553[[package]]
 2554name = "cfg-if"
 2555version = "1.0.0"
 2556source = "registry+https://github.com/rust-lang/crates.io-index"
 2557checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2558
 2559[[package]]
 2560name = "cfg_aliases"
 2561version = "0.1.1"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2564
 2565[[package]]
 2566name = "cfg_aliases"
 2567version = "0.2.1"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2570
 2571[[package]]
 2572name = "cgl"
 2573version = "0.3.2"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2576dependencies = [
 2577 "libc",
 2578]
 2579
 2580[[package]]
 2581name = "channel"
 2582version = "0.1.0"
 2583dependencies = [
 2584 "anyhow",
 2585 "client",
 2586 "clock",
 2587 "collections",
 2588 "futures 0.3.31",
 2589 "gpui",
 2590 "http_client",
 2591 "language",
 2592 "log",
 2593 "rand 0.8.5",
 2594 "release_channel",
 2595 "rpc",
 2596 "settings",
 2597 "sum_tree",
 2598 "text",
 2599 "time",
 2600 "util",
 2601]
 2602
 2603[[package]]
 2604name = "chrono"
 2605version = "0.4.40"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2608dependencies = [
 2609 "android-tzdata",
 2610 "iana-time-zone",
 2611 "js-sys",
 2612 "num-traits",
 2613 "serde",
 2614 "wasm-bindgen",
 2615 "windows-link",
 2616]
 2617
 2618[[package]]
 2619name = "chunked_transfer"
 2620version = "1.5.0"
 2621source = "registry+https://github.com/rust-lang/crates.io-index"
 2622checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2623
 2624[[package]]
 2625name = "ciborium"
 2626version = "0.2.2"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2629dependencies = [
 2630 "ciborium-io",
 2631 "ciborium-ll",
 2632 "serde",
 2633]
 2634
 2635[[package]]
 2636name = "ciborium-io"
 2637version = "0.2.2"
 2638source = "registry+https://github.com/rust-lang/crates.io-index"
 2639checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2640
 2641[[package]]
 2642name = "ciborium-ll"
 2643version = "0.2.2"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2646dependencies = [
 2647 "ciborium-io",
 2648 "half",
 2649]
 2650
 2651[[package]]
 2652name = "cipher"
 2653version = "0.4.4"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2656dependencies = [
 2657 "crypto-common",
 2658 "inout",
 2659 "zeroize",
 2660]
 2661
 2662[[package]]
 2663name = "circular-buffer"
 2664version = "1.0.0"
 2665source = "registry+https://github.com/rust-lang/crates.io-index"
 2666checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2667
 2668[[package]]
 2669name = "clang-sys"
 2670version = "1.8.1"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2673dependencies = [
 2674 "glob",
 2675 "libc",
 2676 "libloading",
 2677]
 2678
 2679[[package]]
 2680name = "clap"
 2681version = "4.5.34"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2684dependencies = [
 2685 "clap_builder",
 2686 "clap_derive",
 2687]
 2688
 2689[[package]]
 2690name = "clap_builder"
 2691version = "4.5.34"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2694dependencies = [
 2695 "anstream",
 2696 "anstyle",
 2697 "clap_lex",
 2698 "strsim",
 2699 "terminal_size",
 2700]
 2701
 2702[[package]]
 2703name = "clap_complete"
 2704version = "4.5.38"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2707dependencies = [
 2708 "clap",
 2709]
 2710
 2711[[package]]
 2712name = "clap_derive"
 2713version = "4.5.32"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2716dependencies = [
 2717 "heck 0.5.0",
 2718 "proc-macro2",
 2719 "quote",
 2720 "syn 2.0.100",
 2721]
 2722
 2723[[package]]
 2724name = "clap_lex"
 2725version = "0.7.4"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2728
 2729[[package]]
 2730name = "cli"
 2731version = "0.1.0"
 2732dependencies = [
 2733 "anyhow",
 2734 "clap",
 2735 "collections",
 2736 "core-foundation 0.10.0",
 2737 "core-services",
 2738 "exec",
 2739 "fork",
 2740 "ipc-channel",
 2741 "parking_lot",
 2742 "paths",
 2743 "plist",
 2744 "release_channel",
 2745 "serde",
 2746 "tempfile",
 2747 "util",
 2748 "windows 0.61.1",
 2749]
 2750
 2751[[package]]
 2752name = "client"
 2753version = "0.1.0"
 2754dependencies = [
 2755 "anyhow",
 2756 "async-native-tls",
 2757 "async-recursion 0.3.2",
 2758 "async-tungstenite",
 2759 "chrono",
 2760 "clock",
 2761 "cocoa 0.26.0",
 2762 "collections",
 2763 "credentials_provider",
 2764 "feature_flags",
 2765 "futures 0.3.31",
 2766 "gpui",
 2767 "http_client",
 2768 "http_client_tls",
 2769 "log",
 2770 "parking_lot",
 2771 "paths",
 2772 "postage",
 2773 "rand 0.8.5",
 2774 "release_channel",
 2775 "rpc",
 2776 "schemars",
 2777 "serde",
 2778 "serde_json",
 2779 "settings",
 2780 "sha2",
 2781 "smol",
 2782 "telemetry",
 2783 "telemetry_events",
 2784 "text",
 2785 "thiserror 2.0.12",
 2786 "time",
 2787 "tiny_http",
 2788 "tokio-socks",
 2789 "url",
 2790 "util",
 2791 "windows 0.61.1",
 2792 "worktree",
 2793]
 2794
 2795[[package]]
 2796name = "clock"
 2797version = "0.1.0"
 2798dependencies = [
 2799 "parking_lot",
 2800 "serde",
 2801 "smallvec",
 2802]
 2803
 2804[[package]]
 2805name = "cmake"
 2806version = "0.1.53"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2809dependencies = [
 2810 "cc",
 2811]
 2812
 2813[[package]]
 2814name = "cobs"
 2815version = "0.2.3"
 2816source = "registry+https://github.com/rust-lang/crates.io-index"
 2817checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2818
 2819[[package]]
 2820name = "cocoa"
 2821version = "0.25.0"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2824dependencies = [
 2825 "bitflags 1.3.2",
 2826 "block",
 2827 "cocoa-foundation 0.1.2",
 2828 "core-foundation 0.9.4",
 2829 "core-graphics 0.23.2",
 2830 "foreign-types 0.5.0",
 2831 "libc",
 2832 "objc",
 2833]
 2834
 2835[[package]]
 2836name = "cocoa"
 2837version = "0.26.0"
 2838source = "registry+https://github.com/rust-lang/crates.io-index"
 2839checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2840dependencies = [
 2841 "bitflags 2.8.0",
 2842 "block",
 2843 "cocoa-foundation 0.2.0",
 2844 "core-foundation 0.10.0",
 2845 "core-graphics 0.24.0",
 2846 "foreign-types 0.5.0",
 2847 "libc",
 2848 "objc",
 2849]
 2850
 2851[[package]]
 2852name = "cocoa-foundation"
 2853version = "0.1.2"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2856dependencies = [
 2857 "bitflags 1.3.2",
 2858 "block",
 2859 "core-foundation 0.9.4",
 2860 "core-graphics-types 0.1.3",
 2861 "libc",
 2862 "objc",
 2863]
 2864
 2865[[package]]
 2866name = "cocoa-foundation"
 2867version = "0.2.0"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2870dependencies = [
 2871 "bitflags 2.8.0",
 2872 "block",
 2873 "core-foundation 0.10.0",
 2874 "core-graphics-types 0.2.0",
 2875 "libc",
 2876 "objc",
 2877]
 2878
 2879[[package]]
 2880name = "codespan-reporting"
 2881version = "0.11.1"
 2882source = "registry+https://github.com/rust-lang/crates.io-index"
 2883checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2884dependencies = [
 2885 "termcolor",
 2886 "unicode-width",
 2887]
 2888
 2889[[package]]
 2890name = "codespan-reporting"
 2891version = "0.12.0"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2894dependencies = [
 2895 "serde",
 2896 "termcolor",
 2897 "unicode-width",
 2898]
 2899
 2900[[package]]
 2901name = "collab"
 2902version = "0.44.0"
 2903dependencies = [
 2904 "anthropic",
 2905 "anyhow",
 2906 "assistant",
 2907 "assistant_context_editor",
 2908 "assistant_slash_command",
 2909 "assistant_tool",
 2910 "async-stripe",
 2911 "async-trait",
 2912 "async-tungstenite",
 2913 "audio",
 2914 "aws-config",
 2915 "aws-sdk-kinesis",
 2916 "aws-sdk-s3",
 2917 "axum",
 2918 "axum-extra",
 2919 "base64 0.22.1",
 2920 "buffer_diff",
 2921 "call",
 2922 "channel",
 2923 "chrono",
 2924 "client",
 2925 "clock",
 2926 "collab_ui",
 2927 "collections",
 2928 "command_palette_hooks",
 2929 "context_server",
 2930 "ctor",
 2931 "dap",
 2932 "dashmap 6.1.0",
 2933 "debugger_ui",
 2934 "derive_more",
 2935 "editor",
 2936 "env_logger 0.11.7",
 2937 "envy",
 2938 "extension",
 2939 "file_finder",
 2940 "fs",
 2941 "futures 0.3.31",
 2942 "git",
 2943 "git_hosting_providers",
 2944 "git_ui",
 2945 "google_ai",
 2946 "gpui",
 2947 "gpui_tokio",
 2948 "hex",
 2949 "http_client",
 2950 "hyper 0.14.32",
 2951 "indoc",
 2952 "jsonwebtoken",
 2953 "language",
 2954 "language_model",
 2955 "livekit_api",
 2956 "livekit_client",
 2957 "log",
 2958 "lsp",
 2959 "menu",
 2960 "multi_buffer",
 2961 "nanoid",
 2962 "node_runtime",
 2963 "notifications",
 2964 "open_ai",
 2965 "parking_lot",
 2966 "pretty_assertions",
 2967 "project",
 2968 "prometheus",
 2969 "prompt_store",
 2970 "prost 0.9.0",
 2971 "rand 0.8.5",
 2972 "recent_projects",
 2973 "release_channel",
 2974 "remote",
 2975 "remote_server",
 2976 "reqwest 0.11.27",
 2977 "reqwest_client",
 2978 "rpc",
 2979 "rustc-demangle",
 2980 "scrypt",
 2981 "sea-orm",
 2982 "semantic_version",
 2983 "semver",
 2984 "serde",
 2985 "serde_derive",
 2986 "serde_json",
 2987 "session",
 2988 "settings",
 2989 "sha2",
 2990 "sqlx",
 2991 "strum",
 2992 "subtle",
 2993 "supermaven_api",
 2994 "telemetry_events",
 2995 "text",
 2996 "theme",
 2997 "thiserror 2.0.12",
 2998 "time",
 2999 "tokio",
 3000 "toml 0.8.20",
 3001 "tower",
 3002 "tower-http 0.4.4",
 3003 "tracing",
 3004 "tracing-subscriber",
 3005 "unindent",
 3006 "util",
 3007 "uuid",
 3008 "workspace",
 3009 "worktree",
 3010]
 3011
 3012[[package]]
 3013name = "collab_ui"
 3014version = "0.1.0"
 3015dependencies = [
 3016 "anyhow",
 3017 "call",
 3018 "channel",
 3019 "chrono",
 3020 "client",
 3021 "collections",
 3022 "db",
 3023 "editor",
 3024 "emojis",
 3025 "futures 0.3.31",
 3026 "fuzzy",
 3027 "gpui",
 3028 "http_client",
 3029 "language",
 3030 "menu",
 3031 "notifications",
 3032 "picker",
 3033 "pretty_assertions",
 3034 "project",
 3035 "release_channel",
 3036 "rich_text",
 3037 "rpc",
 3038 "schemars",
 3039 "serde",
 3040 "serde_derive",
 3041 "serde_json",
 3042 "settings",
 3043 "smallvec",
 3044 "story",
 3045 "telemetry",
 3046 "theme",
 3047 "time",
 3048 "time_format",
 3049 "title_bar",
 3050 "tree-sitter-md",
 3051 "ui",
 3052 "util",
 3053 "workspace",
 3054]
 3055
 3056[[package]]
 3057name = "collections"
 3058version = "0.1.0"
 3059dependencies = [
 3060 "indexmap",
 3061 "rustc-hash 2.1.1",
 3062]
 3063
 3064[[package]]
 3065name = "color_quant"
 3066version = "1.1.0"
 3067source = "registry+https://github.com/rust-lang/crates.io-index"
 3068checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3069
 3070[[package]]
 3071name = "colorchoice"
 3072version = "1.0.3"
 3073source = "registry+https://github.com/rust-lang/crates.io-index"
 3074checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3075
 3076[[package]]
 3077name = "combine"
 3078version = "4.6.7"
 3079source = "registry+https://github.com/rust-lang/crates.io-index"
 3080checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3081dependencies = [
 3082 "bytes 1.10.1",
 3083 "memchr",
 3084]
 3085
 3086[[package]]
 3087name = "command_palette"
 3088version = "0.1.0"
 3089dependencies = [
 3090 "client",
 3091 "collections",
 3092 "command_palette_hooks",
 3093 "ctor",
 3094 "editor",
 3095 "env_logger 0.11.7",
 3096 "fuzzy",
 3097 "go_to_line",
 3098 "gpui",
 3099 "language",
 3100 "menu",
 3101 "picker",
 3102 "postage",
 3103 "project",
 3104 "serde",
 3105 "serde_json",
 3106 "settings",
 3107 "telemetry",
 3108 "theme",
 3109 "ui",
 3110 "util",
 3111 "workspace",
 3112 "zed_actions",
 3113]
 3114
 3115[[package]]
 3116name = "command_palette_hooks"
 3117version = "0.1.0"
 3118dependencies = [
 3119 "collections",
 3120 "derive_more",
 3121 "gpui",
 3122]
 3123
 3124[[package]]
 3125name = "component"
 3126version = "0.1.0"
 3127dependencies = [
 3128 "collections",
 3129 "gpui",
 3130 "linkme",
 3131 "parking_lot",
 3132 "theme",
 3133]
 3134
 3135[[package]]
 3136name = "component_preview"
 3137version = "0.1.0"
 3138dependencies = [
 3139 "client",
 3140 "collections",
 3141 "component",
 3142 "gpui",
 3143 "languages",
 3144 "notifications",
 3145 "project",
 3146 "ui",
 3147 "workspace",
 3148]
 3149
 3150[[package]]
 3151name = "concurrent-queue"
 3152version = "2.5.0"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3155dependencies = [
 3156 "crossbeam-utils",
 3157]
 3158
 3159[[package]]
 3160name = "console"
 3161version = "0.15.8"
 3162source = "registry+https://github.com/rust-lang/crates.io-index"
 3163checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3164dependencies = [
 3165 "encode_unicode",
 3166 "lazy_static",
 3167 "libc",
 3168 "unicode-width",
 3169 "windows-sys 0.52.0",
 3170]
 3171
 3172[[package]]
 3173name = "const-oid"
 3174version = "0.9.6"
 3175source = "registry+https://github.com/rust-lang/crates.io-index"
 3176checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3177
 3178[[package]]
 3179name = "const-random"
 3180version = "0.1.18"
 3181source = "registry+https://github.com/rust-lang/crates.io-index"
 3182checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3183dependencies = [
 3184 "const-random-macro",
 3185]
 3186
 3187[[package]]
 3188name = "const-random-macro"
 3189version = "0.1.16"
 3190source = "registry+https://github.com/rust-lang/crates.io-index"
 3191checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3192dependencies = [
 3193 "getrandom 0.2.15",
 3194 "once_cell",
 3195 "tiny-keccak",
 3196]
 3197
 3198[[package]]
 3199name = "constant_time_eq"
 3200version = "0.1.5"
 3201source = "registry+https://github.com/rust-lang/crates.io-index"
 3202checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3203
 3204[[package]]
 3205name = "constant_time_eq"
 3206version = "0.3.1"
 3207source = "registry+https://github.com/rust-lang/crates.io-index"
 3208checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3209
 3210[[package]]
 3211name = "context_server"
 3212version = "0.1.0"
 3213dependencies = [
 3214 "anyhow",
 3215 "assistant_tool",
 3216 "async-trait",
 3217 "collections",
 3218 "command_palette_hooks",
 3219 "context_server_settings",
 3220 "extension",
 3221 "futures 0.3.31",
 3222 "gpui",
 3223 "icons",
 3224 "language_model",
 3225 "log",
 3226 "parking_lot",
 3227 "postage",
 3228 "project",
 3229 "serde",
 3230 "serde_json",
 3231 "settings",
 3232 "smol",
 3233 "url",
 3234 "util",
 3235]
 3236
 3237[[package]]
 3238name = "context_server_settings"
 3239version = "0.1.0"
 3240dependencies = [
 3241 "anyhow",
 3242 "collections",
 3243 "gpui",
 3244 "schemars",
 3245 "serde",
 3246 "serde_json",
 3247 "settings",
 3248]
 3249
 3250[[package]]
 3251name = "convert_case"
 3252version = "0.4.0"
 3253source = "registry+https://github.com/rust-lang/crates.io-index"
 3254checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3255
 3256[[package]]
 3257name = "convert_case"
 3258version = "0.8.0"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3261dependencies = [
 3262 "unicode-segmentation",
 3263]
 3264
 3265[[package]]
 3266name = "copilot"
 3267version = "0.1.0"
 3268dependencies = [
 3269 "anyhow",
 3270 "async-std",
 3271 "chrono",
 3272 "client",
 3273 "clock",
 3274 "collections",
 3275 "command_palette_hooks",
 3276 "ctor",
 3277 "editor",
 3278 "env_logger 0.11.7",
 3279 "fs",
 3280 "futures 0.3.31",
 3281 "gpui",
 3282 "http_client",
 3283 "indoc",
 3284 "inline_completion",
 3285 "language",
 3286 "log",
 3287 "lsp",
 3288 "menu",
 3289 "node_runtime",
 3290 "parking_lot",
 3291 "paths",
 3292 "project",
 3293 "rpc",
 3294 "schemars",
 3295 "serde",
 3296 "serde_json",
 3297 "settings",
 3298 "strum",
 3299 "task",
 3300 "theme",
 3301 "ui",
 3302 "util",
 3303 "workspace",
 3304]
 3305
 3306[[package]]
 3307name = "core-foundation"
 3308version = "0.9.4"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3311dependencies = [
 3312 "core-foundation-sys",
 3313 "libc",
 3314]
 3315
 3316[[package]]
 3317name = "core-foundation"
 3318version = "0.10.0"
 3319source = "registry+https://github.com/rust-lang/crates.io-index"
 3320checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3321dependencies = [
 3322 "core-foundation-sys",
 3323 "libc",
 3324]
 3325
 3326[[package]]
 3327name = "core-foundation-sys"
 3328version = "0.8.7"
 3329source = "registry+https://github.com/rust-lang/crates.io-index"
 3330checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3331
 3332[[package]]
 3333name = "core-graphics"
 3334version = "0.23.2"
 3335source = "registry+https://github.com/rust-lang/crates.io-index"
 3336checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3337dependencies = [
 3338 "bitflags 1.3.2",
 3339 "core-foundation 0.9.4",
 3340 "core-graphics-types 0.1.3",
 3341 "foreign-types 0.5.0",
 3342 "libc",
 3343]
 3344
 3345[[package]]
 3346name = "core-graphics"
 3347version = "0.24.0"
 3348source = "registry+https://github.com/rust-lang/crates.io-index"
 3349checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3350dependencies = [
 3351 "bitflags 2.8.0",
 3352 "core-foundation 0.10.0",
 3353 "core-graphics-types 0.2.0",
 3354 "foreign-types 0.5.0",
 3355 "libc",
 3356]
 3357
 3358[[package]]
 3359name = "core-graphics-types"
 3360version = "0.1.3"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3363dependencies = [
 3364 "bitflags 1.3.2",
 3365 "core-foundation 0.9.4",
 3366 "libc",
 3367]
 3368
 3369[[package]]
 3370name = "core-graphics-types"
 3371version = "0.2.0"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3374dependencies = [
 3375 "bitflags 2.8.0",
 3376 "core-foundation 0.10.0",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core-graphics2"
 3382version = "0.4.1"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3385dependencies = [
 3386 "bitflags 2.8.0",
 3387 "block",
 3388 "cfg-if",
 3389 "core-foundation 0.10.0",
 3390 "libc",
 3391]
 3392
 3393[[package]]
 3394name = "core-services"
 3395version = "0.2.1"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3398dependencies = [
 3399 "core-foundation 0.9.4",
 3400]
 3401
 3402[[package]]
 3403name = "core-text"
 3404version = "21.0.0"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3407dependencies = [
 3408 "core-foundation 0.10.0",
 3409 "core-graphics 0.24.0",
 3410 "foreign-types 0.5.0",
 3411 "libc",
 3412]
 3413
 3414[[package]]
 3415name = "core-video"
 3416version = "0.4.3"
 3417source = "registry+https://github.com/rust-lang/crates.io-index"
 3418checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3419dependencies = [
 3420 "block",
 3421 "core-foundation 0.10.0",
 3422 "core-graphics2",
 3423 "io-surface",
 3424 "libc",
 3425 "metal",
 3426]
 3427
 3428[[package]]
 3429name = "core_maths"
 3430version = "0.1.1"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3433dependencies = [
 3434 "libm",
 3435]
 3436
 3437[[package]]
 3438name = "coreaudio-rs"
 3439version = "0.11.3"
 3440source = "registry+https://github.com/rust-lang/crates.io-index"
 3441checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3442dependencies = [
 3443 "bitflags 1.3.2",
 3444 "core-foundation-sys",
 3445 "coreaudio-sys",
 3446]
 3447
 3448[[package]]
 3449name = "coreaudio-rs"
 3450version = "0.12.1"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3453dependencies = [
 3454 "bitflags 1.3.2",
 3455 "core-foundation-sys",
 3456 "coreaudio-sys",
 3457]
 3458
 3459[[package]]
 3460name = "coreaudio-sys"
 3461version = "0.2.16"
 3462source = "registry+https://github.com/rust-lang/crates.io-index"
 3463checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3464dependencies = [
 3465 "bindgen 0.70.1",
 3466]
 3467
 3468[[package]]
 3469name = "cosmic-text"
 3470version = "0.13.2"
 3471source = "registry+https://github.com/rust-lang/crates.io-index"
 3472checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3473dependencies = [
 3474 "bitflags 2.8.0",
 3475 "fontdb 0.16.2",
 3476 "log",
 3477 "rangemap",
 3478 "rustc-hash 1.1.0",
 3479 "rustybuzz 0.14.1",
 3480 "self_cell",
 3481 "smol_str 0.2.2",
 3482 "swash",
 3483 "sys-locale",
 3484 "ttf-parser 0.21.1",
 3485 "unicode-bidi",
 3486 "unicode-linebreak",
 3487 "unicode-script",
 3488 "unicode-segmentation",
 3489]
 3490
 3491[[package]]
 3492name = "cpal"
 3493version = "0.15.3"
 3494source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3495dependencies = [
 3496 "alsa",
 3497 "core-foundation-sys",
 3498 "coreaudio-rs 0.11.3",
 3499 "dasp_sample",
 3500 "jni",
 3501 "js-sys",
 3502 "libc",
 3503 "mach2",
 3504 "ndk",
 3505 "ndk-context",
 3506 "oboe",
 3507 "wasm-bindgen",
 3508 "wasm-bindgen-futures",
 3509 "web-sys",
 3510 "windows 0.54.0",
 3511]
 3512
 3513[[package]]
 3514name = "cpp_demangle"
 3515version = "0.4.4"
 3516source = "registry+https://github.com/rust-lang/crates.io-index"
 3517checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3518dependencies = [
 3519 "cfg-if",
 3520]
 3521
 3522[[package]]
 3523name = "cpufeatures"
 3524version = "0.2.16"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3527dependencies = [
 3528 "libc",
 3529]
 3530
 3531[[package]]
 3532name = "cranelift-bforest"
 3533version = "0.116.1"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3536dependencies = [
 3537 "cranelift-entity",
 3538]
 3539
 3540[[package]]
 3541name = "cranelift-bitset"
 3542version = "0.116.1"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3545dependencies = [
 3546 "serde",
 3547 "serde_derive",
 3548]
 3549
 3550[[package]]
 3551name = "cranelift-codegen"
 3552version = "0.116.1"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3555dependencies = [
 3556 "bumpalo",
 3557 "cranelift-bforest",
 3558 "cranelift-bitset",
 3559 "cranelift-codegen-meta",
 3560 "cranelift-codegen-shared",
 3561 "cranelift-control",
 3562 "cranelift-entity",
 3563 "cranelift-isle",
 3564 "gimli",
 3565 "hashbrown 0.14.5",
 3566 "log",
 3567 "regalloc2",
 3568 "rustc-hash 2.1.1",
 3569 "serde",
 3570 "smallvec",
 3571 "target-lexicon 0.13.2",
 3572]
 3573
 3574[[package]]
 3575name = "cranelift-codegen-meta"
 3576version = "0.116.1"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3579dependencies = [
 3580 "cranelift-codegen-shared",
 3581]
 3582
 3583[[package]]
 3584name = "cranelift-codegen-shared"
 3585version = "0.116.1"
 3586source = "registry+https://github.com/rust-lang/crates.io-index"
 3587checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3588
 3589[[package]]
 3590name = "cranelift-control"
 3591version = "0.116.1"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3594dependencies = [
 3595 "arbitrary",
 3596]
 3597
 3598[[package]]
 3599name = "cranelift-entity"
 3600version = "0.116.1"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3603dependencies = [
 3604 "cranelift-bitset",
 3605 "serde",
 3606 "serde_derive",
 3607]
 3608
 3609[[package]]
 3610name = "cranelift-frontend"
 3611version = "0.116.1"
 3612source = "registry+https://github.com/rust-lang/crates.io-index"
 3613checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3614dependencies = [
 3615 "cranelift-codegen",
 3616 "log",
 3617 "smallvec",
 3618 "target-lexicon 0.13.2",
 3619]
 3620
 3621[[package]]
 3622name = "cranelift-isle"
 3623version = "0.116.1"
 3624source = "registry+https://github.com/rust-lang/crates.io-index"
 3625checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3626
 3627[[package]]
 3628name = "cranelift-native"
 3629version = "0.116.1"
 3630source = "registry+https://github.com/rust-lang/crates.io-index"
 3631checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3632dependencies = [
 3633 "cranelift-codegen",
 3634 "libc",
 3635 "target-lexicon 0.13.2",
 3636]
 3637
 3638[[package]]
 3639name = "crc"
 3640version = "3.2.1"
 3641source = "registry+https://github.com/rust-lang/crates.io-index"
 3642checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3643dependencies = [
 3644 "crc-catalog",
 3645]
 3646
 3647[[package]]
 3648name = "crc-catalog"
 3649version = "2.4.0"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3652
 3653[[package]]
 3654name = "crc32c"
 3655version = "0.6.8"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3658dependencies = [
 3659 "rustc_version",
 3660]
 3661
 3662[[package]]
 3663name = "crc32fast"
 3664version = "1.4.2"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3667dependencies = [
 3668 "cfg-if",
 3669]
 3670
 3671[[package]]
 3672name = "crc64fast-nvme"
 3673version = "1.1.1"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3676dependencies = [
 3677 "cbindgen 0.27.0",
 3678 "crc",
 3679]
 3680
 3681[[package]]
 3682name = "credentials_provider"
 3683version = "0.1.0"
 3684dependencies = [
 3685 "anyhow",
 3686 "futures 0.3.31",
 3687 "gpui",
 3688 "paths",
 3689 "release_channel",
 3690 "serde",
 3691 "serde_json",
 3692]
 3693
 3694[[package]]
 3695name = "criterion"
 3696version = "0.5.1"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3699dependencies = [
 3700 "anes",
 3701 "cast",
 3702 "ciborium",
 3703 "clap",
 3704 "criterion-plot",
 3705 "is-terminal",
 3706 "itertools 0.10.5",
 3707 "num-traits",
 3708 "once_cell",
 3709 "oorandom",
 3710 "plotters",
 3711 "rayon",
 3712 "regex",
 3713 "serde",
 3714 "serde_derive",
 3715 "serde_json",
 3716 "tinytemplate",
 3717 "walkdir",
 3718]
 3719
 3720[[package]]
 3721name = "criterion-plot"
 3722version = "0.5.0"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3725dependencies = [
 3726 "cast",
 3727 "itertools 0.10.5",
 3728]
 3729
 3730[[package]]
 3731name = "crossbeam-channel"
 3732version = "0.5.13"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3735dependencies = [
 3736 "crossbeam-utils",
 3737]
 3738
 3739[[package]]
 3740name = "crossbeam-deque"
 3741version = "0.8.5"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3744dependencies = [
 3745 "crossbeam-epoch",
 3746 "crossbeam-utils",
 3747]
 3748
 3749[[package]]
 3750name = "crossbeam-epoch"
 3751version = "0.9.18"
 3752source = "registry+https://github.com/rust-lang/crates.io-index"
 3753checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3754dependencies = [
 3755 "crossbeam-utils",
 3756]
 3757
 3758[[package]]
 3759name = "crossbeam-queue"
 3760version = "0.3.11"
 3761source = "registry+https://github.com/rust-lang/crates.io-index"
 3762checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3763dependencies = [
 3764 "crossbeam-utils",
 3765]
 3766
 3767[[package]]
 3768name = "crossbeam-utils"
 3769version = "0.8.20"
 3770source = "registry+https://github.com/rust-lang/crates.io-index"
 3771checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3772
 3773[[package]]
 3774name = "crunchy"
 3775version = "0.2.2"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3778
 3779[[package]]
 3780name = "crypto-bigint"
 3781version = "0.4.9"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3784dependencies = [
 3785 "generic-array",
 3786 "rand_core 0.6.4",
 3787 "subtle",
 3788 "zeroize",
 3789]
 3790
 3791[[package]]
 3792name = "crypto-bigint"
 3793version = "0.5.5"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3796dependencies = [
 3797 "rand_core 0.6.4",
 3798 "subtle",
 3799]
 3800
 3801[[package]]
 3802name = "crypto-common"
 3803version = "0.1.6"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3806dependencies = [
 3807 "generic-array",
 3808 "rand_core 0.6.4",
 3809 "typenum",
 3810]
 3811
 3812[[package]]
 3813name = "ctor"
 3814version = "0.4.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3817dependencies = [
 3818 "ctor-proc-macro",
 3819 "dtor",
 3820]
 3821
 3822[[package]]
 3823name = "ctor-proc-macro"
 3824version = "0.0.5"
 3825source = "registry+https://github.com/rust-lang/crates.io-index"
 3826checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3827
 3828[[package]]
 3829name = "ctrlc"
 3830version = "3.4.5"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3833dependencies = [
 3834 "nix",
 3835 "windows-sys 0.59.0",
 3836]
 3837
 3838[[package]]
 3839name = "cursor-icon"
 3840version = "1.1.0"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3843
 3844[[package]]
 3845name = "cxx"
 3846version = "1.0.151"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "fdb3e596b379180315d2f934231e233a2fc745041f88231807774093d8de45f2"
 3849dependencies = [
 3850 "cc",
 3851 "cxxbridge-cmd",
 3852 "cxxbridge-flags",
 3853 "cxxbridge-macro",
 3854 "foldhash",
 3855 "link-cplusplus",
 3856]
 3857
 3858[[package]]
 3859name = "cxx-build"
 3860version = "1.0.151"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "3743fae7f47620cd34ec23bab819db9ee52da93166a058f87ab0ad99d777dc9b"
 3863dependencies = [
 3864 "cc",
 3865 "codespan-reporting 0.12.0",
 3866 "proc-macro2",
 3867 "quote",
 3868 "scratch",
 3869 "syn 2.0.100",
 3870]
 3871
 3872[[package]]
 3873name = "cxxbridge-cmd"
 3874version = "1.0.151"
 3875source = "registry+https://github.com/rust-lang/crates.io-index"
 3876checksum = "aaea0273c049b126a3918df88a1670c9c0168e0738df9370a988ff69070d4fff"
 3877dependencies = [
 3878 "clap",
 3879 "codespan-reporting 0.12.0",
 3880 "proc-macro2",
 3881 "quote",
 3882 "syn 2.0.100",
 3883]
 3884
 3885[[package]]
 3886name = "cxxbridge-flags"
 3887version = "1.0.151"
 3888source = "registry+https://github.com/rust-lang/crates.io-index"
 3889checksum = "020a9a3d6b792aab7f30f6e323893ad7f45052e572cde5d014c47fe67c89495f"
 3890
 3891[[package]]
 3892name = "cxxbridge-macro"
 3893version = "1.0.151"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "ee54cd01f94db0328c4c73036d38bd8c3bb88927e953d05ffefe743edbf4eb68"
 3896dependencies = [
 3897 "proc-macro2",
 3898 "quote",
 3899 "rustversion",
 3900 "syn 2.0.100",
 3901]
 3902
 3903[[package]]
 3904name = "dap"
 3905version = "0.1.0"
 3906dependencies = [
 3907 "anyhow",
 3908 "async-compression",
 3909 "async-pipe",
 3910 "async-tar",
 3911 "async-trait",
 3912 "client",
 3913 "collections",
 3914 "dap-types",
 3915 "env_logger 0.11.7",
 3916 "fs",
 3917 "futures 0.3.31",
 3918 "gpui",
 3919 "http_client",
 3920 "language",
 3921 "log",
 3922 "node_runtime",
 3923 "parking_lot",
 3924 "paths",
 3925 "regex",
 3926 "schemars",
 3927 "serde",
 3928 "serde_json",
 3929 "settings",
 3930 "smallvec",
 3931 "smol",
 3932 "task",
 3933 "util",
 3934]
 3935
 3936[[package]]
 3937name = "dap-types"
 3938version = "0.0.1"
 3939source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3940dependencies = [
 3941 "schemars",
 3942 "serde",
 3943 "serde_json",
 3944]
 3945
 3946[[package]]
 3947name = "dap_adapters"
 3948version = "0.1.0"
 3949dependencies = [
 3950 "anyhow",
 3951 "async-trait",
 3952 "dap",
 3953 "gpui",
 3954 "language",
 3955 "paths",
 3956 "regex",
 3957 "serde",
 3958 "serde_json",
 3959 "task",
 3960 "util",
 3961]
 3962
 3963[[package]]
 3964name = "dashmap"
 3965version = "5.5.3"
 3966source = "registry+https://github.com/rust-lang/crates.io-index"
 3967checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3968dependencies = [
 3969 "cfg-if",
 3970 "hashbrown 0.14.5",
 3971 "lock_api",
 3972 "once_cell",
 3973 "parking_lot_core",
 3974]
 3975
 3976[[package]]
 3977name = "dashmap"
 3978version = "6.1.0"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3981dependencies = [
 3982 "cfg-if",
 3983 "crossbeam-utils",
 3984 "hashbrown 0.14.5",
 3985 "lock_api",
 3986 "once_cell",
 3987 "parking_lot_core",
 3988]
 3989
 3990[[package]]
 3991name = "dasp_sample"
 3992version = "0.11.0"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3995
 3996[[package]]
 3997name = "data-encoding"
 3998version = "2.6.0"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4001
 4002[[package]]
 4003name = "data-url"
 4004version = "0.3.1"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4007
 4008[[package]]
 4009name = "db"
 4010version = "0.1.0"
 4011dependencies = [
 4012 "anyhow",
 4013 "gpui",
 4014 "indoc",
 4015 "log",
 4016 "paths",
 4017 "release_channel",
 4018 "smol",
 4019 "sqlez",
 4020 "sqlez_macros",
 4021 "tempfile",
 4022 "util",
 4023]
 4024
 4025[[package]]
 4026name = "dbus"
 4027version = "0.9.7"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4030dependencies = [
 4031 "libc",
 4032 "libdbus-sys",
 4033 "winapi",
 4034]
 4035
 4036[[package]]
 4037name = "debugger_tools"
 4038version = "0.1.0"
 4039dependencies = [
 4040 "anyhow",
 4041 "dap",
 4042 "editor",
 4043 "futures 0.3.31",
 4044 "gpui",
 4045 "project",
 4046 "serde_json",
 4047 "settings",
 4048 "smol",
 4049 "util",
 4050 "workspace",
 4051]
 4052
 4053[[package]]
 4054name = "debugger_ui"
 4055version = "0.1.0"
 4056dependencies = [
 4057 "anyhow",
 4058 "client",
 4059 "collections",
 4060 "command_palette_hooks",
 4061 "dap",
 4062 "editor",
 4063 "env_logger 0.11.7",
 4064 "feature_flags",
 4065 "futures 0.3.31",
 4066 "fuzzy",
 4067 "gpui",
 4068 "language",
 4069 "log",
 4070 "menu",
 4071 "picker",
 4072 "pretty_assertions",
 4073 "project",
 4074 "rpc",
 4075 "serde",
 4076 "serde_json",
 4077 "settings",
 4078 "sysinfo",
 4079 "task",
 4080 "terminal_view",
 4081 "theme",
 4082 "ui",
 4083 "unindent",
 4084 "util",
 4085 "workspace",
 4086]
 4087
 4088[[package]]
 4089name = "deepseek"
 4090version = "0.1.0"
 4091dependencies = [
 4092 "anyhow",
 4093 "futures 0.3.31",
 4094 "http_client",
 4095 "schemars",
 4096 "serde",
 4097 "serde_json",
 4098]
 4099
 4100[[package]]
 4101name = "deflate64"
 4102version = "0.1.9"
 4103source = "registry+https://github.com/rust-lang/crates.io-index"
 4104checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4105
 4106[[package]]
 4107name = "der"
 4108version = "0.6.1"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4111dependencies = [
 4112 "const-oid",
 4113 "zeroize",
 4114]
 4115
 4116[[package]]
 4117name = "der"
 4118version = "0.7.9"
 4119source = "registry+https://github.com/rust-lang/crates.io-index"
 4120checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4121dependencies = [
 4122 "const-oid",
 4123 "pem-rfc7468",
 4124 "zeroize",
 4125]
 4126
 4127[[package]]
 4128name = "deranged"
 4129version = "0.4.0"
 4130source = "registry+https://github.com/rust-lang/crates.io-index"
 4131checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4132dependencies = [
 4133 "powerfmt",
 4134 "serde",
 4135]
 4136
 4137[[package]]
 4138name = "derive_more"
 4139version = "0.99.19"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4142dependencies = [
 4143 "convert_case 0.4.0",
 4144 "proc-macro2",
 4145 "quote",
 4146 "rustc_version",
 4147 "syn 2.0.100",
 4148]
 4149
 4150[[package]]
 4151name = "derive_refineable"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "proc-macro2",
 4155 "quote",
 4156 "syn 1.0.109",
 4157]
 4158
 4159[[package]]
 4160name = "diagnostics"
 4161version = "0.1.0"
 4162dependencies = [
 4163 "anyhow",
 4164 "client",
 4165 "collections",
 4166 "ctor",
 4167 "editor",
 4168 "env_logger 0.11.7",
 4169 "gpui",
 4170 "language",
 4171 "log",
 4172 "lsp",
 4173 "pretty_assertions",
 4174 "project",
 4175 "rand 0.8.5",
 4176 "serde",
 4177 "serde_json",
 4178 "settings",
 4179 "theme",
 4180 "ui",
 4181 "unindent",
 4182 "util",
 4183 "workspace",
 4184]
 4185
 4186[[package]]
 4187name = "dialoguer"
 4188version = "0.11.0"
 4189source = "registry+https://github.com/rust-lang/crates.io-index"
 4190checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4191dependencies = [
 4192 "console",
 4193 "fuzzy-matcher",
 4194 "shell-words",
 4195 "tempfile",
 4196 "thiserror 1.0.69",
 4197 "zeroize",
 4198]
 4199
 4200[[package]]
 4201name = "diff"
 4202version = "0.1.13"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4205
 4206[[package]]
 4207name = "digest"
 4208version = "0.10.7"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4211dependencies = [
 4212 "block-buffer",
 4213 "const-oid",
 4214 "crypto-common",
 4215 "subtle",
 4216]
 4217
 4218[[package]]
 4219name = "dirs"
 4220version = "4.0.0"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4223dependencies = [
 4224 "dirs-sys 0.3.7",
 4225]
 4226
 4227[[package]]
 4228name = "dirs"
 4229version = "5.0.1"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4232dependencies = [
 4233 "dirs-sys 0.4.1",
 4234]
 4235
 4236[[package]]
 4237name = "dirs-sys"
 4238version = "0.3.7"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4241dependencies = [
 4242 "libc",
 4243 "redox_users",
 4244 "winapi",
 4245]
 4246
 4247[[package]]
 4248name = "dirs-sys"
 4249version = "0.4.1"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4252dependencies = [
 4253 "libc",
 4254 "option-ext",
 4255 "redox_users",
 4256 "windows-sys 0.48.0",
 4257]
 4258
 4259[[package]]
 4260name = "displaydoc"
 4261version = "0.2.5"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4264dependencies = [
 4265 "proc-macro2",
 4266 "quote",
 4267 "syn 2.0.100",
 4268]
 4269
 4270[[package]]
 4271name = "dlib"
 4272version = "0.5.2"
 4273source = "registry+https://github.com/rust-lang/crates.io-index"
 4274checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4275dependencies = [
 4276 "libloading",
 4277]
 4278
 4279[[package]]
 4280name = "docs_preprocessor"
 4281version = "0.1.0"
 4282dependencies = [
 4283 "anyhow",
 4284 "clap",
 4285 "mdbook",
 4286 "regex",
 4287 "serde",
 4288 "serde_json",
 4289 "settings",
 4290 "util",
 4291]
 4292
 4293[[package]]
 4294name = "dotenvy"
 4295version = "0.15.7"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4298
 4299[[package]]
 4300name = "downcast-rs"
 4301version = "1.2.1"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4304
 4305[[package]]
 4306name = "doxygen-rs"
 4307version = "0.4.2"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4310dependencies = [
 4311 "phf",
 4312]
 4313
 4314[[package]]
 4315name = "dtor"
 4316version = "0.0.5"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4319dependencies = [
 4320 "dtor-proc-macro",
 4321]
 4322
 4323[[package]]
 4324name = "dtor-proc-macro"
 4325version = "0.0.5"
 4326source = "registry+https://github.com/rust-lang/crates.io-index"
 4327checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4328
 4329[[package]]
 4330name = "dunce"
 4331version = "1.0.5"
 4332source = "registry+https://github.com/rust-lang/crates.io-index"
 4333checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4334
 4335[[package]]
 4336name = "dwrote"
 4337version = "0.11.2"
 4338source = "registry+https://github.com/rust-lang/crates.io-index"
 4339checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4340dependencies = [
 4341 "lazy_static",
 4342 "libc",
 4343 "winapi",
 4344 "wio",
 4345]
 4346
 4347[[package]]
 4348name = "dyn-clone"
 4349version = "1.0.17"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4352
 4353[[package]]
 4354name = "ec4rs"
 4355version = "1.1.1"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4358
 4359[[package]]
 4360name = "ecdsa"
 4361version = "0.14.8"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4364dependencies = [
 4365 "der 0.6.1",
 4366 "elliptic-curve",
 4367 "rfc6979",
 4368 "signature 1.6.4",
 4369]
 4370
 4371[[package]]
 4372name = "editor"
 4373version = "0.1.0"
 4374dependencies = [
 4375 "aho-corasick",
 4376 "anyhow",
 4377 "assets",
 4378 "buffer_diff",
 4379 "chrono",
 4380 "client",
 4381 "clock",
 4382 "collections",
 4383 "convert_case 0.8.0",
 4384 "ctor",
 4385 "db",
 4386 "emojis",
 4387 "env_logger 0.11.7",
 4388 "feature_flags",
 4389 "file_icons",
 4390 "fs",
 4391 "futures 0.3.31",
 4392 "fuzzy",
 4393 "git",
 4394 "gpui",
 4395 "http_client",
 4396 "indoc",
 4397 "inline_completion",
 4398 "itertools 0.14.0",
 4399 "language",
 4400 "languages",
 4401 "linkify",
 4402 "log",
 4403 "lsp",
 4404 "markdown",
 4405 "menu",
 4406 "multi_buffer",
 4407 "ordered-float 2.10.1",
 4408 "parking_lot",
 4409 "pretty_assertions",
 4410 "project",
 4411 "rand 0.8.5",
 4412 "release_channel",
 4413 "rpc",
 4414 "schemars",
 4415 "serde",
 4416 "serde_json",
 4417 "settings",
 4418 "smallvec",
 4419 "smol",
 4420 "snippet",
 4421 "sum_tree",
 4422 "task",
 4423 "telemetry",
 4424 "tempfile",
 4425 "text",
 4426 "theme",
 4427 "time",
 4428 "time_format",
 4429 "tree-sitter-html",
 4430 "tree-sitter-rust",
 4431 "tree-sitter-typescript",
 4432 "ui",
 4433 "unicode-script",
 4434 "unicode-segmentation",
 4435 "unindent",
 4436 "url",
 4437 "util",
 4438 "uuid",
 4439 "workspace",
 4440 "zed_actions",
 4441]
 4442
 4443[[package]]
 4444name = "either"
 4445version = "1.13.0"
 4446source = "registry+https://github.com/rust-lang/crates.io-index"
 4447checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4448dependencies = [
 4449 "serde",
 4450]
 4451
 4452[[package]]
 4453name = "elasticlunr-rs"
 4454version = "3.0.2"
 4455source = "registry+https://github.com/rust-lang/crates.io-index"
 4456checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4457dependencies = [
 4458 "regex",
 4459 "serde",
 4460 "serde_derive",
 4461 "serde_json",
 4462]
 4463
 4464[[package]]
 4465name = "elliptic-curve"
 4466version = "0.12.3"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4469dependencies = [
 4470 "base16ct",
 4471 "crypto-bigint 0.4.9",
 4472 "der 0.6.1",
 4473 "digest",
 4474 "ff",
 4475 "generic-array",
 4476 "group",
 4477 "pkcs8 0.9.0",
 4478 "rand_core 0.6.4",
 4479 "sec1",
 4480 "subtle",
 4481 "zeroize",
 4482]
 4483
 4484[[package]]
 4485name = "embed-resource"
 4486version = "3.0.2"
 4487source = "registry+https://github.com/rust-lang/crates.io-index"
 4488checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4489dependencies = [
 4490 "cc",
 4491 "memchr",
 4492 "rustc_version",
 4493 "toml 0.8.20",
 4494 "vswhom",
 4495 "winreg 0.52.0",
 4496]
 4497
 4498[[package]]
 4499name = "embedded-io"
 4500version = "0.4.0"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4503
 4504[[package]]
 4505name = "embedded-io"
 4506version = "0.6.1"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4509
 4510[[package]]
 4511name = "emojis"
 4512version = "0.6.4"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4515dependencies = [
 4516 "phf",
 4517]
 4518
 4519[[package]]
 4520name = "encode_unicode"
 4521version = "0.3.6"
 4522source = "registry+https://github.com/rust-lang/crates.io-index"
 4523checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4524
 4525[[package]]
 4526name = "encoding_rs"
 4527version = "0.8.35"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4530dependencies = [
 4531 "cfg-if",
 4532]
 4533
 4534[[package]]
 4535name = "endi"
 4536version = "1.1.0"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4539
 4540[[package]]
 4541name = "enumflags2"
 4542version = "0.7.10"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4545dependencies = [
 4546 "enumflags2_derive",
 4547 "serde",
 4548]
 4549
 4550[[package]]
 4551name = "enumflags2_derive"
 4552version = "0.7.10"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4555dependencies = [
 4556 "proc-macro2",
 4557 "quote",
 4558 "syn 2.0.100",
 4559]
 4560
 4561[[package]]
 4562name = "env_filter"
 4563version = "0.1.2"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4566dependencies = [
 4567 "log",
 4568 "regex",
 4569]
 4570
 4571[[package]]
 4572name = "env_logger"
 4573version = "0.10.2"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4576dependencies = [
 4577 "humantime",
 4578 "is-terminal",
 4579 "log",
 4580 "regex",
 4581 "termcolor",
 4582]
 4583
 4584[[package]]
 4585name = "env_logger"
 4586version = "0.11.7"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4589dependencies = [
 4590 "anstream",
 4591 "anstyle",
 4592 "env_filter",
 4593 "jiff",
 4594 "log",
 4595]
 4596
 4597[[package]]
 4598name = "envy"
 4599version = "0.4.2"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4602dependencies = [
 4603 "serde",
 4604]
 4605
 4606[[package]]
 4607name = "equivalent"
 4608version = "1.0.1"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4611
 4612[[package]]
 4613name = "erased-serde"
 4614version = "0.4.5"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4617dependencies = [
 4618 "serde",
 4619 "typeid",
 4620]
 4621
 4622[[package]]
 4623name = "errno"
 4624version = "0.2.8"
 4625source = "registry+https://github.com/rust-lang/crates.io-index"
 4626checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4627dependencies = [
 4628 "errno-dragonfly",
 4629 "libc",
 4630 "winapi",
 4631]
 4632
 4633[[package]]
 4634name = "errno"
 4635version = "0.3.10"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4638dependencies = [
 4639 "libc",
 4640 "windows-sys 0.52.0",
 4641]
 4642
 4643[[package]]
 4644name = "errno-dragonfly"
 4645version = "0.1.2"
 4646source = "registry+https://github.com/rust-lang/crates.io-index"
 4647checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4648dependencies = [
 4649 "cc",
 4650 "libc",
 4651]
 4652
 4653[[package]]
 4654name = "etagere"
 4655version = "0.2.15"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4658dependencies = [
 4659 "euclid",
 4660 "svg_fmt",
 4661]
 4662
 4663[[package]]
 4664name = "etcetera"
 4665version = "0.8.0"
 4666source = "registry+https://github.com/rust-lang/crates.io-index"
 4667checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4668dependencies = [
 4669 "cfg-if",
 4670 "home",
 4671 "windows-sys 0.48.0",
 4672]
 4673
 4674[[package]]
 4675name = "euclid"
 4676version = "0.22.11"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4679dependencies = [
 4680 "num-traits",
 4681]
 4682
 4683[[package]]
 4684name = "evals"
 4685version = "0.1.0"
 4686dependencies = [
 4687 "anyhow",
 4688 "clap",
 4689 "client",
 4690 "clock",
 4691 "collections",
 4692 "dap",
 4693 "env_logger 0.11.7",
 4694 "feature_flags",
 4695 "fs",
 4696 "gpui",
 4697 "http_client",
 4698 "language",
 4699 "languages",
 4700 "node_runtime",
 4701 "open_ai",
 4702 "project",
 4703 "reqwest_client",
 4704 "semantic_index",
 4705 "serde",
 4706 "serde_json",
 4707 "settings",
 4708 "smol",
 4709 "util",
 4710]
 4711
 4712[[package]]
 4713name = "event-listener"
 4714version = "2.5.3"
 4715source = "registry+https://github.com/rust-lang/crates.io-index"
 4716checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4717
 4718[[package]]
 4719name = "event-listener"
 4720version = "5.3.1"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4723dependencies = [
 4724 "concurrent-queue",
 4725 "parking",
 4726 "pin-project-lite",
 4727]
 4728
 4729[[package]]
 4730name = "event-listener-strategy"
 4731version = "0.5.3"
 4732source = "registry+https://github.com/rust-lang/crates.io-index"
 4733checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4734dependencies = [
 4735 "event-listener 5.3.1",
 4736 "pin-project-lite",
 4737]
 4738
 4739[[package]]
 4740name = "exec"
 4741version = "0.3.1"
 4742source = "registry+https://github.com/rust-lang/crates.io-index"
 4743checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4744dependencies = [
 4745 "errno 0.2.8",
 4746 "libc",
 4747]
 4748
 4749[[package]]
 4750name = "exr"
 4751version = "1.73.0"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4754dependencies = [
 4755 "bit_field",
 4756 "half",
 4757 "lebe",
 4758 "miniz_oxide",
 4759 "rayon-core",
 4760 "smallvec",
 4761 "zune-inflate",
 4762]
 4763
 4764[[package]]
 4765name = "extension"
 4766version = "0.1.0"
 4767dependencies = [
 4768 "anyhow",
 4769 "async-compression",
 4770 "async-tar",
 4771 "async-trait",
 4772 "collections",
 4773 "convert_case 0.8.0",
 4774 "fs",
 4775 "futures 0.3.31",
 4776 "gpui",
 4777 "http_client",
 4778 "language",
 4779 "log",
 4780 "lsp",
 4781 "parking_lot",
 4782 "semantic_version",
 4783 "serde",
 4784 "serde_json",
 4785 "toml 0.8.20",
 4786 "util",
 4787 "wasm-encoder 0.221.3",
 4788 "wasmparser 0.221.3",
 4789 "wit-component 0.221.3",
 4790]
 4791
 4792[[package]]
 4793name = "extension_cli"
 4794version = "0.1.0"
 4795dependencies = [
 4796 "anyhow",
 4797 "clap",
 4798 "env_logger 0.11.7",
 4799 "extension",
 4800 "fs",
 4801 "gpui",
 4802 "language",
 4803 "log",
 4804 "reqwest_client",
 4805 "rpc",
 4806 "serde",
 4807 "serde_json",
 4808 "theme",
 4809 "tokio",
 4810 "toml 0.8.20",
 4811 "tree-sitter",
 4812 "wasmtime",
 4813]
 4814
 4815[[package]]
 4816name = "extension_host"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "async-compression",
 4821 "async-tar",
 4822 "async-trait",
 4823 "client",
 4824 "collections",
 4825 "context_server_settings",
 4826 "ctor",
 4827 "env_logger 0.11.7",
 4828 "extension",
 4829 "fs",
 4830 "futures 0.3.31",
 4831 "gpui",
 4832 "http_client",
 4833 "language",
 4834 "language_extension",
 4835 "log",
 4836 "lsp",
 4837 "node_runtime",
 4838 "parking_lot",
 4839 "paths",
 4840 "project",
 4841 "release_channel",
 4842 "remote",
 4843 "reqwest_client",
 4844 "schemars",
 4845 "semantic_version",
 4846 "serde",
 4847 "serde_json",
 4848 "serde_json_lenient",
 4849 "settings",
 4850 "task",
 4851 "telemetry",
 4852 "tempfile",
 4853 "theme",
 4854 "theme_extension",
 4855 "toml 0.8.20",
 4856 "url",
 4857 "util",
 4858 "wasmparser 0.221.3",
 4859 "wasmtime",
 4860 "wasmtime-wasi",
 4861]
 4862
 4863[[package]]
 4864name = "extensions_ui"
 4865version = "0.1.0"
 4866dependencies = [
 4867 "anyhow",
 4868 "client",
 4869 "collections",
 4870 "db",
 4871 "editor",
 4872 "extension_host",
 4873 "fs",
 4874 "fuzzy",
 4875 "gpui",
 4876 "language",
 4877 "num-format",
 4878 "picker",
 4879 "project",
 4880 "release_channel",
 4881 "semantic_version",
 4882 "serde",
 4883 "settings",
 4884 "smallvec",
 4885 "strum",
 4886 "telemetry",
 4887 "theme",
 4888 "ui",
 4889 "util",
 4890 "vim_mode_setting",
 4891 "workspace",
 4892 "zed_actions",
 4893]
 4894
 4895[[package]]
 4896name = "fallible-iterator"
 4897version = "0.3.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4900
 4901[[package]]
 4902name = "fancy-regex"
 4903version = "0.13.0"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4906dependencies = [
 4907 "bit-set 0.5.3",
 4908 "regex-automata 0.4.9",
 4909 "regex-syntax 0.8.5",
 4910]
 4911
 4912[[package]]
 4913name = "fancy-regex"
 4914version = "0.14.0"
 4915source = "registry+https://github.com/rust-lang/crates.io-index"
 4916checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4917dependencies = [
 4918 "bit-set 0.8.0",
 4919 "regex-automata 0.4.9",
 4920 "regex-syntax 0.8.5",
 4921]
 4922
 4923[[package]]
 4924name = "fast-srgb8"
 4925version = "1.0.0"
 4926source = "registry+https://github.com/rust-lang/crates.io-index"
 4927checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4928
 4929[[package]]
 4930name = "fastrand"
 4931version = "1.9.0"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4934dependencies = [
 4935 "instant",
 4936]
 4937
 4938[[package]]
 4939name = "fastrand"
 4940version = "2.3.0"
 4941source = "registry+https://github.com/rust-lang/crates.io-index"
 4942checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4943
 4944[[package]]
 4945name = "fd-lock"
 4946version = "4.0.2"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4949dependencies = [
 4950 "cfg-if",
 4951 "rustix",
 4952 "windows-sys 0.52.0",
 4953]
 4954
 4955[[package]]
 4956name = "fdeflate"
 4957version = "0.3.7"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4960dependencies = [
 4961 "simd-adler32",
 4962]
 4963
 4964[[package]]
 4965name = "feature_flags"
 4966version = "0.1.0"
 4967dependencies = [
 4968 "futures 0.3.31",
 4969 "gpui",
 4970 "smol",
 4971]
 4972
 4973[[package]]
 4974name = "feedback"
 4975version = "0.1.0"
 4976dependencies = [
 4977 "client",
 4978 "editor",
 4979 "gpui",
 4980 "human_bytes",
 4981 "menu",
 4982 "release_channel",
 4983 "serde",
 4984 "sysinfo",
 4985 "ui",
 4986 "urlencoding",
 4987 "util",
 4988 "workspace",
 4989 "zed_actions",
 4990]
 4991
 4992[[package]]
 4993name = "ff"
 4994version = "0.12.1"
 4995source = "registry+https://github.com/rust-lang/crates.io-index"
 4996checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4997dependencies = [
 4998 "rand_core 0.6.4",
 4999 "subtle",
 5000]
 5001
 5002[[package]]
 5003name = "file_finder"
 5004version = "0.1.0"
 5005dependencies = [
 5006 "anyhow",
 5007 "collections",
 5008 "ctor",
 5009 "editor",
 5010 "env_logger 0.11.7",
 5011 "file_icons",
 5012 "futures 0.3.31",
 5013 "fuzzy",
 5014 "gpui",
 5015 "language",
 5016 "menu",
 5017 "picker",
 5018 "project",
 5019 "schemars",
 5020 "serde",
 5021 "serde_derive",
 5022 "serde_json",
 5023 "settings",
 5024 "text",
 5025 "theme",
 5026 "ui",
 5027 "util",
 5028 "workspace",
 5029]
 5030
 5031[[package]]
 5032name = "file_icons"
 5033version = "0.1.0"
 5034dependencies = [
 5035 "gpui",
 5036 "serde",
 5037 "settings",
 5038 "theme",
 5039 "util",
 5040]
 5041
 5042[[package]]
 5043name = "filedescriptor"
 5044version = "0.8.3"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5047dependencies = [
 5048 "libc",
 5049 "thiserror 1.0.69",
 5050 "winapi",
 5051]
 5052
 5053[[package]]
 5054name = "filetime"
 5055version = "0.2.25"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5058dependencies = [
 5059 "cfg-if",
 5060 "libc",
 5061 "libredox",
 5062 "windows-sys 0.59.0",
 5063]
 5064
 5065[[package]]
 5066name = "fixedbitset"
 5067version = "0.4.2"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5070
 5071[[package]]
 5072name = "flate2"
 5073version = "1.0.35"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5076dependencies = [
 5077 "crc32fast",
 5078 "miniz_oxide",
 5079]
 5080
 5081[[package]]
 5082name = "float-cmp"
 5083version = "0.9.0"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5086
 5087[[package]]
 5088name = "float-ord"
 5089version = "0.3.2"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5092
 5093[[package]]
 5094name = "float_next_after"
 5095version = "1.0.0"
 5096source = "registry+https://github.com/rust-lang/crates.io-index"
 5097checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5098
 5099[[package]]
 5100name = "flume"
 5101version = "0.11.1"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5104dependencies = [
 5105 "futures-core",
 5106 "futures-sink",
 5107 "nanorand",
 5108 "spin",
 5109]
 5110
 5111[[package]]
 5112name = "fnv"
 5113version = "1.0.7"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5116
 5117[[package]]
 5118name = "foldhash"
 5119version = "0.1.3"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5122
 5123[[package]]
 5124name = "font-kit"
 5125version = "0.14.1"
 5126source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5127dependencies = [
 5128 "bitflags 2.8.0",
 5129 "byteorder",
 5130 "core-foundation 0.10.0",
 5131 "core-graphics 0.24.0",
 5132 "core-text",
 5133 "dirs 5.0.1",
 5134 "dwrote",
 5135 "float-ord",
 5136 "freetype-sys",
 5137 "lazy_static",
 5138 "libc",
 5139 "log",
 5140 "pathfinder_geometry",
 5141 "pathfinder_simd",
 5142 "walkdir",
 5143 "winapi",
 5144 "yeslogic-fontconfig-sys",
 5145]
 5146
 5147[[package]]
 5148name = "font-types"
 5149version = "0.8.3"
 5150source = "registry+https://github.com/rust-lang/crates.io-index"
 5151checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5152dependencies = [
 5153 "bytemuck",
 5154]
 5155
 5156[[package]]
 5157name = "fontconfig-parser"
 5158version = "0.5.7"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5161dependencies = [
 5162 "roxmltree",
 5163]
 5164
 5165[[package]]
 5166name = "fontdb"
 5167version = "0.16.2"
 5168source = "registry+https://github.com/rust-lang/crates.io-index"
 5169checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5170dependencies = [
 5171 "fontconfig-parser",
 5172 "log",
 5173 "memmap2",
 5174 "slotmap",
 5175 "tinyvec",
 5176 "ttf-parser 0.20.0",
 5177]
 5178
 5179[[package]]
 5180name = "fontdb"
 5181version = "0.23.0"
 5182source = "registry+https://github.com/rust-lang/crates.io-index"
 5183checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5184dependencies = [
 5185 "fontconfig-parser",
 5186 "log",
 5187 "memmap2",
 5188 "slotmap",
 5189 "tinyvec",
 5190 "ttf-parser 0.25.1",
 5191]
 5192
 5193[[package]]
 5194name = "foreign-types"
 5195version = "0.3.2"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5198dependencies = [
 5199 "foreign-types-shared 0.1.1",
 5200]
 5201
 5202[[package]]
 5203name = "foreign-types"
 5204version = "0.5.0"
 5205source = "registry+https://github.com/rust-lang/crates.io-index"
 5206checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5207dependencies = [
 5208 "foreign-types-macros",
 5209 "foreign-types-shared 0.3.1",
 5210]
 5211
 5212[[package]]
 5213name = "foreign-types-macros"
 5214version = "0.2.3"
 5215source = "registry+https://github.com/rust-lang/crates.io-index"
 5216checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5217dependencies = [
 5218 "proc-macro2",
 5219 "quote",
 5220 "syn 2.0.100",
 5221]
 5222
 5223[[package]]
 5224name = "foreign-types-shared"
 5225version = "0.1.1"
 5226source = "registry+https://github.com/rust-lang/crates.io-index"
 5227checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5228
 5229[[package]]
 5230name = "foreign-types-shared"
 5231version = "0.3.1"
 5232source = "registry+https://github.com/rust-lang/crates.io-index"
 5233checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5234
 5235[[package]]
 5236name = "fork"
 5237version = "0.2.0"
 5238source = "registry+https://github.com/rust-lang/crates.io-index"
 5239checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5240dependencies = [
 5241 "libc",
 5242]
 5243
 5244[[package]]
 5245name = "form_urlencoded"
 5246version = "1.2.1"
 5247source = "registry+https://github.com/rust-lang/crates.io-index"
 5248checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5249dependencies = [
 5250 "percent-encoding",
 5251]
 5252
 5253[[package]]
 5254name = "freetype-sys"
 5255version = "0.20.1"
 5256source = "registry+https://github.com/rust-lang/crates.io-index"
 5257checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5258dependencies = [
 5259 "cc",
 5260 "libc",
 5261 "pkg-config",
 5262]
 5263
 5264[[package]]
 5265name = "fs"
 5266version = "0.1.0"
 5267dependencies = [
 5268 "anyhow",
 5269 "ashpd",
 5270 "async-tar",
 5271 "async-trait",
 5272 "cocoa 0.26.0",
 5273 "collections",
 5274 "fsevent",
 5275 "futures 0.3.31",
 5276 "git",
 5277 "gpui",
 5278 "ignore",
 5279 "libc",
 5280 "log",
 5281 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5282 "objc",
 5283 "parking_lot",
 5284 "paths",
 5285 "proto",
 5286 "rope",
 5287 "serde",
 5288 "serde_json",
 5289 "smol",
 5290 "tempfile",
 5291 "text",
 5292 "time",
 5293 "util",
 5294 "windows 0.61.1",
 5295]
 5296
 5297[[package]]
 5298name = "fs-set-times"
 5299version = "0.20.2"
 5300source = "registry+https://github.com/rust-lang/crates.io-index"
 5301checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5302dependencies = [
 5303 "io-lifetimes",
 5304 "rustix",
 5305 "windows-sys 0.52.0",
 5306]
 5307
 5308[[package]]
 5309name = "fs2"
 5310version = "0.4.3"
 5311source = "registry+https://github.com/rust-lang/crates.io-index"
 5312checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5313dependencies = [
 5314 "libc",
 5315 "winapi",
 5316]
 5317
 5318[[package]]
 5319name = "fs_extra"
 5320version = "1.3.0"
 5321source = "registry+https://github.com/rust-lang/crates.io-index"
 5322checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5323
 5324[[package]]
 5325name = "fsevent"
 5326version = "0.1.0"
 5327dependencies = [
 5328 "bitflags 2.8.0",
 5329 "core-foundation 0.10.0",
 5330 "fsevent-sys 3.1.0",
 5331 "parking_lot",
 5332 "tempfile",
 5333]
 5334
 5335[[package]]
 5336name = "fsevent-sys"
 5337version = "3.1.0"
 5338source = "registry+https://github.com/rust-lang/crates.io-index"
 5339checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5340dependencies = [
 5341 "libc",
 5342]
 5343
 5344[[package]]
 5345name = "fsevent-sys"
 5346version = "4.1.0"
 5347source = "registry+https://github.com/rust-lang/crates.io-index"
 5348checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5349dependencies = [
 5350 "libc",
 5351]
 5352
 5353[[package]]
 5354name = "funty"
 5355version = "2.0.0"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5358
 5359[[package]]
 5360name = "futf"
 5361version = "0.1.5"
 5362source = "registry+https://github.com/rust-lang/crates.io-index"
 5363checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5364dependencies = [
 5365 "mac",
 5366 "new_debug_unreachable",
 5367]
 5368
 5369[[package]]
 5370name = "futures"
 5371version = "0.1.31"
 5372source = "registry+https://github.com/rust-lang/crates.io-index"
 5373checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5374
 5375[[package]]
 5376name = "futures"
 5377version = "0.3.31"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5380dependencies = [
 5381 "futures-channel",
 5382 "futures-core",
 5383 "futures-executor",
 5384 "futures-io",
 5385 "futures-sink",
 5386 "futures-task",
 5387 "futures-util",
 5388]
 5389
 5390[[package]]
 5391name = "futures-batch"
 5392version = "0.6.1"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5395dependencies = [
 5396 "futures 0.3.31",
 5397 "futures-timer",
 5398 "pin-utils",
 5399]
 5400
 5401[[package]]
 5402name = "futures-channel"
 5403version = "0.3.31"
 5404source = "registry+https://github.com/rust-lang/crates.io-index"
 5405checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5406dependencies = [
 5407 "futures-core",
 5408 "futures-sink",
 5409]
 5410
 5411[[package]]
 5412name = "futures-core"
 5413version = "0.3.31"
 5414source = "registry+https://github.com/rust-lang/crates.io-index"
 5415checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5416
 5417[[package]]
 5418name = "futures-executor"
 5419version = "0.3.31"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5422dependencies = [
 5423 "futures-core",
 5424 "futures-task",
 5425 "futures-util",
 5426]
 5427
 5428[[package]]
 5429name = "futures-intrusive"
 5430version = "0.5.0"
 5431source = "registry+https://github.com/rust-lang/crates.io-index"
 5432checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5433dependencies = [
 5434 "futures-core",
 5435 "lock_api",
 5436 "parking_lot",
 5437]
 5438
 5439[[package]]
 5440name = "futures-io"
 5441version = "0.3.31"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5444
 5445[[package]]
 5446name = "futures-lite"
 5447version = "1.13.0"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5450dependencies = [
 5451 "fastrand 1.9.0",
 5452 "futures-core",
 5453 "futures-io",
 5454 "memchr",
 5455 "parking",
 5456 "pin-project-lite",
 5457 "waker-fn",
 5458]
 5459
 5460[[package]]
 5461name = "futures-lite"
 5462version = "2.6.0"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5465dependencies = [
 5466 "fastrand 2.3.0",
 5467 "futures-core",
 5468 "futures-io",
 5469 "parking",
 5470 "pin-project-lite",
 5471]
 5472
 5473[[package]]
 5474name = "futures-macro"
 5475version = "0.3.31"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5478dependencies = [
 5479 "proc-macro2",
 5480 "quote",
 5481 "syn 2.0.100",
 5482]
 5483
 5484[[package]]
 5485name = "futures-sink"
 5486version = "0.3.31"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5489
 5490[[package]]
 5491name = "futures-task"
 5492version = "0.3.31"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5495
 5496[[package]]
 5497name = "futures-timer"
 5498version = "3.0.3"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5501
 5502[[package]]
 5503name = "futures-util"
 5504version = "0.3.31"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5507dependencies = [
 5508 "futures 0.1.31",
 5509 "futures-channel",
 5510 "futures-core",
 5511 "futures-io",
 5512 "futures-macro",
 5513 "futures-sink",
 5514 "futures-task",
 5515 "memchr",
 5516 "pin-project-lite",
 5517 "pin-utils",
 5518 "slab",
 5519 "tokio-io",
 5520]
 5521
 5522[[package]]
 5523name = "fuzzy"
 5524version = "0.1.0"
 5525dependencies = [
 5526 "gpui",
 5527 "log",
 5528 "util",
 5529]
 5530
 5531[[package]]
 5532name = "fuzzy-matcher"
 5533version = "0.3.7"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5536dependencies = [
 5537 "thread_local",
 5538]
 5539
 5540[[package]]
 5541name = "generic-array"
 5542version = "0.14.7"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5545dependencies = [
 5546 "typenum",
 5547 "version_check",
 5548]
 5549
 5550[[package]]
 5551name = "gethostname"
 5552version = "0.4.3"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5555dependencies = [
 5556 "libc",
 5557 "windows-targets 0.48.5",
 5558]
 5559
 5560[[package]]
 5561name = "getrandom"
 5562version = "0.1.16"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5565dependencies = [
 5566 "cfg-if",
 5567 "libc",
 5568 "wasi 0.9.0+wasi-snapshot-preview1",
 5569]
 5570
 5571[[package]]
 5572name = "getrandom"
 5573version = "0.2.15"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5576dependencies = [
 5577 "cfg-if",
 5578 "js-sys",
 5579 "libc",
 5580 "wasi 0.11.0+wasi-snapshot-preview1",
 5581 "wasm-bindgen",
 5582]
 5583
 5584[[package]]
 5585name = "getrandom"
 5586version = "0.3.1"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5589dependencies = [
 5590 "cfg-if",
 5591 "libc",
 5592 "wasi 0.13.3+wasi-0.2.2",
 5593 "windows-targets 0.52.6",
 5594]
 5595
 5596[[package]]
 5597name = "gif"
 5598version = "0.13.1"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5601dependencies = [
 5602 "color_quant",
 5603 "weezl",
 5604]
 5605
 5606[[package]]
 5607name = "gimli"
 5608version = "0.31.1"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5611dependencies = [
 5612 "fallible-iterator",
 5613 "indexmap",
 5614 "stable_deref_trait",
 5615]
 5616
 5617[[package]]
 5618name = "git"
 5619version = "0.1.0"
 5620dependencies = [
 5621 "anyhow",
 5622 "askpass",
 5623 "async-trait",
 5624 "collections",
 5625 "derive_more",
 5626 "futures 0.3.31",
 5627 "git2",
 5628 "gpui",
 5629 "http_client",
 5630 "log",
 5631 "parking_lot",
 5632 "pretty_assertions",
 5633 "regex",
 5634 "rope",
 5635 "schemars",
 5636 "serde",
 5637 "serde_json",
 5638 "smol",
 5639 "sum_tree",
 5640 "tempfile",
 5641 "text",
 5642 "thiserror 2.0.12",
 5643 "time",
 5644 "unindent",
 5645 "url",
 5646 "util",
 5647 "uuid",
 5648]
 5649
 5650[[package]]
 5651name = "git2"
 5652version = "0.20.1"
 5653source = "registry+https://github.com/rust-lang/crates.io-index"
 5654checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5655dependencies = [
 5656 "bitflags 2.8.0",
 5657 "libc",
 5658 "libgit2-sys",
 5659 "log",
 5660 "url",
 5661]
 5662
 5663[[package]]
 5664name = "git_hosting_providers"
 5665version = "0.1.0"
 5666dependencies = [
 5667 "anyhow",
 5668 "async-trait",
 5669 "futures 0.3.31",
 5670 "git",
 5671 "gpui",
 5672 "http_client",
 5673 "indoc",
 5674 "pretty_assertions",
 5675 "regex",
 5676 "schemars",
 5677 "serde",
 5678 "serde_json",
 5679 "settings",
 5680 "url",
 5681 "util",
 5682]
 5683
 5684[[package]]
 5685name = "git_ui"
 5686version = "0.1.0"
 5687dependencies = [
 5688 "anyhow",
 5689 "askpass",
 5690 "assistant_settings",
 5691 "buffer_diff",
 5692 "collections",
 5693 "command_palette_hooks",
 5694 "component",
 5695 "ctor",
 5696 "db",
 5697 "editor",
 5698 "env_logger 0.11.7",
 5699 "futures 0.3.31",
 5700 "fuzzy",
 5701 "git",
 5702 "gpui",
 5703 "itertools 0.14.0",
 5704 "language",
 5705 "language_model",
 5706 "linkify",
 5707 "linkme",
 5708 "log",
 5709 "menu",
 5710 "multi_buffer",
 5711 "notifications",
 5712 "panel",
 5713 "picker",
 5714 "postage",
 5715 "pretty_assertions",
 5716 "project",
 5717 "schemars",
 5718 "serde",
 5719 "serde_derive",
 5720 "serde_json",
 5721 "settings",
 5722 "strum",
 5723 "telemetry",
 5724 "theme",
 5725 "time",
 5726 "time_format",
 5727 "ui",
 5728 "unindent",
 5729 "util",
 5730 "windows 0.61.1",
 5731 "workspace",
 5732 "zed_actions",
 5733]
 5734
 5735[[package]]
 5736name = "glob"
 5737version = "0.3.1"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5740
 5741[[package]]
 5742name = "globset"
 5743version = "0.4.16"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5746dependencies = [
 5747 "aho-corasick",
 5748 "bstr",
 5749 "log",
 5750 "regex-automata 0.4.9",
 5751 "regex-syntax 0.8.5",
 5752]
 5753
 5754[[package]]
 5755name = "gloo-timers"
 5756version = "0.3.0"
 5757source = "registry+https://github.com/rust-lang/crates.io-index"
 5758checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5759dependencies = [
 5760 "futures-channel",
 5761 "futures-core",
 5762 "js-sys",
 5763 "wasm-bindgen",
 5764]
 5765
 5766[[package]]
 5767name = "glow"
 5768version = "0.14.2"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5771dependencies = [
 5772 "js-sys",
 5773 "slotmap",
 5774 "wasm-bindgen",
 5775 "web-sys",
 5776]
 5777
 5778[[package]]
 5779name = "go_to_line"
 5780version = "0.1.0"
 5781dependencies = [
 5782 "anyhow",
 5783 "editor",
 5784 "gpui",
 5785 "indoc",
 5786 "language",
 5787 "menu",
 5788 "project",
 5789 "rope",
 5790 "schemars",
 5791 "serde",
 5792 "serde_json",
 5793 "settings",
 5794 "text",
 5795 "theme",
 5796 "tree-sitter-rust",
 5797 "tree-sitter-typescript",
 5798 "ui",
 5799 "util",
 5800 "workspace",
 5801]
 5802
 5803[[package]]
 5804name = "google_ai"
 5805version = "0.1.0"
 5806dependencies = [
 5807 "anyhow",
 5808 "futures 0.3.31",
 5809 "http_client",
 5810 "schemars",
 5811 "serde",
 5812 "serde_json",
 5813 "strum",
 5814]
 5815
 5816[[package]]
 5817name = "gpu-alloc"
 5818version = "0.6.0"
 5819source = "registry+https://github.com/rust-lang/crates.io-index"
 5820checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5821dependencies = [
 5822 "bitflags 2.8.0",
 5823 "gpu-alloc-types",
 5824]
 5825
 5826[[package]]
 5827name = "gpu-alloc-ash"
 5828version = "0.7.0"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5831dependencies = [
 5832 "ash",
 5833 "gpu-alloc-types",
 5834 "tinyvec",
 5835]
 5836
 5837[[package]]
 5838name = "gpu-alloc-types"
 5839version = "0.3.0"
 5840source = "registry+https://github.com/rust-lang/crates.io-index"
 5841checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5842dependencies = [
 5843 "bitflags 2.8.0",
 5844]
 5845
 5846[[package]]
 5847name = "gpui"
 5848version = "0.1.0"
 5849dependencies = [
 5850 "anyhow",
 5851 "as-raw-xcb-connection",
 5852 "ashpd",
 5853 "async-task",
 5854 "backtrace",
 5855 "bindgen 0.70.1",
 5856 "blade-graphics",
 5857 "blade-macros",
 5858 "blade-util",
 5859 "block",
 5860 "bytemuck",
 5861 "calloop",
 5862 "calloop-wayland-source",
 5863 "cbindgen 0.28.0",
 5864 "cocoa 0.26.0",
 5865 "collections",
 5866 "core-foundation 0.10.0",
 5867 "core-foundation-sys",
 5868 "core-graphics 0.24.0",
 5869 "core-text",
 5870 "core-video",
 5871 "cosmic-text",
 5872 "ctor",
 5873 "derive_more",
 5874 "embed-resource",
 5875 "env_logger 0.11.7",
 5876 "etagere",
 5877 "filedescriptor",
 5878 "flume",
 5879 "font-kit",
 5880 "foreign-types 0.5.0",
 5881 "futures 0.3.31",
 5882 "gpui_macros",
 5883 "http_client",
 5884 "image",
 5885 "inventory",
 5886 "itertools 0.14.0",
 5887 "log",
 5888 "lyon",
 5889 "media",
 5890 "metal",
 5891 "naga",
 5892 "num_cpus",
 5893 "objc",
 5894 "objc2",
 5895 "objc2-metal",
 5896 "oo7",
 5897 "open",
 5898 "parking",
 5899 "parking_lot",
 5900 "pathfinder_geometry",
 5901 "postage",
 5902 "profiling",
 5903 "rand 0.8.5",
 5904 "raw-window-handle",
 5905 "refineable",
 5906 "reqwest_client",
 5907 "resvg",
 5908 "schemars",
 5909 "seahash",
 5910 "semantic_version",
 5911 "serde",
 5912 "serde_derive",
 5913 "serde_json",
 5914 "slotmap",
 5915 "smallvec",
 5916 "smol",
 5917 "strum",
 5918 "sum_tree",
 5919 "taffy",
 5920 "thiserror 2.0.12",
 5921 "unicode-segmentation",
 5922 "usvg",
 5923 "util",
 5924 "uuid",
 5925 "waker-fn",
 5926 "wayland-backend",
 5927 "wayland-client",
 5928 "wayland-cursor",
 5929 "wayland-protocols",
 5930 "wayland-protocols-plasma",
 5931 "windows 0.61.1",
 5932 "windows-core 0.61.0",
 5933 "windows-numerics",
 5934 "x11-clipboard",
 5935 "x11rb",
 5936 "xim",
 5937 "xkbcommon",
 5938]
 5939
 5940[[package]]
 5941name = "gpui_macros"
 5942version = "0.1.0"
 5943dependencies = [
 5944 "gpui",
 5945 "proc-macro2",
 5946 "quote",
 5947 "syn 1.0.109",
 5948]
 5949
 5950[[package]]
 5951name = "gpui_tokio"
 5952version = "0.1.0"
 5953dependencies = [
 5954 "gpui",
 5955 "tokio",
 5956 "util",
 5957]
 5958
 5959[[package]]
 5960name = "grid"
 5961version = "0.13.0"
 5962source = "registry+https://github.com/rust-lang/crates.io-index"
 5963checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5964
 5965[[package]]
 5966name = "group"
 5967version = "0.12.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5970dependencies = [
 5971 "ff",
 5972 "rand_core 0.6.4",
 5973 "subtle",
 5974]
 5975
 5976[[package]]
 5977name = "h2"
 5978version = "0.3.26"
 5979source = "registry+https://github.com/rust-lang/crates.io-index"
 5980checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5981dependencies = [
 5982 "bytes 1.10.1",
 5983 "fnv",
 5984 "futures-core",
 5985 "futures-sink",
 5986 "futures-util",
 5987 "http 0.2.12",
 5988 "indexmap",
 5989 "slab",
 5990 "tokio",
 5991 "tokio-util",
 5992 "tracing",
 5993]
 5994
 5995[[package]]
 5996name = "h2"
 5997version = "0.4.7"
 5998source = "registry+https://github.com/rust-lang/crates.io-index"
 5999checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6000dependencies = [
 6001 "atomic-waker",
 6002 "bytes 1.10.1",
 6003 "fnv",
 6004 "futures-core",
 6005 "futures-sink",
 6006 "http 1.2.0",
 6007 "indexmap",
 6008 "slab",
 6009 "tokio",
 6010 "tokio-util",
 6011 "tracing",
 6012]
 6013
 6014[[package]]
 6015name = "half"
 6016version = "2.4.1"
 6017source = "registry+https://github.com/rust-lang/crates.io-index"
 6018checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6019dependencies = [
 6020 "cfg-if",
 6021 "crunchy",
 6022]
 6023
 6024[[package]]
 6025name = "handlebars"
 6026version = "4.5.0"
 6027source = "registry+https://github.com/rust-lang/crates.io-index"
 6028checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6029dependencies = [
 6030 "log",
 6031 "pest",
 6032 "pest_derive",
 6033 "serde",
 6034 "serde_json",
 6035 "thiserror 1.0.69",
 6036]
 6037
 6038[[package]]
 6039name = "handlebars"
 6040version = "6.2.0"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6043dependencies = [
 6044 "log",
 6045 "num-order",
 6046 "pest",
 6047 "pest_derive",
 6048 "serde",
 6049 "serde_json",
 6050 "thiserror 1.0.69",
 6051]
 6052
 6053[[package]]
 6054name = "hashbrown"
 6055version = "0.12.3"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6058dependencies = [
 6059 "ahash 0.7.8",
 6060]
 6061
 6062[[package]]
 6063name = "hashbrown"
 6064version = "0.14.5"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6067dependencies = [
 6068 "ahash 0.8.11",
 6069 "allocator-api2",
 6070]
 6071
 6072[[package]]
 6073name = "hashbrown"
 6074version = "0.15.2"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6077dependencies = [
 6078 "allocator-api2",
 6079 "equivalent",
 6080 "foldhash",
 6081 "serde",
 6082]
 6083
 6084[[package]]
 6085name = "hashlink"
 6086version = "0.8.4"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6089dependencies = [
 6090 "hashbrown 0.14.5",
 6091]
 6092
 6093[[package]]
 6094name = "hashlink"
 6095version = "0.10.0"
 6096source = "registry+https://github.com/rust-lang/crates.io-index"
 6097checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6098dependencies = [
 6099 "hashbrown 0.15.2",
 6100]
 6101
 6102[[package]]
 6103name = "headers"
 6104version = "0.3.9"
 6105source = "registry+https://github.com/rust-lang/crates.io-index"
 6106checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6107dependencies = [
 6108 "base64 0.21.7",
 6109 "bytes 1.10.1",
 6110 "headers-core",
 6111 "http 0.2.12",
 6112 "httpdate",
 6113 "mime",
 6114 "sha1",
 6115]
 6116
 6117[[package]]
 6118name = "headers-core"
 6119version = "0.2.0"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6122dependencies = [
 6123 "http 0.2.12",
 6124]
 6125
 6126[[package]]
 6127name = "heck"
 6128version = "0.3.3"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6131dependencies = [
 6132 "unicode-segmentation",
 6133]
 6134
 6135[[package]]
 6136name = "heck"
 6137version = "0.4.1"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6140dependencies = [
 6141 "unicode-segmentation",
 6142]
 6143
 6144[[package]]
 6145name = "heck"
 6146version = "0.5.0"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6149
 6150[[package]]
 6151name = "heed"
 6152version = "0.21.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6155dependencies = [
 6156 "bitflags 2.8.0",
 6157 "byteorder",
 6158 "heed-traits",
 6159 "heed-types",
 6160 "libc",
 6161 "lmdb-master-sys",
 6162 "once_cell",
 6163 "page_size",
 6164 "serde",
 6165 "synchronoise",
 6166 "url",
 6167]
 6168
 6169[[package]]
 6170name = "heed-traits"
 6171version = "0.20.0"
 6172source = "registry+https://github.com/rust-lang/crates.io-index"
 6173checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6174
 6175[[package]]
 6176name = "heed-types"
 6177version = "0.21.0"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6180dependencies = [
 6181 "bincode",
 6182 "byteorder",
 6183 "heed-traits",
 6184 "serde",
 6185 "serde_json",
 6186]
 6187
 6188[[package]]
 6189name = "hermit-abi"
 6190version = "0.3.9"
 6191source = "registry+https://github.com/rust-lang/crates.io-index"
 6192checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6193
 6194[[package]]
 6195name = "hermit-abi"
 6196version = "0.4.0"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6199
 6200[[package]]
 6201name = "hex"
 6202version = "0.4.3"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6205
 6206[[package]]
 6207name = "hexf-parse"
 6208version = "0.2.1"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6211
 6212[[package]]
 6213name = "hidden-trait"
 6214version = "0.1.2"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6217dependencies = [
 6218 "proc-macro2",
 6219 "quote",
 6220 "syn 1.0.109",
 6221]
 6222
 6223[[package]]
 6224name = "hkdf"
 6225version = "0.12.4"
 6226source = "registry+https://github.com/rust-lang/crates.io-index"
 6227checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6228dependencies = [
 6229 "hmac",
 6230]
 6231
 6232[[package]]
 6233name = "hmac"
 6234version = "0.12.1"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6237dependencies = [
 6238 "digest",
 6239]
 6240
 6241[[package]]
 6242name = "home"
 6243version = "0.5.9"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6246dependencies = [
 6247 "windows-sys 0.52.0",
 6248]
 6249
 6250[[package]]
 6251name = "hound"
 6252version = "3.5.1"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6255
 6256[[package]]
 6257name = "html5ever"
 6258version = "0.27.0"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6261dependencies = [
 6262 "log",
 6263 "mac",
 6264 "markup5ever",
 6265 "proc-macro2",
 6266 "quote",
 6267 "syn 2.0.100",
 6268]
 6269
 6270[[package]]
 6271name = "html_to_markdown"
 6272version = "0.1.0"
 6273dependencies = [
 6274 "anyhow",
 6275 "html5ever",
 6276 "indoc",
 6277 "markup5ever_rcdom",
 6278 "pretty_assertions",
 6279 "regex",
 6280]
 6281
 6282[[package]]
 6283name = "http"
 6284version = "0.2.12"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6287dependencies = [
 6288 "bytes 1.10.1",
 6289 "fnv",
 6290 "itoa",
 6291]
 6292
 6293[[package]]
 6294name = "http"
 6295version = "1.2.0"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6298dependencies = [
 6299 "bytes 1.10.1",
 6300 "fnv",
 6301 "itoa",
 6302]
 6303
 6304[[package]]
 6305name = "http-body"
 6306version = "0.4.6"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6309dependencies = [
 6310 "bytes 1.10.1",
 6311 "http 0.2.12",
 6312 "pin-project-lite",
 6313]
 6314
 6315[[package]]
 6316name = "http-body"
 6317version = "1.0.1"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6320dependencies = [
 6321 "bytes 1.10.1",
 6322 "http 1.2.0",
 6323]
 6324
 6325[[package]]
 6326name = "http-body-util"
 6327version = "0.1.2"
 6328source = "registry+https://github.com/rust-lang/crates.io-index"
 6329checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6330dependencies = [
 6331 "bytes 1.10.1",
 6332 "futures-util",
 6333 "http 1.2.0",
 6334 "http-body 1.0.1",
 6335 "pin-project-lite",
 6336]
 6337
 6338[[package]]
 6339name = "http-range-header"
 6340version = "0.3.1"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6343
 6344[[package]]
 6345name = "http-types"
 6346version = "2.12.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6349dependencies = [
 6350 "anyhow",
 6351 "async-channel 1.9.0",
 6352 "base64 0.13.1",
 6353 "futures-lite 1.13.0",
 6354 "http 0.2.12",
 6355 "infer",
 6356 "pin-project-lite",
 6357 "rand 0.7.3",
 6358 "serde",
 6359 "serde_json",
 6360 "serde_qs 0.8.5",
 6361 "serde_urlencoded",
 6362 "url",
 6363]
 6364
 6365[[package]]
 6366name = "http_client"
 6367version = "0.1.0"
 6368dependencies = [
 6369 "anyhow",
 6370 "bytes 1.10.1",
 6371 "derive_more",
 6372 "futures 0.3.31",
 6373 "http 1.2.0",
 6374 "log",
 6375 "serde",
 6376 "serde_json",
 6377 "url",
 6378]
 6379
 6380[[package]]
 6381name = "http_client_tls"
 6382version = "0.1.0"
 6383dependencies = [
 6384 "rustls 0.23.25",
 6385 "rustls-platform-verifier",
 6386]
 6387
 6388[[package]]
 6389name = "httparse"
 6390version = "1.9.5"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6393
 6394[[package]]
 6395name = "httpdate"
 6396version = "1.0.3"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6399
 6400[[package]]
 6401name = "human_bytes"
 6402version = "0.4.3"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6405
 6406[[package]]
 6407name = "humantime"
 6408version = "2.1.0"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6411
 6412[[package]]
 6413name = "hyper"
 6414version = "0.14.32"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6417dependencies = [
 6418 "bytes 1.10.1",
 6419 "futures-channel",
 6420 "futures-core",
 6421 "futures-util",
 6422 "h2 0.3.26",
 6423 "http 0.2.12",
 6424 "http-body 0.4.6",
 6425 "httparse",
 6426 "httpdate",
 6427 "itoa",
 6428 "pin-project-lite",
 6429 "socket2",
 6430 "tokio",
 6431 "tower-service",
 6432 "tracing",
 6433 "want",
 6434]
 6435
 6436[[package]]
 6437name = "hyper"
 6438version = "1.5.1"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6441dependencies = [
 6442 "bytes 1.10.1",
 6443 "futures-channel",
 6444 "futures-util",
 6445 "h2 0.4.7",
 6446 "http 1.2.0",
 6447 "http-body 1.0.1",
 6448 "httparse",
 6449 "itoa",
 6450 "pin-project-lite",
 6451 "smallvec",
 6452 "tokio",
 6453 "want",
 6454]
 6455
 6456[[package]]
 6457name = "hyper-rustls"
 6458version = "0.24.2"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6461dependencies = [
 6462 "futures-util",
 6463 "http 0.2.12",
 6464 "hyper 0.14.32",
 6465 "log",
 6466 "rustls 0.21.12",
 6467 "rustls-native-certs 0.6.3",
 6468 "tokio",
 6469 "tokio-rustls 0.24.1",
 6470]
 6471
 6472[[package]]
 6473name = "hyper-rustls"
 6474version = "0.27.3"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6477dependencies = [
 6478 "futures-util",
 6479 "http 1.2.0",
 6480 "hyper 1.5.1",
 6481 "hyper-util",
 6482 "rustls 0.23.25",
 6483 "rustls-native-certs 0.8.1",
 6484 "rustls-pki-types",
 6485 "tokio",
 6486 "tokio-rustls 0.26.1",
 6487 "tower-service",
 6488]
 6489
 6490[[package]]
 6491name = "hyper-tls"
 6492version = "0.5.0"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6495dependencies = [
 6496 "bytes 1.10.1",
 6497 "hyper 0.14.32",
 6498 "native-tls",
 6499 "tokio",
 6500 "tokio-native-tls",
 6501]
 6502
 6503[[package]]
 6504name = "hyper-util"
 6505version = "0.1.10"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6508dependencies = [
 6509 "bytes 1.10.1",
 6510 "futures-channel",
 6511 "futures-util",
 6512 "http 1.2.0",
 6513 "http-body 1.0.1",
 6514 "hyper 1.5.1",
 6515 "pin-project-lite",
 6516 "socket2",
 6517 "tokio",
 6518 "tower-service",
 6519 "tracing",
 6520]
 6521
 6522[[package]]
 6523name = "iana-time-zone"
 6524version = "0.1.61"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6527dependencies = [
 6528 "android_system_properties",
 6529 "core-foundation-sys",
 6530 "iana-time-zone-haiku",
 6531 "js-sys",
 6532 "wasm-bindgen",
 6533 "windows-core 0.52.0",
 6534]
 6535
 6536[[package]]
 6537name = "iana-time-zone-haiku"
 6538version = "0.1.2"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6541dependencies = [
 6542 "cc",
 6543]
 6544
 6545[[package]]
 6546name = "icons"
 6547version = "0.1.0"
 6548dependencies = [
 6549 "serde",
 6550 "strum",
 6551]
 6552
 6553[[package]]
 6554name = "icu_collections"
 6555version = "1.5.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6558dependencies = [
 6559 "displaydoc",
 6560 "yoke",
 6561 "zerofrom",
 6562 "zerovec",
 6563]
 6564
 6565[[package]]
 6566name = "icu_locid"
 6567version = "1.5.0"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6570dependencies = [
 6571 "displaydoc",
 6572 "litemap",
 6573 "tinystr",
 6574 "writeable",
 6575 "zerovec",
 6576]
 6577
 6578[[package]]
 6579name = "icu_locid_transform"
 6580version = "1.5.0"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6583dependencies = [
 6584 "displaydoc",
 6585 "icu_locid",
 6586 "icu_locid_transform_data",
 6587 "icu_provider",
 6588 "tinystr",
 6589 "zerovec",
 6590]
 6591
 6592[[package]]
 6593name = "icu_locid_transform_data"
 6594version = "1.5.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6597
 6598[[package]]
 6599name = "icu_normalizer"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6603dependencies = [
 6604 "displaydoc",
 6605 "icu_collections",
 6606 "icu_normalizer_data",
 6607 "icu_properties",
 6608 "icu_provider",
 6609 "smallvec",
 6610 "utf16_iter",
 6611 "utf8_iter",
 6612 "write16",
 6613 "zerovec",
 6614]
 6615
 6616[[package]]
 6617name = "icu_normalizer_data"
 6618version = "1.5.0"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6621
 6622[[package]]
 6623name = "icu_properties"
 6624version = "1.5.1"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6627dependencies = [
 6628 "displaydoc",
 6629 "icu_collections",
 6630 "icu_locid_transform",
 6631 "icu_properties_data",
 6632 "icu_provider",
 6633 "tinystr",
 6634 "zerovec",
 6635]
 6636
 6637[[package]]
 6638name = "icu_properties_data"
 6639version = "1.5.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6642
 6643[[package]]
 6644name = "icu_provider"
 6645version = "1.5.0"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6648dependencies = [
 6649 "displaydoc",
 6650 "icu_locid",
 6651 "icu_provider_macros",
 6652 "stable_deref_trait",
 6653 "tinystr",
 6654 "writeable",
 6655 "yoke",
 6656 "zerofrom",
 6657 "zerovec",
 6658]
 6659
 6660[[package]]
 6661name = "icu_provider_macros"
 6662version = "1.5.0"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6665dependencies = [
 6666 "proc-macro2",
 6667 "quote",
 6668 "syn 2.0.100",
 6669]
 6670
 6671[[package]]
 6672name = "id-arena"
 6673version = "2.2.1"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6676
 6677[[package]]
 6678name = "idna"
 6679version = "1.0.3"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6682dependencies = [
 6683 "idna_adapter",
 6684 "smallvec",
 6685 "utf8_iter",
 6686]
 6687
 6688[[package]]
 6689name = "idna_adapter"
 6690version = "1.2.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6693dependencies = [
 6694 "icu_normalizer",
 6695 "icu_properties",
 6696]
 6697
 6698[[package]]
 6699name = "ignore"
 6700version = "0.4.23"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6703dependencies = [
 6704 "crossbeam-deque",
 6705 "globset",
 6706 "log",
 6707 "memchr",
 6708 "regex-automata 0.4.9",
 6709 "same-file",
 6710 "walkdir",
 6711 "winapi-util",
 6712]
 6713
 6714[[package]]
 6715name = "image"
 6716version = "0.25.5"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6719dependencies = [
 6720 "bytemuck",
 6721 "byteorder-lite",
 6722 "color_quant",
 6723 "exr",
 6724 "gif",
 6725 "image-webp",
 6726 "num-traits",
 6727 "png",
 6728 "qoi",
 6729 "ravif",
 6730 "rayon",
 6731 "rgb",
 6732 "tiff",
 6733 "zune-core",
 6734 "zune-jpeg",
 6735]
 6736
 6737[[package]]
 6738name = "image-webp"
 6739version = "0.2.0"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6742dependencies = [
 6743 "byteorder-lite",
 6744 "quick-error",
 6745]
 6746
 6747[[package]]
 6748name = "image_viewer"
 6749version = "0.1.0"
 6750dependencies = [
 6751 "anyhow",
 6752 "db",
 6753 "editor",
 6754 "file_icons",
 6755 "gpui",
 6756 "project",
 6757 "schemars",
 6758 "serde",
 6759 "settings",
 6760 "theme",
 6761 "ui",
 6762 "util",
 6763 "workspace",
 6764]
 6765
 6766[[package]]
 6767name = "imagesize"
 6768version = "0.13.0"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6771
 6772[[package]]
 6773name = "imara-diff"
 6774version = "0.1.8"
 6775source = "registry+https://github.com/rust-lang/crates.io-index"
 6776checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6777dependencies = [
 6778 "hashbrown 0.15.2",
 6779]
 6780
 6781[[package]]
 6782name = "imgref"
 6783version = "1.11.0"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6786
 6787[[package]]
 6788name = "indexed_docs"
 6789version = "0.1.0"
 6790dependencies = [
 6791 "anyhow",
 6792 "async-trait",
 6793 "cargo_metadata",
 6794 "collections",
 6795 "derive_more",
 6796 "extension",
 6797 "fs",
 6798 "futures 0.3.31",
 6799 "fuzzy",
 6800 "gpui",
 6801 "heed",
 6802 "html_to_markdown",
 6803 "http_client",
 6804 "indexmap",
 6805 "indoc",
 6806 "parking_lot",
 6807 "paths",
 6808 "pretty_assertions",
 6809 "serde",
 6810 "strum",
 6811 "util",
 6812]
 6813
 6814[[package]]
 6815name = "indexmap"
 6816version = "2.7.1"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6819dependencies = [
 6820 "equivalent",
 6821 "hashbrown 0.15.2",
 6822 "serde",
 6823]
 6824
 6825[[package]]
 6826name = "indoc"
 6827version = "2.0.6"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6830
 6831[[package]]
 6832name = "infer"
 6833version = "0.2.3"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6836
 6837[[package]]
 6838name = "inherent"
 6839version = "1.0.11"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6842dependencies = [
 6843 "proc-macro2",
 6844 "quote",
 6845 "syn 2.0.100",
 6846]
 6847
 6848[[package]]
 6849name = "inline_completion"
 6850version = "0.1.0"
 6851dependencies = [
 6852 "gpui",
 6853 "language",
 6854 "project",
 6855]
 6856
 6857[[package]]
 6858name = "inline_completion_button"
 6859version = "0.1.0"
 6860dependencies = [
 6861 "anyhow",
 6862 "client",
 6863 "copilot",
 6864 "editor",
 6865 "feature_flags",
 6866 "fs",
 6867 "futures 0.3.31",
 6868 "gpui",
 6869 "indoc",
 6870 "inline_completion",
 6871 "language",
 6872 "lsp",
 6873 "paths",
 6874 "project",
 6875 "regex",
 6876 "serde_json",
 6877 "settings",
 6878 "supermaven",
 6879 "telemetry",
 6880 "theme",
 6881 "ui",
 6882 "workspace",
 6883 "zed_actions",
 6884 "zeta",
 6885]
 6886
 6887[[package]]
 6888name = "inotify"
 6889version = "0.11.0"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6892dependencies = [
 6893 "bitflags 2.8.0",
 6894 "inotify-sys",
 6895 "libc",
 6896]
 6897
 6898[[package]]
 6899name = "inotify-sys"
 6900version = "0.1.5"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6903dependencies = [
 6904 "libc",
 6905]
 6906
 6907[[package]]
 6908name = "inout"
 6909version = "0.1.3"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6912dependencies = [
 6913 "block-padding",
 6914 "generic-array",
 6915]
 6916
 6917[[package]]
 6918name = "install_cli"
 6919version = "0.1.0"
 6920dependencies = [
 6921 "anyhow",
 6922 "gpui",
 6923 "smol",
 6924 "util",
 6925]
 6926
 6927[[package]]
 6928name = "instant"
 6929version = "0.1.13"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6932dependencies = [
 6933 "cfg-if",
 6934]
 6935
 6936[[package]]
 6937name = "interpolate_name"
 6938version = "0.2.4"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6941dependencies = [
 6942 "proc-macro2",
 6943 "quote",
 6944 "syn 2.0.100",
 6945]
 6946
 6947[[package]]
 6948name = "inventory"
 6949version = "0.3.20"
 6950source = "registry+https://github.com/rust-lang/crates.io-index"
 6951checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6952dependencies = [
 6953 "rustversion",
 6954]
 6955
 6956[[package]]
 6957name = "io-extras"
 6958version = "0.18.4"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6961dependencies = [
 6962 "io-lifetimes",
 6963 "windows-sys 0.52.0",
 6964]
 6965
 6966[[package]]
 6967name = "io-lifetimes"
 6968version = "2.0.4"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6971
 6972[[package]]
 6973name = "io-surface"
 6974version = "0.16.0"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6977dependencies = [
 6978 "cgl",
 6979 "core-foundation 0.10.0",
 6980 "core-foundation-sys",
 6981 "leaky-cow",
 6982 "libc",
 6983]
 6984
 6985[[package]]
 6986name = "iovec"
 6987version = "0.1.4"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6990dependencies = [
 6991 "libc",
 6992]
 6993
 6994[[package]]
 6995name = "ipc-channel"
 6996version = "0.19.0"
 6997source = "registry+https://github.com/rust-lang/crates.io-index"
 6998checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6999dependencies = [
 7000 "bincode",
 7001 "crossbeam-channel",
 7002 "fnv",
 7003 "lazy_static",
 7004 "libc",
 7005 "mio",
 7006 "rand 0.8.5",
 7007 "serde",
 7008 "tempfile",
 7009 "uuid",
 7010 "windows 0.58.0",
 7011]
 7012
 7013[[package]]
 7014name = "ipnet"
 7015version = "2.10.1"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7018
 7019[[package]]
 7020name = "is-docker"
 7021version = "0.2.0"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7024dependencies = [
 7025 "once_cell",
 7026]
 7027
 7028[[package]]
 7029name = "is-terminal"
 7030version = "0.4.13"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7033dependencies = [
 7034 "hermit-abi 0.4.0",
 7035 "libc",
 7036 "windows-sys 0.52.0",
 7037]
 7038
 7039[[package]]
 7040name = "is-wsl"
 7041version = "0.4.0"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7044dependencies = [
 7045 "is-docker",
 7046 "once_cell",
 7047]
 7048
 7049[[package]]
 7050name = "is_terminal_polyfill"
 7051version = "1.70.1"
 7052source = "registry+https://github.com/rust-lang/crates.io-index"
 7053checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7054
 7055[[package]]
 7056name = "itertools"
 7057version = "0.10.5"
 7058source = "registry+https://github.com/rust-lang/crates.io-index"
 7059checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7060dependencies = [
 7061 "either",
 7062]
 7063
 7064[[package]]
 7065name = "itertools"
 7066version = "0.11.0"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7069dependencies = [
 7070 "either",
 7071]
 7072
 7073[[package]]
 7074name = "itertools"
 7075version = "0.12.1"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7078dependencies = [
 7079 "either",
 7080]
 7081
 7082[[package]]
 7083name = "itertools"
 7084version = "0.14.0"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7087dependencies = [
 7088 "either",
 7089]
 7090
 7091[[package]]
 7092name = "itoa"
 7093version = "1.0.14"
 7094source = "registry+https://github.com/rust-lang/crates.io-index"
 7095checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7096
 7097[[package]]
 7098name = "jiff"
 7099version = "0.2.4"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7102dependencies = [
 7103 "jiff-static",
 7104 "log",
 7105 "portable-atomic",
 7106 "portable-atomic-util",
 7107 "serde",
 7108]
 7109
 7110[[package]]
 7111name = "jiff-static"
 7112version = "0.2.4"
 7113source = "registry+https://github.com/rust-lang/crates.io-index"
 7114checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7115dependencies = [
 7116 "proc-macro2",
 7117 "quote",
 7118 "syn 2.0.100",
 7119]
 7120
 7121[[package]]
 7122name = "jni"
 7123version = "0.21.1"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7126dependencies = [
 7127 "cesu8",
 7128 "cfg-if",
 7129 "combine",
 7130 "jni-sys",
 7131 "log",
 7132 "thiserror 1.0.69",
 7133 "walkdir",
 7134 "windows-sys 0.45.0",
 7135]
 7136
 7137[[package]]
 7138name = "jni-sys"
 7139version = "0.3.0"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7142
 7143[[package]]
 7144name = "jobserver"
 7145version = "0.1.32"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7148dependencies = [
 7149 "libc",
 7150]
 7151
 7152[[package]]
 7153name = "journal"
 7154version = "0.1.0"
 7155dependencies = [
 7156 "anyhow",
 7157 "chrono",
 7158 "editor",
 7159 "gpui",
 7160 "log",
 7161 "schemars",
 7162 "serde",
 7163 "settings",
 7164 "shellexpand 2.1.2",
 7165 "workspace",
 7166]
 7167
 7168[[package]]
 7169name = "jpeg-decoder"
 7170version = "0.3.1"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7173
 7174[[package]]
 7175name = "js-sys"
 7176version = "0.3.76"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7179dependencies = [
 7180 "once_cell",
 7181 "wasm-bindgen",
 7182]
 7183
 7184[[package]]
 7185name = "jsonwebtoken"
 7186version = "9.3.1"
 7187source = "registry+https://github.com/rust-lang/crates.io-index"
 7188checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7189dependencies = [
 7190 "base64 0.22.1",
 7191 "js-sys",
 7192 "pem",
 7193 "ring",
 7194 "serde",
 7195 "serde_json",
 7196 "simple_asn1",
 7197]
 7198
 7199[[package]]
 7200name = "jupyter-protocol"
 7201version = "0.6.0"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7204dependencies = [
 7205 "anyhow",
 7206 "async-trait",
 7207 "bytes 1.10.1",
 7208 "chrono",
 7209 "futures 0.3.31",
 7210 "serde",
 7211 "serde_json",
 7212 "uuid",
 7213]
 7214
 7215[[package]]
 7216name = "jupyter-websocket-client"
 7217version = "0.9.0"
 7218source = "registry+https://github.com/rust-lang/crates.io-index"
 7219checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7220dependencies = [
 7221 "anyhow",
 7222 "async-trait",
 7223 "async-tungstenite",
 7224 "futures 0.3.31",
 7225 "jupyter-protocol",
 7226 "serde",
 7227 "serde_json",
 7228 "url",
 7229 "uuid",
 7230]
 7231
 7232[[package]]
 7233name = "khronos-egl"
 7234version = "6.0.0"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7237dependencies = [
 7238 "libc",
 7239 "libloading",
 7240]
 7241
 7242[[package]]
 7243name = "kqueue"
 7244version = "1.0.8"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7247dependencies = [
 7248 "kqueue-sys",
 7249 "libc",
 7250]
 7251
 7252[[package]]
 7253name = "kqueue-sys"
 7254version = "1.0.4"
 7255source = "registry+https://github.com/rust-lang/crates.io-index"
 7256checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7257dependencies = [
 7258 "bitflags 1.3.2",
 7259 "libc",
 7260]
 7261
 7262[[package]]
 7263name = "kurbo"
 7264version = "0.11.1"
 7265source = "registry+https://github.com/rust-lang/crates.io-index"
 7266checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7267dependencies = [
 7268 "arrayvec",
 7269 "smallvec",
 7270]
 7271
 7272[[package]]
 7273name = "kv-log-macro"
 7274version = "1.0.7"
 7275source = "registry+https://github.com/rust-lang/crates.io-index"
 7276checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7277dependencies = [
 7278 "log",
 7279]
 7280
 7281[[package]]
 7282name = "language"
 7283version = "0.1.0"
 7284dependencies = [
 7285 "anyhow",
 7286 "async-trait",
 7287 "async-watch",
 7288 "clock",
 7289 "collections",
 7290 "ctor",
 7291 "ec4rs",
 7292 "env_logger 0.11.7",
 7293 "fs",
 7294 "futures 0.3.31",
 7295 "fuzzy",
 7296 "globset",
 7297 "gpui",
 7298 "http_client",
 7299 "imara-diff",
 7300 "indoc",
 7301 "itertools 0.14.0",
 7302 "log",
 7303 "lsp",
 7304 "parking_lot",
 7305 "postage",
 7306 "pretty_assertions",
 7307 "rand 0.8.5",
 7308 "regex",
 7309 "rpc",
 7310 "schemars",
 7311 "serde",
 7312 "serde_json",
 7313 "settings",
 7314 "smallvec",
 7315 "smol",
 7316 "streaming-iterator",
 7317 "strsim",
 7318 "sum_tree",
 7319 "task",
 7320 "text",
 7321 "theme",
 7322 "tree-sitter",
 7323 "tree-sitter-elixir",
 7324 "tree-sitter-embedded-template",
 7325 "tree-sitter-heex",
 7326 "tree-sitter-html",
 7327 "tree-sitter-json",
 7328 "tree-sitter-md",
 7329 "tree-sitter-ruby",
 7330 "tree-sitter-rust",
 7331 "tree-sitter-typescript",
 7332 "unicase",
 7333 "unindent",
 7334 "util",
 7335]
 7336
 7337[[package]]
 7338name = "language_extension"
 7339version = "0.1.0"
 7340dependencies = [
 7341 "anyhow",
 7342 "async-trait",
 7343 "collections",
 7344 "extension",
 7345 "fs",
 7346 "futures 0.3.31",
 7347 "gpui",
 7348 "language",
 7349 "lsp",
 7350 "serde",
 7351 "serde_json",
 7352 "util",
 7353]
 7354
 7355[[package]]
 7356name = "language_model"
 7357version = "0.1.0"
 7358dependencies = [
 7359 "anthropic",
 7360 "anyhow",
 7361 "base64 0.22.1",
 7362 "client",
 7363 "collections",
 7364 "futures 0.3.31",
 7365 "google_ai",
 7366 "gpui",
 7367 "http_client",
 7368 "icons",
 7369 "image",
 7370 "log",
 7371 "open_ai",
 7372 "parking_lot",
 7373 "proto",
 7374 "schemars",
 7375 "serde",
 7376 "serde_json",
 7377 "smol",
 7378 "strum",
 7379 "telemetry_events",
 7380 "thiserror 2.0.12",
 7381 "util",
 7382]
 7383
 7384[[package]]
 7385name = "language_model_selector"
 7386version = "0.1.0"
 7387dependencies = [
 7388 "feature_flags",
 7389 "gpui",
 7390 "language_model",
 7391 "log",
 7392 "picker",
 7393 "proto",
 7394 "ui",
 7395 "workspace",
 7396 "zed_actions",
 7397]
 7398
 7399[[package]]
 7400name = "language_models"
 7401version = "0.1.0"
 7402dependencies = [
 7403 "anthropic",
 7404 "anyhow",
 7405 "aws-config",
 7406 "aws-credential-types",
 7407 "aws_http_client",
 7408 "bedrock",
 7409 "client",
 7410 "collections",
 7411 "copilot",
 7412 "credentials_provider",
 7413 "deepseek",
 7414 "editor",
 7415 "feature_flags",
 7416 "fs",
 7417 "futures 0.3.31",
 7418 "google_ai",
 7419 "gpui",
 7420 "gpui_tokio",
 7421 "http_client",
 7422 "language_model",
 7423 "lmstudio",
 7424 "log",
 7425 "menu",
 7426 "mistral",
 7427 "ollama",
 7428 "open_ai",
 7429 "project",
 7430 "proto",
 7431 "schemars",
 7432 "serde",
 7433 "serde_json",
 7434 "settings",
 7435 "smol",
 7436 "strum",
 7437 "theme",
 7438 "tiktoken-rs",
 7439 "tokio",
 7440 "ui",
 7441 "util",
 7442]
 7443
 7444[[package]]
 7445name = "language_selector"
 7446version = "0.1.0"
 7447dependencies = [
 7448 "anyhow",
 7449 "editor",
 7450 "file_finder",
 7451 "file_icons",
 7452 "fuzzy",
 7453 "gpui",
 7454 "language",
 7455 "picker",
 7456 "project",
 7457 "settings",
 7458 "ui",
 7459 "util",
 7460 "workspace",
 7461]
 7462
 7463[[package]]
 7464name = "language_tools"
 7465version = "0.1.0"
 7466dependencies = [
 7467 "anyhow",
 7468 "client",
 7469 "collections",
 7470 "copilot",
 7471 "editor",
 7472 "env_logger 0.11.7",
 7473 "futures 0.3.31",
 7474 "gpui",
 7475 "itertools 0.14.0",
 7476 "language",
 7477 "lsp",
 7478 "project",
 7479 "release_channel",
 7480 "serde_json",
 7481 "settings",
 7482 "theme",
 7483 "tree-sitter",
 7484 "ui",
 7485 "util",
 7486 "workspace",
 7487 "zed_actions",
 7488]
 7489
 7490[[package]]
 7491name = "languages"
 7492version = "0.1.0"
 7493dependencies = [
 7494 "anyhow",
 7495 "async-compression",
 7496 "async-tar",
 7497 "async-trait",
 7498 "collections",
 7499 "futures 0.3.31",
 7500 "gpui",
 7501 "http_client",
 7502 "language",
 7503 "log",
 7504 "lsp",
 7505 "node_runtime",
 7506 "paths",
 7507 "pet",
 7508 "pet-conda",
 7509 "pet-core",
 7510 "pet-fs",
 7511 "pet-poetry",
 7512 "pet-reporter",
 7513 "pretty_assertions",
 7514 "project",
 7515 "regex",
 7516 "rope",
 7517 "rust-embed",
 7518 "serde",
 7519 "serde_json",
 7520 "settings",
 7521 "smol",
 7522 "snippet_provider",
 7523 "task",
 7524 "text",
 7525 "theme",
 7526 "toml 0.8.20",
 7527 "tree-sitter",
 7528 "tree-sitter-bash",
 7529 "tree-sitter-c",
 7530 "tree-sitter-cpp",
 7531 "tree-sitter-css",
 7532 "tree-sitter-diff",
 7533 "tree-sitter-gitcommit",
 7534 "tree-sitter-go",
 7535 "tree-sitter-gomod",
 7536 "tree-sitter-gowork",
 7537 "tree-sitter-jsdoc",
 7538 "tree-sitter-json",
 7539 "tree-sitter-md",
 7540 "tree-sitter-python",
 7541 "tree-sitter-regex",
 7542 "tree-sitter-rust",
 7543 "tree-sitter-typescript",
 7544 "tree-sitter-yaml",
 7545 "unindent",
 7546 "util",
 7547 "workspace",
 7548]
 7549
 7550[[package]]
 7551name = "lazy_static"
 7552version = "1.5.0"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7555dependencies = [
 7556 "spin",
 7557]
 7558
 7559[[package]]
 7560name = "lazycell"
 7561version = "1.3.0"
 7562source = "registry+https://github.com/rust-lang/crates.io-index"
 7563checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7564
 7565[[package]]
 7566name = "leak"
 7567version = "0.1.2"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7570
 7571[[package]]
 7572name = "leaky-cow"
 7573version = "0.1.1"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7576dependencies = [
 7577 "leak",
 7578]
 7579
 7580[[package]]
 7581name = "leb128"
 7582version = "0.2.5"
 7583source = "registry+https://github.com/rust-lang/crates.io-index"
 7584checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7585
 7586[[package]]
 7587name = "lebe"
 7588version = "0.5.2"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7591
 7592[[package]]
 7593name = "libc"
 7594version = "0.2.171"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7597
 7598[[package]]
 7599name = "libdbus-sys"
 7600version = "0.2.5"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7603dependencies = [
 7604 "cc",
 7605 "pkg-config",
 7606]
 7607
 7608[[package]]
 7609name = "libfuzzer-sys"
 7610version = "0.4.8"
 7611source = "registry+https://github.com/rust-lang/crates.io-index"
 7612checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7613dependencies = [
 7614 "arbitrary",
 7615 "cc",
 7616]
 7617
 7618[[package]]
 7619name = "libgit2-sys"
 7620version = "0.18.1+1.9.0"
 7621source = "registry+https://github.com/rust-lang/crates.io-index"
 7622checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7623dependencies = [
 7624 "cc",
 7625 "libc",
 7626 "libz-sys",
 7627 "pkg-config",
 7628]
 7629
 7630[[package]]
 7631name = "libloading"
 7632version = "0.8.6"
 7633source = "registry+https://github.com/rust-lang/crates.io-index"
 7634checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7635dependencies = [
 7636 "cfg-if",
 7637 "windows-targets 0.48.5",
 7638]
 7639
 7640[[package]]
 7641name = "libm"
 7642version = "0.2.11"
 7643source = "registry+https://github.com/rust-lang/crates.io-index"
 7644checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7645
 7646[[package]]
 7647name = "libmimalloc-sys"
 7648version = "0.1.40"
 7649source = "registry+https://github.com/rust-lang/crates.io-index"
 7650checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7651dependencies = [
 7652 "cc",
 7653 "libc",
 7654]
 7655
 7656[[package]]
 7657name = "libredox"
 7658version = "0.1.3"
 7659source = "registry+https://github.com/rust-lang/crates.io-index"
 7660checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7661dependencies = [
 7662 "bitflags 2.8.0",
 7663 "libc",
 7664 "redox_syscall 0.5.8",
 7665]
 7666
 7667[[package]]
 7668name = "libsqlite3-sys"
 7669version = "0.30.1"
 7670source = "registry+https://github.com/rust-lang/crates.io-index"
 7671checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7672dependencies = [
 7673 "cc",
 7674 "pkg-config",
 7675 "vcpkg",
 7676]
 7677
 7678[[package]]
 7679name = "libwebrtc"
 7680version = "0.3.10"
 7681source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7682dependencies = [
 7683 "cxx",
 7684 "jni",
 7685 "js-sys",
 7686 "lazy_static",
 7687 "livekit-protocol",
 7688 "livekit-runtime",
 7689 "log",
 7690 "parking_lot",
 7691 "serde",
 7692 "serde_json",
 7693 "thiserror 1.0.69",
 7694 "tokio",
 7695 "wasm-bindgen",
 7696 "wasm-bindgen-futures",
 7697 "web-sys",
 7698 "webrtc-sys",
 7699]
 7700
 7701[[package]]
 7702name = "libz-sys"
 7703version = "1.1.20"
 7704source = "registry+https://github.com/rust-lang/crates.io-index"
 7705checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7706dependencies = [
 7707 "cc",
 7708 "libc",
 7709 "pkg-config",
 7710 "vcpkg",
 7711]
 7712
 7713[[package]]
 7714name = "link-cplusplus"
 7715version = "1.0.10"
 7716source = "registry+https://github.com/rust-lang/crates.io-index"
 7717checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 7718dependencies = [
 7719 "cc",
 7720]
 7721
 7722[[package]]
 7723name = "linkify"
 7724version = "0.10.0"
 7725source = "registry+https://github.com/rust-lang/crates.io-index"
 7726checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7727dependencies = [
 7728 "memchr",
 7729]
 7730
 7731[[package]]
 7732name = "linkme"
 7733version = "0.3.32"
 7734source = "registry+https://github.com/rust-lang/crates.io-index"
 7735checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7736dependencies = [
 7737 "linkme-impl",
 7738]
 7739
 7740[[package]]
 7741name = "linkme-impl"
 7742version = "0.3.32"
 7743source = "registry+https://github.com/rust-lang/crates.io-index"
 7744checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7745dependencies = [
 7746 "proc-macro2",
 7747 "quote",
 7748 "syn 2.0.100",
 7749]
 7750
 7751[[package]]
 7752name = "linux-raw-sys"
 7753version = "0.4.14"
 7754source = "registry+https://github.com/rust-lang/crates.io-index"
 7755checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7756
 7757[[package]]
 7758name = "litemap"
 7759version = "0.7.4"
 7760source = "registry+https://github.com/rust-lang/crates.io-index"
 7761checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7762
 7763[[package]]
 7764name = "livekit"
 7765version = "0.7.8"
 7766source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7767dependencies = [
 7768 "chrono",
 7769 "futures-util",
 7770 "lazy_static",
 7771 "libloading",
 7772 "libwebrtc",
 7773 "livekit-api",
 7774 "livekit-protocol",
 7775 "livekit-runtime",
 7776 "log",
 7777 "parking_lot",
 7778 "prost 0.12.6",
 7779 "semver",
 7780 "serde",
 7781 "serde_json",
 7782 "thiserror 1.0.69",
 7783 "tokio",
 7784]
 7785
 7786[[package]]
 7787name = "livekit-api"
 7788version = "0.4.2"
 7789source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7790dependencies = [
 7791 "base64 0.21.7",
 7792 "futures-util",
 7793 "http 0.2.12",
 7794 "jsonwebtoken",
 7795 "livekit-protocol",
 7796 "livekit-runtime",
 7797 "log",
 7798 "parking_lot",
 7799 "pbjson-types",
 7800 "prost 0.12.6",
 7801 "rand 0.9.0",
 7802 "reqwest 0.11.27",
 7803 "scopeguard",
 7804 "serde",
 7805 "serde_json",
 7806 "sha2",
 7807 "thiserror 1.0.69",
 7808 "tokio",
 7809 "tokio-tungstenite 0.26.2",
 7810 "url",
 7811]
 7812
 7813[[package]]
 7814name = "livekit-protocol"
 7815version = "0.3.9"
 7816source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7817dependencies = [
 7818 "futures-util",
 7819 "livekit-runtime",
 7820 "parking_lot",
 7821 "pbjson",
 7822 "pbjson-types",
 7823 "prost 0.12.6",
 7824 "prost-types 0.12.6",
 7825 "serde",
 7826 "thiserror 1.0.69",
 7827 "tokio",
 7828]
 7829
 7830[[package]]
 7831name = "livekit-runtime"
 7832version = "0.4.0"
 7833source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7834dependencies = [
 7835 "tokio",
 7836 "tokio-stream",
 7837]
 7838
 7839[[package]]
 7840name = "livekit_api"
 7841version = "0.1.0"
 7842dependencies = [
 7843 "anyhow",
 7844 "async-trait",
 7845 "jsonwebtoken",
 7846 "log",
 7847 "prost 0.9.0",
 7848 "prost-build 0.9.0",
 7849 "prost-types 0.9.0",
 7850 "reqwest 0.12.8",
 7851 "serde",
 7852]
 7853
 7854[[package]]
 7855name = "livekit_client"
 7856version = "0.1.0"
 7857dependencies = [
 7858 "anyhow",
 7859 "async-trait",
 7860 "collections",
 7861 "core-foundation 0.10.0",
 7862 "core-video",
 7863 "coreaudio-rs 0.12.1",
 7864 "cpal",
 7865 "futures 0.3.31",
 7866 "gpui",
 7867 "gpui_tokio",
 7868 "http_client_tls",
 7869 "image",
 7870 "libwebrtc",
 7871 "livekit",
 7872 "livekit_api",
 7873 "log",
 7874 "nanoid",
 7875 "objc",
 7876 "parking_lot",
 7877 "postage",
 7878 "serde",
 7879 "serde_json",
 7880 "sha2",
 7881 "simplelog",
 7882 "smallvec",
 7883 "tokio-tungstenite 0.26.2",
 7884 "util",
 7885]
 7886
 7887[[package]]
 7888name = "lmdb-master-sys"
 7889version = "0.2.4"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7892dependencies = [
 7893 "cc",
 7894 "doxygen-rs",
 7895 "libc",
 7896]
 7897
 7898[[package]]
 7899name = "lmstudio"
 7900version = "0.1.0"
 7901dependencies = [
 7902 "anyhow",
 7903 "futures 0.3.31",
 7904 "http_client",
 7905 "schemars",
 7906 "serde",
 7907 "serde_json",
 7908]
 7909
 7910[[package]]
 7911name = "lock_api"
 7912version = "0.4.12"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7915dependencies = [
 7916 "autocfg",
 7917 "scopeguard",
 7918]
 7919
 7920[[package]]
 7921name = "log"
 7922version = "0.4.26"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7925dependencies = [
 7926 "serde",
 7927 "value-bag",
 7928]
 7929
 7930[[package]]
 7931name = "loop9"
 7932version = "0.1.5"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7935dependencies = [
 7936 "imgref",
 7937]
 7938
 7939[[package]]
 7940name = "lru"
 7941version = "0.12.5"
 7942source = "registry+https://github.com/rust-lang/crates.io-index"
 7943checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7944dependencies = [
 7945 "hashbrown 0.15.2",
 7946]
 7947
 7948[[package]]
 7949name = "lsp"
 7950version = "0.1.0"
 7951dependencies = [
 7952 "anyhow",
 7953 "async-pipe",
 7954 "collections",
 7955 "ctor",
 7956 "env_logger 0.11.7",
 7957 "futures 0.3.31",
 7958 "gpui",
 7959 "log",
 7960 "lsp-types",
 7961 "parking_lot",
 7962 "postage",
 7963 "release_channel",
 7964 "schemars",
 7965 "serde",
 7966 "serde_json",
 7967 "smol",
 7968 "util",
 7969]
 7970
 7971[[package]]
 7972name = "lsp-types"
 7973version = "0.95.1"
 7974source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7975dependencies = [
 7976 "bitflags 1.3.2",
 7977 "serde",
 7978 "serde_json",
 7979 "serde_repr",
 7980 "url",
 7981]
 7982
 7983[[package]]
 7984name = "lyon"
 7985version = "1.0.1"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7988dependencies = [
 7989 "lyon_algorithms",
 7990 "lyon_extra",
 7991 "lyon_tessellation",
 7992]
 7993
 7994[[package]]
 7995name = "lyon_algorithms"
 7996version = "1.0.5"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7999dependencies = [
 8000 "lyon_path",
 8001 "num-traits",
 8002]
 8003
 8004[[package]]
 8005name = "lyon_extra"
 8006version = "1.0.3"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8009dependencies = [
 8010 "lyon_path",
 8011 "thiserror 1.0.69",
 8012]
 8013
 8014[[package]]
 8015name = "lyon_geom"
 8016version = "1.0.6"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8019dependencies = [
 8020 "arrayvec",
 8021 "euclid",
 8022 "num-traits",
 8023]
 8024
 8025[[package]]
 8026name = "lyon_path"
 8027version = "1.0.6"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8030dependencies = [
 8031 "lyon_geom",
 8032 "num-traits",
 8033]
 8034
 8035[[package]]
 8036name = "lyon_tessellation"
 8037version = "1.0.15"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8040dependencies = [
 8041 "float_next_after",
 8042 "lyon_path",
 8043 "num-traits",
 8044]
 8045
 8046[[package]]
 8047name = "mac"
 8048version = "0.1.1"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8051
 8052[[package]]
 8053name = "mach2"
 8054version = "0.4.2"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8057dependencies = [
 8058 "libc",
 8059]
 8060
 8061[[package]]
 8062name = "malloc_buf"
 8063version = "0.0.6"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8066dependencies = [
 8067 "libc",
 8068]
 8069
 8070[[package]]
 8071name = "maplit"
 8072version = "1.0.2"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8075
 8076[[package]]
 8077name = "markdown"
 8078version = "0.1.0"
 8079dependencies = [
 8080 "anyhow",
 8081 "assets",
 8082 "env_logger 0.11.7",
 8083 "gpui",
 8084 "language",
 8085 "languages",
 8086 "linkify",
 8087 "log",
 8088 "node_runtime",
 8089 "pulldown-cmark 0.12.2",
 8090 "settings",
 8091 "theme",
 8092 "ui",
 8093 "util",
 8094]
 8095
 8096[[package]]
 8097name = "markdown_preview"
 8098version = "0.1.0"
 8099dependencies = [
 8100 "anyhow",
 8101 "async-recursion 1.1.1",
 8102 "collections",
 8103 "editor",
 8104 "gpui",
 8105 "language",
 8106 "linkify",
 8107 "log",
 8108 "pretty_assertions",
 8109 "pulldown-cmark 0.12.2",
 8110 "settings",
 8111 "theme",
 8112 "ui",
 8113 "util",
 8114 "workspace",
 8115]
 8116
 8117[[package]]
 8118name = "markup5ever"
 8119version = "0.12.1"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8122dependencies = [
 8123 "log",
 8124 "phf",
 8125 "phf_codegen",
 8126 "string_cache",
 8127 "string_cache_codegen",
 8128 "tendril",
 8129]
 8130
 8131[[package]]
 8132name = "markup5ever_rcdom"
 8133version = "0.3.0"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8136dependencies = [
 8137 "html5ever",
 8138 "markup5ever",
 8139 "tendril",
 8140 "xml5ever",
 8141]
 8142
 8143[[package]]
 8144name = "matchers"
 8145version = "0.1.0"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8148dependencies = [
 8149 "regex-automata 0.1.10",
 8150]
 8151
 8152[[package]]
 8153name = "matchit"
 8154version = "0.7.3"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8157
 8158[[package]]
 8159name = "maybe-owned"
 8160version = "0.3.4"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8163
 8164[[package]]
 8165name = "maybe-rayon"
 8166version = "0.1.1"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8169dependencies = [
 8170 "cfg-if",
 8171 "rayon",
 8172]
 8173
 8174[[package]]
 8175name = "md-5"
 8176version = "0.10.6"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8179dependencies = [
 8180 "cfg-if",
 8181 "digest",
 8182]
 8183
 8184[[package]]
 8185name = "mdbook"
 8186version = "0.4.47"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8189dependencies = [
 8190 "ammonia",
 8191 "anyhow",
 8192 "chrono",
 8193 "clap",
 8194 "clap_complete",
 8195 "elasticlunr-rs",
 8196 "env_logger 0.11.7",
 8197 "futures-util",
 8198 "handlebars 6.2.0",
 8199 "hex",
 8200 "ignore",
 8201 "log",
 8202 "memchr",
 8203 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8204 "notify-debouncer-mini",
 8205 "once_cell",
 8206 "opener",
 8207 "pathdiff",
 8208 "pulldown-cmark 0.10.3",
 8209 "regex",
 8210 "serde",
 8211 "serde_json",
 8212 "sha2",
 8213 "shlex",
 8214 "tempfile",
 8215 "tokio",
 8216 "toml 0.5.11",
 8217 "topological-sort",
 8218 "walkdir",
 8219 "warp",
 8220]
 8221
 8222[[package]]
 8223name = "media"
 8224version = "0.1.0"
 8225dependencies = [
 8226 "anyhow",
 8227 "bindgen 0.70.1",
 8228 "core-foundation 0.10.0",
 8229 "core-video",
 8230 "ctor",
 8231 "foreign-types 0.5.0",
 8232 "metal",
 8233 "objc",
 8234]
 8235
 8236[[package]]
 8237name = "memchr"
 8238version = "2.7.4"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8241
 8242[[package]]
 8243name = "memfd"
 8244version = "0.6.4"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8247dependencies = [
 8248 "rustix",
 8249]
 8250
 8251[[package]]
 8252name = "memmap2"
 8253version = "0.9.5"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8256dependencies = [
 8257 "libc",
 8258]
 8259
 8260[[package]]
 8261name = "memoffset"
 8262version = "0.9.1"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8265dependencies = [
 8266 "autocfg",
 8267]
 8268
 8269[[package]]
 8270name = "menu"
 8271version = "0.1.0"
 8272dependencies = [
 8273 "gpui",
 8274 "serde",
 8275]
 8276
 8277[[package]]
 8278name = "metal"
 8279version = "0.29.0"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8282dependencies = [
 8283 "bitflags 2.8.0",
 8284 "block",
 8285 "core-graphics-types 0.1.3",
 8286 "foreign-types 0.5.0",
 8287 "log",
 8288 "objc",
 8289 "paste",
 8290]
 8291
 8292[[package]]
 8293name = "migrator"
 8294version = "0.1.0"
 8295dependencies = [
 8296 "anyhow",
 8297 "collections",
 8298 "convert_case 0.8.0",
 8299 "log",
 8300 "pretty_assertions",
 8301 "streaming-iterator",
 8302 "tree-sitter",
 8303 "tree-sitter-json",
 8304]
 8305
 8306[[package]]
 8307name = "mimalloc"
 8308version = "0.1.44"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8311dependencies = [
 8312 "libmimalloc-sys",
 8313]
 8314
 8315[[package]]
 8316name = "mime"
 8317version = "0.3.17"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8320
 8321[[package]]
 8322name = "mime_guess"
 8323version = "2.0.5"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8326dependencies = [
 8327 "mime",
 8328 "unicase",
 8329]
 8330
 8331[[package]]
 8332name = "minimal-lexical"
 8333version = "0.2.1"
 8334source = "registry+https://github.com/rust-lang/crates.io-index"
 8335checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8336
 8337[[package]]
 8338name = "miniz_oxide"
 8339version = "0.8.0"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8342dependencies = [
 8343 "adler2",
 8344 "simd-adler32",
 8345]
 8346
 8347[[package]]
 8348name = "mint"
 8349version = "0.5.9"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8352
 8353[[package]]
 8354name = "mio"
 8355version = "1.0.3"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8358dependencies = [
 8359 "libc",
 8360 "log",
 8361 "wasi 0.11.0+wasi-snapshot-preview1",
 8362 "windows-sys 0.52.0",
 8363]
 8364
 8365[[package]]
 8366name = "miow"
 8367version = "0.6.0"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8370dependencies = [
 8371 "windows-sys 0.48.0",
 8372]
 8373
 8374[[package]]
 8375name = "mistral"
 8376version = "0.1.0"
 8377dependencies = [
 8378 "anyhow",
 8379 "futures 0.3.31",
 8380 "http_client",
 8381 "schemars",
 8382 "serde",
 8383 "serde_json",
 8384 "strum",
 8385]
 8386
 8387[[package]]
 8388name = "msvc_spectre_libs"
 8389version = "0.1.2"
 8390source = "registry+https://github.com/rust-lang/crates.io-index"
 8391checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8392dependencies = [
 8393 "cc",
 8394]
 8395
 8396[[package]]
 8397name = "multi_buffer"
 8398version = "0.1.0"
 8399dependencies = [
 8400 "anyhow",
 8401 "buffer_diff",
 8402 "clock",
 8403 "collections",
 8404 "ctor",
 8405 "env_logger 0.11.7",
 8406 "futures 0.3.31",
 8407 "gpui",
 8408 "indoc",
 8409 "itertools 0.14.0",
 8410 "language",
 8411 "log",
 8412 "parking_lot",
 8413 "pretty_assertions",
 8414 "project",
 8415 "rand 0.8.5",
 8416 "rope",
 8417 "serde",
 8418 "settings",
 8419 "smallvec",
 8420 "smol",
 8421 "sum_tree",
 8422 "text",
 8423 "theme",
 8424 "tree-sitter",
 8425 "util",
 8426]
 8427
 8428[[package]]
 8429name = "multimap"
 8430version = "0.8.3"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8433
 8434[[package]]
 8435name = "naga"
 8436version = "23.1.0"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8439dependencies = [
 8440 "arrayvec",
 8441 "bit-set 0.8.0",
 8442 "bitflags 2.8.0",
 8443 "cfg_aliases 0.1.1",
 8444 "codespan-reporting 0.11.1",
 8445 "hexf-parse",
 8446 "indexmap",
 8447 "log",
 8448 "rustc-hash 1.1.0",
 8449 "spirv",
 8450 "termcolor",
 8451 "thiserror 1.0.69",
 8452 "unicode-xid",
 8453]
 8454
 8455[[package]]
 8456name = "nanoid"
 8457version = "0.4.0"
 8458source = "registry+https://github.com/rust-lang/crates.io-index"
 8459checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8460dependencies = [
 8461 "rand 0.8.5",
 8462]
 8463
 8464[[package]]
 8465name = "nanorand"
 8466version = "0.7.0"
 8467source = "registry+https://github.com/rust-lang/crates.io-index"
 8468checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8469dependencies = [
 8470 "getrandom 0.2.15",
 8471]
 8472
 8473[[package]]
 8474name = "native-tls"
 8475version = "0.2.12"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8478dependencies = [
 8479 "libc",
 8480 "log",
 8481 "openssl",
 8482 "openssl-probe",
 8483 "openssl-sys",
 8484 "schannel",
 8485 "security-framework 2.11.1",
 8486 "security-framework-sys",
 8487 "tempfile",
 8488]
 8489
 8490[[package]]
 8491name = "nbformat"
 8492version = "0.10.0"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8495dependencies = [
 8496 "anyhow",
 8497 "chrono",
 8498 "jupyter-protocol",
 8499 "serde",
 8500 "serde_json",
 8501 "thiserror 1.0.69",
 8502 "uuid",
 8503]
 8504
 8505[[package]]
 8506name = "ndk"
 8507version = "0.8.0"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8510dependencies = [
 8511 "bitflags 2.8.0",
 8512 "jni-sys",
 8513 "log",
 8514 "ndk-sys",
 8515 "num_enum",
 8516 "thiserror 1.0.69",
 8517]
 8518
 8519[[package]]
 8520name = "ndk-context"
 8521version = "0.1.1"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8524
 8525[[package]]
 8526name = "ndk-sys"
 8527version = "0.5.0+25.2.9519653"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8530dependencies = [
 8531 "jni-sys",
 8532]
 8533
 8534[[package]]
 8535name = "new_debug_unreachable"
 8536version = "1.0.6"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8539
 8540[[package]]
 8541name = "nix"
 8542version = "0.29.0"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8545dependencies = [
 8546 "bitflags 2.8.0",
 8547 "cfg-if",
 8548 "cfg_aliases 0.2.1",
 8549 "libc",
 8550 "memoffset",
 8551]
 8552
 8553[[package]]
 8554name = "node_runtime"
 8555version = "0.1.0"
 8556dependencies = [
 8557 "anyhow",
 8558 "async-compression",
 8559 "async-std",
 8560 "async-tar",
 8561 "async-trait",
 8562 "async-watch",
 8563 "async_zip",
 8564 "futures 0.3.31",
 8565 "http_client",
 8566 "log",
 8567 "paths",
 8568 "semver",
 8569 "serde",
 8570 "serde_json",
 8571 "smol",
 8572 "tempfile",
 8573 "util",
 8574 "walkdir",
 8575 "which 6.0.3",
 8576]
 8577
 8578[[package]]
 8579name = "nom"
 8580version = "7.1.3"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8583dependencies = [
 8584 "memchr",
 8585 "minimal-lexical",
 8586]
 8587
 8588[[package]]
 8589name = "noop_proc_macro"
 8590version = "0.3.0"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8593
 8594[[package]]
 8595name = "normpath"
 8596version = "1.3.0"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8599dependencies = [
 8600 "windows-sys 0.59.0",
 8601]
 8602
 8603[[package]]
 8604name = "notifications"
 8605version = "0.1.0"
 8606dependencies = [
 8607 "anyhow",
 8608 "channel",
 8609 "client",
 8610 "collections",
 8611 "component",
 8612 "db",
 8613 "gpui",
 8614 "linkme",
 8615 "rpc",
 8616 "settings",
 8617 "sum_tree",
 8618 "time",
 8619 "ui",
 8620 "util",
 8621 "workspace",
 8622]
 8623
 8624[[package]]
 8625name = "notify"
 8626version = "8.0.0"
 8627source = "registry+https://github.com/rust-lang/crates.io-index"
 8628checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8629dependencies = [
 8630 "bitflags 2.8.0",
 8631 "filetime",
 8632 "fsevent-sys 4.1.0",
 8633 "inotify",
 8634 "kqueue",
 8635 "libc",
 8636 "log",
 8637 "mio",
 8638 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8639 "walkdir",
 8640 "windows-sys 0.59.0",
 8641]
 8642
 8643[[package]]
 8644name = "notify"
 8645version = "8.0.0"
 8646source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8647dependencies = [
 8648 "bitflags 2.8.0",
 8649 "filetime",
 8650 "fsevent-sys 4.1.0",
 8651 "inotify",
 8652 "kqueue",
 8653 "libc",
 8654 "log",
 8655 "mio",
 8656 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8657 "walkdir",
 8658 "windows-sys 0.59.0",
 8659]
 8660
 8661[[package]]
 8662name = "notify-debouncer-mini"
 8663version = "0.6.0"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8666dependencies = [
 8667 "log",
 8668 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8669 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8670 "tempfile",
 8671]
 8672
 8673[[package]]
 8674name = "notify-types"
 8675version = "2.0.0"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8678
 8679[[package]]
 8680name = "notify-types"
 8681version = "2.0.0"
 8682source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8683
 8684[[package]]
 8685name = "ntapi"
 8686version = "0.4.1"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8689dependencies = [
 8690 "winapi",
 8691]
 8692
 8693[[package]]
 8694name = "nu-ansi-term"
 8695version = "0.46.0"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8698dependencies = [
 8699 "overload",
 8700 "winapi",
 8701]
 8702
 8703[[package]]
 8704name = "num"
 8705version = "0.4.3"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8708dependencies = [
 8709 "num-bigint",
 8710 "num-complex",
 8711 "num-integer",
 8712 "num-iter",
 8713 "num-rational",
 8714 "num-traits",
 8715]
 8716
 8717[[package]]
 8718name = "num-bigint"
 8719version = "0.4.6"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8722dependencies = [
 8723 "num-integer",
 8724 "num-traits",
 8725]
 8726
 8727[[package]]
 8728name = "num-bigint-dig"
 8729version = "0.8.4"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8732dependencies = [
 8733 "byteorder",
 8734 "lazy_static",
 8735 "libm",
 8736 "num-integer",
 8737 "num-iter",
 8738 "num-traits",
 8739 "rand 0.8.5",
 8740 "serde",
 8741 "smallvec",
 8742 "zeroize",
 8743]
 8744
 8745[[package]]
 8746name = "num-complex"
 8747version = "0.4.6"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8750dependencies = [
 8751 "num-traits",
 8752]
 8753
 8754[[package]]
 8755name = "num-conv"
 8756version = "0.1.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8759
 8760[[package]]
 8761name = "num-derive"
 8762version = "0.4.2"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8765dependencies = [
 8766 "proc-macro2",
 8767 "quote",
 8768 "syn 2.0.100",
 8769]
 8770
 8771[[package]]
 8772name = "num-format"
 8773version = "0.4.4"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8776dependencies = [
 8777 "arrayvec",
 8778 "itoa",
 8779]
 8780
 8781[[package]]
 8782name = "num-integer"
 8783version = "0.1.46"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8786dependencies = [
 8787 "num-traits",
 8788]
 8789
 8790[[package]]
 8791name = "num-iter"
 8792version = "0.1.45"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8795dependencies = [
 8796 "autocfg",
 8797 "num-integer",
 8798 "num-traits",
 8799]
 8800
 8801[[package]]
 8802name = "num-modular"
 8803version = "0.6.1"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8806
 8807[[package]]
 8808name = "num-order"
 8809version = "1.2.0"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8812dependencies = [
 8813 "num-modular",
 8814]
 8815
 8816[[package]]
 8817name = "num-rational"
 8818version = "0.4.2"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8821dependencies = [
 8822 "num-bigint",
 8823 "num-integer",
 8824 "num-traits",
 8825]
 8826
 8827[[package]]
 8828name = "num-traits"
 8829version = "0.2.19"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8832dependencies = [
 8833 "autocfg",
 8834 "libm",
 8835]
 8836
 8837[[package]]
 8838name = "num_cpus"
 8839version = "1.16.0"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8842dependencies = [
 8843 "hermit-abi 0.3.9",
 8844 "libc",
 8845]
 8846
 8847[[package]]
 8848name = "num_enum"
 8849version = "0.7.3"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8852dependencies = [
 8853 "num_enum_derive",
 8854]
 8855
 8856[[package]]
 8857name = "num_enum_derive"
 8858version = "0.7.3"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8861dependencies = [
 8862 "proc-macro-crate",
 8863 "proc-macro2",
 8864 "quote",
 8865 "syn 2.0.100",
 8866]
 8867
 8868[[package]]
 8869name = "num_threads"
 8870version = "0.1.7"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8873dependencies = [
 8874 "libc",
 8875]
 8876
 8877[[package]]
 8878name = "nvim-rs"
 8879version = "0.8.0-pre"
 8880source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8881dependencies = [
 8882 "async-trait",
 8883 "futures 0.3.31",
 8884 "log",
 8885 "parity-tokio-ipc",
 8886 "rmp",
 8887 "rmpv",
 8888 "tokio",
 8889 "tokio-util",
 8890 "winapi",
 8891]
 8892
 8893[[package]]
 8894name = "objc"
 8895version = "0.2.7"
 8896source = "registry+https://github.com/rust-lang/crates.io-index"
 8897checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8898dependencies = [
 8899 "malloc_buf",
 8900]
 8901
 8902[[package]]
 8903name = "objc-sys"
 8904version = "0.3.5"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8907
 8908[[package]]
 8909name = "objc2"
 8910version = "0.5.2"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8913dependencies = [
 8914 "objc-sys",
 8915 "objc2-encode",
 8916]
 8917
 8918[[package]]
 8919name = "objc2-app-kit"
 8920version = "0.2.2"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8923dependencies = [
 8924 "bitflags 2.8.0",
 8925 "block2",
 8926 "libc",
 8927 "objc2",
 8928 "objc2-core-data",
 8929 "objc2-core-image",
 8930 "objc2-foundation",
 8931 "objc2-quartz-core",
 8932]
 8933
 8934[[package]]
 8935name = "objc2-cloud-kit"
 8936version = "0.2.2"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8939dependencies = [
 8940 "bitflags 2.8.0",
 8941 "block2",
 8942 "objc2",
 8943 "objc2-core-location",
 8944 "objc2-foundation",
 8945]
 8946
 8947[[package]]
 8948name = "objc2-contacts"
 8949version = "0.2.2"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8952dependencies = [
 8953 "block2",
 8954 "objc2",
 8955 "objc2-foundation",
 8956]
 8957
 8958[[package]]
 8959name = "objc2-core-data"
 8960version = "0.2.2"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8963dependencies = [
 8964 "bitflags 2.8.0",
 8965 "block2",
 8966 "objc2",
 8967 "objc2-foundation",
 8968]
 8969
 8970[[package]]
 8971name = "objc2-core-image"
 8972version = "0.2.2"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8975dependencies = [
 8976 "block2",
 8977 "objc2",
 8978 "objc2-foundation",
 8979 "objc2-metal",
 8980]
 8981
 8982[[package]]
 8983name = "objc2-core-location"
 8984version = "0.2.2"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8987dependencies = [
 8988 "block2",
 8989 "objc2",
 8990 "objc2-contacts",
 8991 "objc2-foundation",
 8992]
 8993
 8994[[package]]
 8995name = "objc2-encode"
 8996version = "4.0.3"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8999
 9000[[package]]
 9001name = "objc2-foundation"
 9002version = "0.2.2"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9005dependencies = [
 9006 "bitflags 2.8.0",
 9007 "block2",
 9008 "libc",
 9009 "objc2",
 9010]
 9011
 9012[[package]]
 9013name = "objc2-link-presentation"
 9014version = "0.2.2"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9017dependencies = [
 9018 "block2",
 9019 "objc2",
 9020 "objc2-app-kit",
 9021 "objc2-foundation",
 9022]
 9023
 9024[[package]]
 9025name = "objc2-metal"
 9026version = "0.2.2"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9029dependencies = [
 9030 "bitflags 2.8.0",
 9031 "block2",
 9032 "objc2",
 9033 "objc2-foundation",
 9034]
 9035
 9036[[package]]
 9037name = "objc2-quartz-core"
 9038version = "0.2.2"
 9039source = "registry+https://github.com/rust-lang/crates.io-index"
 9040checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9041dependencies = [
 9042 "bitflags 2.8.0",
 9043 "block2",
 9044 "objc2",
 9045 "objc2-foundation",
 9046 "objc2-metal",
 9047]
 9048
 9049[[package]]
 9050name = "objc2-symbols"
 9051version = "0.2.2"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9054dependencies = [
 9055 "objc2",
 9056 "objc2-foundation",
 9057]
 9058
 9059[[package]]
 9060name = "objc2-ui-kit"
 9061version = "0.2.2"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9064dependencies = [
 9065 "bitflags 2.8.0",
 9066 "block2",
 9067 "objc2",
 9068 "objc2-cloud-kit",
 9069 "objc2-core-data",
 9070 "objc2-core-image",
 9071 "objc2-core-location",
 9072 "objc2-foundation",
 9073 "objc2-link-presentation",
 9074 "objc2-quartz-core",
 9075 "objc2-symbols",
 9076 "objc2-uniform-type-identifiers",
 9077 "objc2-user-notifications",
 9078]
 9079
 9080[[package]]
 9081name = "objc2-uniform-type-identifiers"
 9082version = "0.2.2"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9085dependencies = [
 9086 "block2",
 9087 "objc2",
 9088 "objc2-foundation",
 9089]
 9090
 9091[[package]]
 9092name = "objc2-user-notifications"
 9093version = "0.2.2"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9096dependencies = [
 9097 "bitflags 2.8.0",
 9098 "block2",
 9099 "objc2",
 9100 "objc2-core-location",
 9101 "objc2-foundation",
 9102]
 9103
 9104[[package]]
 9105name = "object"
 9106version = "0.36.5"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9109dependencies = [
 9110 "crc32fast",
 9111 "hashbrown 0.15.2",
 9112 "indexmap",
 9113 "memchr",
 9114]
 9115
 9116[[package]]
 9117name = "oboe"
 9118version = "0.6.1"
 9119source = "registry+https://github.com/rust-lang/crates.io-index"
 9120checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9121dependencies = [
 9122 "jni",
 9123 "ndk",
 9124 "ndk-context",
 9125 "num-derive",
 9126 "num-traits",
 9127 "oboe-sys",
 9128]
 9129
 9130[[package]]
 9131name = "oboe-sys"
 9132version = "0.6.1"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9135dependencies = [
 9136 "cc",
 9137]
 9138
 9139[[package]]
 9140name = "ollama"
 9141version = "0.1.0"
 9142dependencies = [
 9143 "anyhow",
 9144 "futures 0.3.31",
 9145 "http_client",
 9146 "schemars",
 9147 "serde",
 9148 "serde_json",
 9149]
 9150
 9151[[package]]
 9152name = "once_cell"
 9153version = "1.20.3"
 9154source = "registry+https://github.com/rust-lang/crates.io-index"
 9155checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9156
 9157[[package]]
 9158name = "oo7"
 9159version = "0.4.1"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9162dependencies = [
 9163 "aes",
 9164 "ashpd",
 9165 "async-fs",
 9166 "async-io",
 9167 "async-lock",
 9168 "blocking",
 9169 "cbc",
 9170 "cipher",
 9171 "digest",
 9172 "endi",
 9173 "futures-lite 2.6.0",
 9174 "futures-util",
 9175 "getrandom 0.3.1",
 9176 "hkdf",
 9177 "hmac",
 9178 "md-5",
 9179 "num",
 9180 "num-bigint-dig",
 9181 "pbkdf2 0.12.2",
 9182 "rand 0.9.0",
 9183 "serde",
 9184 "sha2",
 9185 "subtle",
 9186 "zbus",
 9187 "zbus_macros",
 9188 "zeroize",
 9189 "zvariant",
 9190]
 9191
 9192[[package]]
 9193name = "oorandom"
 9194version = "11.1.4"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9197
 9198[[package]]
 9199name = "open"
 9200version = "5.3.2"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9203dependencies = [
 9204 "is-wsl",
 9205 "libc",
 9206 "pathdiff",
 9207]
 9208
 9209[[package]]
 9210name = "open_ai"
 9211version = "0.1.0"
 9212dependencies = [
 9213 "anyhow",
 9214 "futures 0.3.31",
 9215 "http_client",
 9216 "schemars",
 9217 "serde",
 9218 "serde_json",
 9219 "strum",
 9220]
 9221
 9222[[package]]
 9223name = "opener"
 9224version = "0.7.2"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9227dependencies = [
 9228 "bstr",
 9229 "dbus",
 9230 "normpath",
 9231 "windows-sys 0.59.0",
 9232]
 9233
 9234[[package]]
 9235name = "openssl"
 9236version = "0.10.70"
 9237source = "registry+https://github.com/rust-lang/crates.io-index"
 9238checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9239dependencies = [
 9240 "bitflags 2.8.0",
 9241 "cfg-if",
 9242 "foreign-types 0.3.2",
 9243 "libc",
 9244 "once_cell",
 9245 "openssl-macros",
 9246 "openssl-sys",
 9247]
 9248
 9249[[package]]
 9250name = "openssl-macros"
 9251version = "0.1.1"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9254dependencies = [
 9255 "proc-macro2",
 9256 "quote",
 9257 "syn 2.0.100",
 9258]
 9259
 9260[[package]]
 9261name = "openssl-probe"
 9262version = "0.1.5"
 9263source = "registry+https://github.com/rust-lang/crates.io-index"
 9264checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9265
 9266[[package]]
 9267name = "openssl-src"
 9268version = "300.4.1+3.4.0"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9271dependencies = [
 9272 "cc",
 9273]
 9274
 9275[[package]]
 9276name = "openssl-sys"
 9277version = "0.9.105"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9280dependencies = [
 9281 "cc",
 9282 "libc",
 9283 "openssl-src",
 9284 "pkg-config",
 9285 "vcpkg",
 9286]
 9287
 9288[[package]]
 9289name = "option-ext"
 9290version = "0.2.0"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9293
 9294[[package]]
 9295name = "ordered-float"
 9296version = "2.10.1"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9299dependencies = [
 9300 "num-traits",
 9301]
 9302
 9303[[package]]
 9304name = "ordered-float"
 9305version = "3.9.2"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9308dependencies = [
 9309 "num-traits",
 9310]
 9311
 9312[[package]]
 9313name = "ordered-stream"
 9314version = "0.2.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9317dependencies = [
 9318 "futures-core",
 9319 "pin-project-lite",
 9320]
 9321
 9322[[package]]
 9323name = "ouroboros"
 9324version = "0.18.4"
 9325source = "registry+https://github.com/rust-lang/crates.io-index"
 9326checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9327dependencies = [
 9328 "aliasable",
 9329 "ouroboros_macro",
 9330 "static_assertions",
 9331]
 9332
 9333[[package]]
 9334name = "ouroboros_macro"
 9335version = "0.18.4"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9338dependencies = [
 9339 "heck 0.4.1",
 9340 "itertools 0.12.1",
 9341 "proc-macro2",
 9342 "proc-macro2-diagnostics",
 9343 "quote",
 9344 "syn 2.0.100",
 9345]
 9346
 9347[[package]]
 9348name = "outline"
 9349version = "0.1.0"
 9350dependencies = [
 9351 "editor",
 9352 "fuzzy",
 9353 "gpui",
 9354 "indoc",
 9355 "language",
 9356 "menu",
 9357 "ordered-float 2.10.1",
 9358 "picker",
 9359 "project",
 9360 "rope",
 9361 "serde_json",
 9362 "settings",
 9363 "smol",
 9364 "theme",
 9365 "tree-sitter-rust",
 9366 "tree-sitter-typescript",
 9367 "ui",
 9368 "util",
 9369 "workspace",
 9370 "zed_actions",
 9371]
 9372
 9373[[package]]
 9374name = "outline_panel"
 9375version = "0.1.0"
 9376dependencies = [
 9377 "anyhow",
 9378 "collections",
 9379 "db",
 9380 "editor",
 9381 "file_icons",
 9382 "fuzzy",
 9383 "gpui",
 9384 "itertools 0.14.0",
 9385 "language",
 9386 "log",
 9387 "menu",
 9388 "outline",
 9389 "pretty_assertions",
 9390 "project",
 9391 "schemars",
 9392 "search",
 9393 "serde",
 9394 "serde_json",
 9395 "settings",
 9396 "smallvec",
 9397 "smol",
 9398 "theme",
 9399 "ui",
 9400 "util",
 9401 "workspace",
 9402 "worktree",
 9403 "zed_actions",
 9404]
 9405
 9406[[package]]
 9407name = "outref"
 9408version = "0.5.1"
 9409source = "registry+https://github.com/rust-lang/crates.io-index"
 9410checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9411
 9412[[package]]
 9413name = "overload"
 9414version = "0.1.1"
 9415source = "registry+https://github.com/rust-lang/crates.io-index"
 9416checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9417
 9418[[package]]
 9419name = "p256"
 9420version = "0.11.1"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9423dependencies = [
 9424 "ecdsa",
 9425 "elliptic-curve",
 9426 "sha2",
 9427]
 9428
 9429[[package]]
 9430name = "page_size"
 9431version = "0.6.0"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9434dependencies = [
 9435 "libc",
 9436 "winapi",
 9437]
 9438
 9439[[package]]
 9440name = "palette"
 9441version = "0.7.6"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9444dependencies = [
 9445 "approx",
 9446 "fast-srgb8",
 9447 "palette_derive",
 9448]
 9449
 9450[[package]]
 9451name = "palette_derive"
 9452version = "0.7.6"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9455dependencies = [
 9456 "by_address",
 9457 "proc-macro2",
 9458 "quote",
 9459 "syn 2.0.100",
 9460]
 9461
 9462[[package]]
 9463name = "panel"
 9464version = "0.1.0"
 9465dependencies = [
 9466 "editor",
 9467 "gpui",
 9468 "settings",
 9469 "theme",
 9470 "ui",
 9471 "workspace",
 9472]
 9473
 9474[[package]]
 9475name = "parity-tokio-ipc"
 9476version = "0.9.0"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9479dependencies = [
 9480 "futures 0.3.31",
 9481 "libc",
 9482 "log",
 9483 "rand 0.7.3",
 9484 "tokio",
 9485 "winapi",
 9486]
 9487
 9488[[package]]
 9489name = "parking"
 9490version = "2.2.1"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9493
 9494[[package]]
 9495name = "parking_lot"
 9496version = "0.12.3"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9499dependencies = [
 9500 "lock_api",
 9501 "parking_lot_core",
 9502]
 9503
 9504[[package]]
 9505name = "parking_lot_core"
 9506version = "0.9.10"
 9507source = "registry+https://github.com/rust-lang/crates.io-index"
 9508checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9509dependencies = [
 9510 "cfg-if",
 9511 "libc",
 9512 "redox_syscall 0.5.8",
 9513 "smallvec",
 9514 "windows-targets 0.52.6",
 9515]
 9516
 9517[[package]]
 9518name = "password-hash"
 9519version = "0.4.2"
 9520source = "registry+https://github.com/rust-lang/crates.io-index"
 9521checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9522dependencies = [
 9523 "base64ct",
 9524 "rand_core 0.6.4",
 9525 "subtle",
 9526]
 9527
 9528[[package]]
 9529name = "password-hash"
 9530version = "0.5.0"
 9531source = "registry+https://github.com/rust-lang/crates.io-index"
 9532checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9533dependencies = [
 9534 "base64ct",
 9535 "rand_core 0.6.4",
 9536 "subtle",
 9537]
 9538
 9539[[package]]
 9540name = "paste"
 9541version = "1.0.15"
 9542source = "registry+https://github.com/rust-lang/crates.io-index"
 9543checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9544
 9545[[package]]
 9546name = "pathdiff"
 9547version = "0.2.3"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9550
 9551[[package]]
 9552name = "pathfinder_geometry"
 9553version = "0.5.1"
 9554source = "registry+https://github.com/rust-lang/crates.io-index"
 9555checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9556dependencies = [
 9557 "log",
 9558 "pathfinder_simd",
 9559]
 9560
 9561[[package]]
 9562name = "pathfinder_simd"
 9563version = "0.5.4"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9566dependencies = [
 9567 "rustc_version",
 9568]
 9569
 9570[[package]]
 9571name = "paths"
 9572version = "0.1.0"
 9573dependencies = [
 9574 "dirs 4.0.0",
 9575 "util",
 9576]
 9577
 9578[[package]]
 9579name = "pbjson"
 9580version = "0.6.0"
 9581source = "registry+https://github.com/rust-lang/crates.io-index"
 9582checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9583dependencies = [
 9584 "base64 0.21.7",
 9585 "serde",
 9586]
 9587
 9588[[package]]
 9589name = "pbjson-build"
 9590version = "0.6.2"
 9591source = "registry+https://github.com/rust-lang/crates.io-index"
 9592checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9593dependencies = [
 9594 "heck 0.4.1",
 9595 "itertools 0.11.0",
 9596 "prost 0.12.6",
 9597 "prost-types 0.12.6",
 9598]
 9599
 9600[[package]]
 9601name = "pbjson-types"
 9602version = "0.6.0"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9605dependencies = [
 9606 "bytes 1.10.1",
 9607 "chrono",
 9608 "pbjson",
 9609 "pbjson-build",
 9610 "prost 0.12.6",
 9611 "prost-build 0.12.6",
 9612 "serde",
 9613]
 9614
 9615[[package]]
 9616name = "pbkdf2"
 9617version = "0.11.0"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9620dependencies = [
 9621 "digest",
 9622 "hmac",
 9623 "password-hash 0.4.2",
 9624 "sha2",
 9625]
 9626
 9627[[package]]
 9628name = "pbkdf2"
 9629version = "0.12.2"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9632dependencies = [
 9633 "digest",
 9634 "hmac",
 9635]
 9636
 9637[[package]]
 9638name = "pem"
 9639version = "3.0.4"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9642dependencies = [
 9643 "base64 0.22.1",
 9644 "serde",
 9645]
 9646
 9647[[package]]
 9648name = "pem-rfc7468"
 9649version = "0.7.0"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9652dependencies = [
 9653 "base64ct",
 9654]
 9655
 9656[[package]]
 9657name = "percent-encoding"
 9658version = "2.3.1"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9661
 9662[[package]]
 9663name = "perplexity"
 9664version = "0.1.0"
 9665dependencies = [
 9666 "serde",
 9667 "zed_extension_api 0.4.0",
 9668]
 9669
 9670[[package]]
 9671name = "pest"
 9672version = "2.7.15"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9675dependencies = [
 9676 "memchr",
 9677 "thiserror 2.0.12",
 9678 "ucd-trie",
 9679]
 9680
 9681[[package]]
 9682name = "pest_derive"
 9683version = "2.7.15"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9686dependencies = [
 9687 "pest",
 9688 "pest_generator",
 9689]
 9690
 9691[[package]]
 9692name = "pest_generator"
 9693version = "2.7.15"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9696dependencies = [
 9697 "pest",
 9698 "pest_meta",
 9699 "proc-macro2",
 9700 "quote",
 9701 "syn 2.0.100",
 9702]
 9703
 9704[[package]]
 9705name = "pest_meta"
 9706version = "2.7.15"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9709dependencies = [
 9710 "once_cell",
 9711 "pest",
 9712 "sha2",
 9713]
 9714
 9715[[package]]
 9716name = "pet"
 9717version = "0.1.0"
 9718source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9719dependencies = [
 9720 "clap",
 9721 "env_logger 0.10.2",
 9722 "lazy_static",
 9723 "log",
 9724 "msvc_spectre_libs",
 9725 "pet-conda",
 9726 "pet-core",
 9727 "pet-env-var-path",
 9728 "pet-fs",
 9729 "pet-global-virtualenvs",
 9730 "pet-homebrew",
 9731 "pet-jsonrpc",
 9732 "pet-linux-global-python",
 9733 "pet-mac-commandlinetools",
 9734 "pet-mac-python-org",
 9735 "pet-mac-xcode",
 9736 "pet-pipenv",
 9737 "pet-pixi",
 9738 "pet-poetry",
 9739 "pet-pyenv",
 9740 "pet-python-utils",
 9741 "pet-reporter",
 9742 "pet-telemetry",
 9743 "pet-venv",
 9744 "pet-virtualenv",
 9745 "pet-virtualenvwrapper",
 9746 "pet-windows-registry",
 9747 "pet-windows-store",
 9748 "serde",
 9749 "serde_json",
 9750]
 9751
 9752[[package]]
 9753name = "pet-conda"
 9754version = "0.1.0"
 9755source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9756dependencies = [
 9757 "env_logger 0.10.2",
 9758 "lazy_static",
 9759 "log",
 9760 "msvc_spectre_libs",
 9761 "pet-core",
 9762 "pet-fs",
 9763 "pet-python-utils",
 9764 "pet-reporter",
 9765 "regex",
 9766 "serde",
 9767 "serde_json",
 9768 "yaml-rust2",
 9769]
 9770
 9771[[package]]
 9772name = "pet-core"
 9773version = "0.1.0"
 9774source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9775dependencies = [
 9776 "clap",
 9777 "lazy_static",
 9778 "log",
 9779 "msvc_spectre_libs",
 9780 "pet-fs",
 9781 "regex",
 9782 "serde",
 9783 "serde_json",
 9784]
 9785
 9786[[package]]
 9787name = "pet-env-var-path"
 9788version = "0.1.0"
 9789source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9790dependencies = [
 9791 "lazy_static",
 9792 "log",
 9793 "msvc_spectre_libs",
 9794 "pet-conda",
 9795 "pet-core",
 9796 "pet-fs",
 9797 "pet-python-utils",
 9798 "pet-virtualenv",
 9799 "regex",
 9800]
 9801
 9802[[package]]
 9803name = "pet-fs"
 9804version = "0.1.0"
 9805source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9806dependencies = [
 9807 "log",
 9808 "msvc_spectre_libs",
 9809]
 9810
 9811[[package]]
 9812name = "pet-global-virtualenvs"
 9813version = "0.1.0"
 9814source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9815dependencies = [
 9816 "log",
 9817 "msvc_spectre_libs",
 9818 "pet-conda",
 9819 "pet-core",
 9820 "pet-fs",
 9821 "pet-virtualenv",
 9822]
 9823
 9824[[package]]
 9825name = "pet-homebrew"
 9826version = "0.1.0"
 9827source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9828dependencies = [
 9829 "lazy_static",
 9830 "log",
 9831 "msvc_spectre_libs",
 9832 "pet-conda",
 9833 "pet-core",
 9834 "pet-fs",
 9835 "pet-python-utils",
 9836 "pet-virtualenv",
 9837 "regex",
 9838 "serde",
 9839 "serde_json",
 9840]
 9841
 9842[[package]]
 9843name = "pet-jsonrpc"
 9844version = "0.1.0"
 9845source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9846dependencies = [
 9847 "env_logger 0.10.2",
 9848 "log",
 9849 "msvc_spectre_libs",
 9850 "pet-core",
 9851 "serde",
 9852 "serde_json",
 9853]
 9854
 9855[[package]]
 9856name = "pet-linux-global-python"
 9857version = "0.1.0"
 9858source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9859dependencies = [
 9860 "log",
 9861 "msvc_spectre_libs",
 9862 "pet-core",
 9863 "pet-fs",
 9864 "pet-python-utils",
 9865 "pet-virtualenv",
 9866]
 9867
 9868[[package]]
 9869name = "pet-mac-commandlinetools"
 9870version = "0.1.0"
 9871source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9872dependencies = [
 9873 "log",
 9874 "msvc_spectre_libs",
 9875 "pet-core",
 9876 "pet-fs",
 9877 "pet-python-utils",
 9878 "pet-virtualenv",
 9879]
 9880
 9881[[package]]
 9882name = "pet-mac-python-org"
 9883version = "0.1.0"
 9884source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9885dependencies = [
 9886 "log",
 9887 "msvc_spectre_libs",
 9888 "pet-core",
 9889 "pet-fs",
 9890 "pet-python-utils",
 9891 "pet-virtualenv",
 9892]
 9893
 9894[[package]]
 9895name = "pet-mac-xcode"
 9896version = "0.1.0"
 9897source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9898dependencies = [
 9899 "log",
 9900 "msvc_spectre_libs",
 9901 "pet-core",
 9902 "pet-fs",
 9903 "pet-python-utils",
 9904 "pet-virtualenv",
 9905]
 9906
 9907[[package]]
 9908name = "pet-pipenv"
 9909version = "0.1.0"
 9910source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9911dependencies = [
 9912 "log",
 9913 "msvc_spectre_libs",
 9914 "pet-core",
 9915 "pet-fs",
 9916 "pet-python-utils",
 9917 "pet-virtualenv",
 9918]
 9919
 9920[[package]]
 9921name = "pet-pixi"
 9922version = "0.1.0"
 9923source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9924dependencies = [
 9925 "log",
 9926 "msvc_spectre_libs",
 9927 "pet-conda",
 9928 "pet-core",
 9929 "pet-python-utils",
 9930]
 9931
 9932[[package]]
 9933name = "pet-poetry"
 9934version = "0.1.0"
 9935source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9936dependencies = [
 9937 "base64 0.22.1",
 9938 "lazy_static",
 9939 "log",
 9940 "msvc_spectre_libs",
 9941 "pet-core",
 9942 "pet-fs",
 9943 "pet-python-utils",
 9944 "pet-reporter",
 9945 "pet-virtualenv",
 9946 "regex",
 9947 "serde",
 9948 "serde_json",
 9949 "sha2",
 9950 "toml 0.8.20",
 9951]
 9952
 9953[[package]]
 9954name = "pet-pyenv"
 9955version = "0.1.0"
 9956source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9957dependencies = [
 9958 "lazy_static",
 9959 "log",
 9960 "msvc_spectre_libs",
 9961 "pet-conda",
 9962 "pet-core",
 9963 "pet-fs",
 9964 "pet-python-utils",
 9965 "pet-reporter",
 9966 "regex",
 9967 "serde",
 9968 "serde_json",
 9969]
 9970
 9971[[package]]
 9972name = "pet-python-utils"
 9973version = "0.1.0"
 9974source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9975dependencies = [
 9976 "env_logger 0.10.2",
 9977 "lazy_static",
 9978 "log",
 9979 "msvc_spectre_libs",
 9980 "pet-core",
 9981 "pet-fs",
 9982 "regex",
 9983 "serde",
 9984 "serde_json",
 9985 "sha2",
 9986]
 9987
 9988[[package]]
 9989name = "pet-reporter"
 9990version = "0.1.0"
 9991source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9992dependencies = [
 9993 "env_logger 0.10.2",
 9994 "log",
 9995 "msvc_spectre_libs",
 9996 "pet-core",
 9997 "pet-jsonrpc",
 9998 "serde",
 9999 "serde_json",
10000]
10001
10002[[package]]
10003name = "pet-telemetry"
10004version = "0.1.0"
10005source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10006dependencies = [
10007 "env_logger 0.10.2",
10008 "lazy_static",
10009 "log",
10010 "msvc_spectre_libs",
10011 "pet-core",
10012 "pet-fs",
10013 "pet-python-utils",
10014 "regex",
10015]
10016
10017[[package]]
10018name = "pet-venv"
10019version = "0.1.0"
10020source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10021dependencies = [
10022 "log",
10023 "msvc_spectre_libs",
10024 "pet-core",
10025 "pet-python-utils",
10026 "pet-virtualenv",
10027]
10028
10029[[package]]
10030name = "pet-virtualenv"
10031version = "0.1.0"
10032source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10033dependencies = [
10034 "log",
10035 "msvc_spectre_libs",
10036 "pet-core",
10037 "pet-fs",
10038 "pet-python-utils",
10039]
10040
10041[[package]]
10042name = "pet-virtualenvwrapper"
10043version = "0.1.0"
10044source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10045dependencies = [
10046 "log",
10047 "msvc_spectre_libs",
10048 "pet-core",
10049 "pet-fs",
10050 "pet-python-utils",
10051 "pet-virtualenv",
10052]
10053
10054[[package]]
10055name = "pet-windows-registry"
10056version = "0.1.0"
10057source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10058dependencies = [
10059 "lazy_static",
10060 "log",
10061 "msvc_spectre_libs",
10062 "pet-conda",
10063 "pet-core",
10064 "pet-fs",
10065 "pet-python-utils",
10066 "pet-virtualenv",
10067 "pet-windows-store",
10068 "regex",
10069 "winreg 0.52.0",
10070]
10071
10072[[package]]
10073name = "pet-windows-store"
10074version = "0.1.0"
10075source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10076dependencies = [
10077 "lazy_static",
10078 "log",
10079 "msvc_spectre_libs",
10080 "pet-core",
10081 "pet-fs",
10082 "pet-python-utils",
10083 "pet-virtualenv",
10084 "regex",
10085 "winreg 0.52.0",
10086]
10087
10088[[package]]
10089name = "petgraph"
10090version = "0.6.5"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10093dependencies = [
10094 "fixedbitset",
10095 "indexmap",
10096]
10097
10098[[package]]
10099name = "pgvector"
10100version = "0.4.0"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10103dependencies = [
10104 "serde",
10105]
10106
10107[[package]]
10108name = "phf"
10109version = "0.11.2"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10112dependencies = [
10113 "phf_macros",
10114 "phf_shared 0.11.2",
10115]
10116
10117[[package]]
10118name = "phf_codegen"
10119version = "0.11.2"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10122dependencies = [
10123 "phf_generator 0.11.2",
10124 "phf_shared 0.11.2",
10125]
10126
10127[[package]]
10128name = "phf_generator"
10129version = "0.10.0"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10132dependencies = [
10133 "phf_shared 0.10.0",
10134 "rand 0.8.5",
10135]
10136
10137[[package]]
10138name = "phf_generator"
10139version = "0.11.2"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10142dependencies = [
10143 "phf_shared 0.11.2",
10144 "rand 0.8.5",
10145]
10146
10147[[package]]
10148name = "phf_macros"
10149version = "0.11.2"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10152dependencies = [
10153 "phf_generator 0.11.2",
10154 "phf_shared 0.11.2",
10155 "proc-macro2",
10156 "quote",
10157 "syn 2.0.100",
10158]
10159
10160[[package]]
10161name = "phf_shared"
10162version = "0.10.0"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10165dependencies = [
10166 "siphasher 0.3.11",
10167]
10168
10169[[package]]
10170name = "phf_shared"
10171version = "0.11.2"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10174dependencies = [
10175 "siphasher 0.3.11",
10176]
10177
10178[[package]]
10179name = "picker"
10180version = "0.1.0"
10181dependencies = [
10182 "anyhow",
10183 "ctor",
10184 "editor",
10185 "env_logger 0.11.7",
10186 "gpui",
10187 "menu",
10188 "schemars",
10189 "serde",
10190 "serde_json",
10191 "ui",
10192 "util",
10193 "workspace",
10194]
10195
10196[[package]]
10197name = "pico-args"
10198version = "0.5.0"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10201
10202[[package]]
10203name = "pin-project"
10204version = "1.1.7"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10207dependencies = [
10208 "pin-project-internal",
10209]
10210
10211[[package]]
10212name = "pin-project-internal"
10213version = "1.1.7"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10216dependencies = [
10217 "proc-macro2",
10218 "quote",
10219 "syn 2.0.100",
10220]
10221
10222[[package]]
10223name = "pin-project-lite"
10224version = "0.2.16"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10227
10228[[package]]
10229name = "pin-utils"
10230version = "0.1.0"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10233
10234[[package]]
10235name = "piper"
10236version = "0.2.4"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10239dependencies = [
10240 "atomic-waker",
10241 "fastrand 2.3.0",
10242 "futures-io",
10243]
10244
10245[[package]]
10246name = "pkcs1"
10247version = "0.7.5"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10250dependencies = [
10251 "der 0.7.9",
10252 "pkcs8 0.10.2",
10253 "spki 0.7.3",
10254]
10255
10256[[package]]
10257name = "pkcs8"
10258version = "0.9.0"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10261dependencies = [
10262 "der 0.6.1",
10263 "spki 0.6.0",
10264]
10265
10266[[package]]
10267name = "pkcs8"
10268version = "0.10.2"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10271dependencies = [
10272 "der 0.7.9",
10273 "spki 0.7.3",
10274]
10275
10276[[package]]
10277name = "pkg-config"
10278version = "0.3.31"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10281
10282[[package]]
10283name = "plist"
10284version = "1.7.1"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10287dependencies = [
10288 "base64 0.22.1",
10289 "indexmap",
10290 "quick-xml 0.32.0",
10291 "serde",
10292 "time",
10293]
10294
10295[[package]]
10296name = "plotters"
10297version = "0.3.7"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10300dependencies = [
10301 "num-traits",
10302 "plotters-backend",
10303 "plotters-svg",
10304 "wasm-bindgen",
10305 "web-sys",
10306]
10307
10308[[package]]
10309name = "plotters-backend"
10310version = "0.3.7"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10313
10314[[package]]
10315name = "plotters-svg"
10316version = "0.3.7"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10319dependencies = [
10320 "plotters-backend",
10321]
10322
10323[[package]]
10324name = "png"
10325version = "0.17.15"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10328dependencies = [
10329 "bitflags 1.3.2",
10330 "crc32fast",
10331 "fdeflate",
10332 "flate2",
10333 "miniz_oxide",
10334]
10335
10336[[package]]
10337name = "polling"
10338version = "3.7.4"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10341dependencies = [
10342 "cfg-if",
10343 "concurrent-queue",
10344 "hermit-abi 0.4.0",
10345 "pin-project-lite",
10346 "rustix",
10347 "tracing",
10348 "windows-sys 0.59.0",
10349]
10350
10351[[package]]
10352name = "pollster"
10353version = "0.2.5"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10356
10357[[package]]
10358name = "portable-atomic"
10359version = "1.11.0"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10362
10363[[package]]
10364name = "portable-atomic-util"
10365version = "0.2.4"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10368dependencies = [
10369 "portable-atomic",
10370]
10371
10372[[package]]
10373name = "postage"
10374version = "0.5.0"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10377dependencies = [
10378 "atomic",
10379 "crossbeam-queue",
10380 "futures 0.3.31",
10381 "log",
10382 "parking_lot",
10383 "pin-project",
10384 "pollster",
10385 "static_assertions",
10386 "thiserror 1.0.69",
10387]
10388
10389[[package]]
10390name = "postcard"
10391version = "1.1.1"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10394dependencies = [
10395 "cobs",
10396 "embedded-io 0.4.0",
10397 "embedded-io 0.6.1",
10398 "serde",
10399]
10400
10401[[package]]
10402name = "powerfmt"
10403version = "0.2.0"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10406
10407[[package]]
10408name = "ppv-lite86"
10409version = "0.2.20"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10412dependencies = [
10413 "zerocopy 0.7.35",
10414]
10415
10416[[package]]
10417name = "precomputed-hash"
10418version = "0.1.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10421
10422[[package]]
10423name = "prettier"
10424version = "0.1.0"
10425dependencies = [
10426 "anyhow",
10427 "collections",
10428 "fs",
10429 "gpui",
10430 "language",
10431 "log",
10432 "lsp",
10433 "node_runtime",
10434 "parking_lot",
10435 "paths",
10436 "serde",
10437 "serde_json",
10438 "util",
10439]
10440
10441[[package]]
10442name = "pretty_assertions"
10443version = "1.4.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10446dependencies = [
10447 "diff",
10448 "yansi",
10449]
10450
10451[[package]]
10452name = "prettyplease"
10453version = "0.2.25"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10456dependencies = [
10457 "proc-macro2",
10458 "syn 2.0.100",
10459]
10460
10461[[package]]
10462name = "proc-macro-crate"
10463version = "3.2.0"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10466dependencies = [
10467 "toml_edit",
10468]
10469
10470[[package]]
10471name = "proc-macro-error-attr2"
10472version = "2.0.0"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10475dependencies = [
10476 "proc-macro2",
10477 "quote",
10478]
10479
10480[[package]]
10481name = "proc-macro-error2"
10482version = "2.0.1"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10485dependencies = [
10486 "proc-macro-error-attr2",
10487 "proc-macro2",
10488 "quote",
10489 "syn 2.0.100",
10490]
10491
10492[[package]]
10493name = "proc-macro2"
10494version = "1.0.94"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10497dependencies = [
10498 "unicode-ident",
10499]
10500
10501[[package]]
10502name = "proc-macro2-diagnostics"
10503version = "0.10.1"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10506dependencies = [
10507 "proc-macro2",
10508 "quote",
10509 "syn 2.0.100",
10510 "version_check",
10511 "yansi",
10512]
10513
10514[[package]]
10515name = "profiling"
10516version = "1.0.16"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10519dependencies = [
10520 "profiling-procmacros",
10521]
10522
10523[[package]]
10524name = "profiling-procmacros"
10525version = "1.0.16"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10528dependencies = [
10529 "quote",
10530 "syn 2.0.100",
10531]
10532
10533[[package]]
10534name = "project"
10535version = "0.1.0"
10536dependencies = [
10537 "aho-corasick",
10538 "anyhow",
10539 "askpass",
10540 "async-trait",
10541 "buffer_diff",
10542 "circular-buffer",
10543 "client",
10544 "clock",
10545 "collections",
10546 "dap",
10547 "dap_adapters",
10548 "env_logger 0.11.7",
10549 "extension",
10550 "fancy-regex 0.14.0",
10551 "fs",
10552 "futures 0.3.31",
10553 "fuzzy",
10554 "git",
10555 "git2",
10556 "globset",
10557 "gpui",
10558 "http_client",
10559 "image",
10560 "indexmap",
10561 "itertools 0.14.0",
10562 "language",
10563 "log",
10564 "lsp",
10565 "node_runtime",
10566 "parking_lot",
10567 "pathdiff",
10568 "paths",
10569 "postage",
10570 "prettier",
10571 "pretty_assertions",
10572 "rand 0.8.5",
10573 "regex",
10574 "release_channel",
10575 "remote",
10576 "rpc",
10577 "schemars",
10578 "serde",
10579 "serde_json",
10580 "settings",
10581 "sha2",
10582 "shellexpand 2.1.2",
10583 "shlex",
10584 "smol",
10585 "snippet",
10586 "snippet_provider",
10587 "sum_tree",
10588 "task",
10589 "tempfile",
10590 "terminal",
10591 "text",
10592 "toml 0.8.20",
10593 "unindent",
10594 "url",
10595 "util",
10596 "which 6.0.3",
10597 "worktree",
10598 "zlog",
10599]
10600
10601[[package]]
10602name = "project_panel"
10603version = "0.1.0"
10604dependencies = [
10605 "anyhow",
10606 "client",
10607 "collections",
10608 "command_palette_hooks",
10609 "db",
10610 "editor",
10611 "file_icons",
10612 "git",
10613 "gpui",
10614 "indexmap",
10615 "language",
10616 "menu",
10617 "pretty_assertions",
10618 "project",
10619 "schemars",
10620 "search",
10621 "serde",
10622 "serde_derive",
10623 "serde_json",
10624 "settings",
10625 "smallvec",
10626 "theme",
10627 "ui",
10628 "util",
10629 "workspace",
10630 "worktree",
10631 "zed_actions",
10632]
10633
10634[[package]]
10635name = "project_symbols"
10636version = "0.1.0"
10637dependencies = [
10638 "anyhow",
10639 "editor",
10640 "futures 0.3.31",
10641 "fuzzy",
10642 "gpui",
10643 "language",
10644 "lsp",
10645 "ordered-float 2.10.1",
10646 "picker",
10647 "project",
10648 "release_channel",
10649 "serde_json",
10650 "settings",
10651 "theme",
10652 "util",
10653 "workspace",
10654]
10655
10656[[package]]
10657name = "prometheus"
10658version = "0.13.4"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10661dependencies = [
10662 "cfg-if",
10663 "fnv",
10664 "lazy_static",
10665 "memchr",
10666 "parking_lot",
10667 "protobuf",
10668 "thiserror 1.0.69",
10669]
10670
10671[[package]]
10672name = "prompt_library"
10673version = "0.1.0"
10674dependencies = [
10675 "anyhow",
10676 "collections",
10677 "editor",
10678 "gpui",
10679 "language",
10680 "language_model",
10681 "log",
10682 "menu",
10683 "picker",
10684 "prompt_store",
10685 "release_channel",
10686 "rope",
10687 "serde",
10688 "settings",
10689 "theme",
10690 "ui",
10691 "util",
10692 "workspace",
10693 "zed_actions",
10694]
10695
10696[[package]]
10697name = "prompt_store"
10698version = "0.1.0"
10699dependencies = [
10700 "anyhow",
10701 "assets",
10702 "chrono",
10703 "collections",
10704 "fs",
10705 "futures 0.3.31",
10706 "fuzzy",
10707 "gpui",
10708 "handlebars 4.5.0",
10709 "heed",
10710 "language",
10711 "log",
10712 "parking_lot",
10713 "paths",
10714 "rope",
10715 "serde",
10716 "text",
10717 "util",
10718 "uuid",
10719]
10720
10721[[package]]
10722name = "prost"
10723version = "0.9.0"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10726dependencies = [
10727 "bytes 1.10.1",
10728 "prost-derive 0.9.0",
10729]
10730
10731[[package]]
10732name = "prost"
10733version = "0.12.6"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10736dependencies = [
10737 "bytes 1.10.1",
10738 "prost-derive 0.12.6",
10739]
10740
10741[[package]]
10742name = "prost-build"
10743version = "0.9.0"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10746dependencies = [
10747 "bytes 1.10.1",
10748 "heck 0.3.3",
10749 "itertools 0.10.5",
10750 "lazy_static",
10751 "log",
10752 "multimap",
10753 "petgraph",
10754 "prost 0.9.0",
10755 "prost-types 0.9.0",
10756 "regex",
10757 "tempfile",
10758 "which 4.4.2",
10759]
10760
10761[[package]]
10762name = "prost-build"
10763version = "0.12.6"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10766dependencies = [
10767 "bytes 1.10.1",
10768 "heck 0.4.1",
10769 "itertools 0.12.1",
10770 "log",
10771 "multimap",
10772 "once_cell",
10773 "petgraph",
10774 "prettyplease",
10775 "prost 0.12.6",
10776 "prost-types 0.12.6",
10777 "regex",
10778 "syn 2.0.100",
10779 "tempfile",
10780]
10781
10782[[package]]
10783name = "prost-derive"
10784version = "0.9.0"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10787dependencies = [
10788 "anyhow",
10789 "itertools 0.10.5",
10790 "proc-macro2",
10791 "quote",
10792 "syn 1.0.109",
10793]
10794
10795[[package]]
10796name = "prost-derive"
10797version = "0.12.6"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10800dependencies = [
10801 "anyhow",
10802 "itertools 0.12.1",
10803 "proc-macro2",
10804 "quote",
10805 "syn 2.0.100",
10806]
10807
10808[[package]]
10809name = "prost-types"
10810version = "0.9.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10813dependencies = [
10814 "bytes 1.10.1",
10815 "prost 0.9.0",
10816]
10817
10818[[package]]
10819name = "prost-types"
10820version = "0.12.6"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10823dependencies = [
10824 "prost 0.12.6",
10825]
10826
10827[[package]]
10828name = "proto"
10829version = "0.1.0"
10830dependencies = [
10831 "anyhow",
10832 "collections",
10833 "prost 0.9.0",
10834 "prost-build 0.9.0",
10835 "serde",
10836]
10837
10838[[package]]
10839name = "protobuf"
10840version = "2.28.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10843
10844[[package]]
10845name = "psm"
10846version = "0.1.24"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10849dependencies = [
10850 "cc",
10851]
10852
10853[[package]]
10854name = "ptr_meta"
10855version = "0.1.4"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10858dependencies = [
10859 "ptr_meta_derive",
10860]
10861
10862[[package]]
10863name = "ptr_meta_derive"
10864version = "0.1.4"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10867dependencies = [
10868 "proc-macro2",
10869 "quote",
10870 "syn 1.0.109",
10871]
10872
10873[[package]]
10874name = "pulldown-cmark"
10875version = "0.10.3"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10878dependencies = [
10879 "bitflags 2.8.0",
10880 "memchr",
10881 "pulldown-cmark-escape",
10882 "unicase",
10883]
10884
10885[[package]]
10886name = "pulldown-cmark"
10887version = "0.12.2"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10890dependencies = [
10891 "bitflags 2.8.0",
10892 "memchr",
10893 "unicase",
10894]
10895
10896[[package]]
10897name = "pulldown-cmark-escape"
10898version = "0.10.1"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10901
10902[[package]]
10903name = "pulley-interpreter"
10904version = "29.0.1"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10907dependencies = [
10908 "cranelift-bitset",
10909 "log",
10910 "sptr",
10911 "wasmtime-math",
10912]
10913
10914[[package]]
10915name = "qoi"
10916version = "0.4.1"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10919dependencies = [
10920 "bytemuck",
10921]
10922
10923[[package]]
10924name = "quick-error"
10925version = "2.0.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10928
10929[[package]]
10930name = "quick-xml"
10931version = "0.32.0"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10934dependencies = [
10935 "memchr",
10936]
10937
10938[[package]]
10939name = "quick-xml"
10940version = "0.37.2"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10943dependencies = [
10944 "memchr",
10945]
10946
10947[[package]]
10948name = "quinn"
10949version = "0.11.6"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10952dependencies = [
10953 "bytes 1.10.1",
10954 "pin-project-lite",
10955 "quinn-proto",
10956 "quinn-udp",
10957 "rustc-hash 2.1.1",
10958 "rustls 0.23.25",
10959 "socket2",
10960 "thiserror 2.0.12",
10961 "tokio",
10962 "tracing",
10963]
10964
10965[[package]]
10966name = "quinn-proto"
10967version = "0.11.9"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10970dependencies = [
10971 "bytes 1.10.1",
10972 "getrandom 0.2.15",
10973 "rand 0.8.5",
10974 "ring",
10975 "rustc-hash 2.1.1",
10976 "rustls 0.23.25",
10977 "rustls-pki-types",
10978 "slab",
10979 "thiserror 2.0.12",
10980 "tinyvec",
10981 "tracing",
10982 "web-time",
10983]
10984
10985[[package]]
10986name = "quinn-udp"
10987version = "0.5.9"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10990dependencies = [
10991 "cfg_aliases 0.2.1",
10992 "libc",
10993 "once_cell",
10994 "socket2",
10995 "tracing",
10996 "windows-sys 0.52.0",
10997]
10998
10999[[package]]
11000name = "quote"
11001version = "1.0.40"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11004dependencies = [
11005 "proc-macro2",
11006]
11007
11008[[package]]
11009name = "radium"
11010version = "0.7.0"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11013
11014[[package]]
11015name = "rand"
11016version = "0.7.3"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11019dependencies = [
11020 "getrandom 0.1.16",
11021 "libc",
11022 "rand_chacha 0.2.2",
11023 "rand_core 0.5.1",
11024 "rand_hc",
11025]
11026
11027[[package]]
11028name = "rand"
11029version = "0.8.5"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11032dependencies = [
11033 "libc",
11034 "rand_chacha 0.3.1",
11035 "rand_core 0.6.4",
11036]
11037
11038[[package]]
11039name = "rand"
11040version = "0.9.0"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11043dependencies = [
11044 "rand_chacha 0.9.0",
11045 "rand_core 0.9.0",
11046 "zerocopy 0.8.18",
11047]
11048
11049[[package]]
11050name = "rand_chacha"
11051version = "0.2.2"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11054dependencies = [
11055 "ppv-lite86",
11056 "rand_core 0.5.1",
11057]
11058
11059[[package]]
11060name = "rand_chacha"
11061version = "0.3.1"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11064dependencies = [
11065 "ppv-lite86",
11066 "rand_core 0.6.4",
11067]
11068
11069[[package]]
11070name = "rand_chacha"
11071version = "0.9.0"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11074dependencies = [
11075 "ppv-lite86",
11076 "rand_core 0.9.0",
11077]
11078
11079[[package]]
11080name = "rand_core"
11081version = "0.5.1"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11084dependencies = [
11085 "getrandom 0.1.16",
11086]
11087
11088[[package]]
11089name = "rand_core"
11090version = "0.6.4"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11093dependencies = [
11094 "getrandom 0.2.15",
11095]
11096
11097[[package]]
11098name = "rand_core"
11099version = "0.9.0"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11102dependencies = [
11103 "getrandom 0.3.1",
11104 "zerocopy 0.8.18",
11105]
11106
11107[[package]]
11108name = "rand_hc"
11109version = "0.2.0"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11112dependencies = [
11113 "rand_core 0.5.1",
11114]
11115
11116[[package]]
11117name = "rangemap"
11118version = "1.5.1"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11121
11122[[package]]
11123name = "rav1e"
11124version = "0.7.1"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11127dependencies = [
11128 "arbitrary",
11129 "arg_enum_proc_macro",
11130 "arrayvec",
11131 "av1-grain",
11132 "bitstream-io",
11133 "built",
11134 "cfg-if",
11135 "interpolate_name",
11136 "itertools 0.12.1",
11137 "libc",
11138 "libfuzzer-sys",
11139 "log",
11140 "maybe-rayon",
11141 "new_debug_unreachable",
11142 "noop_proc_macro",
11143 "num-derive",
11144 "num-traits",
11145 "once_cell",
11146 "paste",
11147 "profiling",
11148 "rand 0.8.5",
11149 "rand_chacha 0.3.1",
11150 "simd_helpers",
11151 "system-deps",
11152 "thiserror 1.0.69",
11153 "v_frame",
11154 "wasm-bindgen",
11155]
11156
11157[[package]]
11158name = "ravif"
11159version = "0.11.11"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11162dependencies = [
11163 "avif-serialize",
11164 "imgref",
11165 "loop9",
11166 "quick-error",
11167 "rav1e",
11168 "rayon",
11169 "rgb",
11170]
11171
11172[[package]]
11173name = "raw-window-handle"
11174version = "0.6.2"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11177
11178[[package]]
11179name = "raw-window-metal"
11180version = "0.4.0"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11183dependencies = [
11184 "cocoa 0.25.0",
11185 "core-graphics 0.23.2",
11186 "objc",
11187 "raw-window-handle",
11188]
11189
11190[[package]]
11191name = "rayon"
11192version = "1.10.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11195dependencies = [
11196 "either",
11197 "rayon-core",
11198]
11199
11200[[package]]
11201name = "rayon-core"
11202version = "1.12.1"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11205dependencies = [
11206 "crossbeam-deque",
11207 "crossbeam-utils",
11208]
11209
11210[[package]]
11211name = "read-fonts"
11212version = "0.25.3"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11215dependencies = [
11216 "bytemuck",
11217 "font-types",
11218]
11219
11220[[package]]
11221name = "recent_projects"
11222version = "0.1.0"
11223dependencies = [
11224 "anyhow",
11225 "auto_update",
11226 "dap",
11227 "editor",
11228 "extension_host",
11229 "file_finder",
11230 "futures 0.3.31",
11231 "fuzzy",
11232 "gpui",
11233 "language",
11234 "log",
11235 "markdown",
11236 "menu",
11237 "ordered-float 2.10.1",
11238 "paths",
11239 "picker",
11240 "project",
11241 "release_channel",
11242 "remote",
11243 "schemars",
11244 "serde",
11245 "serde_json",
11246 "settings",
11247 "smol",
11248 "task",
11249 "telemetry",
11250 "theme",
11251 "ui",
11252 "util",
11253 "workspace",
11254 "zed_actions",
11255]
11256
11257[[package]]
11258name = "redox_syscall"
11259version = "0.2.16"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11262dependencies = [
11263 "bitflags 1.3.2",
11264]
11265
11266[[package]]
11267name = "redox_syscall"
11268version = "0.5.8"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11271dependencies = [
11272 "bitflags 2.8.0",
11273]
11274
11275[[package]]
11276name = "redox_users"
11277version = "0.4.6"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11280dependencies = [
11281 "getrandom 0.2.15",
11282 "libredox",
11283 "thiserror 1.0.69",
11284]
11285
11286[[package]]
11287name = "refineable"
11288version = "0.1.0"
11289dependencies = [
11290 "derive_refineable",
11291]
11292
11293[[package]]
11294name = "regalloc2"
11295version = "0.11.1"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11298dependencies = [
11299 "allocator-api2",
11300 "bumpalo",
11301 "hashbrown 0.15.2",
11302 "log",
11303 "rustc-hash 2.1.1",
11304 "smallvec",
11305]
11306
11307[[package]]
11308name = "regex"
11309version = "1.11.1"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11312dependencies = [
11313 "aho-corasick",
11314 "memchr",
11315 "regex-automata 0.4.9",
11316 "regex-syntax 0.8.5",
11317]
11318
11319[[package]]
11320name = "regex-automata"
11321version = "0.1.10"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11324dependencies = [
11325 "regex-syntax 0.6.29",
11326]
11327
11328[[package]]
11329name = "regex-automata"
11330version = "0.4.9"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11333dependencies = [
11334 "aho-corasick",
11335 "memchr",
11336 "regex-syntax 0.8.5",
11337]
11338
11339[[package]]
11340name = "regex-lite"
11341version = "0.1.6"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11344
11345[[package]]
11346name = "regex-syntax"
11347version = "0.6.29"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11350
11351[[package]]
11352name = "regex-syntax"
11353version = "0.8.5"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11356
11357[[package]]
11358name = "release_channel"
11359version = "0.1.0"
11360dependencies = [
11361 "gpui",
11362]
11363
11364[[package]]
11365name = "remote"
11366version = "0.1.0"
11367dependencies = [
11368 "anyhow",
11369 "askpass",
11370 "async-trait",
11371 "collections",
11372 "fs",
11373 "futures 0.3.31",
11374 "gpui",
11375 "itertools 0.14.0",
11376 "log",
11377 "parking_lot",
11378 "paths",
11379 "prost 0.9.0",
11380 "release_channel",
11381 "rpc",
11382 "schemars",
11383 "serde",
11384 "serde_json",
11385 "shlex",
11386 "smol",
11387 "tempfile",
11388 "thiserror 2.0.12",
11389 "urlencoding",
11390 "util",
11391]
11392
11393[[package]]
11394name = "remote_server"
11395version = "0.1.0"
11396dependencies = [
11397 "anyhow",
11398 "async-watch",
11399 "backtrace",
11400 "cargo_toml",
11401 "chrono",
11402 "clap",
11403 "client",
11404 "clock",
11405 "dap",
11406 "env_logger 0.11.7",
11407 "extension",
11408 "extension_host",
11409 "fork",
11410 "fs",
11411 "futures 0.3.31",
11412 "git",
11413 "git_hosting_providers",
11414 "gpui",
11415 "gpui_tokio",
11416 "http_client",
11417 "language",
11418 "language_extension",
11419 "languages",
11420 "libc",
11421 "log",
11422 "lsp",
11423 "node_runtime",
11424 "paths",
11425 "project",
11426 "proto",
11427 "release_channel",
11428 "remote",
11429 "reqwest_client",
11430 "rpc",
11431 "rust-embed",
11432 "serde",
11433 "serde_json",
11434 "settings",
11435 "shellexpand 2.1.2",
11436 "smol",
11437 "sysinfo",
11438 "telemetry_events",
11439 "toml 0.8.20",
11440 "unindent",
11441 "util",
11442 "worktree",
11443]
11444
11445[[package]]
11446name = "rend"
11447version = "0.4.2"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11450dependencies = [
11451 "bytecheck",
11452]
11453
11454[[package]]
11455name = "repl"
11456version = "0.1.0"
11457dependencies = [
11458 "alacritty_terminal",
11459 "anyhow",
11460 "async-dispatcher",
11461 "async-tungstenite",
11462 "base64 0.22.1",
11463 "client",
11464 "collections",
11465 "command_palette_hooks",
11466 "editor",
11467 "env_logger 0.11.7",
11468 "feature_flags",
11469 "file_icons",
11470 "futures 0.3.31",
11471 "gpui",
11472 "http_client",
11473 "image",
11474 "indoc",
11475 "jupyter-protocol",
11476 "jupyter-websocket-client",
11477 "language",
11478 "languages",
11479 "log",
11480 "markdown_preview",
11481 "menu",
11482 "multi_buffer",
11483 "nbformat",
11484 "picker",
11485 "project",
11486 "runtimelib",
11487 "schemars",
11488 "serde",
11489 "serde_json",
11490 "settings",
11491 "smol",
11492 "telemetry",
11493 "terminal",
11494 "terminal_view",
11495 "theme",
11496 "tree-sitter-md",
11497 "tree-sitter-python",
11498 "tree-sitter-typescript",
11499 "ui",
11500 "util",
11501 "uuid",
11502 "workspace",
11503]
11504
11505[[package]]
11506name = "reqwest"
11507version = "0.11.27"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11510dependencies = [
11511 "base64 0.21.7",
11512 "bytes 1.10.1",
11513 "encoding_rs",
11514 "futures-core",
11515 "futures-util",
11516 "h2 0.3.26",
11517 "http 0.2.12",
11518 "http-body 0.4.6",
11519 "hyper 0.14.32",
11520 "hyper-rustls 0.24.2",
11521 "hyper-tls",
11522 "ipnet",
11523 "js-sys",
11524 "log",
11525 "mime",
11526 "native-tls",
11527 "once_cell",
11528 "percent-encoding",
11529 "pin-project-lite",
11530 "rustls 0.21.12",
11531 "rustls-native-certs 0.6.3",
11532 "rustls-pemfile 1.0.4",
11533 "serde",
11534 "serde_json",
11535 "serde_urlencoded",
11536 "sync_wrapper 0.1.2",
11537 "system-configuration 0.5.1",
11538 "tokio",
11539 "tokio-native-tls",
11540 "tokio-rustls 0.24.1",
11541 "tower-service",
11542 "url",
11543 "wasm-bindgen",
11544 "wasm-bindgen-futures",
11545 "web-sys",
11546 "winreg 0.50.0",
11547]
11548
11549[[package]]
11550name = "reqwest"
11551version = "0.12.8"
11552source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11553dependencies = [
11554 "base64 0.22.1",
11555 "bytes 1.10.1",
11556 "encoding_rs",
11557 "futures-core",
11558 "futures-util",
11559 "h2 0.4.7",
11560 "http 1.2.0",
11561 "http-body 1.0.1",
11562 "http-body-util",
11563 "hyper 1.5.1",
11564 "hyper-rustls 0.27.3",
11565 "hyper-util",
11566 "ipnet",
11567 "js-sys",
11568 "log",
11569 "mime",
11570 "once_cell",
11571 "percent-encoding",
11572 "pin-project-lite",
11573 "quinn",
11574 "rustls 0.23.25",
11575 "rustls-native-certs 0.8.1",
11576 "rustls-pemfile 2.2.0",
11577 "rustls-pki-types",
11578 "serde",
11579 "serde_json",
11580 "serde_urlencoded",
11581 "sync_wrapper 1.0.2",
11582 "system-configuration 0.6.1",
11583 "tokio",
11584 "tokio-rustls 0.26.1",
11585 "tokio-socks",
11586 "tokio-util",
11587 "tower-service",
11588 "url",
11589 "wasm-bindgen",
11590 "wasm-bindgen-futures",
11591 "wasm-streams",
11592 "web-sys",
11593 "windows-registry",
11594]
11595
11596[[package]]
11597name = "reqwest_client"
11598version = "0.1.0"
11599dependencies = [
11600 "anyhow",
11601 "bytes 1.10.1",
11602 "futures 0.3.31",
11603 "gpui",
11604 "http_client",
11605 "http_client_tls",
11606 "log",
11607 "regex",
11608 "reqwest 0.12.8",
11609 "serde",
11610 "smol",
11611 "tokio",
11612]
11613
11614[[package]]
11615name = "resvg"
11616version = "0.45.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11619dependencies = [
11620 "log",
11621 "pico-args",
11622 "rgb",
11623 "svgtypes",
11624 "tiny-skia",
11625 "usvg",
11626]
11627
11628[[package]]
11629name = "rfc6979"
11630version = "0.3.1"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11633dependencies = [
11634 "crypto-bigint 0.4.9",
11635 "hmac",
11636 "zeroize",
11637]
11638
11639[[package]]
11640name = "rgb"
11641version = "0.8.50"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11644dependencies = [
11645 "bytemuck",
11646]
11647
11648[[package]]
11649name = "rich_text"
11650version = "0.1.0"
11651dependencies = [
11652 "futures 0.3.31",
11653 "gpui",
11654 "language",
11655 "linkify",
11656 "pulldown-cmark 0.12.2",
11657 "theme",
11658 "ui",
11659 "util",
11660]
11661
11662[[package]]
11663name = "ring"
11664version = "0.17.8"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11667dependencies = [
11668 "cc",
11669 "cfg-if",
11670 "getrandom 0.2.15",
11671 "libc",
11672 "spin",
11673 "untrusted",
11674 "windows-sys 0.52.0",
11675]
11676
11677[[package]]
11678name = "rkyv"
11679version = "0.7.45"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11682dependencies = [
11683 "bitvec",
11684 "bytecheck",
11685 "bytes 1.10.1",
11686 "hashbrown 0.12.3",
11687 "ptr_meta",
11688 "rend",
11689 "rkyv_derive",
11690 "seahash",
11691 "tinyvec",
11692 "uuid",
11693]
11694
11695[[package]]
11696name = "rkyv_derive"
11697version = "0.7.45"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11700dependencies = [
11701 "proc-macro2",
11702 "quote",
11703 "syn 1.0.109",
11704]
11705
11706[[package]]
11707name = "rmp"
11708version = "0.8.14"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11711dependencies = [
11712 "byteorder",
11713 "num-traits",
11714 "paste",
11715]
11716
11717[[package]]
11718name = "rmpv"
11719version = "1.3.0"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11722dependencies = [
11723 "num-traits",
11724 "rmp",
11725]
11726
11727[[package]]
11728name = "rodio"
11729version = "0.20.1"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11732dependencies = [
11733 "cpal",
11734 "hound",
11735]
11736
11737[[package]]
11738name = "rope"
11739version = "0.1.0"
11740dependencies = [
11741 "arrayvec",
11742 "criterion",
11743 "ctor",
11744 "env_logger 0.11.7",
11745 "gpui",
11746 "log",
11747 "rand 0.8.5",
11748 "rayon",
11749 "smallvec",
11750 "sum_tree",
11751 "unicode-segmentation",
11752 "util",
11753]
11754
11755[[package]]
11756name = "roxmltree"
11757version = "0.20.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11760
11761[[package]]
11762name = "rpc"
11763version = "0.1.0"
11764dependencies = [
11765 "anyhow",
11766 "async-tungstenite",
11767 "base64 0.22.1",
11768 "chrono",
11769 "collections",
11770 "env_logger 0.11.7",
11771 "futures 0.3.31",
11772 "gpui",
11773 "parking_lot",
11774 "proto",
11775 "rand 0.8.5",
11776 "rsa",
11777 "serde",
11778 "serde_json",
11779 "sha2",
11780 "strum",
11781 "tracing",
11782 "util",
11783 "zstd",
11784]
11785
11786[[package]]
11787name = "rsa"
11788version = "0.9.8"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11791dependencies = [
11792 "const-oid",
11793 "digest",
11794 "num-bigint-dig",
11795 "num-integer",
11796 "num-traits",
11797 "pkcs1",
11798 "pkcs8 0.10.2",
11799 "rand_core 0.6.4",
11800 "signature 2.2.0",
11801 "spki 0.7.3",
11802 "subtle",
11803 "zeroize",
11804]
11805
11806[[package]]
11807name = "runtimelib"
11808version = "0.25.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11811dependencies = [
11812 "anyhow",
11813 "async-dispatcher",
11814 "async-std",
11815 "base64 0.22.1",
11816 "bytes 1.10.1",
11817 "chrono",
11818 "data-encoding",
11819 "dirs 5.0.1",
11820 "futures 0.3.31",
11821 "glob",
11822 "jupyter-protocol",
11823 "ring",
11824 "serde",
11825 "serde_json",
11826 "shellexpand 3.1.0",
11827 "smol",
11828 "uuid",
11829 "zeromq",
11830]
11831
11832[[package]]
11833name = "rust-embed"
11834version = "8.5.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11837dependencies = [
11838 "rust-embed-impl",
11839 "rust-embed-utils",
11840 "walkdir",
11841]
11842
11843[[package]]
11844name = "rust-embed-impl"
11845version = "8.5.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11848dependencies = [
11849 "proc-macro2",
11850 "quote",
11851 "rust-embed-utils",
11852 "syn 2.0.100",
11853 "walkdir",
11854]
11855
11856[[package]]
11857name = "rust-embed-utils"
11858version = "8.5.0"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11861dependencies = [
11862 "globset",
11863 "sha2",
11864 "walkdir",
11865]
11866
11867[[package]]
11868name = "rust_decimal"
11869version = "1.36.0"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11872dependencies = [
11873 "arrayvec",
11874 "borsh",
11875 "bytes 1.10.1",
11876 "num-traits",
11877 "rand 0.8.5",
11878 "rkyv",
11879 "serde",
11880 "serde_json",
11881]
11882
11883[[package]]
11884name = "rustc-demangle"
11885version = "0.1.24"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11888
11889[[package]]
11890name = "rustc-hash"
11891version = "1.1.0"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11894
11895[[package]]
11896name = "rustc-hash"
11897version = "2.1.1"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11900
11901[[package]]
11902name = "rustc_version"
11903version = "0.4.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11906dependencies = [
11907 "semver",
11908]
11909
11910[[package]]
11911name = "rustix"
11912version = "0.38.42"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11915dependencies = [
11916 "bitflags 2.8.0",
11917 "errno 0.3.10",
11918 "itoa",
11919 "libc",
11920 "linux-raw-sys",
11921 "once_cell",
11922 "windows-sys 0.52.0",
11923]
11924
11925[[package]]
11926name = "rustix-openpty"
11927version = "0.1.1"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11930dependencies = [
11931 "errno 0.3.10",
11932 "libc",
11933 "rustix",
11934]
11935
11936[[package]]
11937name = "rustls"
11938version = "0.21.12"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11941dependencies = [
11942 "log",
11943 "ring",
11944 "rustls-webpki 0.101.7",
11945 "sct",
11946]
11947
11948[[package]]
11949name = "rustls"
11950version = "0.23.25"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11953dependencies = [
11954 "aws-lc-rs",
11955 "log",
11956 "once_cell",
11957 "ring",
11958 "rustls-pki-types",
11959 "rustls-webpki 0.103.0",
11960 "subtle",
11961 "zeroize",
11962]
11963
11964[[package]]
11965name = "rustls-native-certs"
11966version = "0.6.3"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11969dependencies = [
11970 "openssl-probe",
11971 "rustls-pemfile 1.0.4",
11972 "schannel",
11973 "security-framework 2.11.1",
11974]
11975
11976[[package]]
11977name = "rustls-native-certs"
11978version = "0.8.1"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11981dependencies = [
11982 "openssl-probe",
11983 "rustls-pki-types",
11984 "schannel",
11985 "security-framework 3.0.1",
11986]
11987
11988[[package]]
11989name = "rustls-pemfile"
11990version = "1.0.4"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11993dependencies = [
11994 "base64 0.21.7",
11995]
11996
11997[[package]]
11998name = "rustls-pemfile"
11999version = "2.2.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12002dependencies = [
12003 "rustls-pki-types",
12004]
12005
12006[[package]]
12007name = "rustls-pki-types"
12008version = "1.11.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12011dependencies = [
12012 "web-time",
12013]
12014
12015[[package]]
12016name = "rustls-platform-verifier"
12017version = "0.5.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12020dependencies = [
12021 "core-foundation 0.10.0",
12022 "core-foundation-sys",
12023 "jni",
12024 "log",
12025 "once_cell",
12026 "rustls 0.23.25",
12027 "rustls-native-certs 0.8.1",
12028 "rustls-platform-verifier-android",
12029 "rustls-webpki 0.103.0",
12030 "security-framework 3.0.1",
12031 "security-framework-sys",
12032 "webpki-root-certs",
12033 "windows-sys 0.52.0",
12034]
12035
12036[[package]]
12037name = "rustls-platform-verifier-android"
12038version = "0.1.1"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12041
12042[[package]]
12043name = "rustls-webpki"
12044version = "0.101.7"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12047dependencies = [
12048 "ring",
12049 "untrusted",
12050]
12051
12052[[package]]
12053name = "rustls-webpki"
12054version = "0.103.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12057dependencies = [
12058 "aws-lc-rs",
12059 "ring",
12060 "rustls-pki-types",
12061 "untrusted",
12062]
12063
12064[[package]]
12065name = "rustversion"
12066version = "1.0.18"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12069
12070[[package]]
12071name = "rustybuzz"
12072version = "0.14.1"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12075dependencies = [
12076 "bitflags 2.8.0",
12077 "bytemuck",
12078 "libm",
12079 "smallvec",
12080 "ttf-parser 0.21.1",
12081 "unicode-bidi-mirroring 0.2.0",
12082 "unicode-ccc 0.2.0",
12083 "unicode-properties",
12084 "unicode-script",
12085]
12086
12087[[package]]
12088name = "rustybuzz"
12089version = "0.20.1"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12092dependencies = [
12093 "bitflags 2.8.0",
12094 "bytemuck",
12095 "core_maths",
12096 "log",
12097 "smallvec",
12098 "ttf-parser 0.25.1",
12099 "unicode-bidi-mirroring 0.4.0",
12100 "unicode-ccc 0.4.0",
12101 "unicode-properties",
12102 "unicode-script",
12103]
12104
12105[[package]]
12106name = "ryu"
12107version = "1.0.18"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12110
12111[[package]]
12112name = "salsa20"
12113version = "0.10.2"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12116dependencies = [
12117 "cipher",
12118]
12119
12120[[package]]
12121name = "same-file"
12122version = "1.0.6"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12125dependencies = [
12126 "winapi-util",
12127]
12128
12129[[package]]
12130name = "schannel"
12131version = "0.1.27"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12134dependencies = [
12135 "windows-sys 0.59.0",
12136]
12137
12138[[package]]
12139name = "schema_generator"
12140version = "0.1.0"
12141dependencies = [
12142 "anyhow",
12143 "clap",
12144 "env_logger 0.11.7",
12145 "schemars",
12146 "serde",
12147 "serde_json",
12148 "theme",
12149]
12150
12151[[package]]
12152name = "schemars"
12153version = "0.8.22"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12156dependencies = [
12157 "dyn-clone",
12158 "indexmap",
12159 "schemars_derive",
12160 "serde",
12161 "serde_json",
12162]
12163
12164[[package]]
12165name = "schemars_derive"
12166version = "0.8.22"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12169dependencies = [
12170 "proc-macro2",
12171 "quote",
12172 "serde_derive_internals",
12173 "syn 2.0.100",
12174]
12175
12176[[package]]
12177name = "scoped-tls"
12178version = "1.0.1"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12181
12182[[package]]
12183name = "scopeguard"
12184version = "1.2.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12187
12188[[package]]
12189name = "scratch"
12190version = "1.0.8"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
12193
12194[[package]]
12195name = "scrypt"
12196version = "0.11.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12199dependencies = [
12200 "password-hash 0.5.0",
12201 "pbkdf2 0.12.2",
12202 "salsa20",
12203 "sha2",
12204]
12205
12206[[package]]
12207name = "sct"
12208version = "0.7.1"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12211dependencies = [
12212 "ring",
12213 "untrusted",
12214]
12215
12216[[package]]
12217name = "sea-bae"
12218version = "0.2.1"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12221dependencies = [
12222 "heck 0.4.1",
12223 "proc-macro-error2",
12224 "proc-macro2",
12225 "quote",
12226 "syn 2.0.100",
12227]
12228
12229[[package]]
12230name = "sea-orm"
12231version = "1.1.7"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12234dependencies = [
12235 "async-stream",
12236 "async-trait",
12237 "bigdecimal",
12238 "chrono",
12239 "futures-util",
12240 "log",
12241 "ouroboros",
12242 "pgvector",
12243 "rust_decimal",
12244 "sea-orm-macros",
12245 "sea-query",
12246 "sea-query-binder",
12247 "serde",
12248 "serde_json",
12249 "sqlx",
12250 "strum",
12251 "thiserror 1.0.69",
12252 "time",
12253 "tracing",
12254 "url",
12255 "uuid",
12256]
12257
12258[[package]]
12259name = "sea-orm-macros"
12260version = "1.1.7"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12263dependencies = [
12264 "heck 0.4.1",
12265 "proc-macro2",
12266 "quote",
12267 "sea-bae",
12268 "syn 2.0.100",
12269 "unicode-ident",
12270]
12271
12272[[package]]
12273name = "sea-query"
12274version = "0.32.1"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12277dependencies = [
12278 "bigdecimal",
12279 "chrono",
12280 "inherent",
12281 "ordered-float 3.9.2",
12282 "rust_decimal",
12283 "serde_json",
12284 "time",
12285 "uuid",
12286]
12287
12288[[package]]
12289name = "sea-query-binder"
12290version = "0.7.0"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12293dependencies = [
12294 "bigdecimal",
12295 "chrono",
12296 "rust_decimal",
12297 "sea-query",
12298 "serde_json",
12299 "sqlx",
12300 "time",
12301 "uuid",
12302]
12303
12304[[package]]
12305name = "seahash"
12306version = "4.1.0"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12309
12310[[package]]
12311name = "search"
12312version = "0.1.0"
12313dependencies = [
12314 "any_vec",
12315 "anyhow",
12316 "bitflags 2.8.0",
12317 "client",
12318 "collections",
12319 "editor",
12320 "futures 0.3.31",
12321 "gpui",
12322 "language",
12323 "menu",
12324 "project",
12325 "schemars",
12326 "serde",
12327 "serde_json",
12328 "settings",
12329 "smol",
12330 "theme",
12331 "ui",
12332 "unindent",
12333 "util",
12334 "workspace",
12335 "zed_actions",
12336]
12337
12338[[package]]
12339name = "sec1"
12340version = "0.3.0"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12343dependencies = [
12344 "base16ct",
12345 "der 0.6.1",
12346 "generic-array",
12347 "pkcs8 0.9.0",
12348 "subtle",
12349 "zeroize",
12350]
12351
12352[[package]]
12353name = "security-framework"
12354version = "2.11.1"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12357dependencies = [
12358 "bitflags 2.8.0",
12359 "core-foundation 0.9.4",
12360 "core-foundation-sys",
12361 "libc",
12362 "security-framework-sys",
12363]
12364
12365[[package]]
12366name = "security-framework"
12367version = "3.0.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12370dependencies = [
12371 "bitflags 2.8.0",
12372 "core-foundation 0.10.0",
12373 "core-foundation-sys",
12374 "libc",
12375 "security-framework-sys",
12376]
12377
12378[[package]]
12379name = "security-framework-sys"
12380version = "2.12.1"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12383dependencies = [
12384 "core-foundation-sys",
12385 "libc",
12386]
12387
12388[[package]]
12389name = "self_cell"
12390version = "1.1.0"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12393
12394[[package]]
12395name = "semantic_index"
12396version = "0.1.0"
12397dependencies = [
12398 "anyhow",
12399 "arrayvec",
12400 "blake3",
12401 "client",
12402 "clock",
12403 "collections",
12404 "env_logger 0.11.7",
12405 "feature_flags",
12406 "fs",
12407 "futures 0.3.31",
12408 "futures-batch",
12409 "gpui",
12410 "heed",
12411 "http_client",
12412 "language",
12413 "language_model",
12414 "languages",
12415 "log",
12416 "open_ai",
12417 "parking_lot",
12418 "project",
12419 "reqwest_client",
12420 "serde",
12421 "serde_json",
12422 "settings",
12423 "sha2",
12424 "smol",
12425 "streaming-iterator",
12426 "tempfile",
12427 "theme",
12428 "tree-sitter",
12429 "ui",
12430 "unindent",
12431 "util",
12432 "workspace",
12433 "worktree",
12434]
12435
12436[[package]]
12437name = "semantic_version"
12438version = "0.1.0"
12439dependencies = [
12440 "anyhow",
12441 "serde",
12442]
12443
12444[[package]]
12445name = "semver"
12446version = "1.0.26"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12449dependencies = [
12450 "serde",
12451]
12452
12453[[package]]
12454name = "serde"
12455version = "1.0.219"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12458dependencies = [
12459 "serde_derive",
12460]
12461
12462[[package]]
12463name = "serde_derive"
12464version = "1.0.219"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12467dependencies = [
12468 "proc-macro2",
12469 "quote",
12470 "syn 2.0.100",
12471]
12472
12473[[package]]
12474name = "serde_derive_internals"
12475version = "0.29.1"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12478dependencies = [
12479 "proc-macro2",
12480 "quote",
12481 "syn 2.0.100",
12482]
12483
12484[[package]]
12485name = "serde_fmt"
12486version = "1.0.3"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12489dependencies = [
12490 "serde",
12491]
12492
12493[[package]]
12494name = "serde_json"
12495version = "1.0.140"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12498dependencies = [
12499 "indexmap",
12500 "itoa",
12501 "memchr",
12502 "ryu",
12503 "serde",
12504]
12505
12506[[package]]
12507name = "serde_json_lenient"
12508version = "0.2.4"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12511dependencies = [
12512 "indexmap",
12513 "itoa",
12514 "memchr",
12515 "ryu",
12516 "serde",
12517]
12518
12519[[package]]
12520name = "serde_path_to_error"
12521version = "0.1.16"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12524dependencies = [
12525 "itoa",
12526 "serde",
12527]
12528
12529[[package]]
12530name = "serde_qs"
12531version = "0.8.5"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12534dependencies = [
12535 "percent-encoding",
12536 "serde",
12537 "thiserror 1.0.69",
12538]
12539
12540[[package]]
12541name = "serde_qs"
12542version = "0.10.1"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12545dependencies = [
12546 "percent-encoding",
12547 "serde",
12548 "thiserror 1.0.69",
12549]
12550
12551[[package]]
12552name = "serde_repr"
12553version = "0.1.20"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12556dependencies = [
12557 "proc-macro2",
12558 "quote",
12559 "syn 2.0.100",
12560]
12561
12562[[package]]
12563name = "serde_spanned"
12564version = "0.6.8"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12567dependencies = [
12568 "serde",
12569]
12570
12571[[package]]
12572name = "serde_urlencoded"
12573version = "0.7.1"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12576dependencies = [
12577 "form_urlencoded",
12578 "itoa",
12579 "ryu",
12580 "serde",
12581]
12582
12583[[package]]
12584name = "session"
12585version = "0.1.0"
12586dependencies = [
12587 "db",
12588 "gpui",
12589 "serde_json",
12590 "util",
12591 "uuid",
12592]
12593
12594[[package]]
12595name = "settings"
12596version = "0.1.0"
12597dependencies = [
12598 "anyhow",
12599 "collections",
12600 "ec4rs",
12601 "fs",
12602 "futures 0.3.31",
12603 "gpui",
12604 "indoc",
12605 "inventory",
12606 "log",
12607 "paths",
12608 "pretty_assertions",
12609 "release_channel",
12610 "rust-embed",
12611 "schemars",
12612 "serde",
12613 "serde_derive",
12614 "serde_json",
12615 "serde_json_lenient",
12616 "smallvec",
12617 "streaming-iterator",
12618 "tree-sitter",
12619 "tree-sitter-json",
12620 "unindent",
12621 "util",
12622]
12623
12624[[package]]
12625name = "settings_ui"
12626version = "0.1.0"
12627dependencies = [
12628 "command_palette_hooks",
12629 "editor",
12630 "feature_flags",
12631 "gpui",
12632 "settings",
12633 "theme",
12634 "ui",
12635 "workspace",
12636]
12637
12638[[package]]
12639name = "sha1"
12640version = "0.10.6"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12643dependencies = [
12644 "cfg-if",
12645 "cpufeatures",
12646 "digest",
12647]
12648
12649[[package]]
12650name = "sha1_smol"
12651version = "1.0.1"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12654
12655[[package]]
12656name = "sha2"
12657version = "0.10.8"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12660dependencies = [
12661 "cfg-if",
12662 "cpufeatures",
12663 "digest",
12664]
12665
12666[[package]]
12667name = "sharded-slab"
12668version = "0.1.7"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12671dependencies = [
12672 "lazy_static",
12673]
12674
12675[[package]]
12676name = "shell-words"
12677version = "1.1.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12680
12681[[package]]
12682name = "shellexpand"
12683version = "2.1.2"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12686dependencies = [
12687 "dirs 4.0.0",
12688]
12689
12690[[package]]
12691name = "shellexpand"
12692version = "3.1.0"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12695dependencies = [
12696 "dirs 5.0.1",
12697]
12698
12699[[package]]
12700name = "shlex"
12701version = "1.3.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12704
12705[[package]]
12706name = "signal-hook"
12707version = "0.3.17"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12710dependencies = [
12711 "libc",
12712 "signal-hook-registry",
12713]
12714
12715[[package]]
12716name = "signal-hook-registry"
12717version = "1.4.2"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12720dependencies = [
12721 "libc",
12722]
12723
12724[[package]]
12725name = "signature"
12726version = "1.6.4"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12729dependencies = [
12730 "digest",
12731 "rand_core 0.6.4",
12732]
12733
12734[[package]]
12735name = "signature"
12736version = "2.2.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12739dependencies = [
12740 "digest",
12741 "rand_core 0.6.4",
12742]
12743
12744[[package]]
12745name = "simd-adler32"
12746version = "0.3.7"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12749
12750[[package]]
12751name = "simd_helpers"
12752version = "0.1.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12755dependencies = [
12756 "quote",
12757]
12758
12759[[package]]
12760name = "simdutf8"
12761version = "0.1.5"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12764
12765[[package]]
12766name = "simple_asn1"
12767version = "0.6.2"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12770dependencies = [
12771 "num-bigint",
12772 "num-traits",
12773 "thiserror 1.0.69",
12774 "time",
12775]
12776
12777[[package]]
12778name = "simplecss"
12779version = "0.2.1"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12782dependencies = [
12783 "log",
12784]
12785
12786[[package]]
12787name = "simplelog"
12788version = "0.12.2"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12791dependencies = [
12792 "log",
12793 "termcolor",
12794 "time",
12795]
12796
12797[[package]]
12798name = "siphasher"
12799version = "0.3.11"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12802
12803[[package]]
12804name = "siphasher"
12805version = "1.0.1"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12808
12809[[package]]
12810name = "skrifa"
12811version = "0.26.6"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12814dependencies = [
12815 "bytemuck",
12816 "read-fonts",
12817]
12818
12819[[package]]
12820name = "slab"
12821version = "0.4.9"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12824dependencies = [
12825 "autocfg",
12826]
12827
12828[[package]]
12829name = "slash_commands_example"
12830version = "0.1.0"
12831dependencies = [
12832 "zed_extension_api 0.1.0",
12833]
12834
12835[[package]]
12836name = "slotmap"
12837version = "1.0.7"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12840dependencies = [
12841 "version_check",
12842]
12843
12844[[package]]
12845name = "smallvec"
12846version = "1.14.0"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12849dependencies = [
12850 "serde",
12851]
12852
12853[[package]]
12854name = "smart-default"
12855version = "0.6.0"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12858dependencies = [
12859 "proc-macro2",
12860 "quote",
12861 "syn 1.0.109",
12862]
12863
12864[[package]]
12865name = "smol"
12866version = "2.0.2"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12869dependencies = [
12870 "async-channel 2.3.1",
12871 "async-executor",
12872 "async-fs",
12873 "async-io",
12874 "async-lock",
12875 "async-net",
12876 "async-process",
12877 "blocking",
12878 "futures-lite 2.6.0",
12879]
12880
12881[[package]]
12882name = "smol_str"
12883version = "0.1.24"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12886dependencies = [
12887 "serde",
12888]
12889
12890[[package]]
12891name = "smol_str"
12892version = "0.2.2"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12895
12896[[package]]
12897name = "snippet"
12898version = "0.1.0"
12899dependencies = [
12900 "anyhow",
12901 "smallvec",
12902]
12903
12904[[package]]
12905name = "snippet_provider"
12906version = "0.1.0"
12907dependencies = [
12908 "anyhow",
12909 "collections",
12910 "extension",
12911 "fs",
12912 "futures 0.3.31",
12913 "gpui",
12914 "parking_lot",
12915 "paths",
12916 "schemars",
12917 "serde",
12918 "serde_json_lenient",
12919 "snippet",
12920 "util",
12921]
12922
12923[[package]]
12924name = "snippets_ui"
12925version = "0.1.0"
12926dependencies = [
12927 "fuzzy",
12928 "gpui",
12929 "language",
12930 "paths",
12931 "picker",
12932 "ui",
12933 "util",
12934 "workspace",
12935]
12936
12937[[package]]
12938name = "socket2"
12939version = "0.5.8"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12942dependencies = [
12943 "libc",
12944 "windows-sys 0.52.0",
12945]
12946
12947[[package]]
12948name = "spdx"
12949version = "0.10.7"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12952dependencies = [
12953 "smallvec",
12954]
12955
12956[[package]]
12957name = "spin"
12958version = "0.9.8"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12961dependencies = [
12962 "lock_api",
12963]
12964
12965[[package]]
12966name = "spirv"
12967version = "0.3.0+sdk-1.3.268.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12970dependencies = [
12971 "bitflags 2.8.0",
12972]
12973
12974[[package]]
12975name = "spki"
12976version = "0.6.0"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12979dependencies = [
12980 "base64ct",
12981 "der 0.6.1",
12982]
12983
12984[[package]]
12985name = "spki"
12986version = "0.7.3"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12989dependencies = [
12990 "base64ct",
12991 "der 0.7.9",
12992]
12993
12994[[package]]
12995name = "sptr"
12996version = "0.3.2"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12999
13000[[package]]
13001name = "sqlez"
13002version = "0.1.0"
13003dependencies = [
13004 "anyhow",
13005 "collections",
13006 "futures 0.3.31",
13007 "indoc",
13008 "libsqlite3-sys",
13009 "parking_lot",
13010 "smol",
13011 "sqlformat",
13012 "thread_local",
13013 "util",
13014 "uuid",
13015]
13016
13017[[package]]
13018name = "sqlez_macros"
13019version = "0.1.0"
13020dependencies = [
13021 "sqlez",
13022 "sqlformat",
13023 "syn 1.0.109",
13024]
13025
13026[[package]]
13027name = "sqlformat"
13028version = "0.2.6"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13031dependencies = [
13032 "nom",
13033 "unicode_categories",
13034]
13035
13036[[package]]
13037name = "sqlx"
13038version = "0.8.3"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13041dependencies = [
13042 "sqlx-core",
13043 "sqlx-macros",
13044 "sqlx-mysql",
13045 "sqlx-postgres",
13046 "sqlx-sqlite",
13047]
13048
13049[[package]]
13050name = "sqlx-core"
13051version = "0.8.3"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13054dependencies = [
13055 "bigdecimal",
13056 "bytes 1.10.1",
13057 "chrono",
13058 "crc",
13059 "crossbeam-queue",
13060 "either",
13061 "event-listener 5.3.1",
13062 "futures-core",
13063 "futures-intrusive",
13064 "futures-io",
13065 "futures-util",
13066 "hashbrown 0.15.2",
13067 "hashlink 0.10.0",
13068 "indexmap",
13069 "log",
13070 "memchr",
13071 "once_cell",
13072 "percent-encoding",
13073 "rust_decimal",
13074 "rustls 0.23.25",
13075 "rustls-pemfile 2.2.0",
13076 "serde",
13077 "serde_json",
13078 "sha2",
13079 "smallvec",
13080 "thiserror 2.0.12",
13081 "time",
13082 "tokio",
13083 "tokio-stream",
13084 "tracing",
13085 "url",
13086 "uuid",
13087 "webpki-roots",
13088]
13089
13090[[package]]
13091name = "sqlx-macros"
13092version = "0.8.3"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13095dependencies = [
13096 "proc-macro2",
13097 "quote",
13098 "sqlx-core",
13099 "sqlx-macros-core",
13100 "syn 2.0.100",
13101]
13102
13103[[package]]
13104name = "sqlx-macros-core"
13105version = "0.8.3"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13108dependencies = [
13109 "dotenvy",
13110 "either",
13111 "heck 0.5.0",
13112 "hex",
13113 "once_cell",
13114 "proc-macro2",
13115 "quote",
13116 "serde",
13117 "serde_json",
13118 "sha2",
13119 "sqlx-core",
13120 "sqlx-mysql",
13121 "sqlx-postgres",
13122 "sqlx-sqlite",
13123 "syn 2.0.100",
13124 "tempfile",
13125 "tokio",
13126 "url",
13127]
13128
13129[[package]]
13130name = "sqlx-mysql"
13131version = "0.8.3"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13134dependencies = [
13135 "atoi",
13136 "base64 0.22.1",
13137 "bigdecimal",
13138 "bitflags 2.8.0",
13139 "byteorder",
13140 "bytes 1.10.1",
13141 "chrono",
13142 "crc",
13143 "digest",
13144 "dotenvy",
13145 "either",
13146 "futures-channel",
13147 "futures-core",
13148 "futures-io",
13149 "futures-util",
13150 "generic-array",
13151 "hex",
13152 "hkdf",
13153 "hmac",
13154 "itoa",
13155 "log",
13156 "md-5",
13157 "memchr",
13158 "once_cell",
13159 "percent-encoding",
13160 "rand 0.8.5",
13161 "rsa",
13162 "rust_decimal",
13163 "serde",
13164 "sha1",
13165 "sha2",
13166 "smallvec",
13167 "sqlx-core",
13168 "stringprep",
13169 "thiserror 2.0.12",
13170 "time",
13171 "tracing",
13172 "uuid",
13173 "whoami",
13174]
13175
13176[[package]]
13177name = "sqlx-postgres"
13178version = "0.8.3"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13181dependencies = [
13182 "atoi",
13183 "base64 0.22.1",
13184 "bigdecimal",
13185 "bitflags 2.8.0",
13186 "byteorder",
13187 "chrono",
13188 "crc",
13189 "dotenvy",
13190 "etcetera",
13191 "futures-channel",
13192 "futures-core",
13193 "futures-util",
13194 "hex",
13195 "hkdf",
13196 "hmac",
13197 "home",
13198 "itoa",
13199 "log",
13200 "md-5",
13201 "memchr",
13202 "num-bigint",
13203 "once_cell",
13204 "rand 0.8.5",
13205 "rust_decimal",
13206 "serde",
13207 "serde_json",
13208 "sha2",
13209 "smallvec",
13210 "sqlx-core",
13211 "stringprep",
13212 "thiserror 2.0.12",
13213 "time",
13214 "tracing",
13215 "uuid",
13216 "whoami",
13217]
13218
13219[[package]]
13220name = "sqlx-sqlite"
13221version = "0.8.3"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13224dependencies = [
13225 "atoi",
13226 "chrono",
13227 "flume",
13228 "futures-channel",
13229 "futures-core",
13230 "futures-executor",
13231 "futures-intrusive",
13232 "futures-util",
13233 "libsqlite3-sys",
13234 "log",
13235 "percent-encoding",
13236 "serde",
13237 "serde_urlencoded",
13238 "sqlx-core",
13239 "time",
13240 "tracing",
13241 "url",
13242 "uuid",
13243]
13244
13245[[package]]
13246name = "stable_deref_trait"
13247version = "1.2.0"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13250
13251[[package]]
13252name = "static_assertions"
13253version = "1.1.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13256
13257[[package]]
13258name = "story"
13259version = "0.1.0"
13260dependencies = [
13261 "gpui",
13262 "itertools 0.14.0",
13263 "smallvec",
13264]
13265
13266[[package]]
13267name = "storybook"
13268version = "0.1.0"
13269dependencies = [
13270 "anyhow",
13271 "clap",
13272 "collab_ui",
13273 "ctrlc",
13274 "dialoguer",
13275 "editor",
13276 "fuzzy",
13277 "gpui",
13278 "indoc",
13279 "language",
13280 "log",
13281 "menu",
13282 "picker",
13283 "project",
13284 "reqwest_client",
13285 "rust-embed",
13286 "settings",
13287 "simplelog",
13288 "story",
13289 "strum",
13290 "theme",
13291 "title_bar",
13292 "ui",
13293 "workspace",
13294]
13295
13296[[package]]
13297name = "streaming-iterator"
13298version = "0.1.9"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13301
13302[[package]]
13303name = "streaming_diff"
13304version = "0.1.0"
13305dependencies = [
13306 "ordered-float 2.10.1",
13307 "rand 0.8.5",
13308 "rope",
13309 "util",
13310]
13311
13312[[package]]
13313name = "strict-num"
13314version = "0.1.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13317dependencies = [
13318 "float-cmp",
13319]
13320
13321[[package]]
13322name = "string_cache"
13323version = "0.8.7"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13326dependencies = [
13327 "new_debug_unreachable",
13328 "once_cell",
13329 "parking_lot",
13330 "phf_shared 0.10.0",
13331 "precomputed-hash",
13332 "serde",
13333]
13334
13335[[package]]
13336name = "string_cache_codegen"
13337version = "0.5.2"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13340dependencies = [
13341 "phf_generator 0.10.0",
13342 "phf_shared 0.10.0",
13343 "proc-macro2",
13344 "quote",
13345]
13346
13347[[package]]
13348name = "stringprep"
13349version = "0.1.5"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13352dependencies = [
13353 "unicode-bidi",
13354 "unicode-normalization",
13355 "unicode-properties",
13356]
13357
13358[[package]]
13359name = "strsim"
13360version = "0.11.1"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13363
13364[[package]]
13365name = "strum"
13366version = "0.26.3"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13369dependencies = [
13370 "strum_macros",
13371]
13372
13373[[package]]
13374name = "strum_macros"
13375version = "0.26.4"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13378dependencies = [
13379 "heck 0.5.0",
13380 "proc-macro2",
13381 "quote",
13382 "rustversion",
13383 "syn 2.0.100",
13384]
13385
13386[[package]]
13387name = "subtle"
13388version = "2.6.1"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13391
13392[[package]]
13393name = "sum_tree"
13394version = "0.1.0"
13395dependencies = [
13396 "arrayvec",
13397 "ctor",
13398 "env_logger 0.11.7",
13399 "log",
13400 "rand 0.8.5",
13401 "rayon",
13402]
13403
13404[[package]]
13405name = "supermaven"
13406version = "0.1.0"
13407dependencies = [
13408 "anyhow",
13409 "client",
13410 "collections",
13411 "editor",
13412 "env_logger 0.11.7",
13413 "futures 0.3.31",
13414 "gpui",
13415 "http_client",
13416 "inline_completion",
13417 "language",
13418 "log",
13419 "postage",
13420 "project",
13421 "serde",
13422 "serde_json",
13423 "settings",
13424 "smol",
13425 "supermaven_api",
13426 "text",
13427 "theme",
13428 "ui",
13429 "unicode-segmentation",
13430 "util",
13431]
13432
13433[[package]]
13434name = "supermaven_api"
13435version = "0.1.0"
13436dependencies = [
13437 "anyhow",
13438 "futures 0.3.31",
13439 "http_client",
13440 "paths",
13441 "serde",
13442 "serde_json",
13443 "smol",
13444]
13445
13446[[package]]
13447name = "sval"
13448version = "2.13.2"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13451
13452[[package]]
13453name = "sval_buffer"
13454version = "2.13.2"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13457dependencies = [
13458 "sval",
13459 "sval_ref",
13460]
13461
13462[[package]]
13463name = "sval_dynamic"
13464version = "2.13.2"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13467dependencies = [
13468 "sval",
13469]
13470
13471[[package]]
13472name = "sval_fmt"
13473version = "2.13.2"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13476dependencies = [
13477 "itoa",
13478 "ryu",
13479 "sval",
13480]
13481
13482[[package]]
13483name = "sval_json"
13484version = "2.13.2"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13487dependencies = [
13488 "itoa",
13489 "ryu",
13490 "sval",
13491]
13492
13493[[package]]
13494name = "sval_nested"
13495version = "2.13.2"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13498dependencies = [
13499 "sval",
13500 "sval_buffer",
13501 "sval_ref",
13502]
13503
13504[[package]]
13505name = "sval_ref"
13506version = "2.13.2"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13509dependencies = [
13510 "sval",
13511]
13512
13513[[package]]
13514name = "sval_serde"
13515version = "2.13.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13518dependencies = [
13519 "serde",
13520 "sval",
13521 "sval_nested",
13522]
13523
13524[[package]]
13525name = "svg_fmt"
13526version = "0.4.4"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13529
13530[[package]]
13531name = "svgtypes"
13532version = "0.15.3"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13535dependencies = [
13536 "kurbo",
13537 "siphasher 1.0.1",
13538]
13539
13540[[package]]
13541name = "swash"
13542version = "0.2.1"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13545dependencies = [
13546 "skrifa",
13547 "yazi",
13548 "zeno",
13549]
13550
13551[[package]]
13552name = "syn"
13553version = "1.0.109"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13556dependencies = [
13557 "proc-macro2",
13558 "quote",
13559 "unicode-ident",
13560]
13561
13562[[package]]
13563name = "syn"
13564version = "2.0.100"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13567dependencies = [
13568 "proc-macro2",
13569 "quote",
13570 "unicode-ident",
13571]
13572
13573[[package]]
13574name = "sync_wrapper"
13575version = "0.1.2"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13578
13579[[package]]
13580name = "sync_wrapper"
13581version = "1.0.2"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13584dependencies = [
13585 "futures-core",
13586]
13587
13588[[package]]
13589name = "synchronoise"
13590version = "1.0.1"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13593dependencies = [
13594 "crossbeam-queue",
13595]
13596
13597[[package]]
13598name = "synstructure"
13599version = "0.13.1"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13602dependencies = [
13603 "proc-macro2",
13604 "quote",
13605 "syn 2.0.100",
13606]
13607
13608[[package]]
13609name = "sys-locale"
13610version = "0.3.2"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13613dependencies = [
13614 "libc",
13615]
13616
13617[[package]]
13618name = "sysinfo"
13619version = "0.31.4"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13622dependencies = [
13623 "core-foundation-sys",
13624 "libc",
13625 "memchr",
13626 "ntapi",
13627 "rayon",
13628 "windows 0.57.0",
13629]
13630
13631[[package]]
13632name = "system-configuration"
13633version = "0.5.1"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13636dependencies = [
13637 "bitflags 1.3.2",
13638 "core-foundation 0.9.4",
13639 "system-configuration-sys 0.5.0",
13640]
13641
13642[[package]]
13643name = "system-configuration"
13644version = "0.6.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13647dependencies = [
13648 "bitflags 2.8.0",
13649 "core-foundation 0.9.4",
13650 "system-configuration-sys 0.6.0",
13651]
13652
13653[[package]]
13654name = "system-configuration-sys"
13655version = "0.5.0"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13658dependencies = [
13659 "core-foundation-sys",
13660 "libc",
13661]
13662
13663[[package]]
13664name = "system-configuration-sys"
13665version = "0.6.0"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13668dependencies = [
13669 "core-foundation-sys",
13670 "libc",
13671]
13672
13673[[package]]
13674name = "system-deps"
13675version = "6.2.2"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13678dependencies = [
13679 "cfg-expr",
13680 "heck 0.5.0",
13681 "pkg-config",
13682 "toml 0.8.20",
13683 "version-compare",
13684]
13685
13686[[package]]
13687name = "system-interface"
13688version = "0.27.3"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13691dependencies = [
13692 "bitflags 2.8.0",
13693 "cap-fs-ext",
13694 "cap-std",
13695 "fd-lock",
13696 "io-lifetimes",
13697 "rustix",
13698 "windows-sys 0.52.0",
13699 "winx",
13700]
13701
13702[[package]]
13703name = "tab_switcher"
13704version = "0.1.0"
13705dependencies = [
13706 "anyhow",
13707 "collections",
13708 "ctor",
13709 "editor",
13710 "env_logger 0.11.7",
13711 "gpui",
13712 "language",
13713 "menu",
13714 "picker",
13715 "project",
13716 "schemars",
13717 "serde",
13718 "serde_json",
13719 "settings",
13720 "theme",
13721 "ui",
13722 "util",
13723 "workspace",
13724]
13725
13726[[package]]
13727name = "taffy"
13728version = "0.4.4"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13731dependencies = [
13732 "arrayvec",
13733 "grid",
13734 "num-traits",
13735 "serde",
13736 "slotmap",
13737]
13738
13739[[package]]
13740name = "take-until"
13741version = "0.2.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13744
13745[[package]]
13746name = "tap"
13747version = "1.0.1"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13750
13751[[package]]
13752name = "target-lexicon"
13753version = "0.12.16"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13756
13757[[package]]
13758name = "target-lexicon"
13759version = "0.13.2"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13762
13763[[package]]
13764name = "task"
13765version = "0.1.0"
13766dependencies = [
13767 "anyhow",
13768 "collections",
13769 "dap-types",
13770 "futures 0.3.31",
13771 "gpui",
13772 "hex",
13773 "parking_lot",
13774 "schemars",
13775 "serde",
13776 "serde_json",
13777 "serde_json_lenient",
13778 "sha2",
13779 "shellexpand 2.1.2",
13780 "util",
13781 "zed_actions",
13782]
13783
13784[[package]]
13785name = "tasks_ui"
13786version = "0.1.0"
13787dependencies = [
13788 "anyhow",
13789 "debugger_ui",
13790 "editor",
13791 "feature_flags",
13792 "file_icons",
13793 "fuzzy",
13794 "gpui",
13795 "language",
13796 "menu",
13797 "picker",
13798 "project",
13799 "schemars",
13800 "serde",
13801 "serde_json",
13802 "settings",
13803 "task",
13804 "tree-sitter-rust",
13805 "tree-sitter-typescript",
13806 "ui",
13807 "util",
13808 "workspace",
13809 "zed_actions",
13810]
13811
13812[[package]]
13813name = "telemetry"
13814version = "0.1.0"
13815dependencies = [
13816 "futures 0.3.31",
13817 "serde",
13818 "serde_json",
13819 "telemetry_events",
13820]
13821
13822[[package]]
13823name = "telemetry_events"
13824version = "0.1.0"
13825dependencies = [
13826 "semantic_version",
13827 "serde",
13828 "serde_json",
13829]
13830
13831[[package]]
13832name = "tempfile"
13833version = "3.17.1"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13836dependencies = [
13837 "cfg-if",
13838 "fastrand 2.3.0",
13839 "getrandom 0.3.1",
13840 "once_cell",
13841 "rustix",
13842 "windows-sys 0.52.0",
13843]
13844
13845[[package]]
13846name = "tendril"
13847version = "0.4.3"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13850dependencies = [
13851 "futf",
13852 "mac",
13853 "utf-8",
13854]
13855
13856[[package]]
13857name = "termcolor"
13858version = "1.4.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13861dependencies = [
13862 "winapi-util",
13863]
13864
13865[[package]]
13866name = "terminal"
13867version = "0.1.0"
13868dependencies = [
13869 "alacritty_terminal",
13870 "anyhow",
13871 "collections",
13872 "dirs 4.0.0",
13873 "futures 0.3.31",
13874 "gpui",
13875 "libc",
13876 "rand 0.8.5",
13877 "regex",
13878 "release_channel",
13879 "schemars",
13880 "serde",
13881 "serde_derive",
13882 "settings",
13883 "smol",
13884 "sysinfo",
13885 "task",
13886 "theme",
13887 "thiserror 2.0.12",
13888 "util",
13889 "windows 0.61.1",
13890]
13891
13892[[package]]
13893name = "terminal_size"
13894version = "0.4.1"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13897dependencies = [
13898 "rustix",
13899 "windows-sys 0.59.0",
13900]
13901
13902[[package]]
13903name = "terminal_view"
13904version = "0.1.0"
13905dependencies = [
13906 "anyhow",
13907 "async-recursion 1.1.1",
13908 "breadcrumbs",
13909 "client",
13910 "collections",
13911 "db",
13912 "dirs 4.0.0",
13913 "editor",
13914 "futures 0.3.31",
13915 "gpui",
13916 "itertools 0.14.0",
13917 "language",
13918 "log",
13919 "project",
13920 "rand 0.8.5",
13921 "schemars",
13922 "search",
13923 "serde",
13924 "serde_json",
13925 "settings",
13926 "shellexpand 2.1.2",
13927 "smol",
13928 "task",
13929 "terminal",
13930 "theme",
13931 "ui",
13932 "util",
13933 "workspace",
13934 "zed_actions",
13935]
13936
13937[[package]]
13938name = "text"
13939version = "0.1.0"
13940dependencies = [
13941 "anyhow",
13942 "clock",
13943 "collections",
13944 "ctor",
13945 "env_logger 0.11.7",
13946 "gpui",
13947 "http_client",
13948 "log",
13949 "parking_lot",
13950 "postage",
13951 "rand 0.8.5",
13952 "regex",
13953 "rope",
13954 "smallvec",
13955 "sum_tree",
13956 "util",
13957]
13958
13959[[package]]
13960name = "theme"
13961version = "0.1.0"
13962dependencies = [
13963 "anyhow",
13964 "collections",
13965 "derive_more",
13966 "fs",
13967 "futures 0.3.31",
13968 "gpui",
13969 "indexmap",
13970 "log",
13971 "palette",
13972 "parking_lot",
13973 "refineable",
13974 "schemars",
13975 "serde",
13976 "serde_derive",
13977 "serde_json",
13978 "serde_json_lenient",
13979 "serde_repr",
13980 "settings",
13981 "strum",
13982 "thiserror 2.0.12",
13983 "util",
13984 "uuid",
13985]
13986
13987[[package]]
13988name = "theme_extension"
13989version = "0.1.0"
13990dependencies = [
13991 "anyhow",
13992 "extension",
13993 "fs",
13994 "gpui",
13995 "theme",
13996]
13997
13998[[package]]
13999name = "theme_importer"
14000version = "0.1.0"
14001dependencies = [
14002 "anyhow",
14003 "clap",
14004 "gpui",
14005 "indexmap",
14006 "log",
14007 "palette",
14008 "rust-embed",
14009 "serde",
14010 "serde_json",
14011 "serde_json_lenient",
14012 "simplelog",
14013 "strum",
14014 "theme",
14015 "vscode_theme",
14016]
14017
14018[[package]]
14019name = "theme_selector"
14020version = "0.1.0"
14021dependencies = [
14022 "fs",
14023 "fuzzy",
14024 "gpui",
14025 "log",
14026 "picker",
14027 "serde",
14028 "settings",
14029 "telemetry",
14030 "theme",
14031 "ui",
14032 "util",
14033 "workspace",
14034 "zed_actions",
14035]
14036
14037[[package]]
14038name = "thiserror"
14039version = "1.0.69"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14042dependencies = [
14043 "thiserror-impl 1.0.69",
14044]
14045
14046[[package]]
14047name = "thiserror"
14048version = "2.0.12"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14051dependencies = [
14052 "thiserror-impl 2.0.12",
14053]
14054
14055[[package]]
14056name = "thiserror-impl"
14057version = "1.0.69"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14060dependencies = [
14061 "proc-macro2",
14062 "quote",
14063 "syn 2.0.100",
14064]
14065
14066[[package]]
14067name = "thiserror-impl"
14068version = "2.0.12"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14071dependencies = [
14072 "proc-macro2",
14073 "quote",
14074 "syn 2.0.100",
14075]
14076
14077[[package]]
14078name = "thread_local"
14079version = "1.1.8"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14082dependencies = [
14083 "cfg-if",
14084 "once_cell",
14085]
14086
14087[[package]]
14088name = "tiff"
14089version = "0.9.1"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14092dependencies = [
14093 "flate2",
14094 "jpeg-decoder",
14095 "weezl",
14096]
14097
14098[[package]]
14099name = "tiktoken-rs"
14100version = "0.6.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14103dependencies = [
14104 "anyhow",
14105 "base64 0.21.7",
14106 "bstr",
14107 "fancy-regex 0.13.0",
14108 "lazy_static",
14109 "parking_lot",
14110 "regex",
14111 "rustc-hash 1.1.0",
14112]
14113
14114[[package]]
14115name = "time"
14116version = "0.3.41"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14119dependencies = [
14120 "deranged",
14121 "itoa",
14122 "libc",
14123 "num-conv",
14124 "num_threads",
14125 "powerfmt",
14126 "serde",
14127 "time-core",
14128 "time-macros",
14129]
14130
14131[[package]]
14132name = "time-core"
14133version = "0.1.4"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14136
14137[[package]]
14138name = "time-macros"
14139version = "0.2.22"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14142dependencies = [
14143 "num-conv",
14144 "time-core",
14145]
14146
14147[[package]]
14148name = "time_format"
14149version = "0.1.0"
14150dependencies = [
14151 "core-foundation 0.10.0",
14152 "core-foundation-sys",
14153 "sys-locale",
14154 "time",
14155]
14156
14157[[package]]
14158name = "tiny-keccak"
14159version = "2.0.2"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14162dependencies = [
14163 "crunchy",
14164]
14165
14166[[package]]
14167name = "tiny-skia"
14168version = "0.11.4"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14171dependencies = [
14172 "arrayref",
14173 "arrayvec",
14174 "bytemuck",
14175 "cfg-if",
14176 "log",
14177 "png",
14178 "tiny-skia-path",
14179]
14180
14181[[package]]
14182name = "tiny-skia-path"
14183version = "0.11.4"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14186dependencies = [
14187 "arrayref",
14188 "bytemuck",
14189 "strict-num",
14190]
14191
14192[[package]]
14193name = "tiny_http"
14194version = "0.8.2"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14197dependencies = [
14198 "ascii",
14199 "chrono",
14200 "chunked_transfer",
14201 "log",
14202 "url",
14203]
14204
14205[[package]]
14206name = "tinystr"
14207version = "0.7.6"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14210dependencies = [
14211 "displaydoc",
14212 "zerovec",
14213]
14214
14215[[package]]
14216name = "tinytemplate"
14217version = "1.2.1"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14220dependencies = [
14221 "serde",
14222 "serde_json",
14223]
14224
14225[[package]]
14226name = "tinyvec"
14227version = "1.8.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14230dependencies = [
14231 "tinyvec_macros",
14232]
14233
14234[[package]]
14235name = "tinyvec_macros"
14236version = "0.1.1"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14239
14240[[package]]
14241name = "title_bar"
14242version = "0.1.0"
14243dependencies = [
14244 "auto_update",
14245 "call",
14246 "chrono",
14247 "client",
14248 "collections",
14249 "db",
14250 "feature_flags",
14251 "gpui",
14252 "http_client",
14253 "notifications",
14254 "pretty_assertions",
14255 "project",
14256 "remote",
14257 "rpc",
14258 "schemars",
14259 "serde",
14260 "settings",
14261 "smallvec",
14262 "story",
14263 "telemetry",
14264 "theme",
14265 "tree-sitter-md",
14266 "ui",
14267 "util",
14268 "windows 0.61.1",
14269 "workspace",
14270 "zed_actions",
14271]
14272
14273[[package]]
14274name = "tokio"
14275version = "1.43.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14278dependencies = [
14279 "backtrace",
14280 "bytes 1.10.1",
14281 "libc",
14282 "mio",
14283 "parking_lot",
14284 "pin-project-lite",
14285 "signal-hook-registry",
14286 "socket2",
14287 "tokio-macros",
14288 "windows-sys 0.52.0",
14289]
14290
14291[[package]]
14292name = "tokio-io"
14293version = "0.1.13"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14296dependencies = [
14297 "bytes 0.4.12",
14298 "futures 0.1.31",
14299 "log",
14300]
14301
14302[[package]]
14303name = "tokio-macros"
14304version = "2.5.0"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14307dependencies = [
14308 "proc-macro2",
14309 "quote",
14310 "syn 2.0.100",
14311]
14312
14313[[package]]
14314name = "tokio-native-tls"
14315version = "0.3.1"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14318dependencies = [
14319 "native-tls",
14320 "tokio",
14321]
14322
14323[[package]]
14324name = "tokio-rustls"
14325version = "0.24.1"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14328dependencies = [
14329 "rustls 0.21.12",
14330 "tokio",
14331]
14332
14333[[package]]
14334name = "tokio-rustls"
14335version = "0.26.1"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14338dependencies = [
14339 "rustls 0.23.25",
14340 "tokio",
14341]
14342
14343[[package]]
14344name = "tokio-socks"
14345version = "0.5.2"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14348dependencies = [
14349 "either",
14350 "futures-io",
14351 "futures-util",
14352 "thiserror 1.0.69",
14353 "tokio",
14354]
14355
14356[[package]]
14357name = "tokio-stream"
14358version = "0.1.17"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14361dependencies = [
14362 "futures-core",
14363 "pin-project-lite",
14364 "tokio",
14365]
14366
14367[[package]]
14368name = "tokio-tungstenite"
14369version = "0.20.1"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14372dependencies = [
14373 "futures-util",
14374 "log",
14375 "tokio",
14376 "tungstenite 0.20.1",
14377]
14378
14379[[package]]
14380name = "tokio-tungstenite"
14381version = "0.21.0"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14384dependencies = [
14385 "futures-util",
14386 "log",
14387 "tokio",
14388 "tungstenite 0.21.0",
14389]
14390
14391[[package]]
14392name = "tokio-tungstenite"
14393version = "0.26.2"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14396dependencies = [
14397 "futures-util",
14398 "log",
14399 "rustls 0.23.25",
14400 "rustls-pki-types",
14401 "tokio",
14402 "tokio-rustls 0.26.1",
14403 "tungstenite 0.26.2",
14404]
14405
14406[[package]]
14407name = "tokio-util"
14408version = "0.7.13"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14411dependencies = [
14412 "bytes 1.10.1",
14413 "futures-core",
14414 "futures-io",
14415 "futures-sink",
14416 "pin-project-lite",
14417 "tokio",
14418]
14419
14420[[package]]
14421name = "toml"
14422version = "0.5.11"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14425dependencies = [
14426 "serde",
14427]
14428
14429[[package]]
14430name = "toml"
14431version = "0.8.20"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14434dependencies = [
14435 "serde",
14436 "serde_spanned",
14437 "toml_datetime",
14438 "toml_edit",
14439]
14440
14441[[package]]
14442name = "toml_datetime"
14443version = "0.6.8"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14446dependencies = [
14447 "serde",
14448]
14449
14450[[package]]
14451name = "toml_edit"
14452version = "0.22.23"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14455dependencies = [
14456 "indexmap",
14457 "serde",
14458 "serde_spanned",
14459 "toml_datetime",
14460 "winnow 0.7.1",
14461]
14462
14463[[package]]
14464name = "toolchain_selector"
14465version = "0.1.0"
14466dependencies = [
14467 "editor",
14468 "fuzzy",
14469 "gpui",
14470 "language",
14471 "picker",
14472 "project",
14473 "ui",
14474 "util",
14475 "workspace",
14476]
14477
14478[[package]]
14479name = "topological-sort"
14480version = "0.2.2"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14483
14484[[package]]
14485name = "tower"
14486version = "0.4.13"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14489dependencies = [
14490 "futures-core",
14491 "futures-util",
14492 "pin-project",
14493 "pin-project-lite",
14494 "tokio",
14495 "tower-layer",
14496 "tower-service",
14497 "tracing",
14498]
14499
14500[[package]]
14501name = "tower-http"
14502version = "0.3.5"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14505dependencies = [
14506 "bitflags 1.3.2",
14507 "bytes 1.10.1",
14508 "futures-core",
14509 "futures-util",
14510 "http 0.2.12",
14511 "http-body 0.4.6",
14512 "http-range-header",
14513 "pin-project-lite",
14514 "tower-layer",
14515 "tower-service",
14516]
14517
14518[[package]]
14519name = "tower-http"
14520version = "0.4.4"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14523dependencies = [
14524 "bitflags 2.8.0",
14525 "bytes 1.10.1",
14526 "futures-core",
14527 "futures-util",
14528 "http 0.2.12",
14529 "http-body 0.4.6",
14530 "http-range-header",
14531 "pin-project-lite",
14532 "tower-layer",
14533 "tower-service",
14534 "tracing",
14535]
14536
14537[[package]]
14538name = "tower-layer"
14539version = "0.3.3"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14542
14543[[package]]
14544name = "tower-service"
14545version = "0.3.3"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14548
14549[[package]]
14550name = "tracing"
14551version = "0.1.41"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14554dependencies = [
14555 "log",
14556 "pin-project-lite",
14557 "tracing-attributes",
14558 "tracing-core",
14559]
14560
14561[[package]]
14562name = "tracing-attributes"
14563version = "0.1.28"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14566dependencies = [
14567 "proc-macro2",
14568 "quote",
14569 "syn 2.0.100",
14570]
14571
14572[[package]]
14573name = "tracing-core"
14574version = "0.1.33"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14577dependencies = [
14578 "once_cell",
14579 "valuable",
14580]
14581
14582[[package]]
14583name = "tracing-log"
14584version = "0.2.0"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14587dependencies = [
14588 "log",
14589 "once_cell",
14590 "tracing-core",
14591]
14592
14593[[package]]
14594name = "tracing-serde"
14595version = "0.2.0"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14598dependencies = [
14599 "serde",
14600 "tracing-core",
14601]
14602
14603[[package]]
14604name = "tracing-subscriber"
14605version = "0.3.19"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14608dependencies = [
14609 "matchers",
14610 "nu-ansi-term",
14611 "once_cell",
14612 "regex",
14613 "serde",
14614 "serde_json",
14615 "sharded-slab",
14616 "smallvec",
14617 "thread_local",
14618 "tracing",
14619 "tracing-core",
14620 "tracing-log",
14621 "tracing-serde",
14622]
14623
14624[[package]]
14625name = "trait-variant"
14626version = "0.1.2"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14629dependencies = [
14630 "proc-macro2",
14631 "quote",
14632 "syn 2.0.100",
14633]
14634
14635[[package]]
14636name = "tree-sitter"
14637version = "0.25.3"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14640dependencies = [
14641 "cc",
14642 "regex",
14643 "regex-syntax 0.8.5",
14644 "serde_json",
14645 "streaming-iterator",
14646 "tree-sitter-language",
14647 "wasmtime-c-api-impl",
14648]
14649
14650[[package]]
14651name = "tree-sitter-bash"
14652version = "0.23.3"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-c"
14662version = "0.23.4"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14665dependencies = [
14666 "cc",
14667 "tree-sitter-language",
14668]
14669
14670[[package]]
14671name = "tree-sitter-cpp"
14672version = "0.23.4"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-css"
14682version = "0.23.2"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14685dependencies = [
14686 "cc",
14687 "tree-sitter-language",
14688]
14689
14690[[package]]
14691name = "tree-sitter-diff"
14692version = "0.1.0"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14695dependencies = [
14696 "cc",
14697 "tree-sitter-language",
14698]
14699
14700[[package]]
14701name = "tree-sitter-elixir"
14702version = "0.3.4"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14705dependencies = [
14706 "cc",
14707 "tree-sitter-language",
14708]
14709
14710[[package]]
14711name = "tree-sitter-embedded-template"
14712version = "0.23.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14715dependencies = [
14716 "cc",
14717 "tree-sitter-language",
14718]
14719
14720[[package]]
14721name = "tree-sitter-gitcommit"
14722version = "0.0.1"
14723source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14724dependencies = [
14725 "cc",
14726 "tree-sitter-language",
14727]
14728
14729[[package]]
14730name = "tree-sitter-go"
14731version = "0.23.4"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14734dependencies = [
14735 "cc",
14736 "tree-sitter-language",
14737]
14738
14739[[package]]
14740name = "tree-sitter-gomod"
14741version = "1.1.1"
14742source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14743dependencies = [
14744 "cc",
14745 "tree-sitter-language",
14746]
14747
14748[[package]]
14749name = "tree-sitter-gowork"
14750version = "0.0.1"
14751source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14752dependencies = [
14753 "cc",
14754 "tree-sitter-language",
14755]
14756
14757[[package]]
14758name = "tree-sitter-heex"
14759version = "0.0.1"
14760source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14761dependencies = [
14762 "cc",
14763 "tree-sitter-language",
14764]
14765
14766[[package]]
14767name = "tree-sitter-html"
14768version = "0.23.2"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14771dependencies = [
14772 "cc",
14773 "tree-sitter-language",
14774]
14775
14776[[package]]
14777name = "tree-sitter-jsdoc"
14778version = "0.23.2"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14781dependencies = [
14782 "cc",
14783 "tree-sitter-language",
14784]
14785
14786[[package]]
14787name = "tree-sitter-json"
14788version = "0.24.8"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14791dependencies = [
14792 "cc",
14793 "tree-sitter-language",
14794]
14795
14796[[package]]
14797name = "tree-sitter-language"
14798version = "0.1.3"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14801
14802[[package]]
14803name = "tree-sitter-md"
14804version = "0.3.2"
14805source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14806dependencies = [
14807 "cc",
14808 "tree-sitter-language",
14809]
14810
14811[[package]]
14812name = "tree-sitter-python"
14813version = "0.23.6"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14816dependencies = [
14817 "cc",
14818 "tree-sitter-language",
14819]
14820
14821[[package]]
14822name = "tree-sitter-regex"
14823version = "0.24.3"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14826dependencies = [
14827 "cc",
14828 "tree-sitter-language",
14829]
14830
14831[[package]]
14832name = "tree-sitter-ruby"
14833version = "0.23.1"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14836dependencies = [
14837 "cc",
14838 "tree-sitter-language",
14839]
14840
14841[[package]]
14842name = "tree-sitter-rust"
14843version = "0.23.2"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14846dependencies = [
14847 "cc",
14848 "tree-sitter-language",
14849]
14850
14851[[package]]
14852name = "tree-sitter-typescript"
14853version = "0.23.2"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14856dependencies = [
14857 "cc",
14858 "tree-sitter-language",
14859]
14860
14861[[package]]
14862name = "tree-sitter-yaml"
14863version = "0.6.1"
14864source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14865dependencies = [
14866 "cc",
14867 "tree-sitter-language",
14868]
14869
14870[[package]]
14871name = "try-lock"
14872version = "0.2.5"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14875
14876[[package]]
14877name = "ttf-parser"
14878version = "0.20.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14881
14882[[package]]
14883name = "ttf-parser"
14884version = "0.21.1"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14887
14888[[package]]
14889name = "ttf-parser"
14890version = "0.25.1"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14893dependencies = [
14894 "core_maths",
14895]
14896
14897[[package]]
14898name = "tungstenite"
14899version = "0.20.1"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14902dependencies = [
14903 "byteorder",
14904 "bytes 1.10.1",
14905 "data-encoding",
14906 "http 0.2.12",
14907 "httparse",
14908 "log",
14909 "rand 0.8.5",
14910 "sha1",
14911 "thiserror 1.0.69",
14912 "url",
14913 "utf-8",
14914]
14915
14916[[package]]
14917name = "tungstenite"
14918version = "0.21.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14921dependencies = [
14922 "byteorder",
14923 "bytes 1.10.1",
14924 "data-encoding",
14925 "http 1.2.0",
14926 "httparse",
14927 "log",
14928 "rand 0.8.5",
14929 "sha1",
14930 "thiserror 1.0.69",
14931 "url",
14932 "utf-8",
14933]
14934
14935[[package]]
14936name = "tungstenite"
14937version = "0.24.0"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14940dependencies = [
14941 "byteorder",
14942 "bytes 1.10.1",
14943 "data-encoding",
14944 "http 1.2.0",
14945 "httparse",
14946 "log",
14947 "rand 0.8.5",
14948 "sha1",
14949 "thiserror 1.0.69",
14950 "utf-8",
14951]
14952
14953[[package]]
14954name = "tungstenite"
14955version = "0.26.2"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14958dependencies = [
14959 "bytes 1.10.1",
14960 "data-encoding",
14961 "http 1.2.0",
14962 "httparse",
14963 "log",
14964 "rand 0.9.0",
14965 "rustls 0.23.25",
14966 "rustls-pki-types",
14967 "sha1",
14968 "thiserror 2.0.12",
14969 "utf-8",
14970]
14971
14972[[package]]
14973name = "typeid"
14974version = "1.0.2"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14977
14978[[package]]
14979name = "typenum"
14980version = "1.17.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14983
14984[[package]]
14985name = "ucd-trie"
14986version = "0.1.7"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14989
14990[[package]]
14991name = "uds_windows"
14992version = "1.1.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14995dependencies = [
14996 "memoffset",
14997 "tempfile",
14998 "winapi",
14999]
15000
15001[[package]]
15002name = "ui"
15003version = "0.1.0"
15004dependencies = [
15005 "chrono",
15006 "component",
15007 "gpui",
15008 "icons",
15009 "itertools 0.14.0",
15010 "linkme",
15011 "menu",
15012 "serde",
15013 "settings",
15014 "smallvec",
15015 "story",
15016 "strum",
15017 "theme",
15018 "ui_macros",
15019 "util",
15020 "windows 0.61.1",
15021]
15022
15023[[package]]
15024name = "ui_input"
15025version = "0.1.0"
15026dependencies = [
15027 "editor",
15028 "gpui",
15029 "settings",
15030 "theme",
15031 "ui",
15032]
15033
15034[[package]]
15035name = "ui_macros"
15036version = "0.1.0"
15037dependencies = [
15038 "convert_case 0.8.0",
15039 "linkme",
15040 "proc-macro2",
15041 "quote",
15042 "syn 1.0.109",
15043]
15044
15045[[package]]
15046name = "ui_prompt"
15047version = "0.1.0"
15048dependencies = [
15049 "gpui",
15050 "markdown",
15051 "menu",
15052 "settings",
15053 "theme",
15054 "ui",
15055 "workspace",
15056]
15057
15058[[package]]
15059name = "unicase"
15060version = "2.8.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15063
15064[[package]]
15065name = "unicode-bidi"
15066version = "0.3.17"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15069
15070[[package]]
15071name = "unicode-bidi-mirroring"
15072version = "0.2.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15075
15076[[package]]
15077name = "unicode-bidi-mirroring"
15078version = "0.4.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15081
15082[[package]]
15083name = "unicode-ccc"
15084version = "0.2.0"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15087
15088[[package]]
15089name = "unicode-ccc"
15090version = "0.4.0"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15093
15094[[package]]
15095name = "unicode-ident"
15096version = "1.0.14"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15099
15100[[package]]
15101name = "unicode-linebreak"
15102version = "0.1.5"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15105
15106[[package]]
15107name = "unicode-normalization"
15108version = "0.1.24"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15111dependencies = [
15112 "tinyvec",
15113]
15114
15115[[package]]
15116name = "unicode-properties"
15117version = "0.1.3"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15120
15121[[package]]
15122name = "unicode-script"
15123version = "0.5.7"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15126
15127[[package]]
15128name = "unicode-segmentation"
15129version = "1.12.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15132
15133[[package]]
15134name = "unicode-vo"
15135version = "0.1.0"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15138
15139[[package]]
15140name = "unicode-width"
15141version = "0.1.14"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15144
15145[[package]]
15146name = "unicode-xid"
15147version = "0.2.6"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15150
15151[[package]]
15152name = "unicode_categories"
15153version = "0.1.1"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15156
15157[[package]]
15158name = "unindent"
15159version = "0.2.4"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15162
15163[[package]]
15164name = "untrusted"
15165version = "0.9.0"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15168
15169[[package]]
15170name = "url"
15171version = "2.5.4"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15174dependencies = [
15175 "form_urlencoded",
15176 "idna",
15177 "percent-encoding",
15178 "serde",
15179]
15180
15181[[package]]
15182name = "urlencoding"
15183version = "2.1.3"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15186
15187[[package]]
15188name = "usvg"
15189version = "0.45.0"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15192dependencies = [
15193 "base64 0.22.1",
15194 "data-url",
15195 "flate2",
15196 "fontdb 0.23.0",
15197 "imagesize",
15198 "kurbo",
15199 "log",
15200 "pico-args",
15201 "roxmltree",
15202 "rustybuzz 0.20.1",
15203 "simplecss",
15204 "siphasher 1.0.1",
15205 "strict-num",
15206 "svgtypes",
15207 "tiny-skia-path",
15208 "unicode-bidi",
15209 "unicode-script",
15210 "unicode-vo",
15211 "xmlwriter",
15212]
15213
15214[[package]]
15215name = "utf-8"
15216version = "0.7.6"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15219
15220[[package]]
15221name = "utf16_iter"
15222version = "1.0.5"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15225
15226[[package]]
15227name = "utf8_iter"
15228version = "1.0.4"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15231
15232[[package]]
15233name = "utf8parse"
15234version = "0.2.2"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15237
15238[[package]]
15239name = "util"
15240version = "0.1.0"
15241dependencies = [
15242 "anyhow",
15243 "async-fs",
15244 "collections",
15245 "dirs 4.0.0",
15246 "dunce",
15247 "futures 0.3.31",
15248 "futures-lite 1.13.0",
15249 "git2",
15250 "globset",
15251 "itertools 0.14.0",
15252 "libc",
15253 "log",
15254 "rand 0.8.5",
15255 "regex",
15256 "rust-embed",
15257 "serde",
15258 "serde_json",
15259 "smol",
15260 "take-until",
15261 "tempfile",
15262 "tendril",
15263 "unicase",
15264 "util_macros",
15265]
15266
15267[[package]]
15268name = "util_macros"
15269version = "0.1.0"
15270dependencies = [
15271 "quote",
15272 "syn 1.0.109",
15273]
15274
15275[[package]]
15276name = "uuid"
15277version = "1.13.2"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15280dependencies = [
15281 "getrandom 0.3.1",
15282 "serde",
15283 "sha1_smol",
15284]
15285
15286[[package]]
15287name = "v_frame"
15288version = "0.3.8"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15291dependencies = [
15292 "aligned-vec",
15293 "num-traits",
15294 "wasm-bindgen",
15295]
15296
15297[[package]]
15298name = "valuable"
15299version = "0.1.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15302
15303[[package]]
15304name = "value-bag"
15305version = "1.10.0"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15308dependencies = [
15309 "value-bag-serde1",
15310 "value-bag-sval2",
15311]
15312
15313[[package]]
15314name = "value-bag-serde1"
15315version = "1.10.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15318dependencies = [
15319 "erased-serde",
15320 "serde",
15321 "serde_fmt",
15322]
15323
15324[[package]]
15325name = "value-bag-sval2"
15326version = "1.10.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15329dependencies = [
15330 "sval",
15331 "sval_buffer",
15332 "sval_dynamic",
15333 "sval_fmt",
15334 "sval_json",
15335 "sval_ref",
15336 "sval_serde",
15337]
15338
15339[[package]]
15340name = "vcpkg"
15341version = "0.2.15"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15344
15345[[package]]
15346name = "version-compare"
15347version = "0.2.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15350
15351[[package]]
15352name = "version_check"
15353version = "0.9.5"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15356
15357[[package]]
15358name = "vim"
15359version = "0.1.0"
15360dependencies = [
15361 "anyhow",
15362 "assets",
15363 "async-compat",
15364 "async-trait",
15365 "collections",
15366 "command_palette",
15367 "command_palette_hooks",
15368 "db",
15369 "editor",
15370 "futures 0.3.31",
15371 "git_ui",
15372 "gpui",
15373 "indoc",
15374 "itertools 0.14.0",
15375 "language",
15376 "libc",
15377 "log",
15378 "lsp",
15379 "multi_buffer",
15380 "nvim-rs",
15381 "parking_lot",
15382 "picker",
15383 "project",
15384 "project_panel",
15385 "regex",
15386 "release_channel",
15387 "schemars",
15388 "search",
15389 "serde",
15390 "serde_derive",
15391 "serde_json",
15392 "settings",
15393 "task",
15394 "text",
15395 "theme",
15396 "tokio",
15397 "ui",
15398 "util",
15399 "vim_mode_setting",
15400 "workspace",
15401 "zed_actions",
15402]
15403
15404[[package]]
15405name = "vim_mode_setting"
15406version = "0.1.0"
15407dependencies = [
15408 "anyhow",
15409 "gpui",
15410 "settings",
15411]
15412
15413[[package]]
15414name = "vscode_theme"
15415version = "0.2.0"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15418dependencies = [
15419 "serde",
15420]
15421
15422[[package]]
15423name = "vsimd"
15424version = "0.8.0"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15427
15428[[package]]
15429name = "vswhom"
15430version = "0.1.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15433dependencies = [
15434 "libc",
15435 "vswhom-sys",
15436]
15437
15438[[package]]
15439name = "vswhom-sys"
15440version = "0.1.2"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15443dependencies = [
15444 "cc",
15445 "libc",
15446]
15447
15448[[package]]
15449name = "vte"
15450version = "0.15.0"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15453dependencies = [
15454 "arrayvec",
15455 "bitflags 2.8.0",
15456 "cursor-icon",
15457 "log",
15458 "memchr",
15459 "serde",
15460]
15461
15462[[package]]
15463name = "waker-fn"
15464version = "1.2.0"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15467
15468[[package]]
15469name = "walkdir"
15470version = "2.5.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15473dependencies = [
15474 "same-file",
15475 "winapi-util",
15476]
15477
15478[[package]]
15479name = "want"
15480version = "0.3.1"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15483dependencies = [
15484 "try-lock",
15485]
15486
15487[[package]]
15488name = "warp"
15489version = "0.3.7"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15492dependencies = [
15493 "bytes 1.10.1",
15494 "futures-channel",
15495 "futures-util",
15496 "headers",
15497 "http 0.2.12",
15498 "hyper 0.14.32",
15499 "log",
15500 "mime",
15501 "mime_guess",
15502 "percent-encoding",
15503 "pin-project",
15504 "scoped-tls",
15505 "serde",
15506 "serde_json",
15507 "serde_urlencoded",
15508 "tokio",
15509 "tokio-tungstenite 0.21.0",
15510 "tokio-util",
15511 "tower-service",
15512 "tracing",
15513]
15514
15515[[package]]
15516name = "wasi"
15517version = "0.9.0+wasi-snapshot-preview1"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15520
15521[[package]]
15522name = "wasi"
15523version = "0.11.0+wasi-snapshot-preview1"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15526
15527[[package]]
15528name = "wasi"
15529version = "0.13.3+wasi-0.2.2"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15532dependencies = [
15533 "wit-bindgen-rt 0.33.0",
15534]
15535
15536[[package]]
15537name = "wasite"
15538version = "0.1.0"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15541
15542[[package]]
15543name = "wasm-bindgen"
15544version = "0.2.99"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15547dependencies = [
15548 "cfg-if",
15549 "once_cell",
15550 "wasm-bindgen-macro",
15551]
15552
15553[[package]]
15554name = "wasm-bindgen-backend"
15555version = "0.2.99"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15558dependencies = [
15559 "bumpalo",
15560 "log",
15561 "proc-macro2",
15562 "quote",
15563 "syn 2.0.100",
15564 "wasm-bindgen-shared",
15565]
15566
15567[[package]]
15568name = "wasm-bindgen-futures"
15569version = "0.4.49"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15572dependencies = [
15573 "cfg-if",
15574 "js-sys",
15575 "once_cell",
15576 "wasm-bindgen",
15577 "web-sys",
15578]
15579
15580[[package]]
15581name = "wasm-bindgen-macro"
15582version = "0.2.99"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15585dependencies = [
15586 "quote",
15587 "wasm-bindgen-macro-support",
15588]
15589
15590[[package]]
15591name = "wasm-bindgen-macro-support"
15592version = "0.2.99"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15595dependencies = [
15596 "proc-macro2",
15597 "quote",
15598 "syn 2.0.100",
15599 "wasm-bindgen-backend",
15600 "wasm-bindgen-shared",
15601]
15602
15603[[package]]
15604name = "wasm-bindgen-shared"
15605version = "0.2.99"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15608
15609[[package]]
15610name = "wasm-encoder"
15611version = "0.201.0"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15614dependencies = [
15615 "leb128",
15616]
15617
15618[[package]]
15619name = "wasm-encoder"
15620version = "0.221.3"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15623dependencies = [
15624 "leb128",
15625 "wasmparser 0.221.3",
15626]
15627
15628[[package]]
15629name = "wasm-metadata"
15630version = "0.201.0"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15633dependencies = [
15634 "anyhow",
15635 "indexmap",
15636 "serde",
15637 "serde_derive",
15638 "serde_json",
15639 "spdx",
15640 "wasm-encoder 0.201.0",
15641 "wasmparser 0.201.0",
15642]
15643
15644[[package]]
15645name = "wasm-metadata"
15646version = "0.221.3"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15649dependencies = [
15650 "anyhow",
15651 "indexmap",
15652 "serde",
15653 "serde_derive",
15654 "serde_json",
15655 "spdx",
15656 "wasm-encoder 0.221.3",
15657 "wasmparser 0.221.3",
15658]
15659
15660[[package]]
15661name = "wasm-streams"
15662version = "0.4.2"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15665dependencies = [
15666 "futures-util",
15667 "js-sys",
15668 "wasm-bindgen",
15669 "wasm-bindgen-futures",
15670 "web-sys",
15671]
15672
15673[[package]]
15674name = "wasmparser"
15675version = "0.201.0"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15678dependencies = [
15679 "bitflags 2.8.0",
15680 "indexmap",
15681 "semver",
15682]
15683
15684[[package]]
15685name = "wasmparser"
15686version = "0.221.3"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15689dependencies = [
15690 "bitflags 2.8.0",
15691 "hashbrown 0.15.2",
15692 "indexmap",
15693 "semver",
15694 "serde",
15695]
15696
15697[[package]]
15698name = "wasmprinter"
15699version = "0.221.3"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15702dependencies = [
15703 "anyhow",
15704 "termcolor",
15705 "wasmparser 0.221.3",
15706]
15707
15708[[package]]
15709name = "wasmtime"
15710version = "29.0.1"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15713dependencies = [
15714 "anyhow",
15715 "async-trait",
15716 "bitflags 2.8.0",
15717 "bumpalo",
15718 "cc",
15719 "cfg-if",
15720 "encoding_rs",
15721 "hashbrown 0.14.5",
15722 "indexmap",
15723 "libc",
15724 "log",
15725 "mach2",
15726 "memfd",
15727 "object",
15728 "once_cell",
15729 "paste",
15730 "postcard",
15731 "psm",
15732 "pulley-interpreter",
15733 "rustix",
15734 "semver",
15735 "serde",
15736 "serde_derive",
15737 "smallvec",
15738 "sptr",
15739 "target-lexicon 0.13.2",
15740 "trait-variant",
15741 "wasmparser 0.221.3",
15742 "wasmtime-asm-macros",
15743 "wasmtime-component-macro",
15744 "wasmtime-component-util",
15745 "wasmtime-cranelift",
15746 "wasmtime-environ",
15747 "wasmtime-fiber",
15748 "wasmtime-jit-icache-coherence",
15749 "wasmtime-math",
15750 "wasmtime-slab",
15751 "wasmtime-versioned-export-macros",
15752 "wasmtime-winch",
15753 "windows-sys 0.59.0",
15754]
15755
15756[[package]]
15757name = "wasmtime-asm-macros"
15758version = "29.0.1"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15761dependencies = [
15762 "cfg-if",
15763]
15764
15765[[package]]
15766name = "wasmtime-c-api-impl"
15767version = "29.0.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15770dependencies = [
15771 "anyhow",
15772 "log",
15773 "tracing",
15774 "wasmtime",
15775 "wasmtime-c-api-macros",
15776]
15777
15778[[package]]
15779name = "wasmtime-c-api-macros"
15780version = "29.0.1"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15783dependencies = [
15784 "proc-macro2",
15785 "quote",
15786]
15787
15788[[package]]
15789name = "wasmtime-component-macro"
15790version = "29.0.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15793dependencies = [
15794 "anyhow",
15795 "proc-macro2",
15796 "quote",
15797 "syn 2.0.100",
15798 "wasmtime-component-util",
15799 "wasmtime-wit-bindgen",
15800 "wit-parser 0.221.3",
15801]
15802
15803[[package]]
15804name = "wasmtime-component-util"
15805version = "29.0.1"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15808
15809[[package]]
15810name = "wasmtime-cranelift"
15811version = "29.0.1"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15814dependencies = [
15815 "anyhow",
15816 "cfg-if",
15817 "cranelift-codegen",
15818 "cranelift-control",
15819 "cranelift-entity",
15820 "cranelift-frontend",
15821 "cranelift-native",
15822 "gimli",
15823 "itertools 0.12.1",
15824 "log",
15825 "object",
15826 "smallvec",
15827 "target-lexicon 0.13.2",
15828 "thiserror 1.0.69",
15829 "wasmparser 0.221.3",
15830 "wasmtime-environ",
15831 "wasmtime-versioned-export-macros",
15832]
15833
15834[[package]]
15835name = "wasmtime-environ"
15836version = "29.0.1"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15839dependencies = [
15840 "anyhow",
15841 "cpp_demangle",
15842 "cranelift-bitset",
15843 "cranelift-entity",
15844 "gimli",
15845 "indexmap",
15846 "log",
15847 "object",
15848 "postcard",
15849 "rustc-demangle",
15850 "semver",
15851 "serde",
15852 "serde_derive",
15853 "smallvec",
15854 "target-lexicon 0.13.2",
15855 "wasm-encoder 0.221.3",
15856 "wasmparser 0.221.3",
15857 "wasmprinter",
15858 "wasmtime-component-util",
15859]
15860
15861[[package]]
15862name = "wasmtime-fiber"
15863version = "29.0.1"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15866dependencies = [
15867 "anyhow",
15868 "cc",
15869 "cfg-if",
15870 "rustix",
15871 "wasmtime-asm-macros",
15872 "wasmtime-versioned-export-macros",
15873 "windows-sys 0.59.0",
15874]
15875
15876[[package]]
15877name = "wasmtime-jit-icache-coherence"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15881dependencies = [
15882 "anyhow",
15883 "cfg-if",
15884 "libc",
15885 "windows-sys 0.59.0",
15886]
15887
15888[[package]]
15889name = "wasmtime-math"
15890version = "29.0.1"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15893dependencies = [
15894 "libm",
15895]
15896
15897[[package]]
15898name = "wasmtime-slab"
15899version = "29.0.1"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15902
15903[[package]]
15904name = "wasmtime-versioned-export-macros"
15905version = "29.0.1"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15908dependencies = [
15909 "proc-macro2",
15910 "quote",
15911 "syn 2.0.100",
15912]
15913
15914[[package]]
15915name = "wasmtime-wasi"
15916version = "29.0.1"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15919dependencies = [
15920 "anyhow",
15921 "async-trait",
15922 "bitflags 2.8.0",
15923 "bytes 1.10.1",
15924 "cap-fs-ext",
15925 "cap-net-ext",
15926 "cap-rand",
15927 "cap-std",
15928 "cap-time-ext",
15929 "fs-set-times",
15930 "futures 0.3.31",
15931 "io-extras",
15932 "io-lifetimes",
15933 "rustix",
15934 "system-interface",
15935 "thiserror 1.0.69",
15936 "tokio",
15937 "tracing",
15938 "trait-variant",
15939 "url",
15940 "wasmtime",
15941 "wiggle",
15942 "windows-sys 0.59.0",
15943]
15944
15945[[package]]
15946name = "wasmtime-winch"
15947version = "29.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15950dependencies = [
15951 "anyhow",
15952 "cranelift-codegen",
15953 "gimli",
15954 "object",
15955 "target-lexicon 0.13.2",
15956 "wasmparser 0.221.3",
15957 "wasmtime-cranelift",
15958 "wasmtime-environ",
15959 "winch-codegen",
15960]
15961
15962[[package]]
15963name = "wasmtime-wit-bindgen"
15964version = "29.0.1"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15967dependencies = [
15968 "anyhow",
15969 "heck 0.5.0",
15970 "indexmap",
15971 "wit-parser 0.221.3",
15972]
15973
15974[[package]]
15975name = "wast"
15976version = "35.0.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15979dependencies = [
15980 "leb128",
15981]
15982
15983[[package]]
15984name = "wayland-backend"
15985version = "0.3.8"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15988dependencies = [
15989 "cc",
15990 "downcast-rs",
15991 "rustix",
15992 "scoped-tls",
15993 "smallvec",
15994 "wayland-sys",
15995]
15996
15997[[package]]
15998name = "wayland-client"
15999version = "0.31.8"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16002dependencies = [
16003 "bitflags 2.8.0",
16004 "rustix",
16005 "wayland-backend",
16006 "wayland-scanner",
16007]
16008
16009[[package]]
16010name = "wayland-cursor"
16011version = "0.31.8"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16014dependencies = [
16015 "rustix",
16016 "wayland-client",
16017 "xcursor",
16018]
16019
16020[[package]]
16021name = "wayland-protocols"
16022version = "0.31.2"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16025dependencies = [
16026 "bitflags 2.8.0",
16027 "wayland-backend",
16028 "wayland-client",
16029 "wayland-scanner",
16030]
16031
16032[[package]]
16033name = "wayland-protocols-plasma"
16034version = "0.2.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16037dependencies = [
16038 "bitflags 2.8.0",
16039 "wayland-backend",
16040 "wayland-client",
16041 "wayland-protocols",
16042 "wayland-scanner",
16043]
16044
16045[[package]]
16046name = "wayland-scanner"
16047version = "0.31.6"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16050dependencies = [
16051 "proc-macro2",
16052 "quick-xml 0.37.2",
16053 "quote",
16054]
16055
16056[[package]]
16057name = "wayland-sys"
16058version = "0.31.6"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16061dependencies = [
16062 "dlib",
16063 "log",
16064 "once_cell",
16065 "pkg-config",
16066]
16067
16068[[package]]
16069name = "web-sys"
16070version = "0.3.76"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16073dependencies = [
16074 "js-sys",
16075 "wasm-bindgen",
16076]
16077
16078[[package]]
16079name = "web-time"
16080version = "1.1.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16083dependencies = [
16084 "js-sys",
16085 "wasm-bindgen",
16086]
16087
16088[[package]]
16089name = "webpki-root-certs"
16090version = "0.26.8"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16093dependencies = [
16094 "rustls-pki-types",
16095]
16096
16097[[package]]
16098name = "webpki-roots"
16099version = "0.26.7"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16102dependencies = [
16103 "rustls-pki-types",
16104]
16105
16106[[package]]
16107name = "webrtc-sys"
16108version = "0.3.7"
16109source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16110dependencies = [
16111 "cc",
16112 "cxx",
16113 "cxx-build",
16114 "glob",
16115 "log",
16116 "webrtc-sys-build",
16117]
16118
16119[[package]]
16120name = "webrtc-sys-build"
16121version = "0.3.6"
16122source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16123dependencies = [
16124 "fs2",
16125 "regex",
16126 "reqwest 0.11.27",
16127 "scratch",
16128 "semver",
16129 "zip",
16130]
16131
16132[[package]]
16133name = "weezl"
16134version = "0.1.8"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16137
16138[[package]]
16139name = "welcome"
16140version = "0.1.0"
16141dependencies = [
16142 "anyhow",
16143 "client",
16144 "db",
16145 "editor",
16146 "fuzzy",
16147 "gpui",
16148 "install_cli",
16149 "language",
16150 "picker",
16151 "project",
16152 "schemars",
16153 "serde",
16154 "settings",
16155 "telemetry",
16156 "ui",
16157 "util",
16158 "vim_mode_setting",
16159 "workspace",
16160 "zed_actions",
16161]
16162
16163[[package]]
16164name = "which"
16165version = "4.4.2"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16168dependencies = [
16169 "either",
16170 "home",
16171 "once_cell",
16172 "rustix",
16173]
16174
16175[[package]]
16176name = "which"
16177version = "6.0.3"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16180dependencies = [
16181 "either",
16182 "home",
16183 "rustix",
16184 "winsafe",
16185]
16186
16187[[package]]
16188name = "whoami"
16189version = "1.5.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16192dependencies = [
16193 "redox_syscall 0.5.8",
16194 "wasite",
16195]
16196
16197[[package]]
16198name = "wiggle"
16199version = "29.0.1"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16202dependencies = [
16203 "anyhow",
16204 "async-trait",
16205 "bitflags 2.8.0",
16206 "thiserror 1.0.69",
16207 "tracing",
16208 "wasmtime",
16209 "wiggle-macro",
16210]
16211
16212[[package]]
16213name = "wiggle-generate"
16214version = "29.0.1"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16217dependencies = [
16218 "anyhow",
16219 "heck 0.5.0",
16220 "proc-macro2",
16221 "quote",
16222 "shellexpand 2.1.2",
16223 "syn 2.0.100",
16224 "witx",
16225]
16226
16227[[package]]
16228name = "wiggle-macro"
16229version = "29.0.1"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16232dependencies = [
16233 "proc-macro2",
16234 "quote",
16235 "syn 2.0.100",
16236 "wiggle-generate",
16237]
16238
16239[[package]]
16240name = "winapi"
16241version = "0.3.9"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16244dependencies = [
16245 "winapi-i686-pc-windows-gnu",
16246 "winapi-x86_64-pc-windows-gnu",
16247]
16248
16249[[package]]
16250name = "winapi-i686-pc-windows-gnu"
16251version = "0.4.0"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16254
16255[[package]]
16256name = "winapi-util"
16257version = "0.1.9"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16260dependencies = [
16261 "windows-sys 0.48.0",
16262]
16263
16264[[package]]
16265name = "winapi-x86_64-pc-windows-gnu"
16266version = "0.4.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16269
16270[[package]]
16271name = "winch-codegen"
16272version = "29.0.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16275dependencies = [
16276 "anyhow",
16277 "cranelift-codegen",
16278 "gimli",
16279 "regalloc2",
16280 "smallvec",
16281 "target-lexicon 0.13.2",
16282 "thiserror 1.0.69",
16283 "wasmparser 0.221.3",
16284 "wasmtime-cranelift",
16285 "wasmtime-environ",
16286]
16287
16288[[package]]
16289name = "windows"
16290version = "0.54.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16293dependencies = [
16294 "windows-core 0.54.0",
16295 "windows-targets 0.52.6",
16296]
16297
16298[[package]]
16299name = "windows"
16300version = "0.57.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16303dependencies = [
16304 "windows-core 0.57.0",
16305 "windows-targets 0.52.6",
16306]
16307
16308[[package]]
16309name = "windows"
16310version = "0.58.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16313dependencies = [
16314 "windows-core 0.58.0",
16315 "windows-targets 0.52.6",
16316]
16317
16318[[package]]
16319name = "windows"
16320version = "0.61.1"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16323dependencies = [
16324 "windows-collections",
16325 "windows-core 0.61.0",
16326 "windows-future",
16327 "windows-link",
16328 "windows-numerics",
16329]
16330
16331[[package]]
16332name = "windows-collections"
16333version = "0.2.0"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16336dependencies = [
16337 "windows-core 0.61.0",
16338]
16339
16340[[package]]
16341name = "windows-core"
16342version = "0.52.0"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16345dependencies = [
16346 "windows-targets 0.52.6",
16347]
16348
16349[[package]]
16350name = "windows-core"
16351version = "0.54.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16354dependencies = [
16355 "windows-result 0.1.2",
16356 "windows-targets 0.52.6",
16357]
16358
16359[[package]]
16360name = "windows-core"
16361version = "0.57.0"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16364dependencies = [
16365 "windows-implement 0.57.0",
16366 "windows-interface 0.57.0",
16367 "windows-result 0.1.2",
16368 "windows-targets 0.52.6",
16369]
16370
16371[[package]]
16372name = "windows-core"
16373version = "0.58.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16376dependencies = [
16377 "windows-implement 0.58.0",
16378 "windows-interface 0.58.0",
16379 "windows-result 0.2.0",
16380 "windows-strings 0.1.0",
16381 "windows-targets 0.52.6",
16382]
16383
16384[[package]]
16385name = "windows-core"
16386version = "0.61.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16389dependencies = [
16390 "windows-implement 0.60.0",
16391 "windows-interface 0.59.1",
16392 "windows-link",
16393 "windows-result 0.3.2",
16394 "windows-strings 0.4.0",
16395]
16396
16397[[package]]
16398name = "windows-future"
16399version = "0.2.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16402dependencies = [
16403 "windows-core 0.61.0",
16404 "windows-link",
16405]
16406
16407[[package]]
16408name = "windows-implement"
16409version = "0.57.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16412dependencies = [
16413 "proc-macro2",
16414 "quote",
16415 "syn 2.0.100",
16416]
16417
16418[[package]]
16419name = "windows-implement"
16420version = "0.58.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16423dependencies = [
16424 "proc-macro2",
16425 "quote",
16426 "syn 2.0.100",
16427]
16428
16429[[package]]
16430name = "windows-implement"
16431version = "0.60.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16434dependencies = [
16435 "proc-macro2",
16436 "quote",
16437 "syn 2.0.100",
16438]
16439
16440[[package]]
16441name = "windows-interface"
16442version = "0.57.0"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16445dependencies = [
16446 "proc-macro2",
16447 "quote",
16448 "syn 2.0.100",
16449]
16450
16451[[package]]
16452name = "windows-interface"
16453version = "0.58.0"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16456dependencies = [
16457 "proc-macro2",
16458 "quote",
16459 "syn 2.0.100",
16460]
16461
16462[[package]]
16463name = "windows-interface"
16464version = "0.59.1"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16467dependencies = [
16468 "proc-macro2",
16469 "quote",
16470 "syn 2.0.100",
16471]
16472
16473[[package]]
16474name = "windows-link"
16475version = "0.1.1"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16478
16479[[package]]
16480name = "windows-numerics"
16481version = "0.2.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16484dependencies = [
16485 "windows-core 0.61.0",
16486 "windows-link",
16487]
16488
16489[[package]]
16490name = "windows-registry"
16491version = "0.2.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16494dependencies = [
16495 "windows-result 0.2.0",
16496 "windows-strings 0.1.0",
16497 "windows-targets 0.52.6",
16498]
16499
16500[[package]]
16501name = "windows-result"
16502version = "0.1.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16505dependencies = [
16506 "windows-targets 0.52.6",
16507]
16508
16509[[package]]
16510name = "windows-result"
16511version = "0.2.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16514dependencies = [
16515 "windows-targets 0.52.6",
16516]
16517
16518[[package]]
16519name = "windows-result"
16520version = "0.3.2"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16523dependencies = [
16524 "windows-link",
16525]
16526
16527[[package]]
16528name = "windows-strings"
16529version = "0.1.0"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16532dependencies = [
16533 "windows-result 0.2.0",
16534 "windows-targets 0.52.6",
16535]
16536
16537[[package]]
16538name = "windows-strings"
16539version = "0.4.0"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16542dependencies = [
16543 "windows-link",
16544]
16545
16546[[package]]
16547name = "windows-sys"
16548version = "0.45.0"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16551dependencies = [
16552 "windows-targets 0.42.2",
16553]
16554
16555[[package]]
16556name = "windows-sys"
16557version = "0.48.0"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16560dependencies = [
16561 "windows-targets 0.48.5",
16562]
16563
16564[[package]]
16565name = "windows-sys"
16566version = "0.52.0"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16569dependencies = [
16570 "windows-targets 0.52.6",
16571]
16572
16573[[package]]
16574name = "windows-sys"
16575version = "0.59.0"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16578dependencies = [
16579 "windows-targets 0.52.6",
16580]
16581
16582[[package]]
16583name = "windows-targets"
16584version = "0.42.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16587dependencies = [
16588 "windows_aarch64_gnullvm 0.42.2",
16589 "windows_aarch64_msvc 0.42.2",
16590 "windows_i686_gnu 0.42.2",
16591 "windows_i686_msvc 0.42.2",
16592 "windows_x86_64_gnu 0.42.2",
16593 "windows_x86_64_gnullvm 0.42.2",
16594 "windows_x86_64_msvc 0.42.2",
16595]
16596
16597[[package]]
16598name = "windows-targets"
16599version = "0.48.5"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16602dependencies = [
16603 "windows_aarch64_gnullvm 0.48.5",
16604 "windows_aarch64_msvc 0.48.5",
16605 "windows_i686_gnu 0.48.5",
16606 "windows_i686_msvc 0.48.5",
16607 "windows_x86_64_gnu 0.48.5",
16608 "windows_x86_64_gnullvm 0.48.5",
16609 "windows_x86_64_msvc 0.48.5",
16610]
16611
16612[[package]]
16613name = "windows-targets"
16614version = "0.52.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16617dependencies = [
16618 "windows_aarch64_gnullvm 0.52.6",
16619 "windows_aarch64_msvc 0.52.6",
16620 "windows_i686_gnu 0.52.6",
16621 "windows_i686_gnullvm",
16622 "windows_i686_msvc 0.52.6",
16623 "windows_x86_64_gnu 0.52.6",
16624 "windows_x86_64_gnullvm 0.52.6",
16625 "windows_x86_64_msvc 0.52.6",
16626]
16627
16628[[package]]
16629name = "windows_aarch64_gnullvm"
16630version = "0.42.2"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16633
16634[[package]]
16635name = "windows_aarch64_gnullvm"
16636version = "0.48.5"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16639
16640[[package]]
16641name = "windows_aarch64_gnullvm"
16642version = "0.52.6"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16645
16646[[package]]
16647name = "windows_aarch64_msvc"
16648version = "0.42.2"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16651
16652[[package]]
16653name = "windows_aarch64_msvc"
16654version = "0.48.5"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16657
16658[[package]]
16659name = "windows_aarch64_msvc"
16660version = "0.52.6"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16663
16664[[package]]
16665name = "windows_i686_gnu"
16666version = "0.42.2"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16669
16670[[package]]
16671name = "windows_i686_gnu"
16672version = "0.48.5"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16675
16676[[package]]
16677name = "windows_i686_gnu"
16678version = "0.52.6"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16681
16682[[package]]
16683name = "windows_i686_gnullvm"
16684version = "0.52.6"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16687
16688[[package]]
16689name = "windows_i686_msvc"
16690version = "0.42.2"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16693
16694[[package]]
16695name = "windows_i686_msvc"
16696version = "0.48.5"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16699
16700[[package]]
16701name = "windows_i686_msvc"
16702version = "0.52.6"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16705
16706[[package]]
16707name = "windows_x86_64_gnu"
16708version = "0.42.2"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16711
16712[[package]]
16713name = "windows_x86_64_gnu"
16714version = "0.48.5"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16717
16718[[package]]
16719name = "windows_x86_64_gnu"
16720version = "0.52.6"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16723
16724[[package]]
16725name = "windows_x86_64_gnullvm"
16726version = "0.42.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16729
16730[[package]]
16731name = "windows_x86_64_gnullvm"
16732version = "0.48.5"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16735
16736[[package]]
16737name = "windows_x86_64_gnullvm"
16738version = "0.52.6"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16741
16742[[package]]
16743name = "windows_x86_64_msvc"
16744version = "0.42.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16747
16748[[package]]
16749name = "windows_x86_64_msvc"
16750version = "0.48.5"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16753
16754[[package]]
16755name = "windows_x86_64_msvc"
16756version = "0.52.6"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16759
16760[[package]]
16761name = "winnow"
16762version = "0.6.20"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16765dependencies = [
16766 "memchr",
16767]
16768
16769[[package]]
16770name = "winnow"
16771version = "0.7.1"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16774dependencies = [
16775 "memchr",
16776]
16777
16778[[package]]
16779name = "winreg"
16780version = "0.50.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16783dependencies = [
16784 "cfg-if",
16785 "windows-sys 0.48.0",
16786]
16787
16788[[package]]
16789name = "winreg"
16790version = "0.52.0"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16793dependencies = [
16794 "cfg-if",
16795 "windows-sys 0.48.0",
16796]
16797
16798[[package]]
16799name = "winresource"
16800version = "0.1.20"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16803dependencies = [
16804 "toml 0.8.20",
16805 "version_check",
16806]
16807
16808[[package]]
16809name = "winsafe"
16810version = "0.0.19"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16813
16814[[package]]
16815name = "winx"
16816version = "0.36.4"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16819dependencies = [
16820 "bitflags 2.8.0",
16821 "windows-sys 0.52.0",
16822]
16823
16824[[package]]
16825name = "wio"
16826version = "0.2.2"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16829dependencies = [
16830 "winapi",
16831]
16832
16833[[package]]
16834name = "wit-bindgen"
16835version = "0.22.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16838dependencies = [
16839 "bitflags 2.8.0",
16840 "wit-bindgen-rt 0.22.0",
16841 "wit-bindgen-rust-macro",
16842]
16843
16844[[package]]
16845name = "wit-bindgen-core"
16846version = "0.22.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16849dependencies = [
16850 "anyhow",
16851 "wit-parser 0.201.0",
16852]
16853
16854[[package]]
16855name = "wit-bindgen-rt"
16856version = "0.22.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16859
16860[[package]]
16861name = "wit-bindgen-rt"
16862version = "0.33.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16865dependencies = [
16866 "bitflags 2.8.0",
16867]
16868
16869[[package]]
16870name = "wit-bindgen-rust"
16871version = "0.22.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16874dependencies = [
16875 "anyhow",
16876 "heck 0.4.1",
16877 "indexmap",
16878 "wasm-metadata 0.201.0",
16879 "wit-bindgen-core",
16880 "wit-component 0.201.0",
16881]
16882
16883[[package]]
16884name = "wit-bindgen-rust-macro"
16885version = "0.22.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16888dependencies = [
16889 "anyhow",
16890 "proc-macro2",
16891 "quote",
16892 "syn 2.0.100",
16893 "wit-bindgen-core",
16894 "wit-bindgen-rust",
16895]
16896
16897[[package]]
16898name = "wit-component"
16899version = "0.201.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16902dependencies = [
16903 "anyhow",
16904 "bitflags 2.8.0",
16905 "indexmap",
16906 "log",
16907 "serde",
16908 "serde_derive",
16909 "serde_json",
16910 "wasm-encoder 0.201.0",
16911 "wasm-metadata 0.201.0",
16912 "wasmparser 0.201.0",
16913 "wit-parser 0.201.0",
16914]
16915
16916[[package]]
16917name = "wit-component"
16918version = "0.221.3"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16921dependencies = [
16922 "anyhow",
16923 "bitflags 2.8.0",
16924 "indexmap",
16925 "log",
16926 "serde",
16927 "serde_derive",
16928 "serde_json",
16929 "wasm-encoder 0.221.3",
16930 "wasm-metadata 0.221.3",
16931 "wasmparser 0.221.3",
16932 "wit-parser 0.221.3",
16933]
16934
16935[[package]]
16936name = "wit-parser"
16937version = "0.201.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16940dependencies = [
16941 "anyhow",
16942 "id-arena",
16943 "indexmap",
16944 "log",
16945 "semver",
16946 "serde",
16947 "serde_derive",
16948 "serde_json",
16949 "unicode-xid",
16950 "wasmparser 0.201.0",
16951]
16952
16953[[package]]
16954name = "wit-parser"
16955version = "0.221.3"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16958dependencies = [
16959 "anyhow",
16960 "id-arena",
16961 "indexmap",
16962 "log",
16963 "semver",
16964 "serde",
16965 "serde_derive",
16966 "serde_json",
16967 "unicode-xid",
16968 "wasmparser 0.221.3",
16969]
16970
16971[[package]]
16972name = "witx"
16973version = "0.9.1"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16976dependencies = [
16977 "anyhow",
16978 "log",
16979 "thiserror 1.0.69",
16980 "wast",
16981]
16982
16983[[package]]
16984name = "workspace"
16985version = "0.1.0"
16986dependencies = [
16987 "any_vec",
16988 "anyhow",
16989 "async-recursion 1.1.1",
16990 "bincode",
16991 "call",
16992 "client",
16993 "clock",
16994 "collections",
16995 "component",
16996 "dap",
16997 "db",
16998 "derive_more",
16999 "env_logger 0.11.7",
17000 "fs",
17001 "futures 0.3.31",
17002 "gpui",
17003 "http_client",
17004 "itertools 0.14.0",
17005 "language",
17006 "log",
17007 "node_runtime",
17008 "parking_lot",
17009 "postage",
17010 "project",
17011 "remote",
17012 "schemars",
17013 "serde",
17014 "serde_json",
17015 "session",
17016 "settings",
17017 "smallvec",
17018 "sqlez",
17019 "strum",
17020 "task",
17021 "telemetry",
17022 "tempfile",
17023 "theme",
17024 "ui",
17025 "util",
17026 "uuid",
17027 "zed_actions",
17028]
17029
17030[[package]]
17031name = "worktree"
17032version = "0.1.0"
17033dependencies = [
17034 "anyhow",
17035 "clock",
17036 "collections",
17037 "env_logger 0.11.7",
17038 "fs",
17039 "futures 0.3.31",
17040 "fuzzy",
17041 "git",
17042 "git2",
17043 "git_hosting_providers",
17044 "gpui",
17045 "http_client",
17046 "ignore",
17047 "language",
17048 "log",
17049 "parking_lot",
17050 "paths",
17051 "postage",
17052 "pretty_assertions",
17053 "rand 0.8.5",
17054 "rpc",
17055 "schemars",
17056 "serde",
17057 "serde_json",
17058 "settings",
17059 "smallvec",
17060 "smol",
17061 "sum_tree",
17062 "text",
17063 "util",
17064]
17065
17066[[package]]
17067name = "write16"
17068version = "1.0.0"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17071
17072[[package]]
17073name = "writeable"
17074version = "0.5.5"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17077
17078[[package]]
17079name = "wyz"
17080version = "0.5.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17083dependencies = [
17084 "tap",
17085]
17086
17087[[package]]
17088name = "x11-clipboard"
17089version = "0.9.3"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17092dependencies = [
17093 "libc",
17094 "x11rb",
17095]
17096
17097[[package]]
17098name = "x11rb"
17099version = "0.13.1"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17102dependencies = [
17103 "as-raw-xcb-connection",
17104 "gethostname",
17105 "libc",
17106 "rustix",
17107 "x11rb-protocol",
17108]
17109
17110[[package]]
17111name = "x11rb-protocol"
17112version = "0.13.1"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17115
17116[[package]]
17117name = "xattr"
17118version = "0.2.3"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17121dependencies = [
17122 "libc",
17123]
17124
17125[[package]]
17126name = "xcursor"
17127version = "0.3.8"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17130
17131[[package]]
17132name = "xdg-home"
17133version = "1.3.0"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17136dependencies = [
17137 "libc",
17138 "windows-sys 0.59.0",
17139]
17140
17141[[package]]
17142name = "xim"
17143version = "0.4.0"
17144source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17145dependencies = [
17146 "ahash 0.8.11",
17147 "hashbrown 0.14.5",
17148 "log",
17149 "x11rb",
17150 "xim-ctext",
17151 "xim-parser",
17152]
17153
17154[[package]]
17155name = "xim-ctext"
17156version = "0.3.0"
17157source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17158dependencies = [
17159 "encoding_rs",
17160]
17161
17162[[package]]
17163name = "xim-parser"
17164version = "0.2.1"
17165source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17166dependencies = [
17167 "bitflags 2.8.0",
17168]
17169
17170[[package]]
17171name = "xkbcommon"
17172version = "0.8.0"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17175dependencies = [
17176 "as-raw-xcb-connection",
17177 "libc",
17178 "memmap2",
17179 "xkeysym",
17180]
17181
17182[[package]]
17183name = "xkeysym"
17184version = "0.2.1"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17187
17188[[package]]
17189name = "xml5ever"
17190version = "0.18.1"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17193dependencies = [
17194 "log",
17195 "mac",
17196 "markup5ever",
17197]
17198
17199[[package]]
17200name = "xmlparser"
17201version = "0.13.6"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17204
17205[[package]]
17206name = "xmlwriter"
17207version = "0.1.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17210
17211[[package]]
17212name = "xtask"
17213version = "0.1.0"
17214dependencies = [
17215 "anyhow",
17216 "cargo_metadata",
17217 "cargo_toml",
17218 "clap",
17219]
17220
17221[[package]]
17222name = "yaml-rust2"
17223version = "0.8.1"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17226dependencies = [
17227 "arraydeque",
17228 "encoding_rs",
17229 "hashlink 0.8.4",
17230]
17231
17232[[package]]
17233name = "yansi"
17234version = "1.0.1"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17237
17238[[package]]
17239name = "yazi"
17240version = "0.2.1"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17243
17244[[package]]
17245name = "yeslogic-fontconfig-sys"
17246version = "6.0.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17249dependencies = [
17250 "dlib",
17251 "once_cell",
17252 "pkg-config",
17253]
17254
17255[[package]]
17256name = "yoke"
17257version = "0.7.5"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17260dependencies = [
17261 "serde",
17262 "stable_deref_trait",
17263 "yoke-derive",
17264 "zerofrom",
17265]
17266
17267[[package]]
17268name = "yoke-derive"
17269version = "0.7.5"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17272dependencies = [
17273 "proc-macro2",
17274 "quote",
17275 "syn 2.0.100",
17276 "synstructure",
17277]
17278
17279[[package]]
17280name = "zbus"
17281version = "5.5.0"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17284dependencies = [
17285 "async-broadcast",
17286 "async-executor",
17287 "async-fs",
17288 "async-io",
17289 "async-lock",
17290 "async-process",
17291 "async-recursion 1.1.1",
17292 "async-task",
17293 "async-trait",
17294 "blocking",
17295 "enumflags2",
17296 "event-listener 5.3.1",
17297 "futures-core",
17298 "futures-lite 2.6.0",
17299 "hex",
17300 "nix",
17301 "ordered-stream",
17302 "serde",
17303 "serde_repr",
17304 "static_assertions",
17305 "tracing",
17306 "uds_windows",
17307 "windows-sys 0.59.0",
17308 "winnow 0.7.1",
17309 "xdg-home",
17310 "zbus_macros",
17311 "zbus_names",
17312 "zvariant",
17313]
17314
17315[[package]]
17316name = "zbus_macros"
17317version = "5.5.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17320dependencies = [
17321 "proc-macro-crate",
17322 "proc-macro2",
17323 "quote",
17324 "syn 2.0.100",
17325 "zbus_names",
17326 "zvariant",
17327 "zvariant_utils",
17328]
17329
17330[[package]]
17331name = "zbus_names"
17332version = "4.1.0"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17335dependencies = [
17336 "serde",
17337 "static_assertions",
17338 "winnow 0.6.20",
17339 "zvariant",
17340]
17341
17342[[package]]
17343name = "zed"
17344version = "0.181.0"
17345dependencies = [
17346 "activity_indicator",
17347 "anyhow",
17348 "ashpd",
17349 "assets",
17350 "assistant",
17351 "assistant2",
17352 "assistant_context_editor",
17353 "assistant_settings",
17354 "assistant_tools",
17355 "async-watch",
17356 "audio",
17357 "auto_update",
17358 "auto_update_ui",
17359 "backtrace",
17360 "breadcrumbs",
17361 "call",
17362 "channel",
17363 "chrono",
17364 "clap",
17365 "cli",
17366 "client",
17367 "collab_ui",
17368 "collections",
17369 "command_palette",
17370 "command_palette_hooks",
17371 "component_preview",
17372 "copilot",
17373 "dap",
17374 "dap_adapters",
17375 "db",
17376 "debugger_tools",
17377 "debugger_ui",
17378 "diagnostics",
17379 "editor",
17380 "env_logger 0.11.7",
17381 "extension",
17382 "extension_host",
17383 "extensions_ui",
17384 "feature_flags",
17385 "feedback",
17386 "file_finder",
17387 "fs",
17388 "futures 0.3.31",
17389 "git",
17390 "git_hosting_providers",
17391 "git_ui",
17392 "go_to_line",
17393 "gpui",
17394 "gpui_tokio",
17395 "http_client",
17396 "image_viewer",
17397 "inline_completion_button",
17398 "install_cli",
17399 "journal",
17400 "language",
17401 "language_extension",
17402 "language_model",
17403 "language_models",
17404 "language_selector",
17405 "language_tools",
17406 "languages",
17407 "libc",
17408 "log",
17409 "markdown_preview",
17410 "menu",
17411 "migrator",
17412 "mimalloc",
17413 "nix",
17414 "node_runtime",
17415 "notifications",
17416 "outline",
17417 "outline_panel",
17418 "parking_lot",
17419 "paths",
17420 "picker",
17421 "profiling",
17422 "project",
17423 "project_panel",
17424 "project_symbols",
17425 "prompt_store",
17426 "proto",
17427 "recent_projects",
17428 "release_channel",
17429 "remote",
17430 "repl",
17431 "reqwest_client",
17432 "rope",
17433 "search",
17434 "serde",
17435 "serde_json",
17436 "session",
17437 "settings",
17438 "settings_ui",
17439 "shellexpand 2.1.2",
17440 "simplelog",
17441 "smol",
17442 "snippet_provider",
17443 "snippets_ui",
17444 "supermaven",
17445 "sysinfo",
17446 "tab_switcher",
17447 "task",
17448 "tasks_ui",
17449 "telemetry",
17450 "telemetry_events",
17451 "terminal_view",
17452 "theme",
17453 "theme_extension",
17454 "theme_selector",
17455 "time",
17456 "title_bar",
17457 "toolchain_selector",
17458 "tree-sitter-md",
17459 "tree-sitter-rust",
17460 "ui",
17461 "ui_prompt",
17462 "url",
17463 "urlencoding",
17464 "util",
17465 "uuid",
17466 "vim",
17467 "vim_mode_setting",
17468 "welcome",
17469 "windows 0.61.1",
17470 "winresource",
17471 "workspace",
17472 "zed_actions",
17473 "zeta",
17474 "zlog_settings",
17475]
17476
17477[[package]]
17478name = "zed_actions"
17479version = "0.1.0"
17480dependencies = [
17481 "gpui",
17482 "schemars",
17483 "serde",
17484]
17485
17486[[package]]
17487name = "zed_emmet"
17488version = "0.0.3"
17489dependencies = [
17490 "zed_extension_api 0.1.0",
17491]
17492
17493[[package]]
17494name = "zed_extension_api"
17495version = "0.1.0"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17498dependencies = [
17499 "serde",
17500 "serde_json",
17501 "wit-bindgen",
17502]
17503
17504[[package]]
17505name = "zed_extension_api"
17506version = "0.4.0"
17507dependencies = [
17508 "serde",
17509 "serde_json",
17510 "wit-bindgen",
17511]
17512
17513[[package]]
17514name = "zed_glsl"
17515version = "0.1.0"
17516dependencies = [
17517 "zed_extension_api 0.1.0",
17518]
17519
17520[[package]]
17521name = "zed_html"
17522version = "0.2.0"
17523dependencies = [
17524 "zed_extension_api 0.1.0",
17525]
17526
17527[[package]]
17528name = "zed_llm_client"
17529version = "0.4.1"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17532dependencies = [
17533 "serde",
17534 "serde_json",
17535 "uuid",
17536]
17537
17538[[package]]
17539name = "zed_proto"
17540version = "0.2.1"
17541dependencies = [
17542 "zed_extension_api 0.1.0",
17543]
17544
17545[[package]]
17546name = "zed_ruff"
17547version = "0.1.0"
17548dependencies = [
17549 "zed_extension_api 0.1.0",
17550]
17551
17552[[package]]
17553name = "zed_snippets"
17554version = "0.0.5"
17555dependencies = [
17556 "serde_json",
17557 "zed_extension_api 0.1.0",
17558]
17559
17560[[package]]
17561name = "zed_test_extension"
17562version = "0.1.0"
17563dependencies = [
17564 "zed_extension_api 0.4.0",
17565]
17566
17567[[package]]
17568name = "zed_toml"
17569version = "0.1.3"
17570dependencies = [
17571 "zed_extension_api 0.1.0",
17572]
17573
17574[[package]]
17575name = "zeno"
17576version = "0.3.2"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17579
17580[[package]]
17581name = "zerocopy"
17582version = "0.7.35"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17585dependencies = [
17586 "byteorder",
17587 "zerocopy-derive 0.7.35",
17588]
17589
17590[[package]]
17591name = "zerocopy"
17592version = "0.8.18"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17595dependencies = [
17596 "zerocopy-derive 0.8.18",
17597]
17598
17599[[package]]
17600name = "zerocopy-derive"
17601version = "0.7.35"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17604dependencies = [
17605 "proc-macro2",
17606 "quote",
17607 "syn 2.0.100",
17608]
17609
17610[[package]]
17611name = "zerocopy-derive"
17612version = "0.8.18"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17615dependencies = [
17616 "proc-macro2",
17617 "quote",
17618 "syn 2.0.100",
17619]
17620
17621[[package]]
17622name = "zerofrom"
17623version = "0.1.5"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17626dependencies = [
17627 "zerofrom-derive",
17628]
17629
17630[[package]]
17631name = "zerofrom-derive"
17632version = "0.1.5"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17635dependencies = [
17636 "proc-macro2",
17637 "quote",
17638 "syn 2.0.100",
17639 "synstructure",
17640]
17641
17642[[package]]
17643name = "zeroize"
17644version = "1.8.1"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17647dependencies = [
17648 "zeroize_derive",
17649]
17650
17651[[package]]
17652name = "zeroize_derive"
17653version = "1.4.2"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17656dependencies = [
17657 "proc-macro2",
17658 "quote",
17659 "syn 2.0.100",
17660]
17661
17662[[package]]
17663name = "zeromq"
17664version = "0.5.0-pre"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17667dependencies = [
17668 "async-dispatcher",
17669 "async-std",
17670 "async-trait",
17671 "asynchronous-codec",
17672 "bytes 1.10.1",
17673 "crossbeam-queue",
17674 "dashmap 5.5.3",
17675 "futures 0.3.31",
17676 "log",
17677 "num-traits",
17678 "once_cell",
17679 "parking_lot",
17680 "rand 0.8.5",
17681 "regex",
17682 "thiserror 1.0.69",
17683 "uuid",
17684]
17685
17686[[package]]
17687name = "zerovec"
17688version = "0.10.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17691dependencies = [
17692 "yoke",
17693 "zerofrom",
17694 "zerovec-derive",
17695]
17696
17697[[package]]
17698name = "zerovec-derive"
17699version = "0.10.3"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17702dependencies = [
17703 "proc-macro2",
17704 "quote",
17705 "syn 2.0.100",
17706]
17707
17708[[package]]
17709name = "zeta"
17710version = "0.1.0"
17711dependencies = [
17712 "anyhow",
17713 "arrayvec",
17714 "call",
17715 "client",
17716 "clock",
17717 "collections",
17718 "command_palette_hooks",
17719 "ctor",
17720 "db",
17721 "editor",
17722 "env_logger 0.11.7",
17723 "feature_flags",
17724 "fs",
17725 "futures 0.3.31",
17726 "gpui",
17727 "http_client",
17728 "indoc",
17729 "inline_completion",
17730 "language",
17731 "language_model",
17732 "log",
17733 "menu",
17734 "migrator",
17735 "paths",
17736 "postage",
17737 "project",
17738 "regex",
17739 "release_channel",
17740 "reqwest_client",
17741 "rpc",
17742 "serde",
17743 "serde_json",
17744 "settings",
17745 "telemetry",
17746 "telemetry_events",
17747 "theme",
17748 "thiserror 2.0.12",
17749 "tree-sitter-go",
17750 "tree-sitter-rust",
17751 "ui",
17752 "unindent",
17753 "util",
17754 "uuid",
17755 "workspace",
17756 "worktree",
17757 "zed_actions",
17758 "zed_llm_client",
17759]
17760
17761[[package]]
17762name = "zip"
17763version = "0.6.6"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17766dependencies = [
17767 "aes",
17768 "byteorder",
17769 "bzip2",
17770 "constant_time_eq 0.1.5",
17771 "crc32fast",
17772 "crossbeam-utils",
17773 "flate2",
17774 "hmac",
17775 "pbkdf2 0.11.0",
17776 "sha1",
17777 "time",
17778 "zstd",
17779]
17780
17781[[package]]
17782name = "zlog"
17783version = "0.1.0"
17784dependencies = [
17785 "log",
17786]
17787
17788[[package]]
17789name = "zlog_settings"
17790version = "0.1.0"
17791dependencies = [
17792 "anyhow",
17793 "gpui",
17794 "schemars",
17795 "serde",
17796 "settings",
17797 "zlog",
17798]
17799
17800[[package]]
17801name = "zstd"
17802version = "0.11.2+zstd.1.5.2"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17805dependencies = [
17806 "zstd-safe",
17807]
17808
17809[[package]]
17810name = "zstd-safe"
17811version = "5.0.2+zstd.1.5.2"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17814dependencies = [
17815 "libc",
17816 "zstd-sys",
17817]
17818
17819[[package]]
17820name = "zstd-sys"
17821version = "2.0.13+zstd.1.5.6"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17824dependencies = [
17825 "cc",
17826 "pkg-config",
17827]
17828
17829[[package]]
17830name = "zune-core"
17831version = "0.4.12"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17834
17835[[package]]
17836name = "zune-inflate"
17837version = "0.2.54"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17840dependencies = [
17841 "simd-adler32",
17842]
17843
17844[[package]]
17845name = "zune-jpeg"
17846version = "0.4.13"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17849dependencies = [
17850 "zune-core",
17851]
17852
17853[[package]]
17854name = "zvariant"
17855version = "5.4.0"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17858dependencies = [
17859 "endi",
17860 "enumflags2",
17861 "serde",
17862 "static_assertions",
17863 "url",
17864 "winnow 0.7.1",
17865 "zvariant_derive",
17866 "zvariant_utils",
17867]
17868
17869[[package]]
17870name = "zvariant_derive"
17871version = "5.4.0"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17874dependencies = [
17875 "proc-macro-crate",
17876 "proc-macro2",
17877 "quote",
17878 "syn 2.0.100",
17879 "zvariant_utils",
17880]
17881
17882[[package]]
17883name = "zvariant_utils"
17884version = "3.2.0"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17887dependencies = [
17888 "proc-macro2",
17889 "quote",
17890 "serde",
17891 "static_assertions",
17892 "syn 2.0.100",
17893 "winnow 0.7.1",
17894]