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.9.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.9.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 "schemars",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  584 "dap",
  585 "env_logger 0.11.7",
  586 "fs",
  587 "futures 0.3.31",
  588 "gpui",
  589 "gpui_tokio",
  590 "itertools 0.14.0",
  591 "language",
  592 "language_model",
  593 "language_models",
  594 "node_runtime",
  595 "project",
  596 "prompt_store",
  597 "regex",
  598 "release_channel",
  599 "reqwest_client",
  600 "serde",
  601 "serde_json",
  602 "serde_json_lenient",
  603 "settings",
  604 "smol",
  605 "util",
  606]
  607
  608[[package]]
  609name = "assistant_settings"
  610version = "0.1.0"
  611dependencies = [
  612 "anthropic",
  613 "anyhow",
  614 "deepseek",
  615 "feature_flags",
  616 "fs",
  617 "gpui",
  618 "indexmap",
  619 "language_model",
  620 "lmstudio",
  621 "log",
  622 "ollama",
  623 "open_ai",
  624 "paths",
  625 "schemars",
  626 "serde",
  627 "serde_json_lenient",
  628 "settings",
  629]
  630
  631[[package]]
  632name = "assistant_slash_command"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "async-trait",
  637 "collections",
  638 "derive_more",
  639 "extension",
  640 "futures 0.3.31",
  641 "gpui",
  642 "language",
  643 "language_model",
  644 "parking_lot",
  645 "pretty_assertions",
  646 "serde",
  647 "serde_json",
  648 "ui",
  649 "workspace",
  650]
  651
  652[[package]]
  653name = "assistant_slash_commands"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "assistant_slash_command",
  658 "cargo_toml",
  659 "chrono",
  660 "collections",
  661 "context_server",
  662 "editor",
  663 "env_logger 0.11.7",
  664 "feature_flags",
  665 "fs",
  666 "futures 0.3.31",
  667 "fuzzy",
  668 "globset",
  669 "gpui",
  670 "html_to_markdown",
  671 "http_client",
  672 "indexed_docs",
  673 "language",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "serde",
  679 "serde_json",
  680 "settings",
  681 "smol",
  682 "terminal_view",
  683 "text",
  684 "toml 0.8.20",
  685 "ui",
  686 "util",
  687 "workspace",
  688 "worktree",
  689]
  690
  691[[package]]
  692name = "assistant_tool"
  693version = "0.1.0"
  694dependencies = [
  695 "anyhow",
  696 "buffer_diff",
  697 "clock",
  698 "collections",
  699 "ctor",
  700 "derive_more",
  701 "env_logger 0.11.7",
  702 "futures 0.3.31",
  703 "gpui",
  704 "icons",
  705 "language",
  706 "language_model",
  707 "log",
  708 "parking_lot",
  709 "pretty_assertions",
  710 "project",
  711 "rand 0.8.5",
  712 "serde",
  713 "serde_json",
  714 "settings",
  715 "text",
  716 "util",
  717]
  718
  719[[package]]
  720name = "assistant_tools"
  721version = "0.1.0"
  722dependencies = [
  723 "anyhow",
  724 "assistant_tool",
  725 "chrono",
  726 "collections",
  727 "feature_flags",
  728 "futures 0.3.31",
  729 "gpui",
  730 "html_to_markdown",
  731 "http_client",
  732 "itertools 0.14.0",
  733 "language",
  734 "language_model",
  735 "log",
  736 "lsp",
  737 "open",
  738 "project",
  739 "rand 0.8.5",
  740 "regex",
  741 "release_channel",
  742 "schemars",
  743 "serde",
  744 "serde_json",
  745 "settings",
  746 "theme",
  747 "ui",
  748 "unindent",
  749 "util",
  750 "workspace",
  751 "worktree",
  752]
  753
  754[[package]]
  755name = "async-attributes"
  756version = "1.1.2"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  759dependencies = [
  760 "quote",
  761 "syn 1.0.109",
  762]
  763
  764[[package]]
  765name = "async-broadcast"
  766version = "0.7.2"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  769dependencies = [
  770 "event-listener 5.3.1",
  771 "event-listener-strategy",
  772 "futures-core",
  773 "pin-project-lite",
  774]
  775
  776[[package]]
  777name = "async-channel"
  778version = "1.9.0"
  779source = "registry+https://github.com/rust-lang/crates.io-index"
  780checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  781dependencies = [
  782 "concurrent-queue",
  783 "event-listener 2.5.3",
  784 "futures-core",
  785]
  786
  787[[package]]
  788name = "async-channel"
  789version = "2.3.1"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  792dependencies = [
  793 "concurrent-queue",
  794 "event-listener-strategy",
  795 "futures-core",
  796 "pin-project-lite",
  797]
  798
  799[[package]]
  800name = "async-compat"
  801version = "0.2.4"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  804dependencies = [
  805 "futures-core",
  806 "futures-io",
  807 "once_cell",
  808 "pin-project-lite",
  809 "tokio",
  810]
  811
  812[[package]]
  813name = "async-compression"
  814version = "0.4.22"
  815source = "registry+https://github.com/rust-lang/crates.io-index"
  816checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  817dependencies = [
  818 "deflate64",
  819 "flate2",
  820 "futures-core",
  821 "futures-io",
  822 "memchr",
  823 "pin-project-lite",
  824]
  825
  826[[package]]
  827name = "async-dispatcher"
  828version = "0.1.2"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  831dependencies = [
  832 "async-task",
  833 "futures-lite 1.13.0",
  834]
  835
  836[[package]]
  837name = "async-executor"
  838version = "1.13.1"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  841dependencies = [
  842 "async-task",
  843 "concurrent-queue",
  844 "fastrand 2.3.0",
  845 "futures-lite 2.6.0",
  846 "slab",
  847]
  848
  849[[package]]
  850name = "async-fs"
  851version = "2.1.2"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  854dependencies = [
  855 "async-lock",
  856 "blocking",
  857 "futures-lite 2.6.0",
  858]
  859
  860[[package]]
  861name = "async-global-executor"
  862version = "2.4.1"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  865dependencies = [
  866 "async-channel 2.3.1",
  867 "async-executor",
  868 "async-io",
  869 "async-lock",
  870 "blocking",
  871 "futures-lite 2.6.0",
  872 "once_cell",
  873]
  874
  875[[package]]
  876name = "async-io"
  877version = "2.4.0"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  880dependencies = [
  881 "async-lock",
  882 "cfg-if",
  883 "concurrent-queue",
  884 "futures-io",
  885 "futures-lite 2.6.0",
  886 "parking",
  887 "polling",
  888 "rustix",
  889 "slab",
  890 "tracing",
  891 "windows-sys 0.59.0",
  892]
  893
  894[[package]]
  895name = "async-lock"
  896version = "3.4.0"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  899dependencies = [
  900 "event-listener 5.3.1",
  901 "event-listener-strategy",
  902 "pin-project-lite",
  903]
  904
  905[[package]]
  906name = "async-native-tls"
  907version = "0.5.0"
  908source = "registry+https://github.com/rust-lang/crates.io-index"
  909checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  910dependencies = [
  911 "futures-util",
  912 "native-tls",
  913 "thiserror 1.0.69",
  914 "url",
  915]
  916
  917[[package]]
  918name = "async-net"
  919version = "2.0.0"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  922dependencies = [
  923 "async-io",
  924 "blocking",
  925 "futures-lite 2.6.0",
  926]
  927
  928[[package]]
  929name = "async-pipe"
  930version = "0.1.3"
  931source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  932dependencies = [
  933 "futures 0.3.31",
  934 "log",
  935]
  936
  937[[package]]
  938name = "async-process"
  939version = "2.3.0"
  940source = "registry+https://github.com/rust-lang/crates.io-index"
  941checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  942dependencies = [
  943 "async-channel 2.3.1",
  944 "async-io",
  945 "async-lock",
  946 "async-signal",
  947 "async-task",
  948 "blocking",
  949 "cfg-if",
  950 "event-listener 5.3.1",
  951 "futures-lite 2.6.0",
  952 "rustix",
  953 "tracing",
  954]
  955
  956[[package]]
  957name = "async-recursion"
  958version = "0.3.2"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  961dependencies = [
  962 "proc-macro2",
  963 "quote",
  964 "syn 1.0.109",
  965]
  966
  967[[package]]
  968name = "async-recursion"
  969version = "1.1.1"
  970source = "registry+https://github.com/rust-lang/crates.io-index"
  971checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  972dependencies = [
  973 "proc-macro2",
  974 "quote",
  975 "syn 2.0.100",
  976]
  977
  978[[package]]
  979name = "async-signal"
  980version = "0.2.10"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  983dependencies = [
  984 "async-io",
  985 "async-lock",
  986 "atomic-waker",
  987 "cfg-if",
  988 "futures-core",
  989 "futures-io",
  990 "rustix",
  991 "signal-hook-registry",
  992 "slab",
  993 "windows-sys 0.59.0",
  994]
  995
  996[[package]]
  997name = "async-std"
  998version = "1.13.1"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
 1001dependencies = [
 1002 "async-attributes",
 1003 "async-channel 1.9.0",
 1004 "async-global-executor",
 1005 "async-io",
 1006 "async-lock",
 1007 "async-process",
 1008 "crossbeam-utils",
 1009 "futures-channel",
 1010 "futures-core",
 1011 "futures-io",
 1012 "futures-lite 2.6.0",
 1013 "gloo-timers",
 1014 "kv-log-macro",
 1015 "log",
 1016 "memchr",
 1017 "once_cell",
 1018 "pin-project-lite",
 1019 "pin-utils",
 1020 "slab",
 1021 "wasm-bindgen-futures",
 1022]
 1023
 1024[[package]]
 1025name = "async-stream"
 1026version = "0.3.6"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1029dependencies = [
 1030 "async-stream-impl",
 1031 "futures-core",
 1032 "pin-project-lite",
 1033]
 1034
 1035[[package]]
 1036name = "async-stream-impl"
 1037version = "0.3.6"
 1038source = "registry+https://github.com/rust-lang/crates.io-index"
 1039checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1040dependencies = [
 1041 "proc-macro2",
 1042 "quote",
 1043 "syn 2.0.100",
 1044]
 1045
 1046[[package]]
 1047name = "async-stripe"
 1048version = "0.40.0"
 1049source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1050dependencies = [
 1051 "chrono",
 1052 "futures-util",
 1053 "http-types",
 1054 "hyper 0.14.32",
 1055 "hyper-rustls 0.24.2",
 1056 "serde",
 1057 "serde_json",
 1058 "serde_path_to_error",
 1059 "serde_qs 0.10.1",
 1060 "smart-default",
 1061 "smol_str 0.1.24",
 1062 "thiserror 1.0.69",
 1063 "tokio",
 1064]
 1065
 1066[[package]]
 1067name = "async-tar"
 1068version = "0.5.0"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1071dependencies = [
 1072 "async-std",
 1073 "filetime",
 1074 "libc",
 1075 "pin-project",
 1076 "redox_syscall 0.2.16",
 1077 "xattr",
 1078]
 1079
 1080[[package]]
 1081name = "async-task"
 1082version = "4.7.1"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1085
 1086[[package]]
 1087name = "async-tls"
 1088version = "0.13.0"
 1089source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1090dependencies = [
 1091 "futures-core",
 1092 "futures-io",
 1093 "rustls 0.23.25",
 1094 "rustls-pemfile 2.2.0",
 1095 "webpki-roots",
 1096]
 1097
 1098[[package]]
 1099name = "async-trait"
 1100version = "0.1.88"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1103dependencies = [
 1104 "proc-macro2",
 1105 "quote",
 1106 "syn 2.0.100",
 1107]
 1108
 1109[[package]]
 1110name = "async-tungstenite"
 1111version = "0.28.2"
 1112source = "registry+https://github.com/rust-lang/crates.io-index"
 1113checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1114dependencies = [
 1115 "async-std",
 1116 "async-tls",
 1117 "atomic-waker",
 1118 "futures-core",
 1119 "futures-io",
 1120 "futures-task",
 1121 "futures-util",
 1122 "log",
 1123 "pin-project-lite",
 1124 "tungstenite 0.24.0",
 1125]
 1126
 1127[[package]]
 1128name = "async-watch"
 1129version = "0.3.1"
 1130source = "registry+https://github.com/rust-lang/crates.io-index"
 1131checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1132dependencies = [
 1133 "event-listener 2.5.3",
 1134]
 1135
 1136[[package]]
 1137name = "async_zip"
 1138version = "0.0.17"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1141dependencies = [
 1142 "async-compression",
 1143 "crc32fast",
 1144 "futures-lite 2.6.0",
 1145 "pin-project",
 1146 "thiserror 1.0.69",
 1147]
 1148
 1149[[package]]
 1150name = "asynchronous-codec"
 1151version = "0.7.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1154dependencies = [
 1155 "bytes 1.10.1",
 1156 "futures-sink",
 1157 "futures-util",
 1158 "memchr",
 1159 "pin-project-lite",
 1160]
 1161
 1162[[package]]
 1163name = "atoi"
 1164version = "2.0.0"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1167dependencies = [
 1168 "num-traits",
 1169]
 1170
 1171[[package]]
 1172name = "atomic"
 1173version = "0.5.3"
 1174source = "registry+https://github.com/rust-lang/crates.io-index"
 1175checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1176
 1177[[package]]
 1178name = "atomic-waker"
 1179version = "1.1.2"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1182
 1183[[package]]
 1184name = "audio"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "collections",
 1189 "derive_more",
 1190 "gpui",
 1191 "parking_lot",
 1192 "rodio",
 1193 "util",
 1194]
 1195
 1196[[package]]
 1197name = "auditable-serde"
 1198version = "0.8.0"
 1199source = "registry+https://github.com/rust-lang/crates.io-index"
 1200checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1201dependencies = [
 1202 "semver",
 1203 "serde",
 1204 "serde_json",
 1205 "topological-sort",
 1206]
 1207
 1208[[package]]
 1209name = "auto_update"
 1210version = "0.1.0"
 1211dependencies = [
 1212 "anyhow",
 1213 "client",
 1214 "db",
 1215 "gpui",
 1216 "http_client",
 1217 "log",
 1218 "paths",
 1219 "release_channel",
 1220 "schemars",
 1221 "serde",
 1222 "serde_json",
 1223 "settings",
 1224 "smol",
 1225 "tempfile",
 1226 "which 6.0.3",
 1227 "workspace",
 1228]
 1229
 1230[[package]]
 1231name = "auto_update_ui"
 1232version = "0.1.0"
 1233dependencies = [
 1234 "anyhow",
 1235 "auto_update",
 1236 "client",
 1237 "editor",
 1238 "gpui",
 1239 "http_client",
 1240 "markdown_preview",
 1241 "release_channel",
 1242 "serde",
 1243 "serde_json",
 1244 "smol",
 1245 "util",
 1246 "workspace",
 1247]
 1248
 1249[[package]]
 1250name = "autocfg"
 1251version = "1.4.0"
 1252source = "registry+https://github.com/rust-lang/crates.io-index"
 1253checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1254
 1255[[package]]
 1256name = "av1-grain"
 1257version = "0.2.3"
 1258source = "registry+https://github.com/rust-lang/crates.io-index"
 1259checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1260dependencies = [
 1261 "anyhow",
 1262 "arrayvec",
 1263 "log",
 1264 "nom",
 1265 "num-rational",
 1266 "v_frame",
 1267]
 1268
 1269[[package]]
 1270name = "avif-serialize"
 1271version = "0.8.2"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1274dependencies = [
 1275 "arrayvec",
 1276]
 1277
 1278[[package]]
 1279name = "aws-config"
 1280version = "1.5.16"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1283dependencies = [
 1284 "aws-credential-types",
 1285 "aws-runtime",
 1286 "aws-sdk-sso",
 1287 "aws-sdk-ssooidc",
 1288 "aws-sdk-sts",
 1289 "aws-smithy-async",
 1290 "aws-smithy-http",
 1291 "aws-smithy-json",
 1292 "aws-smithy-runtime",
 1293 "aws-smithy-runtime-api",
 1294 "aws-smithy-types",
 1295 "aws-types",
 1296 "bytes 1.10.1",
 1297 "fastrand 2.3.0",
 1298 "hex",
 1299 "http 0.2.12",
 1300 "ring",
 1301 "time",
 1302 "tokio",
 1303 "tracing",
 1304 "url",
 1305 "zeroize",
 1306]
 1307
 1308[[package]]
 1309name = "aws-credential-types"
 1310version = "1.2.1"
 1311source = "registry+https://github.com/rust-lang/crates.io-index"
 1312checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1313dependencies = [
 1314 "aws-smithy-async",
 1315 "aws-smithy-runtime-api",
 1316 "aws-smithy-types",
 1317 "zeroize",
 1318]
 1319
 1320[[package]]
 1321name = "aws-lc-rs"
 1322version = "1.12.6"
 1323source = "registry+https://github.com/rust-lang/crates.io-index"
 1324checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1325dependencies = [
 1326 "aws-lc-sys",
 1327 "zeroize",
 1328]
 1329
 1330[[package]]
 1331name = "aws-lc-sys"
 1332version = "0.27.0"
 1333source = "registry+https://github.com/rust-lang/crates.io-index"
 1334checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1335dependencies = [
 1336 "bindgen 0.69.5",
 1337 "cc",
 1338 "cmake",
 1339 "dunce",
 1340 "fs_extra",
 1341]
 1342
 1343[[package]]
 1344name = "aws-runtime"
 1345version = "1.5.5"
 1346source = "registry+https://github.com/rust-lang/crates.io-index"
 1347checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1348dependencies = [
 1349 "aws-credential-types",
 1350 "aws-sigv4",
 1351 "aws-smithy-async",
 1352 "aws-smithy-eventstream",
 1353 "aws-smithy-http",
 1354 "aws-smithy-runtime",
 1355 "aws-smithy-runtime-api",
 1356 "aws-smithy-types",
 1357 "aws-types",
 1358 "bytes 1.10.1",
 1359 "fastrand 2.3.0",
 1360 "http 0.2.12",
 1361 "http-body 0.4.6",
 1362 "once_cell",
 1363 "percent-encoding",
 1364 "pin-project-lite",
 1365 "tracing",
 1366 "uuid",
 1367]
 1368
 1369[[package]]
 1370name = "aws-sdk-bedrockruntime"
 1371version = "1.74.0"
 1372source = "registry+https://github.com/rust-lang/crates.io-index"
 1373checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1374dependencies = [
 1375 "aws-credential-types",
 1376 "aws-runtime",
 1377 "aws-smithy-async",
 1378 "aws-smithy-eventstream",
 1379 "aws-smithy-http",
 1380 "aws-smithy-json",
 1381 "aws-smithy-runtime",
 1382 "aws-smithy-runtime-api",
 1383 "aws-smithy-types",
 1384 "aws-types",
 1385 "bytes 1.10.1",
 1386 "fastrand 2.3.0",
 1387 "http 0.2.12",
 1388 "once_cell",
 1389 "regex-lite",
 1390 "tracing",
 1391]
 1392
 1393[[package]]
 1394name = "aws-sdk-kinesis"
 1395version = "1.61.0"
 1396source = "registry+https://github.com/rust-lang/crates.io-index"
 1397checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1398dependencies = [
 1399 "aws-credential-types",
 1400 "aws-runtime",
 1401 "aws-smithy-async",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-types",
 1408 "bytes 1.10.1",
 1409 "http 0.2.12",
 1410 "once_cell",
 1411 "regex-lite",
 1412 "tracing",
 1413]
 1414
 1415[[package]]
 1416name = "aws-sdk-s3"
 1417version = "1.76.0"
 1418source = "registry+https://github.com/rust-lang/crates.io-index"
 1419checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1420dependencies = [
 1421 "aws-credential-types",
 1422 "aws-runtime",
 1423 "aws-sigv4",
 1424 "aws-smithy-async",
 1425 "aws-smithy-checksums",
 1426 "aws-smithy-eventstream",
 1427 "aws-smithy-http",
 1428 "aws-smithy-json",
 1429 "aws-smithy-runtime",
 1430 "aws-smithy-runtime-api",
 1431 "aws-smithy-types",
 1432 "aws-smithy-xml",
 1433 "aws-types",
 1434 "bytes 1.10.1",
 1435 "fastrand 2.3.0",
 1436 "hex",
 1437 "hmac",
 1438 "http 0.2.12",
 1439 "http-body 0.4.6",
 1440 "lru",
 1441 "once_cell",
 1442 "percent-encoding",
 1443 "regex-lite",
 1444 "sha2",
 1445 "tracing",
 1446 "url",
 1447]
 1448
 1449[[package]]
 1450name = "aws-sdk-sso"
 1451version = "1.58.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1454dependencies = [
 1455 "aws-credential-types",
 1456 "aws-runtime",
 1457 "aws-smithy-async",
 1458 "aws-smithy-http",
 1459 "aws-smithy-json",
 1460 "aws-smithy-runtime",
 1461 "aws-smithy-runtime-api",
 1462 "aws-smithy-types",
 1463 "aws-types",
 1464 "bytes 1.10.1",
 1465 "http 0.2.12",
 1466 "once_cell",
 1467 "regex-lite",
 1468 "tracing",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-ssooidc"
 1473version = "1.59.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-smithy-async",
 1480 "aws-smithy-http",
 1481 "aws-smithy-json",
 1482 "aws-smithy-runtime",
 1483 "aws-smithy-runtime-api",
 1484 "aws-smithy-types",
 1485 "aws-types",
 1486 "bytes 1.10.1",
 1487 "http 0.2.12",
 1488 "once_cell",
 1489 "regex-lite",
 1490 "tracing",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sdk-sts"
 1495version = "1.59.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-runtime",
 1501 "aws-smithy-async",
 1502 "aws-smithy-http",
 1503 "aws-smithy-json",
 1504 "aws-smithy-query",
 1505 "aws-smithy-runtime",
 1506 "aws-smithy-runtime-api",
 1507 "aws-smithy-types",
 1508 "aws-smithy-xml",
 1509 "aws-types",
 1510 "http 0.2.12",
 1511 "once_cell",
 1512 "regex-lite",
 1513 "tracing",
 1514]
 1515
 1516[[package]]
 1517name = "aws-sigv4"
 1518version = "1.2.9"
 1519source = "registry+https://github.com/rust-lang/crates.io-index"
 1520checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1521dependencies = [
 1522 "aws-credential-types",
 1523 "aws-smithy-eventstream",
 1524 "aws-smithy-http",
 1525 "aws-smithy-runtime-api",
 1526 "aws-smithy-types",
 1527 "bytes 1.10.1",
 1528 "crypto-bigint 0.5.5",
 1529 "form_urlencoded",
 1530 "hex",
 1531 "hmac",
 1532 "http 0.2.12",
 1533 "http 1.2.0",
 1534 "once_cell",
 1535 "p256",
 1536 "percent-encoding",
 1537 "ring",
 1538 "sha2",
 1539 "subtle",
 1540 "time",
 1541 "tracing",
 1542 "zeroize",
 1543]
 1544
 1545[[package]]
 1546name = "aws-smithy-async"
 1547version = "1.2.4"
 1548source = "registry+https://github.com/rust-lang/crates.io-index"
 1549checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1550dependencies = [
 1551 "futures-util",
 1552 "pin-project-lite",
 1553 "tokio",
 1554]
 1555
 1556[[package]]
 1557name = "aws-smithy-checksums"
 1558version = "0.62.0"
 1559source = "registry+https://github.com/rust-lang/crates.io-index"
 1560checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1561dependencies = [
 1562 "aws-smithy-http",
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "crc32c",
 1566 "crc32fast",
 1567 "crc64fast-nvme",
 1568 "hex",
 1569 "http 0.2.12",
 1570 "http-body 0.4.6",
 1571 "md-5",
 1572 "pin-project-lite",
 1573 "sha1",
 1574 "sha2",
 1575 "tracing",
 1576]
 1577
 1578[[package]]
 1579name = "aws-smithy-eventstream"
 1580version = "0.60.6"
 1581source = "registry+https://github.com/rust-lang/crates.io-index"
 1582checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1583dependencies = [
 1584 "aws-smithy-types",
 1585 "bytes 1.10.1",
 1586 "crc32fast",
 1587]
 1588
 1589[[package]]
 1590name = "aws-smithy-http"
 1591version = "0.60.12"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1594dependencies = [
 1595 "aws-smithy-eventstream",
 1596 "aws-smithy-runtime-api",
 1597 "aws-smithy-types",
 1598 "bytes 1.10.1",
 1599 "bytes-utils",
 1600 "futures-core",
 1601 "http 0.2.12",
 1602 "http-body 0.4.6",
 1603 "once_cell",
 1604 "percent-encoding",
 1605 "pin-project-lite",
 1606 "pin-utils",
 1607 "tracing",
 1608]
 1609
 1610[[package]]
 1611name = "aws-smithy-json"
 1612version = "0.61.2"
 1613source = "registry+https://github.com/rust-lang/crates.io-index"
 1614checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1615dependencies = [
 1616 "aws-smithy-types",
 1617]
 1618
 1619[[package]]
 1620name = "aws-smithy-query"
 1621version = "0.60.7"
 1622source = "registry+https://github.com/rust-lang/crates.io-index"
 1623checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1624dependencies = [
 1625 "aws-smithy-types",
 1626 "urlencoding",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-runtime"
 1631version = "1.7.8"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1634dependencies = [
 1635 "aws-smithy-async",
 1636 "aws-smithy-http",
 1637 "aws-smithy-runtime-api",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "fastrand 2.3.0",
 1641 "h2 0.3.26",
 1642 "http 0.2.12",
 1643 "http-body 0.4.6",
 1644 "http-body 1.0.1",
 1645 "httparse",
 1646 "hyper 0.14.32",
 1647 "hyper-rustls 0.24.2",
 1648 "once_cell",
 1649 "pin-project-lite",
 1650 "pin-utils",
 1651 "rustls 0.21.12",
 1652 "tokio",
 1653 "tracing",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-runtime-api"
 1658version = "1.7.3"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1661dependencies = [
 1662 "aws-smithy-async",
 1663 "aws-smithy-types",
 1664 "bytes 1.10.1",
 1665 "http 0.2.12",
 1666 "http 1.2.0",
 1667 "pin-project-lite",
 1668 "tokio",
 1669 "tracing",
 1670 "zeroize",
 1671]
 1672
 1673[[package]]
 1674name = "aws-smithy-types"
 1675version = "1.2.13"
 1676source = "registry+https://github.com/rust-lang/crates.io-index"
 1677checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1678dependencies = [
 1679 "base64-simd",
 1680 "bytes 1.10.1",
 1681 "bytes-utils",
 1682 "futures-core",
 1683 "http 0.2.12",
 1684 "http 1.2.0",
 1685 "http-body 0.4.6",
 1686 "http-body 1.0.1",
 1687 "http-body-util",
 1688 "itoa",
 1689 "num-integer",
 1690 "pin-project-lite",
 1691 "pin-utils",
 1692 "ryu",
 1693 "serde",
 1694 "time",
 1695 "tokio",
 1696 "tokio-util",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-xml"
 1701version = "0.60.9"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1704dependencies = [
 1705 "xmlparser",
 1706]
 1707
 1708[[package]]
 1709name = "aws-types"
 1710version = "1.3.5"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1713dependencies = [
 1714 "aws-credential-types",
 1715 "aws-smithy-async",
 1716 "aws-smithy-runtime-api",
 1717 "aws-smithy-types",
 1718 "rustc_version",
 1719 "tracing",
 1720]
 1721
 1722[[package]]
 1723name = "aws_http_client"
 1724version = "0.1.0"
 1725dependencies = [
 1726 "aws-smithy-runtime-api",
 1727 "aws-smithy-types",
 1728 "futures 0.3.31",
 1729 "http_client",
 1730 "tokio",
 1731]
 1732
 1733[[package]]
 1734name = "axum"
 1735version = "0.6.20"
 1736source = "registry+https://github.com/rust-lang/crates.io-index"
 1737checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1738dependencies = [
 1739 "async-trait",
 1740 "axum-core",
 1741 "base64 0.21.7",
 1742 "bitflags 1.3.2",
 1743 "bytes 1.10.1",
 1744 "futures-util",
 1745 "headers",
 1746 "http 0.2.12",
 1747 "http-body 0.4.6",
 1748 "hyper 0.14.32",
 1749 "itoa",
 1750 "matchit",
 1751 "memchr",
 1752 "mime",
 1753 "percent-encoding",
 1754 "pin-project-lite",
 1755 "rustversion",
 1756 "serde",
 1757 "serde_json",
 1758 "serde_path_to_error",
 1759 "serde_urlencoded",
 1760 "sha1",
 1761 "sync_wrapper 0.1.2",
 1762 "tokio",
 1763 "tokio-tungstenite 0.20.1",
 1764 "tower",
 1765 "tower-layer",
 1766 "tower-service",
 1767]
 1768
 1769[[package]]
 1770name = "axum-core"
 1771version = "0.3.4"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1774dependencies = [
 1775 "async-trait",
 1776 "bytes 1.10.1",
 1777 "futures-util",
 1778 "http 0.2.12",
 1779 "http-body 0.4.6",
 1780 "mime",
 1781 "rustversion",
 1782 "tower-layer",
 1783 "tower-service",
 1784]
 1785
 1786[[package]]
 1787name = "axum-extra"
 1788version = "0.4.2"
 1789source = "registry+https://github.com/rust-lang/crates.io-index"
 1790checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1791dependencies = [
 1792 "axum",
 1793 "bytes 1.10.1",
 1794 "futures-util",
 1795 "http 0.2.12",
 1796 "mime",
 1797 "pin-project-lite",
 1798 "serde",
 1799 "serde_json",
 1800 "tokio",
 1801 "tower",
 1802 "tower-http 0.3.5",
 1803 "tower-layer",
 1804 "tower-service",
 1805]
 1806
 1807[[package]]
 1808name = "backtrace"
 1809version = "0.3.74"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1812dependencies = [
 1813 "addr2line",
 1814 "cfg-if",
 1815 "libc",
 1816 "miniz_oxide",
 1817 "object",
 1818 "rustc-demangle",
 1819 "windows-targets 0.52.6",
 1820]
 1821
 1822[[package]]
 1823name = "base16ct"
 1824version = "0.1.1"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1827
 1828[[package]]
 1829name = "base64"
 1830version = "0.13.1"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1833
 1834[[package]]
 1835name = "base64"
 1836version = "0.21.7"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1839
 1840[[package]]
 1841name = "base64"
 1842version = "0.22.1"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1845
 1846[[package]]
 1847name = "base64-simd"
 1848version = "0.8.0"
 1849source = "registry+https://github.com/rust-lang/crates.io-index"
 1850checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1851dependencies = [
 1852 "outref",
 1853 "vsimd",
 1854]
 1855
 1856[[package]]
 1857name = "base64ct"
 1858version = "1.6.0"
 1859source = "registry+https://github.com/rust-lang/crates.io-index"
 1860checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1861
 1862[[package]]
 1863name = "bedrock"
 1864version = "0.1.0"
 1865dependencies = [
 1866 "anyhow",
 1867 "aws-sdk-bedrockruntime",
 1868 "aws-smithy-types",
 1869 "futures 0.3.31",
 1870 "schemars",
 1871 "serde",
 1872 "serde_json",
 1873 "strum",
 1874 "thiserror 2.0.12",
 1875 "tokio",
 1876]
 1877
 1878[[package]]
 1879name = "bigdecimal"
 1880version = "0.4.7"
 1881source = "registry+https://github.com/rust-lang/crates.io-index"
 1882checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1883dependencies = [
 1884 "autocfg",
 1885 "libm",
 1886 "num-bigint",
 1887 "num-integer",
 1888 "num-traits",
 1889 "serde",
 1890]
 1891
 1892[[package]]
 1893name = "bincode"
 1894version = "1.3.3"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1897dependencies = [
 1898 "serde",
 1899]
 1900
 1901[[package]]
 1902name = "bindgen"
 1903version = "0.69.5"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1906dependencies = [
 1907 "bitflags 2.9.0",
 1908 "cexpr",
 1909 "clang-sys",
 1910 "itertools 0.12.1",
 1911 "lazy_static",
 1912 "lazycell",
 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 "which 4.4.2",
 1922]
 1923
 1924[[package]]
 1925name = "bindgen"
 1926version = "0.70.1"
 1927source = "registry+https://github.com/rust-lang/crates.io-index"
 1928checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1929dependencies = [
 1930 "bitflags 2.9.0",
 1931 "cexpr",
 1932 "clang-sys",
 1933 "itertools 0.12.1",
 1934 "proc-macro2",
 1935 "quote",
 1936 "regex",
 1937 "rustc-hash 1.1.0",
 1938 "shlex",
 1939 "syn 2.0.100",
 1940]
 1941
 1942[[package]]
 1943name = "bindgen"
 1944version = "0.71.1"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1947dependencies = [
 1948 "bitflags 2.9.0",
 1949 "cexpr",
 1950 "clang-sys",
 1951 "itertools 0.12.1",
 1952 "log",
 1953 "prettyplease",
 1954 "proc-macro2",
 1955 "quote",
 1956 "regex",
 1957 "rustc-hash 2.1.1",
 1958 "shlex",
 1959 "syn 2.0.100",
 1960]
 1961
 1962[[package]]
 1963name = "bit-set"
 1964version = "0.5.3"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1967dependencies = [
 1968 "bit-vec 0.6.3",
 1969]
 1970
 1971[[package]]
 1972name = "bit-set"
 1973version = "0.8.0"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1976dependencies = [
 1977 "bit-vec 0.8.0",
 1978]
 1979
 1980[[package]]
 1981name = "bit-vec"
 1982version = "0.6.3"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1985
 1986[[package]]
 1987name = "bit-vec"
 1988version = "0.8.0"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1991
 1992[[package]]
 1993name = "bit_field"
 1994version = "0.10.2"
 1995source = "registry+https://github.com/rust-lang/crates.io-index"
 1996checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1997
 1998[[package]]
 1999name = "bitflags"
 2000version = "1.3.2"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2003
 2004[[package]]
 2005name = "bitflags"
 2006version = "2.9.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2009dependencies = [
 2010 "serde",
 2011]
 2012
 2013[[package]]
 2014name = "bitstream-io"
 2015version = "2.6.0"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2018
 2019[[package]]
 2020name = "bitvec"
 2021version = "1.0.1"
 2022source = "registry+https://github.com/rust-lang/crates.io-index"
 2023checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2024dependencies = [
 2025 "funty",
 2026 "radium",
 2027 "tap",
 2028 "wyz",
 2029]
 2030
 2031[[package]]
 2032name = "blade-graphics"
 2033version = "0.6.0"
 2034source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2035dependencies = [
 2036 "ash",
 2037 "ash-window",
 2038 "bitflags 2.9.0",
 2039 "bytemuck",
 2040 "codespan-reporting",
 2041 "glow",
 2042 "gpu-alloc",
 2043 "gpu-alloc-ash",
 2044 "hidden-trait",
 2045 "js-sys",
 2046 "khronos-egl",
 2047 "libloading",
 2048 "log",
 2049 "mint",
 2050 "naga",
 2051 "objc2",
 2052 "objc2-app-kit",
 2053 "objc2-foundation",
 2054 "objc2-metal",
 2055 "objc2-quartz-core",
 2056 "objc2-ui-kit",
 2057 "raw-window-handle",
 2058 "slab",
 2059 "wasm-bindgen",
 2060 "web-sys",
 2061]
 2062
 2063[[package]]
 2064name = "blade-macros"
 2065version = "0.3.0"
 2066source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2067dependencies = [
 2068 "proc-macro2",
 2069 "quote",
 2070 "syn 2.0.100",
 2071]
 2072
 2073[[package]]
 2074name = "blade-util"
 2075version = "0.2.0"
 2076source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2077dependencies = [
 2078 "blade-graphics",
 2079 "bytemuck",
 2080 "log",
 2081 "profiling",
 2082]
 2083
 2084[[package]]
 2085name = "blake3"
 2086version = "1.7.0"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2089dependencies = [
 2090 "arrayref",
 2091 "arrayvec",
 2092 "cc",
 2093 "cfg-if",
 2094 "constant_time_eq 0.3.1",
 2095]
 2096
 2097[[package]]
 2098name = "block"
 2099version = "0.1.6"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2102
 2103[[package]]
 2104name = "block-buffer"
 2105version = "0.10.4"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2108dependencies = [
 2109 "generic-array",
 2110]
 2111
 2112[[package]]
 2113name = "block-padding"
 2114version = "0.3.3"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2117dependencies = [
 2118 "generic-array",
 2119]
 2120
 2121[[package]]
 2122name = "block2"
 2123version = "0.5.1"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2126dependencies = [
 2127 "objc2",
 2128]
 2129
 2130[[package]]
 2131name = "blocking"
 2132version = "1.6.1"
 2133source = "registry+https://github.com/rust-lang/crates.io-index"
 2134checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2135dependencies = [
 2136 "async-channel 2.3.1",
 2137 "async-task",
 2138 "futures-io",
 2139 "futures-lite 2.6.0",
 2140 "piper",
 2141]
 2142
 2143[[package]]
 2144name = "borsh"
 2145version = "1.5.3"
 2146source = "registry+https://github.com/rust-lang/crates.io-index"
 2147checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2148dependencies = [
 2149 "borsh-derive",
 2150 "cfg_aliases 0.2.1",
 2151]
 2152
 2153[[package]]
 2154name = "borsh-derive"
 2155version = "1.5.3"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2158dependencies = [
 2159 "once_cell",
 2160 "proc-macro-crate",
 2161 "proc-macro2",
 2162 "quote",
 2163 "syn 2.0.100",
 2164]
 2165
 2166[[package]]
 2167name = "breadcrumbs"
 2168version = "0.1.0"
 2169dependencies = [
 2170 "editor",
 2171 "gpui",
 2172 "itertools 0.14.0",
 2173 "theme",
 2174 "ui",
 2175 "workspace",
 2176 "zed_actions",
 2177]
 2178
 2179[[package]]
 2180name = "bstr"
 2181version = "1.11.1"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2184dependencies = [
 2185 "memchr",
 2186 "regex-automata 0.4.9",
 2187 "serde",
 2188]
 2189
 2190[[package]]
 2191name = "buffer_diff"
 2192version = "0.1.0"
 2193dependencies = [
 2194 "anyhow",
 2195 "clock",
 2196 "ctor",
 2197 "env_logger 0.11.7",
 2198 "futures 0.3.31",
 2199 "git2",
 2200 "gpui",
 2201 "language",
 2202 "log",
 2203 "pretty_assertions",
 2204 "rand 0.8.5",
 2205 "rope",
 2206 "serde_json",
 2207 "sum_tree",
 2208 "text",
 2209 "unindent",
 2210 "util",
 2211]
 2212
 2213[[package]]
 2214name = "built"
 2215version = "0.7.5"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2218
 2219[[package]]
 2220name = "bumpalo"
 2221version = "3.16.0"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2224dependencies = [
 2225 "allocator-api2",
 2226]
 2227
 2228[[package]]
 2229name = "by_address"
 2230version = "1.2.1"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2233
 2234[[package]]
 2235name = "bytecheck"
 2236version = "0.6.12"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2239dependencies = [
 2240 "bytecheck_derive",
 2241 "ptr_meta",
 2242 "simdutf8",
 2243]
 2244
 2245[[package]]
 2246name = "bytecheck_derive"
 2247version = "0.6.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2250dependencies = [
 2251 "proc-macro2",
 2252 "quote",
 2253 "syn 1.0.109",
 2254]
 2255
 2256[[package]]
 2257name = "bytemuck"
 2258version = "1.21.0"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2261dependencies = [
 2262 "bytemuck_derive",
 2263]
 2264
 2265[[package]]
 2266name = "bytemuck_derive"
 2267version = "1.8.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2270dependencies = [
 2271 "proc-macro2",
 2272 "quote",
 2273 "syn 2.0.100",
 2274]
 2275
 2276[[package]]
 2277name = "byteorder"
 2278version = "1.5.0"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2281
 2282[[package]]
 2283name = "byteorder-lite"
 2284version = "0.1.0"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2287
 2288[[package]]
 2289name = "bytes"
 2290version = "0.4.12"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2293dependencies = [
 2294 "byteorder",
 2295 "iovec",
 2296]
 2297
 2298[[package]]
 2299name = "bytes"
 2300version = "1.10.1"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2303
 2304[[package]]
 2305name = "bytes-utils"
 2306version = "0.1.4"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2309dependencies = [
 2310 "bytes 1.10.1",
 2311 "either",
 2312]
 2313
 2314[[package]]
 2315name = "bzip2"
 2316version = "0.4.4"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2319dependencies = [
 2320 "bzip2-sys",
 2321 "libc",
 2322]
 2323
 2324[[package]]
 2325name = "bzip2-sys"
 2326version = "0.1.11+1.0.8"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2329dependencies = [
 2330 "cc",
 2331 "libc",
 2332 "pkg-config",
 2333]
 2334
 2335[[package]]
 2336name = "call"
 2337version = "0.1.0"
 2338dependencies = [
 2339 "anyhow",
 2340 "audio",
 2341 "client",
 2342 "collections",
 2343 "fs",
 2344 "futures 0.3.31",
 2345 "gpui",
 2346 "gpui_tokio",
 2347 "http_client",
 2348 "language",
 2349 "livekit_client",
 2350 "log",
 2351 "postage",
 2352 "project",
 2353 "schemars",
 2354 "serde",
 2355 "serde_derive",
 2356 "settings",
 2357 "telemetry",
 2358 "util",
 2359]
 2360
 2361[[package]]
 2362name = "calloop"
 2363version = "0.13.0"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2366dependencies = [
 2367 "bitflags 2.9.0",
 2368 "log",
 2369 "polling",
 2370 "rustix",
 2371 "slab",
 2372 "thiserror 1.0.69",
 2373]
 2374
 2375[[package]]
 2376name = "calloop-wayland-source"
 2377version = "0.3.0"
 2378source = "registry+https://github.com/rust-lang/crates.io-index"
 2379checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2380dependencies = [
 2381 "calloop",
 2382 "rustix",
 2383 "wayland-backend",
 2384 "wayland-client",
 2385]
 2386
 2387[[package]]
 2388name = "camino"
 2389version = "1.1.9"
 2390source = "registry+https://github.com/rust-lang/crates.io-index"
 2391checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2392dependencies = [
 2393 "serde",
 2394]
 2395
 2396[[package]]
 2397name = "cap-fs-ext"
 2398version = "3.4.2"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2401dependencies = [
 2402 "cap-primitives",
 2403 "cap-std",
 2404 "io-lifetimes",
 2405 "windows-sys 0.59.0",
 2406]
 2407
 2408[[package]]
 2409name = "cap-net-ext"
 2410version = "3.4.2"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2413dependencies = [
 2414 "cap-primitives",
 2415 "cap-std",
 2416 "rustix",
 2417 "smallvec",
 2418]
 2419
 2420[[package]]
 2421name = "cap-primitives"
 2422version = "3.4.2"
 2423source = "registry+https://github.com/rust-lang/crates.io-index"
 2424checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2425dependencies = [
 2426 "ambient-authority",
 2427 "fs-set-times",
 2428 "io-extras",
 2429 "io-lifetimes",
 2430 "ipnet",
 2431 "maybe-owned",
 2432 "rustix",
 2433 "windows-sys 0.59.0",
 2434 "winx",
 2435]
 2436
 2437[[package]]
 2438name = "cap-rand"
 2439version = "3.4.2"
 2440source = "registry+https://github.com/rust-lang/crates.io-index"
 2441checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2442dependencies = [
 2443 "ambient-authority",
 2444 "rand 0.8.5",
 2445]
 2446
 2447[[package]]
 2448name = "cap-std"
 2449version = "3.4.2"
 2450source = "registry+https://github.com/rust-lang/crates.io-index"
 2451checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2452dependencies = [
 2453 "cap-primitives",
 2454 "io-extras",
 2455 "io-lifetimes",
 2456 "rustix",
 2457]
 2458
 2459[[package]]
 2460name = "cap-time-ext"
 2461version = "3.4.2"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2464dependencies = [
 2465 "ambient-authority",
 2466 "cap-primitives",
 2467 "iana-time-zone",
 2468 "once_cell",
 2469 "rustix",
 2470 "winx",
 2471]
 2472
 2473[[package]]
 2474name = "cargo-platform"
 2475version = "0.1.9"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2478dependencies = [
 2479 "serde",
 2480]
 2481
 2482[[package]]
 2483name = "cargo_metadata"
 2484version = "0.19.2"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2487dependencies = [
 2488 "camino",
 2489 "cargo-platform",
 2490 "semver",
 2491 "serde",
 2492 "serde_json",
 2493 "thiserror 2.0.12",
 2494]
 2495
 2496[[package]]
 2497name = "cargo_toml"
 2498version = "0.21.0"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2501dependencies = [
 2502 "serde",
 2503 "toml 0.8.20",
 2504]
 2505
 2506[[package]]
 2507name = "cast"
 2508version = "0.3.0"
 2509source = "registry+https://github.com/rust-lang/crates.io-index"
 2510checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2511
 2512[[package]]
 2513name = "cbc"
 2514version = "0.1.2"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2517dependencies = [
 2518 "cipher",
 2519]
 2520
 2521[[package]]
 2522name = "cbindgen"
 2523version = "0.27.0"
 2524source = "registry+https://github.com/rust-lang/crates.io-index"
 2525checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2526dependencies = [
 2527 "clap",
 2528 "heck 0.4.1",
 2529 "indexmap",
 2530 "log",
 2531 "proc-macro2",
 2532 "quote",
 2533 "serde",
 2534 "serde_json",
 2535 "syn 2.0.100",
 2536 "tempfile",
 2537 "toml 0.8.20",
 2538]
 2539
 2540[[package]]
 2541name = "cbindgen"
 2542version = "0.28.0"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2545dependencies = [
 2546 "heck 0.4.1",
 2547 "indexmap",
 2548 "log",
 2549 "proc-macro2",
 2550 "quote",
 2551 "serde",
 2552 "serde_json",
 2553 "syn 2.0.100",
 2554 "tempfile",
 2555 "toml 0.8.20",
 2556]
 2557
 2558[[package]]
 2559name = "cc"
 2560version = "1.2.12"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2563dependencies = [
 2564 "jobserver",
 2565 "libc",
 2566 "shlex",
 2567]
 2568
 2569[[package]]
 2570name = "cesu8"
 2571version = "1.1.0"
 2572source = "registry+https://github.com/rust-lang/crates.io-index"
 2573checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2574
 2575[[package]]
 2576name = "cexpr"
 2577version = "0.6.0"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2580dependencies = [
 2581 "nom",
 2582]
 2583
 2584[[package]]
 2585name = "cfg-expr"
 2586version = "0.15.8"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2589dependencies = [
 2590 "smallvec",
 2591 "target-lexicon 0.12.16",
 2592]
 2593
 2594[[package]]
 2595name = "cfg-if"
 2596version = "1.0.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2599
 2600[[package]]
 2601name = "cfg_aliases"
 2602version = "0.1.1"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2605
 2606[[package]]
 2607name = "cfg_aliases"
 2608version = "0.2.1"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2611
 2612[[package]]
 2613name = "cgl"
 2614version = "0.3.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2617dependencies = [
 2618 "libc",
 2619]
 2620
 2621[[package]]
 2622name = "channel"
 2623version = "0.1.0"
 2624dependencies = [
 2625 "anyhow",
 2626 "client",
 2627 "clock",
 2628 "collections",
 2629 "futures 0.3.31",
 2630 "gpui",
 2631 "http_client",
 2632 "language",
 2633 "log",
 2634 "rand 0.8.5",
 2635 "release_channel",
 2636 "rpc",
 2637 "settings",
 2638 "sum_tree",
 2639 "text",
 2640 "time",
 2641 "util",
 2642]
 2643
 2644[[package]]
 2645name = "chrono"
 2646version = "0.4.40"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2649dependencies = [
 2650 "android-tzdata",
 2651 "iana-time-zone",
 2652 "js-sys",
 2653 "num-traits",
 2654 "serde",
 2655 "wasm-bindgen",
 2656 "windows-link",
 2657]
 2658
 2659[[package]]
 2660name = "chunked_transfer"
 2661version = "1.5.0"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2664
 2665[[package]]
 2666name = "ciborium"
 2667version = "0.2.2"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2670dependencies = [
 2671 "ciborium-io",
 2672 "ciborium-ll",
 2673 "serde",
 2674]
 2675
 2676[[package]]
 2677name = "ciborium-io"
 2678version = "0.2.2"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2681
 2682[[package]]
 2683name = "ciborium-ll"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "half",
 2690]
 2691
 2692[[package]]
 2693name = "cipher"
 2694version = "0.4.4"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2697dependencies = [
 2698 "crypto-common",
 2699 "inout",
 2700 "zeroize",
 2701]
 2702
 2703[[package]]
 2704name = "circular-buffer"
 2705version = "1.0.0"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2708
 2709[[package]]
 2710name = "clang-sys"
 2711version = "1.8.1"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2714dependencies = [
 2715 "glob",
 2716 "libc",
 2717 "libloading",
 2718]
 2719
 2720[[package]]
 2721name = "clap"
 2722version = "4.5.34"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2725dependencies = [
 2726 "clap_builder",
 2727 "clap_derive",
 2728]
 2729
 2730[[package]]
 2731name = "clap_builder"
 2732version = "4.5.34"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2735dependencies = [
 2736 "anstream",
 2737 "anstyle",
 2738 "clap_lex",
 2739 "strsim",
 2740 "terminal_size",
 2741]
 2742
 2743[[package]]
 2744name = "clap_complete"
 2745version = "4.5.38"
 2746source = "registry+https://github.com/rust-lang/crates.io-index"
 2747checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2748dependencies = [
 2749 "clap",
 2750]
 2751
 2752[[package]]
 2753name = "clap_derive"
 2754version = "4.5.32"
 2755source = "registry+https://github.com/rust-lang/crates.io-index"
 2756checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2757dependencies = [
 2758 "heck 0.5.0",
 2759 "proc-macro2",
 2760 "quote",
 2761 "syn 2.0.100",
 2762]
 2763
 2764[[package]]
 2765name = "clap_lex"
 2766version = "0.7.4"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2769
 2770[[package]]
 2771name = "cli"
 2772version = "0.1.0"
 2773dependencies = [
 2774 "anyhow",
 2775 "clap",
 2776 "collections",
 2777 "core-foundation 0.10.0",
 2778 "core-services",
 2779 "exec",
 2780 "fork",
 2781 "ipc-channel",
 2782 "parking_lot",
 2783 "paths",
 2784 "plist",
 2785 "release_channel",
 2786 "serde",
 2787 "tempfile",
 2788 "util",
 2789 "windows 0.61.1",
 2790]
 2791
 2792[[package]]
 2793name = "client"
 2794version = "0.1.0"
 2795dependencies = [
 2796 "anyhow",
 2797 "async-native-tls",
 2798 "async-recursion 0.3.2",
 2799 "async-tungstenite",
 2800 "chrono",
 2801 "clock",
 2802 "cocoa 0.26.0",
 2803 "collections",
 2804 "credentials_provider",
 2805 "feature_flags",
 2806 "futures 0.3.31",
 2807 "gpui",
 2808 "http_client",
 2809 "http_client_tls",
 2810 "log",
 2811 "parking_lot",
 2812 "paths",
 2813 "postage",
 2814 "rand 0.8.5",
 2815 "release_channel",
 2816 "rpc",
 2817 "schemars",
 2818 "serde",
 2819 "serde_json",
 2820 "settings",
 2821 "sha2",
 2822 "smol",
 2823 "telemetry",
 2824 "telemetry_events",
 2825 "text",
 2826 "thiserror 2.0.12",
 2827 "time",
 2828 "tiny_http",
 2829 "tokio-socks",
 2830 "url",
 2831 "util",
 2832 "windows 0.61.1",
 2833 "worktree",
 2834]
 2835
 2836[[package]]
 2837name = "clock"
 2838version = "0.1.0"
 2839dependencies = [
 2840 "parking_lot",
 2841 "serde",
 2842 "smallvec",
 2843]
 2844
 2845[[package]]
 2846name = "cmake"
 2847version = "0.1.53"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2850dependencies = [
 2851 "cc",
 2852]
 2853
 2854[[package]]
 2855name = "cobs"
 2856version = "0.2.3"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2859
 2860[[package]]
 2861name = "cocoa"
 2862version = "0.25.0"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2865dependencies = [
 2866 "bitflags 1.3.2",
 2867 "block",
 2868 "cocoa-foundation 0.1.2",
 2869 "core-foundation 0.9.4",
 2870 "core-graphics 0.23.2",
 2871 "foreign-types 0.5.0",
 2872 "libc",
 2873 "objc",
 2874]
 2875
 2876[[package]]
 2877name = "cocoa"
 2878version = "0.26.0"
 2879source = "registry+https://github.com/rust-lang/crates.io-index"
 2880checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2881dependencies = [
 2882 "bitflags 2.9.0",
 2883 "block",
 2884 "cocoa-foundation 0.2.0",
 2885 "core-foundation 0.10.0",
 2886 "core-graphics 0.24.0",
 2887 "foreign-types 0.5.0",
 2888 "libc",
 2889 "objc",
 2890]
 2891
 2892[[package]]
 2893name = "cocoa-foundation"
 2894version = "0.1.2"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2897dependencies = [
 2898 "bitflags 1.3.2",
 2899 "block",
 2900 "core-foundation 0.9.4",
 2901 "core-graphics-types 0.1.3",
 2902 "libc",
 2903 "objc",
 2904]
 2905
 2906[[package]]
 2907name = "cocoa-foundation"
 2908version = "0.2.0"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2911dependencies = [
 2912 "bitflags 2.9.0",
 2913 "block",
 2914 "core-foundation 0.10.0",
 2915 "core-graphics-types 0.2.0",
 2916 "libc",
 2917 "objc",
 2918]
 2919
 2920[[package]]
 2921name = "codespan-reporting"
 2922version = "0.11.1"
 2923source = "registry+https://github.com/rust-lang/crates.io-index"
 2924checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2925dependencies = [
 2926 "termcolor",
 2927 "unicode-width",
 2928]
 2929
 2930[[package]]
 2931name = "collab"
 2932version = "0.44.0"
 2933dependencies = [
 2934 "anthropic",
 2935 "anyhow",
 2936 "assistant",
 2937 "assistant_context_editor",
 2938 "assistant_slash_command",
 2939 "assistant_tool",
 2940 "async-stripe",
 2941 "async-trait",
 2942 "async-tungstenite",
 2943 "audio",
 2944 "aws-config",
 2945 "aws-sdk-kinesis",
 2946 "aws-sdk-s3",
 2947 "axum",
 2948 "axum-extra",
 2949 "base64 0.22.1",
 2950 "buffer_diff",
 2951 "call",
 2952 "channel",
 2953 "chrono",
 2954 "client",
 2955 "clock",
 2956 "collab_ui",
 2957 "collections",
 2958 "command_palette_hooks",
 2959 "context_server",
 2960 "ctor",
 2961 "dap",
 2962 "dashmap 6.1.0",
 2963 "debugger_ui",
 2964 "derive_more",
 2965 "editor",
 2966 "env_logger 0.11.7",
 2967 "envy",
 2968 "extension",
 2969 "file_finder",
 2970 "fs",
 2971 "futures 0.3.31",
 2972 "git",
 2973 "git_hosting_providers",
 2974 "git_ui",
 2975 "google_ai",
 2976 "gpui",
 2977 "gpui_tokio",
 2978 "hex",
 2979 "http_client",
 2980 "hyper 0.14.32",
 2981 "indoc",
 2982 "jsonwebtoken",
 2983 "language",
 2984 "language_model",
 2985 "livekit_api",
 2986 "livekit_client",
 2987 "log",
 2988 "lsp",
 2989 "menu",
 2990 "multi_buffer",
 2991 "nanoid",
 2992 "node_runtime",
 2993 "notifications",
 2994 "open_ai",
 2995 "parking_lot",
 2996 "pretty_assertions",
 2997 "project",
 2998 "prometheus",
 2999 "prompt_store",
 3000 "prost 0.9.0",
 3001 "rand 0.8.5",
 3002 "recent_projects",
 3003 "release_channel",
 3004 "remote",
 3005 "remote_server",
 3006 "reqwest 0.11.27",
 3007 "reqwest_client",
 3008 "rpc",
 3009 "rustc-demangle",
 3010 "scrypt",
 3011 "sea-orm",
 3012 "semantic_version",
 3013 "semver",
 3014 "serde",
 3015 "serde_derive",
 3016 "serde_json",
 3017 "session",
 3018 "settings",
 3019 "sha2",
 3020 "sqlx",
 3021 "strum",
 3022 "subtle",
 3023 "supermaven_api",
 3024 "telemetry_events",
 3025 "text",
 3026 "theme",
 3027 "thiserror 2.0.12",
 3028 "time",
 3029 "tokio",
 3030 "toml 0.8.20",
 3031 "tower",
 3032 "tower-http 0.4.4",
 3033 "tracing",
 3034 "tracing-subscriber",
 3035 "unindent",
 3036 "util",
 3037 "uuid",
 3038 "workspace",
 3039 "worktree",
 3040]
 3041
 3042[[package]]
 3043name = "collab_ui"
 3044version = "0.1.0"
 3045dependencies = [
 3046 "anyhow",
 3047 "call",
 3048 "channel",
 3049 "chrono",
 3050 "client",
 3051 "collections",
 3052 "db",
 3053 "editor",
 3054 "emojis",
 3055 "futures 0.3.31",
 3056 "fuzzy",
 3057 "gpui",
 3058 "http_client",
 3059 "language",
 3060 "menu",
 3061 "notifications",
 3062 "picker",
 3063 "pretty_assertions",
 3064 "project",
 3065 "release_channel",
 3066 "rich_text",
 3067 "rpc",
 3068 "schemars",
 3069 "serde",
 3070 "serde_derive",
 3071 "serde_json",
 3072 "settings",
 3073 "smallvec",
 3074 "story",
 3075 "telemetry",
 3076 "theme",
 3077 "time",
 3078 "time_format",
 3079 "title_bar",
 3080 "tree-sitter-md",
 3081 "ui",
 3082 "util",
 3083 "workspace",
 3084]
 3085
 3086[[package]]
 3087name = "collections"
 3088version = "0.1.0"
 3089dependencies = [
 3090 "indexmap",
 3091 "rustc-hash 2.1.1",
 3092]
 3093
 3094[[package]]
 3095name = "color_quant"
 3096version = "1.1.0"
 3097source = "registry+https://github.com/rust-lang/crates.io-index"
 3098checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3099
 3100[[package]]
 3101name = "colorchoice"
 3102version = "1.0.3"
 3103source = "registry+https://github.com/rust-lang/crates.io-index"
 3104checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3105
 3106[[package]]
 3107name = "combine"
 3108version = "4.6.7"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3111dependencies = [
 3112 "bytes 1.10.1",
 3113 "memchr",
 3114]
 3115
 3116[[package]]
 3117name = "command_palette"
 3118version = "0.1.0"
 3119dependencies = [
 3120 "anyhow",
 3121 "client",
 3122 "collections",
 3123 "command_palette_hooks",
 3124 "ctor",
 3125 "db",
 3126 "editor",
 3127 "env_logger 0.11.7",
 3128 "fuzzy",
 3129 "go_to_line",
 3130 "gpui",
 3131 "language",
 3132 "menu",
 3133 "picker",
 3134 "postage",
 3135 "project",
 3136 "serde",
 3137 "serde_json",
 3138 "settings",
 3139 "telemetry",
 3140 "theme",
 3141 "time",
 3142 "ui",
 3143 "util",
 3144 "workspace",
 3145 "zed_actions",
 3146]
 3147
 3148[[package]]
 3149name = "command_palette_hooks"
 3150version = "0.1.0"
 3151dependencies = [
 3152 "collections",
 3153 "derive_more",
 3154 "gpui",
 3155]
 3156
 3157[[package]]
 3158name = "component"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "collections",
 3162 "gpui",
 3163 "linkme",
 3164 "parking_lot",
 3165 "theme",
 3166]
 3167
 3168[[package]]
 3169name = "component_preview"
 3170version = "0.1.0"
 3171dependencies = [
 3172 "client",
 3173 "collections",
 3174 "component",
 3175 "gpui",
 3176 "languages",
 3177 "notifications",
 3178 "project",
 3179 "ui",
 3180 "workspace",
 3181]
 3182
 3183[[package]]
 3184name = "concurrent-queue"
 3185version = "2.5.0"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3188dependencies = [
 3189 "crossbeam-utils",
 3190]
 3191
 3192[[package]]
 3193name = "console"
 3194version = "0.15.8"
 3195source = "registry+https://github.com/rust-lang/crates.io-index"
 3196checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3197dependencies = [
 3198 "encode_unicode",
 3199 "lazy_static",
 3200 "libc",
 3201 "unicode-width",
 3202 "windows-sys 0.52.0",
 3203]
 3204
 3205[[package]]
 3206name = "const-oid"
 3207version = "0.9.6"
 3208source = "registry+https://github.com/rust-lang/crates.io-index"
 3209checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3210
 3211[[package]]
 3212name = "const-random"
 3213version = "0.1.18"
 3214source = "registry+https://github.com/rust-lang/crates.io-index"
 3215checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3216dependencies = [
 3217 "const-random-macro",
 3218]
 3219
 3220[[package]]
 3221name = "const-random-macro"
 3222version = "0.1.16"
 3223source = "registry+https://github.com/rust-lang/crates.io-index"
 3224checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3225dependencies = [
 3226 "getrandom 0.2.15",
 3227 "once_cell",
 3228 "tiny-keccak",
 3229]
 3230
 3231[[package]]
 3232name = "constant_time_eq"
 3233version = "0.1.5"
 3234source = "registry+https://github.com/rust-lang/crates.io-index"
 3235checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3236
 3237[[package]]
 3238name = "constant_time_eq"
 3239version = "0.3.1"
 3240source = "registry+https://github.com/rust-lang/crates.io-index"
 3241checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3242
 3243[[package]]
 3244name = "context_server"
 3245version = "0.1.0"
 3246dependencies = [
 3247 "anyhow",
 3248 "assistant_tool",
 3249 "async-trait",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "context_server_settings",
 3253 "extension",
 3254 "futures 0.3.31",
 3255 "gpui",
 3256 "icons",
 3257 "language_model",
 3258 "log",
 3259 "parking_lot",
 3260 "postage",
 3261 "project",
 3262 "serde",
 3263 "serde_json",
 3264 "settings",
 3265 "smol",
 3266 "url",
 3267 "util",
 3268]
 3269
 3270[[package]]
 3271name = "context_server_settings"
 3272version = "0.1.0"
 3273dependencies = [
 3274 "anyhow",
 3275 "collections",
 3276 "gpui",
 3277 "schemars",
 3278 "serde",
 3279 "serde_json",
 3280 "settings",
 3281]
 3282
 3283[[package]]
 3284name = "convert_case"
 3285version = "0.4.0"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3288
 3289[[package]]
 3290name = "convert_case"
 3291version = "0.8.0"
 3292source = "registry+https://github.com/rust-lang/crates.io-index"
 3293checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3294dependencies = [
 3295 "unicode-segmentation",
 3296]
 3297
 3298[[package]]
 3299name = "copilot"
 3300version = "0.1.0"
 3301dependencies = [
 3302 "anyhow",
 3303 "async-std",
 3304 "chrono",
 3305 "client",
 3306 "clock",
 3307 "collections",
 3308 "command_palette_hooks",
 3309 "ctor",
 3310 "editor",
 3311 "env_logger 0.11.7",
 3312 "fs",
 3313 "futures 0.3.31",
 3314 "gpui",
 3315 "http_client",
 3316 "indoc",
 3317 "inline_completion",
 3318 "language",
 3319 "log",
 3320 "lsp",
 3321 "menu",
 3322 "node_runtime",
 3323 "parking_lot",
 3324 "paths",
 3325 "project",
 3326 "rpc",
 3327 "schemars",
 3328 "serde",
 3329 "serde_json",
 3330 "settings",
 3331 "strum",
 3332 "task",
 3333 "theme",
 3334 "ui",
 3335 "util",
 3336 "workspace",
 3337]
 3338
 3339[[package]]
 3340name = "core-foundation"
 3341version = "0.9.4"
 3342source = "registry+https://github.com/rust-lang/crates.io-index"
 3343checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3344dependencies = [
 3345 "core-foundation-sys",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-foundation"
 3351version = "0.10.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3354dependencies = [
 3355 "core-foundation-sys",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-foundation-sys"
 3361version = "0.8.7"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3364
 3365[[package]]
 3366name = "core-graphics"
 3367version = "0.23.2"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3370dependencies = [
 3371 "bitflags 1.3.2",
 3372 "core-foundation 0.9.4",
 3373 "core-graphics-types 0.1.3",
 3374 "foreign-types 0.5.0",
 3375 "libc",
 3376]
 3377
 3378[[package]]
 3379name = "core-graphics"
 3380version = "0.24.0"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3383dependencies = [
 3384 "bitflags 2.9.0",
 3385 "core-foundation 0.10.0",
 3386 "core-graphics-types 0.2.0",
 3387 "foreign-types 0.5.0",
 3388 "libc",
 3389]
 3390
 3391[[package]]
 3392name = "core-graphics-types"
 3393version = "0.1.3"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation 0.9.4",
 3399 "libc",
 3400]
 3401
 3402[[package]]
 3403name = "core-graphics-types"
 3404version = "0.2.0"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3407dependencies = [
 3408 "bitflags 2.9.0",
 3409 "core-foundation 0.10.0",
 3410 "libc",
 3411]
 3412
 3413[[package]]
 3414name = "core-graphics2"
 3415version = "0.4.1"
 3416source = "registry+https://github.com/rust-lang/crates.io-index"
 3417checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3418dependencies = [
 3419 "bitflags 2.9.0",
 3420 "block",
 3421 "cfg-if",
 3422 "core-foundation 0.10.0",
 3423 "libc",
 3424]
 3425
 3426[[package]]
 3427name = "core-services"
 3428version = "0.2.1"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3431dependencies = [
 3432 "core-foundation 0.9.4",
 3433]
 3434
 3435[[package]]
 3436name = "core-text"
 3437version = "21.0.0"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3440dependencies = [
 3441 "core-foundation 0.10.0",
 3442 "core-graphics 0.24.0",
 3443 "foreign-types 0.5.0",
 3444 "libc",
 3445]
 3446
 3447[[package]]
 3448name = "core-video"
 3449version = "0.4.3"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3452dependencies = [
 3453 "block",
 3454 "core-foundation 0.10.0",
 3455 "core-graphics2",
 3456 "io-surface",
 3457 "libc",
 3458 "metal",
 3459]
 3460
 3461[[package]]
 3462name = "core_maths"
 3463version = "0.1.1"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3466dependencies = [
 3467 "libm",
 3468]
 3469
 3470[[package]]
 3471name = "coreaudio-rs"
 3472version = "0.11.3"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3475dependencies = [
 3476 "bitflags 1.3.2",
 3477 "core-foundation-sys",
 3478 "coreaudio-sys",
 3479]
 3480
 3481[[package]]
 3482name = "coreaudio-rs"
 3483version = "0.12.1"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3486dependencies = [
 3487 "bitflags 1.3.2",
 3488 "core-foundation-sys",
 3489 "coreaudio-sys",
 3490]
 3491
 3492[[package]]
 3493name = "coreaudio-sys"
 3494version = "0.2.16"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3497dependencies = [
 3498 "bindgen 0.70.1",
 3499]
 3500
 3501[[package]]
 3502name = "cosmic-text"
 3503version = "0.13.2"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3506dependencies = [
 3507 "bitflags 2.9.0",
 3508 "fontdb 0.16.2",
 3509 "log",
 3510 "rangemap",
 3511 "rustc-hash 1.1.0",
 3512 "rustybuzz 0.14.1",
 3513 "self_cell",
 3514 "smol_str 0.2.2",
 3515 "swash",
 3516 "sys-locale",
 3517 "ttf-parser 0.21.1",
 3518 "unicode-bidi",
 3519 "unicode-linebreak",
 3520 "unicode-script",
 3521 "unicode-segmentation",
 3522]
 3523
 3524[[package]]
 3525name = "cpal"
 3526version = "0.15.3"
 3527source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3528dependencies = [
 3529 "alsa",
 3530 "core-foundation-sys",
 3531 "coreaudio-rs 0.11.3",
 3532 "dasp_sample",
 3533 "jni",
 3534 "js-sys",
 3535 "libc",
 3536 "mach2",
 3537 "ndk",
 3538 "ndk-context",
 3539 "oboe",
 3540 "wasm-bindgen",
 3541 "wasm-bindgen-futures",
 3542 "web-sys",
 3543 "windows 0.54.0",
 3544]
 3545
 3546[[package]]
 3547name = "cpp_demangle"
 3548version = "0.4.4"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3551dependencies = [
 3552 "cfg-if",
 3553]
 3554
 3555[[package]]
 3556name = "cpufeatures"
 3557version = "0.2.16"
 3558source = "registry+https://github.com/rust-lang/crates.io-index"
 3559checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3560dependencies = [
 3561 "libc",
 3562]
 3563
 3564[[package]]
 3565name = "cranelift-bforest"
 3566version = "0.116.1"
 3567source = "registry+https://github.com/rust-lang/crates.io-index"
 3568checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3569dependencies = [
 3570 "cranelift-entity",
 3571]
 3572
 3573[[package]]
 3574name = "cranelift-bitset"
 3575version = "0.116.1"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3578dependencies = [
 3579 "serde",
 3580 "serde_derive",
 3581]
 3582
 3583[[package]]
 3584name = "cranelift-codegen"
 3585version = "0.116.1"
 3586source = "registry+https://github.com/rust-lang/crates.io-index"
 3587checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3588dependencies = [
 3589 "bumpalo",
 3590 "cranelift-bforest",
 3591 "cranelift-bitset",
 3592 "cranelift-codegen-meta",
 3593 "cranelift-codegen-shared",
 3594 "cranelift-control",
 3595 "cranelift-entity",
 3596 "cranelift-isle",
 3597 "gimli",
 3598 "hashbrown 0.14.5",
 3599 "log",
 3600 "regalloc2",
 3601 "rustc-hash 2.1.1",
 3602 "serde",
 3603 "smallvec",
 3604 "target-lexicon 0.13.2",
 3605]
 3606
 3607[[package]]
 3608name = "cranelift-codegen-meta"
 3609version = "0.116.1"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3612dependencies = [
 3613 "cranelift-codegen-shared",
 3614]
 3615
 3616[[package]]
 3617name = "cranelift-codegen-shared"
 3618version = "0.116.1"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3621
 3622[[package]]
 3623name = "cranelift-control"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3627dependencies = [
 3628 "arbitrary",
 3629]
 3630
 3631[[package]]
 3632name = "cranelift-entity"
 3633version = "0.116.1"
 3634source = "registry+https://github.com/rust-lang/crates.io-index"
 3635checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3636dependencies = [
 3637 "cranelift-bitset",
 3638 "serde",
 3639 "serde_derive",
 3640]
 3641
 3642[[package]]
 3643name = "cranelift-frontend"
 3644version = "0.116.1"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3647dependencies = [
 3648 "cranelift-codegen",
 3649 "log",
 3650 "smallvec",
 3651 "target-lexicon 0.13.2",
 3652]
 3653
 3654[[package]]
 3655name = "cranelift-isle"
 3656version = "0.116.1"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3659
 3660[[package]]
 3661name = "cranelift-native"
 3662version = "0.116.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3665dependencies = [
 3666 "cranelift-codegen",
 3667 "libc",
 3668 "target-lexicon 0.13.2",
 3669]
 3670
 3671[[package]]
 3672name = "crc"
 3673version = "3.2.1"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3676dependencies = [
 3677 "crc-catalog",
 3678]
 3679
 3680[[package]]
 3681name = "crc-catalog"
 3682version = "2.4.0"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3685
 3686[[package]]
 3687name = "crc32c"
 3688version = "0.6.8"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3691dependencies = [
 3692 "rustc_version",
 3693]
 3694
 3695[[package]]
 3696name = "crc32fast"
 3697version = "1.4.2"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3700dependencies = [
 3701 "cfg-if",
 3702]
 3703
 3704[[package]]
 3705name = "crc64fast-nvme"
 3706version = "1.1.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3709dependencies = [
 3710 "cbindgen 0.27.0",
 3711 "crc",
 3712]
 3713
 3714[[package]]
 3715name = "credentials_provider"
 3716version = "0.1.0"
 3717dependencies = [
 3718 "anyhow",
 3719 "futures 0.3.31",
 3720 "gpui",
 3721 "paths",
 3722 "release_channel",
 3723 "serde",
 3724 "serde_json",
 3725]
 3726
 3727[[package]]
 3728name = "criterion"
 3729version = "0.5.1"
 3730source = "registry+https://github.com/rust-lang/crates.io-index"
 3731checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3732dependencies = [
 3733 "anes",
 3734 "cast",
 3735 "ciborium",
 3736 "clap",
 3737 "criterion-plot",
 3738 "is-terminal",
 3739 "itertools 0.10.5",
 3740 "num-traits",
 3741 "once_cell",
 3742 "oorandom",
 3743 "plotters",
 3744 "rayon",
 3745 "regex",
 3746 "serde",
 3747 "serde_derive",
 3748 "serde_json",
 3749 "tinytemplate",
 3750 "walkdir",
 3751]
 3752
 3753[[package]]
 3754name = "criterion-plot"
 3755version = "0.5.0"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3758dependencies = [
 3759 "cast",
 3760 "itertools 0.10.5",
 3761]
 3762
 3763[[package]]
 3764name = "crossbeam-channel"
 3765version = "0.5.13"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3768dependencies = [
 3769 "crossbeam-utils",
 3770]
 3771
 3772[[package]]
 3773name = "crossbeam-deque"
 3774version = "0.8.5"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3777dependencies = [
 3778 "crossbeam-epoch",
 3779 "crossbeam-utils",
 3780]
 3781
 3782[[package]]
 3783name = "crossbeam-epoch"
 3784version = "0.9.18"
 3785source = "registry+https://github.com/rust-lang/crates.io-index"
 3786checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3787dependencies = [
 3788 "crossbeam-utils",
 3789]
 3790
 3791[[package]]
 3792name = "crossbeam-queue"
 3793version = "0.3.11"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3796dependencies = [
 3797 "crossbeam-utils",
 3798]
 3799
 3800[[package]]
 3801name = "crossbeam-utils"
 3802version = "0.8.20"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3805
 3806[[package]]
 3807name = "crunchy"
 3808version = "0.2.2"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3811
 3812[[package]]
 3813name = "crypto-bigint"
 3814version = "0.4.9"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3817dependencies = [
 3818 "generic-array",
 3819 "rand_core 0.6.4",
 3820 "subtle",
 3821 "zeroize",
 3822]
 3823
 3824[[package]]
 3825name = "crypto-bigint"
 3826version = "0.5.5"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3829dependencies = [
 3830 "rand_core 0.6.4",
 3831 "subtle",
 3832]
 3833
 3834[[package]]
 3835name = "crypto-common"
 3836version = "0.1.6"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3839dependencies = [
 3840 "generic-array",
 3841 "rand_core 0.6.4",
 3842 "typenum",
 3843]
 3844
 3845[[package]]
 3846name = "ctor"
 3847version = "0.4.1"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3850dependencies = [
 3851 "ctor-proc-macro",
 3852 "dtor",
 3853]
 3854
 3855[[package]]
 3856name = "ctor-proc-macro"
 3857version = "0.0.5"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3860
 3861[[package]]
 3862name = "ctrlc"
 3863version = "3.4.5"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3866dependencies = [
 3867 "nix",
 3868 "windows-sys 0.59.0",
 3869]
 3870
 3871[[package]]
 3872name = "cursor-icon"
 3873version = "1.1.0"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3876
 3877[[package]]
 3878name = "cxx"
 3879version = "1.0.134"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3882dependencies = [
 3883 "cc",
 3884 "cxxbridge-cmd",
 3885 "cxxbridge-flags",
 3886 "cxxbridge-macro",
 3887 "foldhash",
 3888 "link-cplusplus",
 3889]
 3890
 3891[[package]]
 3892name = "cxx-build"
 3893version = "1.0.134"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3896dependencies = [
 3897 "cc",
 3898 "codespan-reporting",
 3899 "proc-macro2",
 3900 "quote",
 3901 "scratch",
 3902 "syn 2.0.100",
 3903]
 3904
 3905[[package]]
 3906name = "cxxbridge-cmd"
 3907version = "1.0.134"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3910dependencies = [
 3911 "clap",
 3912 "codespan-reporting",
 3913 "proc-macro2",
 3914 "quote",
 3915 "syn 2.0.100",
 3916]
 3917
 3918[[package]]
 3919name = "cxxbridge-flags"
 3920version = "1.0.134"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3923
 3924[[package]]
 3925name = "cxxbridge-macro"
 3926version = "1.0.134"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3929dependencies = [
 3930 "proc-macro2",
 3931 "quote",
 3932 "rustversion",
 3933 "syn 2.0.100",
 3934]
 3935
 3936[[package]]
 3937name = "dap"
 3938version = "0.1.0"
 3939dependencies = [
 3940 "anyhow",
 3941 "async-compression",
 3942 "async-pipe",
 3943 "async-tar",
 3944 "async-trait",
 3945 "client",
 3946 "collections",
 3947 "dap-types",
 3948 "env_logger 0.11.7",
 3949 "fs",
 3950 "futures 0.3.31",
 3951 "gpui",
 3952 "http_client",
 3953 "language",
 3954 "log",
 3955 "node_runtime",
 3956 "parking_lot",
 3957 "paths",
 3958 "regex",
 3959 "schemars",
 3960 "serde",
 3961 "serde_json",
 3962 "settings",
 3963 "smallvec",
 3964 "smol",
 3965 "task",
 3966 "util",
 3967]
 3968
 3969[[package]]
 3970name = "dap-types"
 3971version = "0.0.1"
 3972source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3973dependencies = [
 3974 "schemars",
 3975 "serde",
 3976 "serde_json",
 3977]
 3978
 3979[[package]]
 3980name = "dap_adapters"
 3981version = "0.1.0"
 3982dependencies = [
 3983 "anyhow",
 3984 "async-trait",
 3985 "dap",
 3986 "gpui",
 3987 "language",
 3988 "paths",
 3989 "regex",
 3990 "serde",
 3991 "serde_json",
 3992 "task",
 3993 "util",
 3994]
 3995
 3996[[package]]
 3997name = "dashmap"
 3998version = "5.5.3"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4001dependencies = [
 4002 "cfg-if",
 4003 "hashbrown 0.14.5",
 4004 "lock_api",
 4005 "once_cell",
 4006 "parking_lot_core",
 4007]
 4008
 4009[[package]]
 4010name = "dashmap"
 4011version = "6.1.0"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4014dependencies = [
 4015 "cfg-if",
 4016 "crossbeam-utils",
 4017 "hashbrown 0.14.5",
 4018 "lock_api",
 4019 "once_cell",
 4020 "parking_lot_core",
 4021]
 4022
 4023[[package]]
 4024name = "dasp_sample"
 4025version = "0.11.0"
 4026source = "registry+https://github.com/rust-lang/crates.io-index"
 4027checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4028
 4029[[package]]
 4030name = "data-encoding"
 4031version = "2.6.0"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4034
 4035[[package]]
 4036name = "data-url"
 4037version = "0.3.1"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4040
 4041[[package]]
 4042name = "db"
 4043version = "0.1.0"
 4044dependencies = [
 4045 "anyhow",
 4046 "gpui",
 4047 "indoc",
 4048 "log",
 4049 "paths",
 4050 "release_channel",
 4051 "smol",
 4052 "sqlez",
 4053 "sqlez_macros",
 4054 "tempfile",
 4055 "util",
 4056]
 4057
 4058[[package]]
 4059name = "dbus"
 4060version = "0.9.7"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4063dependencies = [
 4064 "libc",
 4065 "libdbus-sys",
 4066 "winapi",
 4067]
 4068
 4069[[package]]
 4070name = "debugger_tools"
 4071version = "0.1.0"
 4072dependencies = [
 4073 "anyhow",
 4074 "dap",
 4075 "editor",
 4076 "futures 0.3.31",
 4077 "gpui",
 4078 "project",
 4079 "serde_json",
 4080 "settings",
 4081 "smol",
 4082 "util",
 4083 "workspace",
 4084]
 4085
 4086[[package]]
 4087name = "debugger_ui"
 4088version = "0.1.0"
 4089dependencies = [
 4090 "anyhow",
 4091 "client",
 4092 "collections",
 4093 "command_palette_hooks",
 4094 "dap",
 4095 "editor",
 4096 "env_logger 0.11.7",
 4097 "feature_flags",
 4098 "futures 0.3.31",
 4099 "fuzzy",
 4100 "gpui",
 4101 "language",
 4102 "log",
 4103 "menu",
 4104 "picker",
 4105 "pretty_assertions",
 4106 "project",
 4107 "rpc",
 4108 "serde",
 4109 "serde_json",
 4110 "settings",
 4111 "sysinfo",
 4112 "task",
 4113 "terminal_view",
 4114 "theme",
 4115 "ui",
 4116 "unindent",
 4117 "util",
 4118 "workspace",
 4119]
 4120
 4121[[package]]
 4122name = "deepseek"
 4123version = "0.1.0"
 4124dependencies = [
 4125 "anyhow",
 4126 "futures 0.3.31",
 4127 "http_client",
 4128 "schemars",
 4129 "serde",
 4130 "serde_json",
 4131]
 4132
 4133[[package]]
 4134name = "deflate64"
 4135version = "0.1.9"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4138
 4139[[package]]
 4140name = "der"
 4141version = "0.6.1"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4144dependencies = [
 4145 "const-oid",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "der"
 4151version = "0.7.9"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4154dependencies = [
 4155 "const-oid",
 4156 "pem-rfc7468",
 4157 "zeroize",
 4158]
 4159
 4160[[package]]
 4161name = "deranged"
 4162version = "0.4.0"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4165dependencies = [
 4166 "powerfmt",
 4167 "serde",
 4168]
 4169
 4170[[package]]
 4171name = "derive_more"
 4172version = "0.99.19"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4175dependencies = [
 4176 "convert_case 0.4.0",
 4177 "proc-macro2",
 4178 "quote",
 4179 "rustc_version",
 4180 "syn 2.0.100",
 4181]
 4182
 4183[[package]]
 4184name = "derive_refineable"
 4185version = "0.1.0"
 4186dependencies = [
 4187 "proc-macro2",
 4188 "quote",
 4189 "syn 1.0.109",
 4190]
 4191
 4192[[package]]
 4193name = "diagnostics"
 4194version = "0.1.0"
 4195dependencies = [
 4196 "anyhow",
 4197 "client",
 4198 "collections",
 4199 "ctor",
 4200 "editor",
 4201 "env_logger 0.11.7",
 4202 "gpui",
 4203 "language",
 4204 "log",
 4205 "lsp",
 4206 "pretty_assertions",
 4207 "project",
 4208 "rand 0.8.5",
 4209 "serde",
 4210 "serde_json",
 4211 "settings",
 4212 "theme",
 4213 "ui",
 4214 "unindent",
 4215 "util",
 4216 "workspace",
 4217]
 4218
 4219[[package]]
 4220name = "dialoguer"
 4221version = "0.11.0"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4224dependencies = [
 4225 "console",
 4226 "fuzzy-matcher",
 4227 "shell-words",
 4228 "tempfile",
 4229 "thiserror 1.0.69",
 4230 "zeroize",
 4231]
 4232
 4233[[package]]
 4234name = "diff"
 4235version = "0.1.13"
 4236source = "registry+https://github.com/rust-lang/crates.io-index"
 4237checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4238
 4239[[package]]
 4240name = "digest"
 4241version = "0.10.7"
 4242source = "registry+https://github.com/rust-lang/crates.io-index"
 4243checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4244dependencies = [
 4245 "block-buffer",
 4246 "const-oid",
 4247 "crypto-common",
 4248 "subtle",
 4249]
 4250
 4251[[package]]
 4252name = "dirs"
 4253version = "4.0.0"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4256dependencies = [
 4257 "dirs-sys 0.3.7",
 4258]
 4259
 4260[[package]]
 4261name = "dirs"
 4262version = "5.0.1"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4265dependencies = [
 4266 "dirs-sys 0.4.1",
 4267]
 4268
 4269[[package]]
 4270name = "dirs-sys"
 4271version = "0.3.7"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4274dependencies = [
 4275 "libc",
 4276 "redox_users",
 4277 "winapi",
 4278]
 4279
 4280[[package]]
 4281name = "dirs-sys"
 4282version = "0.4.1"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4285dependencies = [
 4286 "libc",
 4287 "option-ext",
 4288 "redox_users",
 4289 "windows-sys 0.48.0",
 4290]
 4291
 4292[[package]]
 4293name = "displaydoc"
 4294version = "0.2.5"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4297dependencies = [
 4298 "proc-macro2",
 4299 "quote",
 4300 "syn 2.0.100",
 4301]
 4302
 4303[[package]]
 4304name = "dlib"
 4305version = "0.5.2"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4308dependencies = [
 4309 "libloading",
 4310]
 4311
 4312[[package]]
 4313name = "docs_preprocessor"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "clap",
 4318 "mdbook",
 4319 "regex",
 4320 "serde",
 4321 "serde_json",
 4322 "settings",
 4323 "util",
 4324]
 4325
 4326[[package]]
 4327name = "dotenvy"
 4328version = "0.15.7"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4331
 4332[[package]]
 4333name = "downcast-rs"
 4334version = "1.2.1"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4337
 4338[[package]]
 4339name = "doxygen-rs"
 4340version = "0.4.2"
 4341source = "registry+https://github.com/rust-lang/crates.io-index"
 4342checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4343dependencies = [
 4344 "phf",
 4345]
 4346
 4347[[package]]
 4348name = "dtor"
 4349version = "0.0.5"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4352dependencies = [
 4353 "dtor-proc-macro",
 4354]
 4355
 4356[[package]]
 4357name = "dtor-proc-macro"
 4358version = "0.0.5"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4361
 4362[[package]]
 4363name = "dunce"
 4364version = "1.0.5"
 4365source = "registry+https://github.com/rust-lang/crates.io-index"
 4366checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4367
 4368[[package]]
 4369name = "dwrote"
 4370version = "0.11.2"
 4371source = "registry+https://github.com/rust-lang/crates.io-index"
 4372checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4373dependencies = [
 4374 "lazy_static",
 4375 "libc",
 4376 "winapi",
 4377 "wio",
 4378]
 4379
 4380[[package]]
 4381name = "dyn-clone"
 4382version = "1.0.17"
 4383source = "registry+https://github.com/rust-lang/crates.io-index"
 4384checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4385
 4386[[package]]
 4387name = "ec4rs"
 4388version = "1.1.1"
 4389source = "registry+https://github.com/rust-lang/crates.io-index"
 4390checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4391
 4392[[package]]
 4393name = "ecdsa"
 4394version = "0.14.8"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4397dependencies = [
 4398 "der 0.6.1",
 4399 "elliptic-curve",
 4400 "rfc6979",
 4401 "signature 1.6.4",
 4402]
 4403
 4404[[package]]
 4405name = "editor"
 4406version = "0.1.0"
 4407dependencies = [
 4408 "aho-corasick",
 4409 "anyhow",
 4410 "assets",
 4411 "buffer_diff",
 4412 "client",
 4413 "clock",
 4414 "collections",
 4415 "convert_case 0.8.0",
 4416 "ctor",
 4417 "db",
 4418 "emojis",
 4419 "env_logger 0.11.7",
 4420 "feature_flags",
 4421 "file_icons",
 4422 "fs",
 4423 "futures 0.3.31",
 4424 "fuzzy",
 4425 "git",
 4426 "gpui",
 4427 "http_client",
 4428 "indoc",
 4429 "inline_completion",
 4430 "itertools 0.14.0",
 4431 "language",
 4432 "languages",
 4433 "linkify",
 4434 "log",
 4435 "lsp",
 4436 "markdown",
 4437 "menu",
 4438 "multi_buffer",
 4439 "ordered-float 2.10.1",
 4440 "parking_lot",
 4441 "pretty_assertions",
 4442 "project",
 4443 "rand 0.8.5",
 4444 "release_channel",
 4445 "rpc",
 4446 "schemars",
 4447 "serde",
 4448 "serde_json",
 4449 "settings",
 4450 "smallvec",
 4451 "smol",
 4452 "snippet",
 4453 "sum_tree",
 4454 "task",
 4455 "telemetry",
 4456 "tempfile",
 4457 "text",
 4458 "theme",
 4459 "time",
 4460 "tree-sitter-html",
 4461 "tree-sitter-rust",
 4462 "tree-sitter-typescript",
 4463 "ui",
 4464 "unicode-script",
 4465 "unicode-segmentation",
 4466 "unindent",
 4467 "url",
 4468 "util",
 4469 "uuid",
 4470 "workspace",
 4471 "zed_actions",
 4472]
 4473
 4474[[package]]
 4475name = "either"
 4476version = "1.13.0"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4479dependencies = [
 4480 "serde",
 4481]
 4482
 4483[[package]]
 4484name = "elasticlunr-rs"
 4485version = "3.0.2"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4488dependencies = [
 4489 "regex",
 4490 "serde",
 4491 "serde_derive",
 4492 "serde_json",
 4493]
 4494
 4495[[package]]
 4496name = "elliptic-curve"
 4497version = "0.12.3"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4500dependencies = [
 4501 "base16ct",
 4502 "crypto-bigint 0.4.9",
 4503 "der 0.6.1",
 4504 "digest",
 4505 "ff",
 4506 "generic-array",
 4507 "group",
 4508 "pkcs8 0.9.0",
 4509 "rand_core 0.6.4",
 4510 "sec1",
 4511 "subtle",
 4512 "zeroize",
 4513]
 4514
 4515[[package]]
 4516name = "embed-resource"
 4517version = "3.0.2"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4520dependencies = [
 4521 "cc",
 4522 "memchr",
 4523 "rustc_version",
 4524 "toml 0.8.20",
 4525 "vswhom",
 4526 "winreg 0.52.0",
 4527]
 4528
 4529[[package]]
 4530name = "embedded-io"
 4531version = "0.4.0"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4534
 4535[[package]]
 4536name = "embedded-io"
 4537version = "0.6.1"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4540
 4541[[package]]
 4542name = "emojis"
 4543version = "0.6.4"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4546dependencies = [
 4547 "phf",
 4548]
 4549
 4550[[package]]
 4551name = "encode_unicode"
 4552version = "0.3.6"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4555
 4556[[package]]
 4557name = "encoding_rs"
 4558version = "0.8.35"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4561dependencies = [
 4562 "cfg-if",
 4563]
 4564
 4565[[package]]
 4566name = "endi"
 4567version = "1.1.0"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4570
 4571[[package]]
 4572name = "enumflags2"
 4573version = "0.7.10"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4576dependencies = [
 4577 "enumflags2_derive",
 4578 "serde",
 4579]
 4580
 4581[[package]]
 4582name = "enumflags2_derive"
 4583version = "0.7.10"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4586dependencies = [
 4587 "proc-macro2",
 4588 "quote",
 4589 "syn 2.0.100",
 4590]
 4591
 4592[[package]]
 4593name = "env_filter"
 4594version = "0.1.2"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4597dependencies = [
 4598 "log",
 4599 "regex",
 4600]
 4601
 4602[[package]]
 4603name = "env_logger"
 4604version = "0.10.2"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4607dependencies = [
 4608 "humantime",
 4609 "is-terminal",
 4610 "log",
 4611 "regex",
 4612 "termcolor",
 4613]
 4614
 4615[[package]]
 4616name = "env_logger"
 4617version = "0.11.7"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4620dependencies = [
 4621 "anstream",
 4622 "anstyle",
 4623 "env_filter",
 4624 "jiff",
 4625 "log",
 4626]
 4627
 4628[[package]]
 4629name = "envy"
 4630version = "0.4.2"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4633dependencies = [
 4634 "serde",
 4635]
 4636
 4637[[package]]
 4638name = "equivalent"
 4639version = "1.0.1"
 4640source = "registry+https://github.com/rust-lang/crates.io-index"
 4641checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4642
 4643[[package]]
 4644name = "erased-serde"
 4645version = "0.4.5"
 4646source = "registry+https://github.com/rust-lang/crates.io-index"
 4647checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4648dependencies = [
 4649 "serde",
 4650 "typeid",
 4651]
 4652
 4653[[package]]
 4654name = "errno"
 4655version = "0.2.8"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4658dependencies = [
 4659 "errno-dragonfly",
 4660 "libc",
 4661 "winapi",
 4662]
 4663
 4664[[package]]
 4665name = "errno"
 4666version = "0.3.10"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4669dependencies = [
 4670 "libc",
 4671 "windows-sys 0.59.0",
 4672]
 4673
 4674[[package]]
 4675name = "errno-dragonfly"
 4676version = "0.1.2"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4679dependencies = [
 4680 "cc",
 4681 "libc",
 4682]
 4683
 4684[[package]]
 4685name = "etagere"
 4686version = "0.2.15"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4689dependencies = [
 4690 "euclid",
 4691 "svg_fmt",
 4692]
 4693
 4694[[package]]
 4695name = "etcetera"
 4696version = "0.8.0"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4699dependencies = [
 4700 "cfg-if",
 4701 "home",
 4702 "windows-sys 0.48.0",
 4703]
 4704
 4705[[package]]
 4706name = "euclid"
 4707version = "0.22.11"
 4708source = "registry+https://github.com/rust-lang/crates.io-index"
 4709checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4710dependencies = [
 4711 "num-traits",
 4712]
 4713
 4714[[package]]
 4715name = "evals"
 4716version = "0.1.0"
 4717dependencies = [
 4718 "anyhow",
 4719 "clap",
 4720 "client",
 4721 "clock",
 4722 "collections",
 4723 "dap",
 4724 "env_logger 0.11.7",
 4725 "feature_flags",
 4726 "fs",
 4727 "gpui",
 4728 "http_client",
 4729 "language",
 4730 "languages",
 4731 "node_runtime",
 4732 "open_ai",
 4733 "project",
 4734 "reqwest_client",
 4735 "semantic_index",
 4736 "serde",
 4737 "serde_json",
 4738 "settings",
 4739 "smol",
 4740 "util",
 4741]
 4742
 4743[[package]]
 4744name = "event-listener"
 4745version = "2.5.3"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4748
 4749[[package]]
 4750name = "event-listener"
 4751version = "5.3.1"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4754dependencies = [
 4755 "concurrent-queue",
 4756 "parking",
 4757 "pin-project-lite",
 4758]
 4759
 4760[[package]]
 4761name = "event-listener-strategy"
 4762version = "0.5.3"
 4763source = "registry+https://github.com/rust-lang/crates.io-index"
 4764checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4765dependencies = [
 4766 "event-listener 5.3.1",
 4767 "pin-project-lite",
 4768]
 4769
 4770[[package]]
 4771name = "exec"
 4772version = "0.3.1"
 4773source = "registry+https://github.com/rust-lang/crates.io-index"
 4774checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4775dependencies = [
 4776 "errno 0.2.8",
 4777 "libc",
 4778]
 4779
 4780[[package]]
 4781name = "exr"
 4782version = "1.73.0"
 4783source = "registry+https://github.com/rust-lang/crates.io-index"
 4784checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4785dependencies = [
 4786 "bit_field",
 4787 "half",
 4788 "lebe",
 4789 "miniz_oxide",
 4790 "rayon-core",
 4791 "smallvec",
 4792 "zune-inflate",
 4793]
 4794
 4795[[package]]
 4796name = "extension"
 4797version = "0.1.0"
 4798dependencies = [
 4799 "anyhow",
 4800 "async-compression",
 4801 "async-tar",
 4802 "async-trait",
 4803 "collections",
 4804 "convert_case 0.8.0",
 4805 "fs",
 4806 "futures 0.3.31",
 4807 "gpui",
 4808 "http_client",
 4809 "language",
 4810 "log",
 4811 "lsp",
 4812 "parking_lot",
 4813 "semantic_version",
 4814 "serde",
 4815 "serde_json",
 4816 "toml 0.8.20",
 4817 "util",
 4818 "wasm-encoder 0.221.3",
 4819 "wasmparser 0.221.3",
 4820 "wit-component 0.221.3",
 4821]
 4822
 4823[[package]]
 4824name = "extension_cli"
 4825version = "0.1.0"
 4826dependencies = [
 4827 "anyhow",
 4828 "clap",
 4829 "env_logger 0.11.7",
 4830 "extension",
 4831 "fs",
 4832 "gpui",
 4833 "language",
 4834 "log",
 4835 "reqwest_client",
 4836 "rpc",
 4837 "serde",
 4838 "serde_json",
 4839 "theme",
 4840 "tokio",
 4841 "toml 0.8.20",
 4842 "tree-sitter",
 4843 "wasmtime",
 4844]
 4845
 4846[[package]]
 4847name = "extension_host"
 4848version = "0.1.0"
 4849dependencies = [
 4850 "anyhow",
 4851 "async-compression",
 4852 "async-tar",
 4853 "async-trait",
 4854 "client",
 4855 "collections",
 4856 "context_server_settings",
 4857 "ctor",
 4858 "env_logger 0.11.7",
 4859 "extension",
 4860 "fs",
 4861 "futures 0.3.31",
 4862 "gpui",
 4863 "http_client",
 4864 "language",
 4865 "language_extension",
 4866 "log",
 4867 "lsp",
 4868 "node_runtime",
 4869 "parking_lot",
 4870 "paths",
 4871 "project",
 4872 "release_channel",
 4873 "remote",
 4874 "reqwest_client",
 4875 "schemars",
 4876 "semantic_version",
 4877 "serde",
 4878 "serde_json",
 4879 "serde_json_lenient",
 4880 "settings",
 4881 "task",
 4882 "telemetry",
 4883 "tempfile",
 4884 "theme",
 4885 "theme_extension",
 4886 "toml 0.8.20",
 4887 "url",
 4888 "util",
 4889 "wasmparser 0.221.3",
 4890 "wasmtime",
 4891 "wasmtime-wasi",
 4892]
 4893
 4894[[package]]
 4895name = "extensions_ui"
 4896version = "0.1.0"
 4897dependencies = [
 4898 "anyhow",
 4899 "client",
 4900 "collections",
 4901 "db",
 4902 "editor",
 4903 "extension_host",
 4904 "fs",
 4905 "fuzzy",
 4906 "gpui",
 4907 "language",
 4908 "num-format",
 4909 "picker",
 4910 "project",
 4911 "release_channel",
 4912 "semantic_version",
 4913 "serde",
 4914 "settings",
 4915 "smallvec",
 4916 "strum",
 4917 "telemetry",
 4918 "theme",
 4919 "ui",
 4920 "util",
 4921 "vim_mode_setting",
 4922 "workspace",
 4923 "zed_actions",
 4924]
 4925
 4926[[package]]
 4927name = "fallible-iterator"
 4928version = "0.3.0"
 4929source = "registry+https://github.com/rust-lang/crates.io-index"
 4930checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4931
 4932[[package]]
 4933name = "fancy-regex"
 4934version = "0.13.0"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4937dependencies = [
 4938 "bit-set 0.5.3",
 4939 "regex-automata 0.4.9",
 4940 "regex-syntax 0.8.5",
 4941]
 4942
 4943[[package]]
 4944name = "fancy-regex"
 4945version = "0.14.0"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4948dependencies = [
 4949 "bit-set 0.8.0",
 4950 "regex-automata 0.4.9",
 4951 "regex-syntax 0.8.5",
 4952]
 4953
 4954[[package]]
 4955name = "fast-srgb8"
 4956version = "1.0.0"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4959
 4960[[package]]
 4961name = "fastrand"
 4962version = "1.9.0"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4965dependencies = [
 4966 "instant",
 4967]
 4968
 4969[[package]]
 4970name = "fastrand"
 4971version = "2.3.0"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4974
 4975[[package]]
 4976name = "fd-lock"
 4977version = "4.0.2"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4980dependencies = [
 4981 "cfg-if",
 4982 "rustix",
 4983 "windows-sys 0.52.0",
 4984]
 4985
 4986[[package]]
 4987name = "fdeflate"
 4988version = "0.3.7"
 4989source = "registry+https://github.com/rust-lang/crates.io-index"
 4990checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4991dependencies = [
 4992 "simd-adler32",
 4993]
 4994
 4995[[package]]
 4996name = "feature_flags"
 4997version = "0.1.0"
 4998dependencies = [
 4999 "futures 0.3.31",
 5000 "gpui",
 5001 "smol",
 5002]
 5003
 5004[[package]]
 5005name = "feedback"
 5006version = "0.1.0"
 5007dependencies = [
 5008 "client",
 5009 "editor",
 5010 "gpui",
 5011 "human_bytes",
 5012 "menu",
 5013 "release_channel",
 5014 "serde",
 5015 "sysinfo",
 5016 "ui",
 5017 "urlencoding",
 5018 "util",
 5019 "workspace",
 5020 "zed_actions",
 5021]
 5022
 5023[[package]]
 5024name = "ff"
 5025version = "0.12.1"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5028dependencies = [
 5029 "rand_core 0.6.4",
 5030 "subtle",
 5031]
 5032
 5033[[package]]
 5034name = "file_finder"
 5035version = "0.1.0"
 5036dependencies = [
 5037 "anyhow",
 5038 "collections",
 5039 "ctor",
 5040 "editor",
 5041 "env_logger 0.11.7",
 5042 "file_icons",
 5043 "futures 0.3.31",
 5044 "fuzzy",
 5045 "gpui",
 5046 "language",
 5047 "menu",
 5048 "picker",
 5049 "project",
 5050 "schemars",
 5051 "serde",
 5052 "serde_derive",
 5053 "serde_json",
 5054 "settings",
 5055 "text",
 5056 "theme",
 5057 "ui",
 5058 "util",
 5059 "workspace",
 5060]
 5061
 5062[[package]]
 5063name = "file_icons"
 5064version = "0.1.0"
 5065dependencies = [
 5066 "gpui",
 5067 "serde",
 5068 "settings",
 5069 "theme",
 5070 "util",
 5071]
 5072
 5073[[package]]
 5074name = "filedescriptor"
 5075version = "0.8.3"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5078dependencies = [
 5079 "libc",
 5080 "thiserror 1.0.69",
 5081 "winapi",
 5082]
 5083
 5084[[package]]
 5085name = "filetime"
 5086version = "0.2.25"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5089dependencies = [
 5090 "cfg-if",
 5091 "libc",
 5092 "libredox",
 5093 "windows-sys 0.59.0",
 5094]
 5095
 5096[[package]]
 5097name = "fixedbitset"
 5098version = "0.4.2"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5101
 5102[[package]]
 5103name = "flate2"
 5104version = "1.1.0"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
 5107dependencies = [
 5108 "crc32fast",
 5109 "miniz_oxide",
 5110]
 5111
 5112[[package]]
 5113name = "float-cmp"
 5114version = "0.9.0"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5117
 5118[[package]]
 5119name = "float-ord"
 5120version = "0.3.2"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5123
 5124[[package]]
 5125name = "float_next_after"
 5126version = "1.0.0"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5129
 5130[[package]]
 5131name = "flume"
 5132version = "0.11.1"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5135dependencies = [
 5136 "futures-core",
 5137 "futures-sink",
 5138 "nanorand",
 5139 "spin",
 5140]
 5141
 5142[[package]]
 5143name = "fnv"
 5144version = "1.0.7"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5147
 5148[[package]]
 5149name = "foldhash"
 5150version = "0.1.3"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5153
 5154[[package]]
 5155name = "font-kit"
 5156version = "0.14.1"
 5157source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5158dependencies = [
 5159 "bitflags 2.9.0",
 5160 "byteorder",
 5161 "core-foundation 0.10.0",
 5162 "core-graphics 0.24.0",
 5163 "core-text",
 5164 "dirs 5.0.1",
 5165 "dwrote",
 5166 "float-ord",
 5167 "freetype-sys",
 5168 "lazy_static",
 5169 "libc",
 5170 "log",
 5171 "pathfinder_geometry",
 5172 "pathfinder_simd",
 5173 "walkdir",
 5174 "winapi",
 5175 "yeslogic-fontconfig-sys",
 5176]
 5177
 5178[[package]]
 5179name = "font-types"
 5180version = "0.8.3"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5183dependencies = [
 5184 "bytemuck",
 5185]
 5186
 5187[[package]]
 5188name = "fontconfig-parser"
 5189version = "0.5.7"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5192dependencies = [
 5193 "roxmltree",
 5194]
 5195
 5196[[package]]
 5197name = "fontdb"
 5198version = "0.16.2"
 5199source = "registry+https://github.com/rust-lang/crates.io-index"
 5200checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5201dependencies = [
 5202 "fontconfig-parser",
 5203 "log",
 5204 "memmap2",
 5205 "slotmap",
 5206 "tinyvec",
 5207 "ttf-parser 0.20.0",
 5208]
 5209
 5210[[package]]
 5211name = "fontdb"
 5212version = "0.23.0"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5215dependencies = [
 5216 "fontconfig-parser",
 5217 "log",
 5218 "memmap2",
 5219 "slotmap",
 5220 "tinyvec",
 5221 "ttf-parser 0.25.1",
 5222]
 5223
 5224[[package]]
 5225name = "foreign-types"
 5226version = "0.3.2"
 5227source = "registry+https://github.com/rust-lang/crates.io-index"
 5228checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5229dependencies = [
 5230 "foreign-types-shared 0.1.1",
 5231]
 5232
 5233[[package]]
 5234name = "foreign-types"
 5235version = "0.5.0"
 5236source = "registry+https://github.com/rust-lang/crates.io-index"
 5237checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5238dependencies = [
 5239 "foreign-types-macros",
 5240 "foreign-types-shared 0.3.1",
 5241]
 5242
 5243[[package]]
 5244name = "foreign-types-macros"
 5245version = "0.2.3"
 5246source = "registry+https://github.com/rust-lang/crates.io-index"
 5247checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5248dependencies = [
 5249 "proc-macro2",
 5250 "quote",
 5251 "syn 2.0.100",
 5252]
 5253
 5254[[package]]
 5255name = "foreign-types-shared"
 5256version = "0.1.1"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5259
 5260[[package]]
 5261name = "foreign-types-shared"
 5262version = "0.3.1"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5265
 5266[[package]]
 5267name = "fork"
 5268version = "0.2.0"
 5269source = "registry+https://github.com/rust-lang/crates.io-index"
 5270checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5271dependencies = [
 5272 "libc",
 5273]
 5274
 5275[[package]]
 5276name = "form_urlencoded"
 5277version = "1.2.1"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5280dependencies = [
 5281 "percent-encoding",
 5282]
 5283
 5284[[package]]
 5285name = "freetype-sys"
 5286version = "0.20.1"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5289dependencies = [
 5290 "cc",
 5291 "libc",
 5292 "pkg-config",
 5293]
 5294
 5295[[package]]
 5296name = "fs"
 5297version = "0.1.0"
 5298dependencies = [
 5299 "anyhow",
 5300 "ashpd",
 5301 "async-tar",
 5302 "async-trait",
 5303 "cocoa 0.26.0",
 5304 "collections",
 5305 "fsevent",
 5306 "futures 0.3.31",
 5307 "git",
 5308 "gpui",
 5309 "ignore",
 5310 "libc",
 5311 "log",
 5312 "notify",
 5313 "objc",
 5314 "parking_lot",
 5315 "paths",
 5316 "proto",
 5317 "rope",
 5318 "serde",
 5319 "serde_json",
 5320 "smol",
 5321 "tempfile",
 5322 "text",
 5323 "time",
 5324 "util",
 5325 "windows 0.61.1",
 5326]
 5327
 5328[[package]]
 5329name = "fs-set-times"
 5330version = "0.20.2"
 5331source = "registry+https://github.com/rust-lang/crates.io-index"
 5332checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5333dependencies = [
 5334 "io-lifetimes",
 5335 "rustix",
 5336 "windows-sys 0.59.0",
 5337]
 5338
 5339[[package]]
 5340name = "fs2"
 5341version = "0.4.3"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5344dependencies = [
 5345 "libc",
 5346 "winapi",
 5347]
 5348
 5349[[package]]
 5350name = "fs_extra"
 5351version = "1.3.0"
 5352source = "registry+https://github.com/rust-lang/crates.io-index"
 5353checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5354
 5355[[package]]
 5356name = "fsevent"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "bitflags 2.9.0",
 5360 "core-foundation 0.10.0",
 5361 "fsevent-sys 3.1.0",
 5362 "parking_lot",
 5363 "tempfile",
 5364]
 5365
 5366[[package]]
 5367name = "fsevent-sys"
 5368version = "3.1.0"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5371dependencies = [
 5372 "libc",
 5373]
 5374
 5375[[package]]
 5376name = "fsevent-sys"
 5377version = "4.1.0"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5380dependencies = [
 5381 "libc",
 5382]
 5383
 5384[[package]]
 5385name = "funty"
 5386version = "2.0.0"
 5387source = "registry+https://github.com/rust-lang/crates.io-index"
 5388checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5389
 5390[[package]]
 5391name = "futf"
 5392version = "0.1.5"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5395dependencies = [
 5396 "mac",
 5397 "new_debug_unreachable",
 5398]
 5399
 5400[[package]]
 5401name = "futures"
 5402version = "0.1.31"
 5403source = "registry+https://github.com/rust-lang/crates.io-index"
 5404checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5405
 5406[[package]]
 5407name = "futures"
 5408version = "0.3.31"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5411dependencies = [
 5412 "futures-channel",
 5413 "futures-core",
 5414 "futures-executor",
 5415 "futures-io",
 5416 "futures-sink",
 5417 "futures-task",
 5418 "futures-util",
 5419]
 5420
 5421[[package]]
 5422name = "futures-batch"
 5423version = "0.6.1"
 5424source = "registry+https://github.com/rust-lang/crates.io-index"
 5425checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5426dependencies = [
 5427 "futures 0.3.31",
 5428 "futures-timer",
 5429 "pin-utils",
 5430]
 5431
 5432[[package]]
 5433name = "futures-channel"
 5434version = "0.3.31"
 5435source = "registry+https://github.com/rust-lang/crates.io-index"
 5436checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5437dependencies = [
 5438 "futures-core",
 5439 "futures-sink",
 5440]
 5441
 5442[[package]]
 5443name = "futures-core"
 5444version = "0.3.31"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5447
 5448[[package]]
 5449name = "futures-executor"
 5450version = "0.3.31"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5453dependencies = [
 5454 "futures-core",
 5455 "futures-task",
 5456 "futures-util",
 5457]
 5458
 5459[[package]]
 5460name = "futures-intrusive"
 5461version = "0.5.0"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5464dependencies = [
 5465 "futures-core",
 5466 "lock_api",
 5467 "parking_lot",
 5468]
 5469
 5470[[package]]
 5471name = "futures-io"
 5472version = "0.3.31"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5475
 5476[[package]]
 5477name = "futures-lite"
 5478version = "1.13.0"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5481dependencies = [
 5482 "fastrand 1.9.0",
 5483 "futures-core",
 5484 "futures-io",
 5485 "memchr",
 5486 "parking",
 5487 "pin-project-lite",
 5488 "waker-fn",
 5489]
 5490
 5491[[package]]
 5492name = "futures-lite"
 5493version = "2.6.0"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5496dependencies = [
 5497 "fastrand 2.3.0",
 5498 "futures-core",
 5499 "futures-io",
 5500 "parking",
 5501 "pin-project-lite",
 5502]
 5503
 5504[[package]]
 5505name = "futures-macro"
 5506version = "0.3.31"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5509dependencies = [
 5510 "proc-macro2",
 5511 "quote",
 5512 "syn 2.0.100",
 5513]
 5514
 5515[[package]]
 5516name = "futures-sink"
 5517version = "0.3.31"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5520
 5521[[package]]
 5522name = "futures-task"
 5523version = "0.3.31"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5526
 5527[[package]]
 5528name = "futures-timer"
 5529version = "3.0.3"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5532
 5533[[package]]
 5534name = "futures-util"
 5535version = "0.3.31"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5538dependencies = [
 5539 "futures 0.1.31",
 5540 "futures-channel",
 5541 "futures-core",
 5542 "futures-io",
 5543 "futures-macro",
 5544 "futures-sink",
 5545 "futures-task",
 5546 "memchr",
 5547 "pin-project-lite",
 5548 "pin-utils",
 5549 "slab",
 5550 "tokio-io",
 5551]
 5552
 5553[[package]]
 5554name = "fuzzy"
 5555version = "0.1.0"
 5556dependencies = [
 5557 "gpui",
 5558 "log",
 5559 "util",
 5560]
 5561
 5562[[package]]
 5563name = "fuzzy-matcher"
 5564version = "0.3.7"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5567dependencies = [
 5568 "thread_local",
 5569]
 5570
 5571[[package]]
 5572name = "generic-array"
 5573version = "0.14.7"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5576dependencies = [
 5577 "typenum",
 5578 "version_check",
 5579]
 5580
 5581[[package]]
 5582name = "gethostname"
 5583version = "0.4.3"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5586dependencies = [
 5587 "libc",
 5588 "windows-targets 0.48.5",
 5589]
 5590
 5591[[package]]
 5592name = "getrandom"
 5593version = "0.1.16"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5596dependencies = [
 5597 "cfg-if",
 5598 "libc",
 5599 "wasi 0.9.0+wasi-snapshot-preview1",
 5600]
 5601
 5602[[package]]
 5603name = "getrandom"
 5604version = "0.2.15"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5607dependencies = [
 5608 "cfg-if",
 5609 "js-sys",
 5610 "libc",
 5611 "wasi 0.11.0+wasi-snapshot-preview1",
 5612 "wasm-bindgen",
 5613]
 5614
 5615[[package]]
 5616name = "getrandom"
 5617version = "0.3.1"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5620dependencies = [
 5621 "cfg-if",
 5622 "libc",
 5623 "wasi 0.13.3+wasi-0.2.2",
 5624 "windows-targets 0.52.6",
 5625]
 5626
 5627[[package]]
 5628name = "gif"
 5629version = "0.13.1"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5632dependencies = [
 5633 "color_quant",
 5634 "weezl",
 5635]
 5636
 5637[[package]]
 5638name = "gimli"
 5639version = "0.31.1"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5642dependencies = [
 5643 "fallible-iterator",
 5644 "indexmap",
 5645 "stable_deref_trait",
 5646]
 5647
 5648[[package]]
 5649name = "git"
 5650version = "0.1.0"
 5651dependencies = [
 5652 "anyhow",
 5653 "askpass",
 5654 "async-trait",
 5655 "collections",
 5656 "derive_more",
 5657 "futures 0.3.31",
 5658 "git2",
 5659 "gpui",
 5660 "http_client",
 5661 "log",
 5662 "parking_lot",
 5663 "pretty_assertions",
 5664 "regex",
 5665 "rope",
 5666 "schemars",
 5667 "serde",
 5668 "serde_json",
 5669 "smol",
 5670 "sum_tree",
 5671 "tempfile",
 5672 "text",
 5673 "thiserror 2.0.12",
 5674 "time",
 5675 "unindent",
 5676 "url",
 5677 "util",
 5678 "uuid",
 5679]
 5680
 5681[[package]]
 5682name = "git2"
 5683version = "0.20.1"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5686dependencies = [
 5687 "bitflags 2.9.0",
 5688 "libc",
 5689 "libgit2-sys",
 5690 "log",
 5691 "url",
 5692]
 5693
 5694[[package]]
 5695name = "git_hosting_providers"
 5696version = "0.1.0"
 5697dependencies = [
 5698 "anyhow",
 5699 "async-trait",
 5700 "futures 0.3.31",
 5701 "git",
 5702 "gpui",
 5703 "http_client",
 5704 "indoc",
 5705 "pretty_assertions",
 5706 "regex",
 5707 "schemars",
 5708 "serde",
 5709 "serde_json",
 5710 "settings",
 5711 "url",
 5712 "util",
 5713]
 5714
 5715[[package]]
 5716name = "git_ui"
 5717version = "0.1.0"
 5718dependencies = [
 5719 "anyhow",
 5720 "askpass",
 5721 "assistant_settings",
 5722 "buffer_diff",
 5723 "chrono",
 5724 "collections",
 5725 "command_palette_hooks",
 5726 "component",
 5727 "ctor",
 5728 "db",
 5729 "editor",
 5730 "env_logger 0.11.7",
 5731 "futures 0.3.31",
 5732 "fuzzy",
 5733 "git",
 5734 "gpui",
 5735 "itertools 0.14.0",
 5736 "language",
 5737 "language_model",
 5738 "linkify",
 5739 "linkme",
 5740 "log",
 5741 "markdown",
 5742 "menu",
 5743 "multi_buffer",
 5744 "notifications",
 5745 "panel",
 5746 "picker",
 5747 "postage",
 5748 "pretty_assertions",
 5749 "project",
 5750 "schemars",
 5751 "serde",
 5752 "serde_derive",
 5753 "serde_json",
 5754 "settings",
 5755 "strum",
 5756 "telemetry",
 5757 "theme",
 5758 "time",
 5759 "time_format",
 5760 "ui",
 5761 "unindent",
 5762 "util",
 5763 "windows 0.61.1",
 5764 "workspace",
 5765 "zed_actions",
 5766]
 5767
 5768[[package]]
 5769name = "glob"
 5770version = "0.3.1"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5773
 5774[[package]]
 5775name = "globset"
 5776version = "0.4.16"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5779dependencies = [
 5780 "aho-corasick",
 5781 "bstr",
 5782 "log",
 5783 "regex-automata 0.4.9",
 5784 "regex-syntax 0.8.5",
 5785]
 5786
 5787[[package]]
 5788name = "gloo-timers"
 5789version = "0.3.0"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5792dependencies = [
 5793 "futures-channel",
 5794 "futures-core",
 5795 "js-sys",
 5796 "wasm-bindgen",
 5797]
 5798
 5799[[package]]
 5800name = "glow"
 5801version = "0.14.2"
 5802source = "registry+https://github.com/rust-lang/crates.io-index"
 5803checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5804dependencies = [
 5805 "js-sys",
 5806 "slotmap",
 5807 "wasm-bindgen",
 5808 "web-sys",
 5809]
 5810
 5811[[package]]
 5812name = "go_to_line"
 5813version = "0.1.0"
 5814dependencies = [
 5815 "anyhow",
 5816 "editor",
 5817 "gpui",
 5818 "indoc",
 5819 "language",
 5820 "menu",
 5821 "project",
 5822 "rope",
 5823 "schemars",
 5824 "serde",
 5825 "serde_json",
 5826 "settings",
 5827 "text",
 5828 "theme",
 5829 "tree-sitter-rust",
 5830 "tree-sitter-typescript",
 5831 "ui",
 5832 "util",
 5833 "workspace",
 5834]
 5835
 5836[[package]]
 5837name = "google_ai"
 5838version = "0.1.0"
 5839dependencies = [
 5840 "anyhow",
 5841 "futures 0.3.31",
 5842 "http_client",
 5843 "schemars",
 5844 "serde",
 5845 "serde_json",
 5846 "strum",
 5847]
 5848
 5849[[package]]
 5850name = "gpu-alloc"
 5851version = "0.6.0"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5854dependencies = [
 5855 "bitflags 2.9.0",
 5856 "gpu-alloc-types",
 5857]
 5858
 5859[[package]]
 5860name = "gpu-alloc-ash"
 5861version = "0.7.0"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5864dependencies = [
 5865 "ash",
 5866 "gpu-alloc-types",
 5867 "tinyvec",
 5868]
 5869
 5870[[package]]
 5871name = "gpu-alloc-types"
 5872version = "0.3.0"
 5873source = "registry+https://github.com/rust-lang/crates.io-index"
 5874checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5875dependencies = [
 5876 "bitflags 2.9.0",
 5877]
 5878
 5879[[package]]
 5880name = "gpui"
 5881version = "0.1.0"
 5882dependencies = [
 5883 "anyhow",
 5884 "as-raw-xcb-connection",
 5885 "ashpd",
 5886 "async-task",
 5887 "backtrace",
 5888 "bindgen 0.71.1",
 5889 "blade-graphics",
 5890 "blade-macros",
 5891 "blade-util",
 5892 "block",
 5893 "bytemuck",
 5894 "calloop",
 5895 "calloop-wayland-source",
 5896 "cbindgen 0.28.0",
 5897 "cocoa 0.26.0",
 5898 "collections",
 5899 "core-foundation 0.10.0",
 5900 "core-foundation-sys",
 5901 "core-graphics 0.24.0",
 5902 "core-text",
 5903 "core-video",
 5904 "cosmic-text",
 5905 "ctor",
 5906 "derive_more",
 5907 "embed-resource",
 5908 "env_logger 0.11.7",
 5909 "etagere",
 5910 "filedescriptor",
 5911 "flume",
 5912 "font-kit",
 5913 "foreign-types 0.5.0",
 5914 "futures 0.3.31",
 5915 "gpui_macros",
 5916 "http_client",
 5917 "image",
 5918 "inventory",
 5919 "itertools 0.14.0",
 5920 "log",
 5921 "lyon",
 5922 "media",
 5923 "metal",
 5924 "naga",
 5925 "num_cpus",
 5926 "objc",
 5927 "objc2",
 5928 "objc2-metal",
 5929 "oo7",
 5930 "open",
 5931 "parking",
 5932 "parking_lot",
 5933 "pathfinder_geometry",
 5934 "postage",
 5935 "profiling",
 5936 "rand 0.8.5",
 5937 "raw-window-handle",
 5938 "refineable",
 5939 "reqwest_client",
 5940 "resvg",
 5941 "schemars",
 5942 "seahash",
 5943 "semantic_version",
 5944 "serde",
 5945 "serde_derive",
 5946 "serde_json",
 5947 "slotmap",
 5948 "smallvec",
 5949 "smol",
 5950 "strum",
 5951 "sum_tree",
 5952 "taffy",
 5953 "thiserror 2.0.12",
 5954 "unicode-segmentation",
 5955 "usvg",
 5956 "util",
 5957 "uuid",
 5958 "waker-fn",
 5959 "wayland-backend",
 5960 "wayland-client",
 5961 "wayland-cursor",
 5962 "wayland-protocols",
 5963 "wayland-protocols-plasma",
 5964 "windows 0.61.1",
 5965 "windows-core 0.61.0",
 5966 "windows-numerics",
 5967 "x11-clipboard",
 5968 "x11rb",
 5969 "xim",
 5970 "xkbcommon",
 5971]
 5972
 5973[[package]]
 5974name = "gpui_macros"
 5975version = "0.1.0"
 5976dependencies = [
 5977 "gpui",
 5978 "proc-macro2",
 5979 "quote",
 5980 "syn 1.0.109",
 5981]
 5982
 5983[[package]]
 5984name = "gpui_tokio"
 5985version = "0.1.0"
 5986dependencies = [
 5987 "gpui",
 5988 "tokio",
 5989 "util",
 5990]
 5991
 5992[[package]]
 5993name = "grid"
 5994version = "0.13.0"
 5995source = "registry+https://github.com/rust-lang/crates.io-index"
 5996checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5997
 5998[[package]]
 5999name = "group"
 6000version = "0.12.1"
 6001source = "registry+https://github.com/rust-lang/crates.io-index"
 6002checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 6003dependencies = [
 6004 "ff",
 6005 "rand_core 0.6.4",
 6006 "subtle",
 6007]
 6008
 6009[[package]]
 6010name = "h2"
 6011version = "0.3.26"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 6014dependencies = [
 6015 "bytes 1.10.1",
 6016 "fnv",
 6017 "futures-core",
 6018 "futures-sink",
 6019 "futures-util",
 6020 "http 0.2.12",
 6021 "indexmap",
 6022 "slab",
 6023 "tokio",
 6024 "tokio-util",
 6025 "tracing",
 6026]
 6027
 6028[[package]]
 6029name = "h2"
 6030version = "0.4.7"
 6031source = "registry+https://github.com/rust-lang/crates.io-index"
 6032checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6033dependencies = [
 6034 "atomic-waker",
 6035 "bytes 1.10.1",
 6036 "fnv",
 6037 "futures-core",
 6038 "futures-sink",
 6039 "http 1.2.0",
 6040 "indexmap",
 6041 "slab",
 6042 "tokio",
 6043 "tokio-util",
 6044 "tracing",
 6045]
 6046
 6047[[package]]
 6048name = "half"
 6049version = "2.4.1"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6052dependencies = [
 6053 "cfg-if",
 6054 "crunchy",
 6055]
 6056
 6057[[package]]
 6058name = "handlebars"
 6059version = "4.5.0"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6062dependencies = [
 6063 "log",
 6064 "pest",
 6065 "pest_derive",
 6066 "serde",
 6067 "serde_json",
 6068 "thiserror 1.0.69",
 6069]
 6070
 6071[[package]]
 6072name = "handlebars"
 6073version = "6.2.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6076dependencies = [
 6077 "log",
 6078 "num-order",
 6079 "pest",
 6080 "pest_derive",
 6081 "serde",
 6082 "serde_json",
 6083 "thiserror 1.0.69",
 6084]
 6085
 6086[[package]]
 6087name = "hashbrown"
 6088version = "0.12.3"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6091dependencies = [
 6092 "ahash 0.7.8",
 6093]
 6094
 6095[[package]]
 6096name = "hashbrown"
 6097version = "0.14.5"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6100dependencies = [
 6101 "ahash 0.8.11",
 6102 "allocator-api2",
 6103]
 6104
 6105[[package]]
 6106name = "hashbrown"
 6107version = "0.15.2"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6110dependencies = [
 6111 "allocator-api2",
 6112 "equivalent",
 6113 "foldhash",
 6114 "serde",
 6115]
 6116
 6117[[package]]
 6118name = "hashlink"
 6119version = "0.8.4"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6122dependencies = [
 6123 "hashbrown 0.14.5",
 6124]
 6125
 6126[[package]]
 6127name = "hashlink"
 6128version = "0.10.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6131dependencies = [
 6132 "hashbrown 0.15.2",
 6133]
 6134
 6135[[package]]
 6136name = "headers"
 6137version = "0.3.9"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6140dependencies = [
 6141 "base64 0.21.7",
 6142 "bytes 1.10.1",
 6143 "headers-core",
 6144 "http 0.2.12",
 6145 "httpdate",
 6146 "mime",
 6147 "sha1",
 6148]
 6149
 6150[[package]]
 6151name = "headers-core"
 6152version = "0.2.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6155dependencies = [
 6156 "http 0.2.12",
 6157]
 6158
 6159[[package]]
 6160name = "heck"
 6161version = "0.3.3"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6164dependencies = [
 6165 "unicode-segmentation",
 6166]
 6167
 6168[[package]]
 6169name = "heck"
 6170version = "0.4.1"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6173dependencies = [
 6174 "unicode-segmentation",
 6175]
 6176
 6177[[package]]
 6178name = "heck"
 6179version = "0.5.0"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6182
 6183[[package]]
 6184name = "heed"
 6185version = "0.21.0"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6188dependencies = [
 6189 "bitflags 2.9.0",
 6190 "byteorder",
 6191 "heed-traits",
 6192 "heed-types",
 6193 "libc",
 6194 "lmdb-master-sys",
 6195 "once_cell",
 6196 "page_size",
 6197 "serde",
 6198 "synchronoise",
 6199 "url",
 6200]
 6201
 6202[[package]]
 6203name = "heed-traits"
 6204version = "0.20.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6207
 6208[[package]]
 6209name = "heed-types"
 6210version = "0.21.0"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6213dependencies = [
 6214 "bincode",
 6215 "byteorder",
 6216 "heed-traits",
 6217 "serde",
 6218 "serde_json",
 6219]
 6220
 6221[[package]]
 6222name = "hermit-abi"
 6223version = "0.3.9"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6226
 6227[[package]]
 6228name = "hermit-abi"
 6229version = "0.4.0"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6232
 6233[[package]]
 6234name = "hex"
 6235version = "0.4.3"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6238
 6239[[package]]
 6240name = "hexf-parse"
 6241version = "0.2.1"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6244
 6245[[package]]
 6246name = "hidden-trait"
 6247version = "0.1.2"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6250dependencies = [
 6251 "proc-macro2",
 6252 "quote",
 6253 "syn 1.0.109",
 6254]
 6255
 6256[[package]]
 6257name = "hkdf"
 6258version = "0.12.4"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6261dependencies = [
 6262 "hmac",
 6263]
 6264
 6265[[package]]
 6266name = "hmac"
 6267version = "0.12.1"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6270dependencies = [
 6271 "digest",
 6272]
 6273
 6274[[package]]
 6275name = "home"
 6276version = "0.5.9"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6279dependencies = [
 6280 "windows-sys 0.52.0",
 6281]
 6282
 6283[[package]]
 6284name = "hound"
 6285version = "3.5.1"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6288
 6289[[package]]
 6290name = "html5ever"
 6291version = "0.27.0"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6294dependencies = [
 6295 "log",
 6296 "mac",
 6297 "markup5ever",
 6298 "proc-macro2",
 6299 "quote",
 6300 "syn 2.0.100",
 6301]
 6302
 6303[[package]]
 6304name = "html_to_markdown"
 6305version = "0.1.0"
 6306dependencies = [
 6307 "anyhow",
 6308 "html5ever",
 6309 "indoc",
 6310 "markup5ever_rcdom",
 6311 "pretty_assertions",
 6312 "regex",
 6313]
 6314
 6315[[package]]
 6316name = "http"
 6317version = "0.2.12"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6320dependencies = [
 6321 "bytes 1.10.1",
 6322 "fnv",
 6323 "itoa",
 6324]
 6325
 6326[[package]]
 6327name = "http"
 6328version = "1.2.0"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6331dependencies = [
 6332 "bytes 1.10.1",
 6333 "fnv",
 6334 "itoa",
 6335]
 6336
 6337[[package]]
 6338name = "http-body"
 6339version = "0.4.6"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6342dependencies = [
 6343 "bytes 1.10.1",
 6344 "http 0.2.12",
 6345 "pin-project-lite",
 6346]
 6347
 6348[[package]]
 6349name = "http-body"
 6350version = "1.0.1"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6353dependencies = [
 6354 "bytes 1.10.1",
 6355 "http 1.2.0",
 6356]
 6357
 6358[[package]]
 6359name = "http-body-util"
 6360version = "0.1.2"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6363dependencies = [
 6364 "bytes 1.10.1",
 6365 "futures-util",
 6366 "http 1.2.0",
 6367 "http-body 1.0.1",
 6368 "pin-project-lite",
 6369]
 6370
 6371[[package]]
 6372name = "http-range-header"
 6373version = "0.3.1"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6376
 6377[[package]]
 6378name = "http-types"
 6379version = "2.12.0"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6382dependencies = [
 6383 "anyhow",
 6384 "async-channel 1.9.0",
 6385 "base64 0.13.1",
 6386 "futures-lite 1.13.0",
 6387 "http 0.2.12",
 6388 "infer",
 6389 "pin-project-lite",
 6390 "rand 0.7.3",
 6391 "serde",
 6392 "serde_json",
 6393 "serde_qs 0.8.5",
 6394 "serde_urlencoded",
 6395 "url",
 6396]
 6397
 6398[[package]]
 6399name = "http_client"
 6400version = "0.1.0"
 6401dependencies = [
 6402 "anyhow",
 6403 "bytes 1.10.1",
 6404 "derive_more",
 6405 "futures 0.3.31",
 6406 "http 1.2.0",
 6407 "log",
 6408 "serde",
 6409 "serde_json",
 6410 "url",
 6411]
 6412
 6413[[package]]
 6414name = "http_client_tls"
 6415version = "0.1.0"
 6416dependencies = [
 6417 "rustls 0.23.25",
 6418 "rustls-platform-verifier",
 6419]
 6420
 6421[[package]]
 6422name = "httparse"
 6423version = "1.9.5"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6426
 6427[[package]]
 6428name = "httpdate"
 6429version = "1.0.3"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6432
 6433[[package]]
 6434name = "human_bytes"
 6435version = "0.4.3"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6438
 6439[[package]]
 6440name = "humantime"
 6441version = "2.1.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6444
 6445[[package]]
 6446name = "hyper"
 6447version = "0.14.32"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6450dependencies = [
 6451 "bytes 1.10.1",
 6452 "futures-channel",
 6453 "futures-core",
 6454 "futures-util",
 6455 "h2 0.3.26",
 6456 "http 0.2.12",
 6457 "http-body 0.4.6",
 6458 "httparse",
 6459 "httpdate",
 6460 "itoa",
 6461 "pin-project-lite",
 6462 "socket2",
 6463 "tokio",
 6464 "tower-service",
 6465 "tracing",
 6466 "want",
 6467]
 6468
 6469[[package]]
 6470name = "hyper"
 6471version = "1.5.1"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6474dependencies = [
 6475 "bytes 1.10.1",
 6476 "futures-channel",
 6477 "futures-util",
 6478 "h2 0.4.7",
 6479 "http 1.2.0",
 6480 "http-body 1.0.1",
 6481 "httparse",
 6482 "itoa",
 6483 "pin-project-lite",
 6484 "smallvec",
 6485 "tokio",
 6486 "want",
 6487]
 6488
 6489[[package]]
 6490name = "hyper-rustls"
 6491version = "0.24.2"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6494dependencies = [
 6495 "futures-util",
 6496 "http 0.2.12",
 6497 "hyper 0.14.32",
 6498 "log",
 6499 "rustls 0.21.12",
 6500 "rustls-native-certs 0.6.3",
 6501 "tokio",
 6502 "tokio-rustls 0.24.1",
 6503]
 6504
 6505[[package]]
 6506name = "hyper-rustls"
 6507version = "0.27.3"
 6508source = "registry+https://github.com/rust-lang/crates.io-index"
 6509checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6510dependencies = [
 6511 "futures-util",
 6512 "http 1.2.0",
 6513 "hyper 1.5.1",
 6514 "hyper-util",
 6515 "rustls 0.23.25",
 6516 "rustls-native-certs 0.8.1",
 6517 "rustls-pki-types",
 6518 "tokio",
 6519 "tokio-rustls 0.26.1",
 6520 "tower-service",
 6521]
 6522
 6523[[package]]
 6524name = "hyper-tls"
 6525version = "0.5.0"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6528dependencies = [
 6529 "bytes 1.10.1",
 6530 "hyper 0.14.32",
 6531 "native-tls",
 6532 "tokio",
 6533 "tokio-native-tls",
 6534]
 6535
 6536[[package]]
 6537name = "hyper-util"
 6538version = "0.1.10"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6541dependencies = [
 6542 "bytes 1.10.1",
 6543 "futures-channel",
 6544 "futures-util",
 6545 "http 1.2.0",
 6546 "http-body 1.0.1",
 6547 "hyper 1.5.1",
 6548 "pin-project-lite",
 6549 "socket2",
 6550 "tokio",
 6551 "tower-service",
 6552 "tracing",
 6553]
 6554
 6555[[package]]
 6556name = "iana-time-zone"
 6557version = "0.1.61"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6560dependencies = [
 6561 "android_system_properties",
 6562 "core-foundation-sys",
 6563 "iana-time-zone-haiku",
 6564 "js-sys",
 6565 "wasm-bindgen",
 6566 "windows-core 0.52.0",
 6567]
 6568
 6569[[package]]
 6570name = "iana-time-zone-haiku"
 6571version = "0.1.2"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6574dependencies = [
 6575 "cc",
 6576]
 6577
 6578[[package]]
 6579name = "icons"
 6580version = "0.1.0"
 6581dependencies = [
 6582 "serde",
 6583 "strum",
 6584]
 6585
 6586[[package]]
 6587name = "icu_collections"
 6588version = "1.5.0"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6591dependencies = [
 6592 "displaydoc",
 6593 "yoke",
 6594 "zerofrom",
 6595 "zerovec",
 6596]
 6597
 6598[[package]]
 6599name = "icu_locid"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6603dependencies = [
 6604 "displaydoc",
 6605 "litemap",
 6606 "tinystr",
 6607 "writeable",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_locid_transform"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6616dependencies = [
 6617 "displaydoc",
 6618 "icu_locid",
 6619 "icu_locid_transform_data",
 6620 "icu_provider",
 6621 "tinystr",
 6622 "zerovec",
 6623]
 6624
 6625[[package]]
 6626name = "icu_locid_transform_data"
 6627version = "1.5.0"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6630
 6631[[package]]
 6632name = "icu_normalizer"
 6633version = "1.5.0"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6636dependencies = [
 6637 "displaydoc",
 6638 "icu_collections",
 6639 "icu_normalizer_data",
 6640 "icu_properties",
 6641 "icu_provider",
 6642 "smallvec",
 6643 "utf16_iter",
 6644 "utf8_iter",
 6645 "write16",
 6646 "zerovec",
 6647]
 6648
 6649[[package]]
 6650name = "icu_normalizer_data"
 6651version = "1.5.0"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6654
 6655[[package]]
 6656name = "icu_properties"
 6657version = "1.5.1"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6660dependencies = [
 6661 "displaydoc",
 6662 "icu_collections",
 6663 "icu_locid_transform",
 6664 "icu_properties_data",
 6665 "icu_provider",
 6666 "tinystr",
 6667 "zerovec",
 6668]
 6669
 6670[[package]]
 6671name = "icu_properties_data"
 6672version = "1.5.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6675
 6676[[package]]
 6677name = "icu_provider"
 6678version = "1.5.0"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6681dependencies = [
 6682 "displaydoc",
 6683 "icu_locid",
 6684 "icu_provider_macros",
 6685 "stable_deref_trait",
 6686 "tinystr",
 6687 "writeable",
 6688 "yoke",
 6689 "zerofrom",
 6690 "zerovec",
 6691]
 6692
 6693[[package]]
 6694name = "icu_provider_macros"
 6695version = "1.5.0"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6698dependencies = [
 6699 "proc-macro2",
 6700 "quote",
 6701 "syn 2.0.100",
 6702]
 6703
 6704[[package]]
 6705name = "id-arena"
 6706version = "2.2.1"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6709
 6710[[package]]
 6711name = "idna"
 6712version = "1.0.3"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6715dependencies = [
 6716 "idna_adapter",
 6717 "smallvec",
 6718 "utf8_iter",
 6719]
 6720
 6721[[package]]
 6722name = "idna_adapter"
 6723version = "1.2.0"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6726dependencies = [
 6727 "icu_normalizer",
 6728 "icu_properties",
 6729]
 6730
 6731[[package]]
 6732name = "ignore"
 6733version = "0.4.23"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6736dependencies = [
 6737 "crossbeam-deque",
 6738 "globset",
 6739 "log",
 6740 "memchr",
 6741 "regex-automata 0.4.9",
 6742 "same-file",
 6743 "walkdir",
 6744 "winapi-util",
 6745]
 6746
 6747[[package]]
 6748name = "image"
 6749version = "0.25.6"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6752dependencies = [
 6753 "bytemuck",
 6754 "byteorder-lite",
 6755 "color_quant",
 6756 "exr",
 6757 "gif",
 6758 "image-webp",
 6759 "num-traits",
 6760 "png",
 6761 "qoi",
 6762 "ravif",
 6763 "rayon",
 6764 "rgb",
 6765 "tiff",
 6766 "zune-core",
 6767 "zune-jpeg",
 6768]
 6769
 6770[[package]]
 6771name = "image-webp"
 6772version = "0.2.0"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6775dependencies = [
 6776 "byteorder-lite",
 6777 "quick-error",
 6778]
 6779
 6780[[package]]
 6781name = "image_viewer"
 6782version = "0.1.0"
 6783dependencies = [
 6784 "anyhow",
 6785 "db",
 6786 "editor",
 6787 "file_icons",
 6788 "gpui",
 6789 "project",
 6790 "schemars",
 6791 "serde",
 6792 "settings",
 6793 "theme",
 6794 "ui",
 6795 "util",
 6796 "workspace",
 6797]
 6798
 6799[[package]]
 6800name = "imagesize"
 6801version = "0.13.0"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6804
 6805[[package]]
 6806name = "imara-diff"
 6807version = "0.1.8"
 6808source = "registry+https://github.com/rust-lang/crates.io-index"
 6809checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6810dependencies = [
 6811 "hashbrown 0.15.2",
 6812]
 6813
 6814[[package]]
 6815name = "imgref"
 6816version = "1.11.0"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6819
 6820[[package]]
 6821name = "indexed_docs"
 6822version = "0.1.0"
 6823dependencies = [
 6824 "anyhow",
 6825 "async-trait",
 6826 "cargo_metadata",
 6827 "collections",
 6828 "derive_more",
 6829 "extension",
 6830 "fs",
 6831 "futures 0.3.31",
 6832 "fuzzy",
 6833 "gpui",
 6834 "heed",
 6835 "html_to_markdown",
 6836 "http_client",
 6837 "indexmap",
 6838 "indoc",
 6839 "parking_lot",
 6840 "paths",
 6841 "pretty_assertions",
 6842 "serde",
 6843 "strum",
 6844 "util",
 6845]
 6846
 6847[[package]]
 6848name = "indexmap"
 6849version = "2.7.1"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6852dependencies = [
 6853 "equivalent",
 6854 "hashbrown 0.15.2",
 6855 "serde",
 6856]
 6857
 6858[[package]]
 6859name = "indoc"
 6860version = "2.0.6"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6863
 6864[[package]]
 6865name = "infer"
 6866version = "0.2.3"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6869
 6870[[package]]
 6871name = "inherent"
 6872version = "1.0.11"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6875dependencies = [
 6876 "proc-macro2",
 6877 "quote",
 6878 "syn 2.0.100",
 6879]
 6880
 6881[[package]]
 6882name = "inline_completion"
 6883version = "0.1.0"
 6884dependencies = [
 6885 "gpui",
 6886 "language",
 6887 "project",
 6888]
 6889
 6890[[package]]
 6891name = "inline_completion_button"
 6892version = "0.1.0"
 6893dependencies = [
 6894 "anyhow",
 6895 "client",
 6896 "copilot",
 6897 "editor",
 6898 "feature_flags",
 6899 "fs",
 6900 "futures 0.3.31",
 6901 "gpui",
 6902 "indoc",
 6903 "inline_completion",
 6904 "language",
 6905 "lsp",
 6906 "paths",
 6907 "project",
 6908 "regex",
 6909 "serde_json",
 6910 "settings",
 6911 "supermaven",
 6912 "telemetry",
 6913 "theme",
 6914 "ui",
 6915 "workspace",
 6916 "zed_actions",
 6917 "zeta",
 6918]
 6919
 6920[[package]]
 6921name = "inotify"
 6922version = "0.11.0"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6925dependencies = [
 6926 "bitflags 2.9.0",
 6927 "inotify-sys",
 6928 "libc",
 6929]
 6930
 6931[[package]]
 6932name = "inotify-sys"
 6933version = "0.1.5"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6936dependencies = [
 6937 "libc",
 6938]
 6939
 6940[[package]]
 6941name = "inout"
 6942version = "0.1.3"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6945dependencies = [
 6946 "block-padding",
 6947 "generic-array",
 6948]
 6949
 6950[[package]]
 6951name = "install_cli"
 6952version = "0.1.0"
 6953dependencies = [
 6954 "anyhow",
 6955 "gpui",
 6956 "smol",
 6957 "util",
 6958]
 6959
 6960[[package]]
 6961name = "instant"
 6962version = "0.1.13"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6965dependencies = [
 6966 "cfg-if",
 6967]
 6968
 6969[[package]]
 6970name = "interpolate_name"
 6971version = "0.2.4"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6974dependencies = [
 6975 "proc-macro2",
 6976 "quote",
 6977 "syn 2.0.100",
 6978]
 6979
 6980[[package]]
 6981name = "inventory"
 6982version = "0.3.20"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6985dependencies = [
 6986 "rustversion",
 6987]
 6988
 6989[[package]]
 6990name = "io-extras"
 6991version = "0.18.4"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6994dependencies = [
 6995 "io-lifetimes",
 6996 "windows-sys 0.59.0",
 6997]
 6998
 6999[[package]]
 7000name = "io-lifetimes"
 7001version = "2.0.4"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 7004
 7005[[package]]
 7006name = "io-surface"
 7007version = "0.16.0"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 7010dependencies = [
 7011 "cgl",
 7012 "core-foundation 0.10.0",
 7013 "core-foundation-sys",
 7014 "leaky-cow",
 7015 "libc",
 7016]
 7017
 7018[[package]]
 7019name = "iovec"
 7020version = "0.1.4"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 7023dependencies = [
 7024 "libc",
 7025]
 7026
 7027[[package]]
 7028name = "ipc-channel"
 7029version = "0.19.0"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7032dependencies = [
 7033 "bincode",
 7034 "crossbeam-channel",
 7035 "fnv",
 7036 "lazy_static",
 7037 "libc",
 7038 "mio",
 7039 "rand 0.8.5",
 7040 "serde",
 7041 "tempfile",
 7042 "uuid",
 7043 "windows 0.58.0",
 7044]
 7045
 7046[[package]]
 7047name = "ipnet"
 7048version = "2.10.1"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7051
 7052[[package]]
 7053name = "is-docker"
 7054version = "0.2.0"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7057dependencies = [
 7058 "once_cell",
 7059]
 7060
 7061[[package]]
 7062name = "is-terminal"
 7063version = "0.4.13"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7066dependencies = [
 7067 "hermit-abi 0.4.0",
 7068 "libc",
 7069 "windows-sys 0.52.0",
 7070]
 7071
 7072[[package]]
 7073name = "is-wsl"
 7074version = "0.4.0"
 7075source = "registry+https://github.com/rust-lang/crates.io-index"
 7076checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7077dependencies = [
 7078 "is-docker",
 7079 "once_cell",
 7080]
 7081
 7082[[package]]
 7083name = "is_terminal_polyfill"
 7084version = "1.70.1"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7087
 7088[[package]]
 7089name = "itertools"
 7090version = "0.10.5"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7093dependencies = [
 7094 "either",
 7095]
 7096
 7097[[package]]
 7098name = "itertools"
 7099version = "0.11.0"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7102dependencies = [
 7103 "either",
 7104]
 7105
 7106[[package]]
 7107name = "itertools"
 7108version = "0.12.1"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7111dependencies = [
 7112 "either",
 7113]
 7114
 7115[[package]]
 7116name = "itertools"
 7117version = "0.14.0"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7120dependencies = [
 7121 "either",
 7122]
 7123
 7124[[package]]
 7125name = "itoa"
 7126version = "1.0.14"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7129
 7130[[package]]
 7131name = "jiff"
 7132version = "0.2.4"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7135dependencies = [
 7136 "jiff-static",
 7137 "log",
 7138 "portable-atomic",
 7139 "portable-atomic-util",
 7140 "serde",
 7141]
 7142
 7143[[package]]
 7144name = "jiff-static"
 7145version = "0.2.4"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7148dependencies = [
 7149 "proc-macro2",
 7150 "quote",
 7151 "syn 2.0.100",
 7152]
 7153
 7154[[package]]
 7155name = "jni"
 7156version = "0.21.1"
 7157source = "registry+https://github.com/rust-lang/crates.io-index"
 7158checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7159dependencies = [
 7160 "cesu8",
 7161 "cfg-if",
 7162 "combine",
 7163 "jni-sys",
 7164 "log",
 7165 "thiserror 1.0.69",
 7166 "walkdir",
 7167 "windows-sys 0.45.0",
 7168]
 7169
 7170[[package]]
 7171name = "jni-sys"
 7172version = "0.3.0"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7175
 7176[[package]]
 7177name = "jobserver"
 7178version = "0.1.32"
 7179source = "registry+https://github.com/rust-lang/crates.io-index"
 7180checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7181dependencies = [
 7182 "libc",
 7183]
 7184
 7185[[package]]
 7186name = "journal"
 7187version = "0.1.0"
 7188dependencies = [
 7189 "anyhow",
 7190 "chrono",
 7191 "editor",
 7192 "gpui",
 7193 "log",
 7194 "schemars",
 7195 "serde",
 7196 "settings",
 7197 "shellexpand 2.1.2",
 7198 "workspace",
 7199]
 7200
 7201[[package]]
 7202name = "jpeg-decoder"
 7203version = "0.3.1"
 7204source = "registry+https://github.com/rust-lang/crates.io-index"
 7205checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7206
 7207[[package]]
 7208name = "js-sys"
 7209version = "0.3.76"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7212dependencies = [
 7213 "once_cell",
 7214 "wasm-bindgen",
 7215]
 7216
 7217[[package]]
 7218name = "jsonwebtoken"
 7219version = "9.3.1"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7222dependencies = [
 7223 "base64 0.22.1",
 7224 "js-sys",
 7225 "pem",
 7226 "ring",
 7227 "serde",
 7228 "serde_json",
 7229 "simple_asn1",
 7230]
 7231
 7232[[package]]
 7233name = "jupyter-protocol"
 7234version = "0.6.0"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7237dependencies = [
 7238 "anyhow",
 7239 "async-trait",
 7240 "bytes 1.10.1",
 7241 "chrono",
 7242 "futures 0.3.31",
 7243 "serde",
 7244 "serde_json",
 7245 "uuid",
 7246]
 7247
 7248[[package]]
 7249name = "jupyter-websocket-client"
 7250version = "0.9.0"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7253dependencies = [
 7254 "anyhow",
 7255 "async-trait",
 7256 "async-tungstenite",
 7257 "futures 0.3.31",
 7258 "jupyter-protocol",
 7259 "serde",
 7260 "serde_json",
 7261 "url",
 7262 "uuid",
 7263]
 7264
 7265[[package]]
 7266name = "khronos-egl"
 7267version = "6.0.0"
 7268source = "registry+https://github.com/rust-lang/crates.io-index"
 7269checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7270dependencies = [
 7271 "libc",
 7272 "libloading",
 7273]
 7274
 7275[[package]]
 7276name = "kqueue"
 7277version = "1.0.8"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7280dependencies = [
 7281 "kqueue-sys",
 7282 "libc",
 7283]
 7284
 7285[[package]]
 7286name = "kqueue-sys"
 7287version = "1.0.4"
 7288source = "registry+https://github.com/rust-lang/crates.io-index"
 7289checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7290dependencies = [
 7291 "bitflags 1.3.2",
 7292 "libc",
 7293]
 7294
 7295[[package]]
 7296name = "kurbo"
 7297version = "0.11.1"
 7298source = "registry+https://github.com/rust-lang/crates.io-index"
 7299checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7300dependencies = [
 7301 "arrayvec",
 7302 "smallvec",
 7303]
 7304
 7305[[package]]
 7306name = "kv-log-macro"
 7307version = "1.0.7"
 7308source = "registry+https://github.com/rust-lang/crates.io-index"
 7309checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7310dependencies = [
 7311 "log",
 7312]
 7313
 7314[[package]]
 7315name = "language"
 7316version = "0.1.0"
 7317dependencies = [
 7318 "anyhow",
 7319 "async-trait",
 7320 "async-watch",
 7321 "clock",
 7322 "collections",
 7323 "ctor",
 7324 "ec4rs",
 7325 "env_logger 0.11.7",
 7326 "fs",
 7327 "futures 0.3.31",
 7328 "fuzzy",
 7329 "globset",
 7330 "gpui",
 7331 "http_client",
 7332 "imara-diff",
 7333 "indoc",
 7334 "itertools 0.14.0",
 7335 "log",
 7336 "lsp",
 7337 "parking_lot",
 7338 "postage",
 7339 "pretty_assertions",
 7340 "rand 0.8.5",
 7341 "regex",
 7342 "rpc",
 7343 "schemars",
 7344 "serde",
 7345 "serde_json",
 7346 "settings",
 7347 "smallvec",
 7348 "smol",
 7349 "streaming-iterator",
 7350 "strsim",
 7351 "sum_tree",
 7352 "task",
 7353 "text",
 7354 "theme",
 7355 "tree-sitter",
 7356 "tree-sitter-elixir",
 7357 "tree-sitter-embedded-template",
 7358 "tree-sitter-heex",
 7359 "tree-sitter-html",
 7360 "tree-sitter-json",
 7361 "tree-sitter-md",
 7362 "tree-sitter-ruby",
 7363 "tree-sitter-rust",
 7364 "tree-sitter-typescript",
 7365 "unicase",
 7366 "unindent",
 7367 "util",
 7368]
 7369
 7370[[package]]
 7371name = "language_extension"
 7372version = "0.1.0"
 7373dependencies = [
 7374 "anyhow",
 7375 "async-trait",
 7376 "collections",
 7377 "extension",
 7378 "fs",
 7379 "futures 0.3.31",
 7380 "gpui",
 7381 "language",
 7382 "lsp",
 7383 "serde",
 7384 "serde_json",
 7385 "util",
 7386]
 7387
 7388[[package]]
 7389name = "language_model"
 7390version = "0.1.0"
 7391dependencies = [
 7392 "anthropic",
 7393 "anyhow",
 7394 "base64 0.22.1",
 7395 "client",
 7396 "collections",
 7397 "futures 0.3.31",
 7398 "google_ai",
 7399 "gpui",
 7400 "http_client",
 7401 "icons",
 7402 "image",
 7403 "log",
 7404 "open_ai",
 7405 "parking_lot",
 7406 "proto",
 7407 "schemars",
 7408 "serde",
 7409 "serde_json",
 7410 "smol",
 7411 "strum",
 7412 "telemetry_events",
 7413 "thiserror 2.0.12",
 7414 "util",
 7415]
 7416
 7417[[package]]
 7418name = "language_model_selector"
 7419version = "0.1.0"
 7420dependencies = [
 7421 "feature_flags",
 7422 "gpui",
 7423 "language_model",
 7424 "log",
 7425 "picker",
 7426 "proto",
 7427 "ui",
 7428 "workspace",
 7429 "zed_actions",
 7430]
 7431
 7432[[package]]
 7433name = "language_models"
 7434version = "0.1.0"
 7435dependencies = [
 7436 "anthropic",
 7437 "anyhow",
 7438 "aws-config",
 7439 "aws-credential-types",
 7440 "aws_http_client",
 7441 "bedrock",
 7442 "client",
 7443 "collections",
 7444 "copilot",
 7445 "credentials_provider",
 7446 "deepseek",
 7447 "editor",
 7448 "feature_flags",
 7449 "fs",
 7450 "futures 0.3.31",
 7451 "google_ai",
 7452 "gpui",
 7453 "gpui_tokio",
 7454 "http_client",
 7455 "language_model",
 7456 "lmstudio",
 7457 "log",
 7458 "menu",
 7459 "mistral",
 7460 "ollama",
 7461 "open_ai",
 7462 "project",
 7463 "proto",
 7464 "schemars",
 7465 "serde",
 7466 "serde_json",
 7467 "settings",
 7468 "smol",
 7469 "strum",
 7470 "theme",
 7471 "tiktoken-rs",
 7472 "tokio",
 7473 "ui",
 7474 "util",
 7475]
 7476
 7477[[package]]
 7478name = "language_selector"
 7479version = "0.1.0"
 7480dependencies = [
 7481 "anyhow",
 7482 "editor",
 7483 "file_finder",
 7484 "file_icons",
 7485 "fuzzy",
 7486 "gpui",
 7487 "language",
 7488 "picker",
 7489 "project",
 7490 "settings",
 7491 "ui",
 7492 "util",
 7493 "workspace",
 7494]
 7495
 7496[[package]]
 7497name = "language_tools"
 7498version = "0.1.0"
 7499dependencies = [
 7500 "anyhow",
 7501 "client",
 7502 "collections",
 7503 "copilot",
 7504 "editor",
 7505 "env_logger 0.11.7",
 7506 "futures 0.3.31",
 7507 "gpui",
 7508 "itertools 0.14.0",
 7509 "language",
 7510 "lsp",
 7511 "project",
 7512 "release_channel",
 7513 "serde_json",
 7514 "settings",
 7515 "theme",
 7516 "tree-sitter",
 7517 "ui",
 7518 "util",
 7519 "workspace",
 7520 "zed_actions",
 7521]
 7522
 7523[[package]]
 7524name = "languages"
 7525version = "0.1.0"
 7526dependencies = [
 7527 "anyhow",
 7528 "async-compression",
 7529 "async-tar",
 7530 "async-trait",
 7531 "collections",
 7532 "futures 0.3.31",
 7533 "gpui",
 7534 "http_client",
 7535 "language",
 7536 "log",
 7537 "lsp",
 7538 "node_runtime",
 7539 "paths",
 7540 "pet",
 7541 "pet-conda",
 7542 "pet-core",
 7543 "pet-fs",
 7544 "pet-poetry",
 7545 "pet-reporter",
 7546 "pretty_assertions",
 7547 "project",
 7548 "regex",
 7549 "rope",
 7550 "rust-embed",
 7551 "serde",
 7552 "serde_json",
 7553 "settings",
 7554 "smol",
 7555 "snippet_provider",
 7556 "task",
 7557 "text",
 7558 "theme",
 7559 "toml 0.8.20",
 7560 "tree-sitter",
 7561 "tree-sitter-bash",
 7562 "tree-sitter-c",
 7563 "tree-sitter-cpp",
 7564 "tree-sitter-css",
 7565 "tree-sitter-diff",
 7566 "tree-sitter-gitcommit",
 7567 "tree-sitter-go",
 7568 "tree-sitter-gomod",
 7569 "tree-sitter-gowork",
 7570 "tree-sitter-jsdoc",
 7571 "tree-sitter-json",
 7572 "tree-sitter-md",
 7573 "tree-sitter-python",
 7574 "tree-sitter-regex",
 7575 "tree-sitter-rust",
 7576 "tree-sitter-typescript",
 7577 "tree-sitter-yaml",
 7578 "unindent",
 7579 "util",
 7580 "workspace",
 7581]
 7582
 7583[[package]]
 7584name = "lazy_static"
 7585version = "1.5.0"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7588dependencies = [
 7589 "spin",
 7590]
 7591
 7592[[package]]
 7593name = "lazycell"
 7594version = "1.3.0"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7597
 7598[[package]]
 7599name = "leak"
 7600version = "0.1.2"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7603
 7604[[package]]
 7605name = "leaky-cow"
 7606version = "0.1.1"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7609dependencies = [
 7610 "leak",
 7611]
 7612
 7613[[package]]
 7614name = "leb128"
 7615version = "0.2.5"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7618
 7619[[package]]
 7620name = "leb128fmt"
 7621version = "0.1.0"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 7624
 7625[[package]]
 7626name = "lebe"
 7627version = "0.5.2"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7630
 7631[[package]]
 7632name = "libc"
 7633version = "0.2.171"
 7634source = "registry+https://github.com/rust-lang/crates.io-index"
 7635checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7636
 7637[[package]]
 7638name = "libdbus-sys"
 7639version = "0.2.5"
 7640source = "registry+https://github.com/rust-lang/crates.io-index"
 7641checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7642dependencies = [
 7643 "cc",
 7644 "pkg-config",
 7645]
 7646
 7647[[package]]
 7648name = "libfuzzer-sys"
 7649version = "0.4.8"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7652dependencies = [
 7653 "arbitrary",
 7654 "cc",
 7655]
 7656
 7657[[package]]
 7658name = "libgit2-sys"
 7659version = "0.18.1+1.9.0"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7662dependencies = [
 7663 "cc",
 7664 "libc",
 7665 "libz-sys",
 7666 "pkg-config",
 7667]
 7668
 7669[[package]]
 7670name = "libloading"
 7671version = "0.8.6"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7674dependencies = [
 7675 "cfg-if",
 7676 "windows-targets 0.52.6",
 7677]
 7678
 7679[[package]]
 7680name = "libm"
 7681version = "0.2.11"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7684
 7685[[package]]
 7686name = "libmimalloc-sys"
 7687version = "0.1.40"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7690dependencies = [
 7691 "cc",
 7692 "libc",
 7693]
 7694
 7695[[package]]
 7696name = "libredox"
 7697version = "0.1.3"
 7698source = "registry+https://github.com/rust-lang/crates.io-index"
 7699checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7700dependencies = [
 7701 "bitflags 2.9.0",
 7702 "libc",
 7703 "redox_syscall 0.5.8",
 7704]
 7705
 7706[[package]]
 7707name = "libsqlite3-sys"
 7708version = "0.30.1"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7711dependencies = [
 7712 "cc",
 7713 "pkg-config",
 7714 "vcpkg",
 7715]
 7716
 7717[[package]]
 7718name = "libwebrtc"
 7719version = "0.3.10"
 7720source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
 7721dependencies = [
 7722 "cxx",
 7723 "jni",
 7724 "js-sys",
 7725 "lazy_static",
 7726 "livekit-protocol",
 7727 "livekit-runtime",
 7728 "log",
 7729 "parking_lot",
 7730 "serde",
 7731 "serde_json",
 7732 "thiserror 1.0.69",
 7733 "tokio",
 7734 "wasm-bindgen",
 7735 "wasm-bindgen-futures",
 7736 "web-sys",
 7737 "webrtc-sys",
 7738]
 7739
 7740[[package]]
 7741name = "libz-sys"
 7742version = "1.1.20"
 7743source = "registry+https://github.com/rust-lang/crates.io-index"
 7744checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7745dependencies = [
 7746 "cc",
 7747 "libc",
 7748 "pkg-config",
 7749 "vcpkg",
 7750]
 7751
 7752[[package]]
 7753name = "link-cplusplus"
 7754version = "1.0.9"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7757dependencies = [
 7758 "cc",
 7759]
 7760
 7761[[package]]
 7762name = "linkify"
 7763version = "0.10.0"
 7764source = "registry+https://github.com/rust-lang/crates.io-index"
 7765checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7766dependencies = [
 7767 "memchr",
 7768]
 7769
 7770[[package]]
 7771name = "linkme"
 7772version = "0.3.32"
 7773source = "registry+https://github.com/rust-lang/crates.io-index"
 7774checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7775dependencies = [
 7776 "linkme-impl",
 7777]
 7778
 7779[[package]]
 7780name = "linkme-impl"
 7781version = "0.3.32"
 7782source = "registry+https://github.com/rust-lang/crates.io-index"
 7783checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7784dependencies = [
 7785 "proc-macro2",
 7786 "quote",
 7787 "syn 2.0.100",
 7788]
 7789
 7790[[package]]
 7791name = "linux-raw-sys"
 7792version = "0.4.14"
 7793source = "registry+https://github.com/rust-lang/crates.io-index"
 7794checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7795
 7796[[package]]
 7797name = "litemap"
 7798version = "0.7.4"
 7799source = "registry+https://github.com/rust-lang/crates.io-index"
 7800checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7801
 7802[[package]]
 7803name = "livekit"
 7804version = "0.7.8"
 7805source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
 7806dependencies = [
 7807 "chrono",
 7808 "futures-util",
 7809 "lazy_static",
 7810 "libloading",
 7811 "libwebrtc",
 7812 "livekit-api",
 7813 "livekit-protocol",
 7814 "livekit-runtime",
 7815 "log",
 7816 "parking_lot",
 7817 "prost 0.12.6",
 7818 "semver",
 7819 "serde",
 7820 "serde_json",
 7821 "thiserror 1.0.69",
 7822 "tokio",
 7823]
 7824
 7825[[package]]
 7826name = "livekit-api"
 7827version = "0.4.2"
 7828source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
 7829dependencies = [
 7830 "futures-util",
 7831 "http 0.2.12",
 7832 "livekit-protocol",
 7833 "livekit-runtime",
 7834 "log",
 7835 "parking_lot",
 7836 "pbjson-types",
 7837 "prost 0.12.6",
 7838 "rand 0.9.0",
 7839 "reqwest 0.11.27",
 7840 "scopeguard",
 7841 "serde",
 7842 "sha2",
 7843 "thiserror 1.0.69",
 7844 "tokio",
 7845 "tokio-tungstenite 0.26.2",
 7846 "url",
 7847]
 7848
 7849[[package]]
 7850name = "livekit-protocol"
 7851version = "0.3.9"
 7852source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
 7853dependencies = [
 7854 "futures-util",
 7855 "livekit-runtime",
 7856 "parking_lot",
 7857 "pbjson",
 7858 "pbjson-types",
 7859 "prost 0.12.6",
 7860 "prost-types 0.12.6",
 7861 "serde",
 7862 "thiserror 1.0.69",
 7863 "tokio",
 7864]
 7865
 7866[[package]]
 7867name = "livekit-runtime"
 7868version = "0.4.0"
 7869source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
 7870dependencies = [
 7871 "tokio",
 7872 "tokio-stream",
 7873]
 7874
 7875[[package]]
 7876name = "livekit_api"
 7877version = "0.1.0"
 7878dependencies = [
 7879 "anyhow",
 7880 "async-trait",
 7881 "jsonwebtoken",
 7882 "log",
 7883 "prost 0.9.0",
 7884 "prost-build 0.9.0",
 7885 "prost-types 0.9.0",
 7886 "reqwest 0.12.8",
 7887 "serde",
 7888]
 7889
 7890[[package]]
 7891name = "livekit_client"
 7892version = "0.1.0"
 7893dependencies = [
 7894 "anyhow",
 7895 "async-trait",
 7896 "collections",
 7897 "core-foundation 0.10.0",
 7898 "core-video",
 7899 "coreaudio-rs 0.12.1",
 7900 "cpal",
 7901 "futures 0.3.31",
 7902 "gpui",
 7903 "gpui_tokio",
 7904 "http_client_tls",
 7905 "image",
 7906 "libwebrtc",
 7907 "livekit",
 7908 "livekit_api",
 7909 "log",
 7910 "nanoid",
 7911 "objc",
 7912 "parking_lot",
 7913 "postage",
 7914 "serde",
 7915 "serde_json",
 7916 "sha2",
 7917 "simplelog",
 7918 "smallvec",
 7919 "tokio-tungstenite 0.26.2",
 7920 "util",
 7921]
 7922
 7923[[package]]
 7924name = "lmdb-master-sys"
 7925version = "0.2.4"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7928dependencies = [
 7929 "cc",
 7930 "doxygen-rs",
 7931 "libc",
 7932]
 7933
 7934[[package]]
 7935name = "lmstudio"
 7936version = "0.1.0"
 7937dependencies = [
 7938 "anyhow",
 7939 "futures 0.3.31",
 7940 "http_client",
 7941 "schemars",
 7942 "serde",
 7943 "serde_json",
 7944]
 7945
 7946[[package]]
 7947name = "lock_api"
 7948version = "0.4.12"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7951dependencies = [
 7952 "autocfg",
 7953 "scopeguard",
 7954]
 7955
 7956[[package]]
 7957name = "log"
 7958version = "0.4.27"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7961dependencies = [
 7962 "serde",
 7963 "value-bag",
 7964]
 7965
 7966[[package]]
 7967name = "loop9"
 7968version = "0.1.5"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7971dependencies = [
 7972 "imgref",
 7973]
 7974
 7975[[package]]
 7976name = "lru"
 7977version = "0.12.5"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7980dependencies = [
 7981 "hashbrown 0.15.2",
 7982]
 7983
 7984[[package]]
 7985name = "lsp"
 7986version = "0.1.0"
 7987dependencies = [
 7988 "anyhow",
 7989 "async-pipe",
 7990 "collections",
 7991 "ctor",
 7992 "env_logger 0.11.7",
 7993 "futures 0.3.31",
 7994 "gpui",
 7995 "log",
 7996 "lsp-types",
 7997 "parking_lot",
 7998 "postage",
 7999 "release_channel",
 8000 "schemars",
 8001 "serde",
 8002 "serde_json",
 8003 "smol",
 8004 "util",
 8005]
 8006
 8007[[package]]
 8008name = "lsp-types"
 8009version = "0.95.1"
 8010source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 8011dependencies = [
 8012 "bitflags 1.3.2",
 8013 "serde",
 8014 "serde_json",
 8015 "serde_repr",
 8016 "url",
 8017]
 8018
 8019[[package]]
 8020name = "lyon"
 8021version = "1.0.1"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 8024dependencies = [
 8025 "lyon_algorithms",
 8026 "lyon_extra",
 8027 "lyon_tessellation",
 8028]
 8029
 8030[[package]]
 8031name = "lyon_algorithms"
 8032version = "1.0.5"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8035dependencies = [
 8036 "lyon_path",
 8037 "num-traits",
 8038]
 8039
 8040[[package]]
 8041name = "lyon_extra"
 8042version = "1.0.3"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8045dependencies = [
 8046 "lyon_path",
 8047 "thiserror 1.0.69",
 8048]
 8049
 8050[[package]]
 8051name = "lyon_geom"
 8052version = "1.0.6"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8055dependencies = [
 8056 "arrayvec",
 8057 "euclid",
 8058 "num-traits",
 8059]
 8060
 8061[[package]]
 8062name = "lyon_path"
 8063version = "1.0.6"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8066dependencies = [
 8067 "lyon_geom",
 8068 "num-traits",
 8069]
 8070
 8071[[package]]
 8072name = "lyon_tessellation"
 8073version = "1.0.15"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8076dependencies = [
 8077 "float_next_after",
 8078 "lyon_path",
 8079 "num-traits",
 8080]
 8081
 8082[[package]]
 8083name = "mac"
 8084version = "0.1.1"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8087
 8088[[package]]
 8089name = "mach2"
 8090version = "0.4.2"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8093dependencies = [
 8094 "libc",
 8095]
 8096
 8097[[package]]
 8098name = "malloc_buf"
 8099version = "0.0.6"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8102dependencies = [
 8103 "libc",
 8104]
 8105
 8106[[package]]
 8107name = "maplit"
 8108version = "1.0.2"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8111
 8112[[package]]
 8113name = "markdown"
 8114version = "0.1.0"
 8115dependencies = [
 8116 "anyhow",
 8117 "assets",
 8118 "env_logger 0.11.7",
 8119 "gpui",
 8120 "language",
 8121 "languages",
 8122 "linkify",
 8123 "log",
 8124 "node_runtime",
 8125 "pulldown-cmark 0.12.2",
 8126 "settings",
 8127 "theme",
 8128 "ui",
 8129 "util",
 8130]
 8131
 8132[[package]]
 8133name = "markdown_preview"
 8134version = "0.1.0"
 8135dependencies = [
 8136 "anyhow",
 8137 "async-recursion 1.1.1",
 8138 "collections",
 8139 "editor",
 8140 "gpui",
 8141 "language",
 8142 "linkify",
 8143 "log",
 8144 "pretty_assertions",
 8145 "pulldown-cmark 0.12.2",
 8146 "settings",
 8147 "theme",
 8148 "ui",
 8149 "util",
 8150 "workspace",
 8151]
 8152
 8153[[package]]
 8154name = "markup5ever"
 8155version = "0.12.1"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8158dependencies = [
 8159 "log",
 8160 "phf",
 8161 "phf_codegen",
 8162 "string_cache",
 8163 "string_cache_codegen",
 8164 "tendril",
 8165]
 8166
 8167[[package]]
 8168name = "markup5ever_rcdom"
 8169version = "0.3.0"
 8170source = "registry+https://github.com/rust-lang/crates.io-index"
 8171checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8172dependencies = [
 8173 "html5ever",
 8174 "markup5ever",
 8175 "tendril",
 8176 "xml5ever",
 8177]
 8178
 8179[[package]]
 8180name = "matchers"
 8181version = "0.1.0"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8184dependencies = [
 8185 "regex-automata 0.1.10",
 8186]
 8187
 8188[[package]]
 8189name = "matchit"
 8190version = "0.7.3"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8193
 8194[[package]]
 8195name = "maybe-owned"
 8196version = "0.3.4"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8199
 8200[[package]]
 8201name = "maybe-rayon"
 8202version = "0.1.1"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8205dependencies = [
 8206 "cfg-if",
 8207 "rayon",
 8208]
 8209
 8210[[package]]
 8211name = "md-5"
 8212version = "0.10.6"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8215dependencies = [
 8216 "cfg-if",
 8217 "digest",
 8218]
 8219
 8220[[package]]
 8221name = "mdbook"
 8222version = "0.4.47"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8225dependencies = [
 8226 "ammonia",
 8227 "anyhow",
 8228 "chrono",
 8229 "clap",
 8230 "clap_complete",
 8231 "elasticlunr-rs",
 8232 "env_logger 0.11.7",
 8233 "futures-util",
 8234 "handlebars 6.2.0",
 8235 "hex",
 8236 "ignore",
 8237 "log",
 8238 "memchr",
 8239 "notify",
 8240 "notify-debouncer-mini",
 8241 "once_cell",
 8242 "opener",
 8243 "pathdiff",
 8244 "pulldown-cmark 0.10.3",
 8245 "regex",
 8246 "serde",
 8247 "serde_json",
 8248 "sha2",
 8249 "shlex",
 8250 "tempfile",
 8251 "tokio",
 8252 "toml 0.5.11",
 8253 "topological-sort",
 8254 "walkdir",
 8255 "warp",
 8256]
 8257
 8258[[package]]
 8259name = "media"
 8260version = "0.1.0"
 8261dependencies = [
 8262 "anyhow",
 8263 "bindgen 0.71.1",
 8264 "core-foundation 0.10.0",
 8265 "core-video",
 8266 "ctor",
 8267 "foreign-types 0.5.0",
 8268 "metal",
 8269 "objc",
 8270]
 8271
 8272[[package]]
 8273name = "memchr"
 8274version = "2.7.4"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8277
 8278[[package]]
 8279name = "memfd"
 8280version = "0.6.4"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8283dependencies = [
 8284 "rustix",
 8285]
 8286
 8287[[package]]
 8288name = "memmap2"
 8289version = "0.9.5"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8292dependencies = [
 8293 "libc",
 8294]
 8295
 8296[[package]]
 8297name = "memoffset"
 8298version = "0.9.1"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8301dependencies = [
 8302 "autocfg",
 8303]
 8304
 8305[[package]]
 8306name = "menu"
 8307version = "0.1.0"
 8308dependencies = [
 8309 "gpui",
 8310 "serde",
 8311]
 8312
 8313[[package]]
 8314name = "metal"
 8315version = "0.29.0"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8318dependencies = [
 8319 "bitflags 2.9.0",
 8320 "block",
 8321 "core-graphics-types 0.1.3",
 8322 "foreign-types 0.5.0",
 8323 "log",
 8324 "objc",
 8325 "paste",
 8326]
 8327
 8328[[package]]
 8329name = "migrator"
 8330version = "0.1.0"
 8331dependencies = [
 8332 "anyhow",
 8333 "collections",
 8334 "convert_case 0.8.0",
 8335 "log",
 8336 "pretty_assertions",
 8337 "streaming-iterator",
 8338 "tree-sitter",
 8339 "tree-sitter-json",
 8340]
 8341
 8342[[package]]
 8343name = "mimalloc"
 8344version = "0.1.44"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8347dependencies = [
 8348 "libmimalloc-sys",
 8349]
 8350
 8351[[package]]
 8352name = "mime"
 8353version = "0.3.17"
 8354source = "registry+https://github.com/rust-lang/crates.io-index"
 8355checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8356
 8357[[package]]
 8358name = "mime_guess"
 8359version = "2.0.5"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8362dependencies = [
 8363 "mime",
 8364 "unicase",
 8365]
 8366
 8367[[package]]
 8368name = "minimal-lexical"
 8369version = "0.2.1"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8372
 8373[[package]]
 8374name = "miniz_oxide"
 8375version = "0.8.5"
 8376source = "registry+https://github.com/rust-lang/crates.io-index"
 8377checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
 8378dependencies = [
 8379 "adler2",
 8380 "simd-adler32",
 8381]
 8382
 8383[[package]]
 8384name = "mint"
 8385version = "0.5.9"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8388
 8389[[package]]
 8390name = "mio"
 8391version = "1.0.3"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8394dependencies = [
 8395 "libc",
 8396 "log",
 8397 "wasi 0.11.0+wasi-snapshot-preview1",
 8398 "windows-sys 0.52.0",
 8399]
 8400
 8401[[package]]
 8402name = "miow"
 8403version = "0.6.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8406dependencies = [
 8407 "windows-sys 0.48.0",
 8408]
 8409
 8410[[package]]
 8411name = "mistral"
 8412version = "0.1.0"
 8413dependencies = [
 8414 "anyhow",
 8415 "futures 0.3.31",
 8416 "http_client",
 8417 "schemars",
 8418 "serde",
 8419 "serde_json",
 8420 "strum",
 8421]
 8422
 8423[[package]]
 8424name = "msvc_spectre_libs"
 8425version = "0.1.2"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8428dependencies = [
 8429 "cc",
 8430]
 8431
 8432[[package]]
 8433name = "multi_buffer"
 8434version = "0.1.0"
 8435dependencies = [
 8436 "anyhow",
 8437 "buffer_diff",
 8438 "clock",
 8439 "collections",
 8440 "ctor",
 8441 "env_logger 0.11.7",
 8442 "futures 0.3.31",
 8443 "gpui",
 8444 "indoc",
 8445 "itertools 0.14.0",
 8446 "language",
 8447 "log",
 8448 "parking_lot",
 8449 "pretty_assertions",
 8450 "project",
 8451 "rand 0.8.5",
 8452 "rope",
 8453 "serde",
 8454 "settings",
 8455 "smallvec",
 8456 "smol",
 8457 "sum_tree",
 8458 "text",
 8459 "theme",
 8460 "tree-sitter",
 8461 "util",
 8462]
 8463
 8464[[package]]
 8465name = "multimap"
 8466version = "0.8.3"
 8467source = "registry+https://github.com/rust-lang/crates.io-index"
 8468checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8469
 8470[[package]]
 8471name = "multimap"
 8472version = "0.10.0"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8475
 8476[[package]]
 8477name = "naga"
 8478version = "23.1.0"
 8479source = "registry+https://github.com/rust-lang/crates.io-index"
 8480checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8481dependencies = [
 8482 "arrayvec",
 8483 "bit-set 0.8.0",
 8484 "bitflags 2.9.0",
 8485 "cfg_aliases 0.1.1",
 8486 "codespan-reporting",
 8487 "hexf-parse",
 8488 "indexmap",
 8489 "log",
 8490 "rustc-hash 1.1.0",
 8491 "spirv",
 8492 "termcolor",
 8493 "thiserror 1.0.69",
 8494 "unicode-xid",
 8495]
 8496
 8497[[package]]
 8498name = "nanoid"
 8499version = "0.4.0"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8502dependencies = [
 8503 "rand 0.8.5",
 8504]
 8505
 8506[[package]]
 8507name = "nanorand"
 8508version = "0.7.0"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8511dependencies = [
 8512 "getrandom 0.2.15",
 8513]
 8514
 8515[[package]]
 8516name = "native-tls"
 8517version = "0.2.12"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8520dependencies = [
 8521 "libc",
 8522 "log",
 8523 "openssl",
 8524 "openssl-probe",
 8525 "openssl-sys",
 8526 "schannel",
 8527 "security-framework 2.11.1",
 8528 "security-framework-sys",
 8529 "tempfile",
 8530]
 8531
 8532[[package]]
 8533name = "nbformat"
 8534version = "0.10.0"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8537dependencies = [
 8538 "anyhow",
 8539 "chrono",
 8540 "jupyter-protocol",
 8541 "serde",
 8542 "serde_json",
 8543 "thiserror 1.0.69",
 8544 "uuid",
 8545]
 8546
 8547[[package]]
 8548name = "ndk"
 8549version = "0.8.0"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8552dependencies = [
 8553 "bitflags 2.9.0",
 8554 "jni-sys",
 8555 "log",
 8556 "ndk-sys",
 8557 "num_enum",
 8558 "thiserror 1.0.69",
 8559]
 8560
 8561[[package]]
 8562name = "ndk-context"
 8563version = "0.1.1"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8566
 8567[[package]]
 8568name = "ndk-sys"
 8569version = "0.5.0+25.2.9519653"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8572dependencies = [
 8573 "jni-sys",
 8574]
 8575
 8576[[package]]
 8577name = "new_debug_unreachable"
 8578version = "1.0.6"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8581
 8582[[package]]
 8583name = "nix"
 8584version = "0.29.0"
 8585source = "registry+https://github.com/rust-lang/crates.io-index"
 8586checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8587dependencies = [
 8588 "bitflags 2.9.0",
 8589 "cfg-if",
 8590 "cfg_aliases 0.2.1",
 8591 "libc",
 8592 "memoffset",
 8593]
 8594
 8595[[package]]
 8596name = "node_runtime"
 8597version = "0.1.0"
 8598dependencies = [
 8599 "anyhow",
 8600 "async-compression",
 8601 "async-std",
 8602 "async-tar",
 8603 "async-trait",
 8604 "async-watch",
 8605 "async_zip",
 8606 "futures 0.3.31",
 8607 "http_client",
 8608 "log",
 8609 "paths",
 8610 "semver",
 8611 "serde",
 8612 "serde_json",
 8613 "smol",
 8614 "tempfile",
 8615 "util",
 8616 "walkdir",
 8617 "which 6.0.3",
 8618]
 8619
 8620[[package]]
 8621name = "nom"
 8622version = "7.1.3"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8625dependencies = [
 8626 "memchr",
 8627 "minimal-lexical",
 8628]
 8629
 8630[[package]]
 8631name = "noop_proc_macro"
 8632version = "0.3.0"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8635
 8636[[package]]
 8637name = "normpath"
 8638version = "1.3.0"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8641dependencies = [
 8642 "windows-sys 0.59.0",
 8643]
 8644
 8645[[package]]
 8646name = "notifications"
 8647version = "0.1.0"
 8648dependencies = [
 8649 "anyhow",
 8650 "channel",
 8651 "client",
 8652 "collections",
 8653 "component",
 8654 "db",
 8655 "gpui",
 8656 "linkme",
 8657 "rpc",
 8658 "settings",
 8659 "sum_tree",
 8660 "time",
 8661 "ui",
 8662 "util",
 8663 "workspace",
 8664]
 8665
 8666[[package]]
 8667name = "notify"
 8668version = "8.0.0"
 8669source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8670dependencies = [
 8671 "bitflags 2.9.0",
 8672 "filetime",
 8673 "fsevent-sys 4.1.0",
 8674 "inotify",
 8675 "kqueue",
 8676 "libc",
 8677 "log",
 8678 "mio",
 8679 "notify-types",
 8680 "walkdir",
 8681 "windows-sys 0.59.0",
 8682]
 8683
 8684[[package]]
 8685name = "notify-debouncer-mini"
 8686version = "0.6.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8689dependencies = [
 8690 "log",
 8691 "notify",
 8692 "notify-types",
 8693 "tempfile",
 8694]
 8695
 8696[[package]]
 8697name = "notify-types"
 8698version = "2.0.0"
 8699source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8700
 8701[[package]]
 8702name = "ntapi"
 8703version = "0.4.1"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8706dependencies = [
 8707 "winapi",
 8708]
 8709
 8710[[package]]
 8711name = "nu-ansi-term"
 8712version = "0.46.0"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8715dependencies = [
 8716 "overload",
 8717 "winapi",
 8718]
 8719
 8720[[package]]
 8721name = "num"
 8722version = "0.4.3"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8725dependencies = [
 8726 "num-bigint",
 8727 "num-complex",
 8728 "num-integer",
 8729 "num-iter",
 8730 "num-rational",
 8731 "num-traits",
 8732]
 8733
 8734[[package]]
 8735name = "num-bigint"
 8736version = "0.4.6"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8739dependencies = [
 8740 "num-integer",
 8741 "num-traits",
 8742]
 8743
 8744[[package]]
 8745name = "num-bigint-dig"
 8746version = "0.8.4"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8749dependencies = [
 8750 "byteorder",
 8751 "lazy_static",
 8752 "libm",
 8753 "num-integer",
 8754 "num-iter",
 8755 "num-traits",
 8756 "rand 0.8.5",
 8757 "serde",
 8758 "smallvec",
 8759 "zeroize",
 8760]
 8761
 8762[[package]]
 8763name = "num-complex"
 8764version = "0.4.6"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8767dependencies = [
 8768 "num-traits",
 8769]
 8770
 8771[[package]]
 8772name = "num-conv"
 8773version = "0.1.0"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8776
 8777[[package]]
 8778name = "num-derive"
 8779version = "0.4.2"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8782dependencies = [
 8783 "proc-macro2",
 8784 "quote",
 8785 "syn 2.0.100",
 8786]
 8787
 8788[[package]]
 8789name = "num-format"
 8790version = "0.4.4"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8793dependencies = [
 8794 "arrayvec",
 8795 "itoa",
 8796]
 8797
 8798[[package]]
 8799name = "num-integer"
 8800version = "0.1.46"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8803dependencies = [
 8804 "num-traits",
 8805]
 8806
 8807[[package]]
 8808name = "num-iter"
 8809version = "0.1.45"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8812dependencies = [
 8813 "autocfg",
 8814 "num-integer",
 8815 "num-traits",
 8816]
 8817
 8818[[package]]
 8819name = "num-modular"
 8820version = "0.6.1"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8823
 8824[[package]]
 8825name = "num-order"
 8826version = "1.2.0"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8829dependencies = [
 8830 "num-modular",
 8831]
 8832
 8833[[package]]
 8834name = "num-rational"
 8835version = "0.4.2"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8838dependencies = [
 8839 "num-bigint",
 8840 "num-integer",
 8841 "num-traits",
 8842]
 8843
 8844[[package]]
 8845name = "num-traits"
 8846version = "0.2.19"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8849dependencies = [
 8850 "autocfg",
 8851 "libm",
 8852]
 8853
 8854[[package]]
 8855name = "num_cpus"
 8856version = "1.16.0"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8859dependencies = [
 8860 "hermit-abi 0.3.9",
 8861 "libc",
 8862]
 8863
 8864[[package]]
 8865name = "num_enum"
 8866version = "0.7.3"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8869dependencies = [
 8870 "num_enum_derive",
 8871]
 8872
 8873[[package]]
 8874name = "num_enum_derive"
 8875version = "0.7.3"
 8876source = "registry+https://github.com/rust-lang/crates.io-index"
 8877checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8878dependencies = [
 8879 "proc-macro-crate",
 8880 "proc-macro2",
 8881 "quote",
 8882 "syn 2.0.100",
 8883]
 8884
 8885[[package]]
 8886name = "num_threads"
 8887version = "0.1.7"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8890dependencies = [
 8891 "libc",
 8892]
 8893
 8894[[package]]
 8895name = "nvim-rs"
 8896version = "0.8.0-pre"
 8897source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8898dependencies = [
 8899 "async-trait",
 8900 "futures 0.3.31",
 8901 "log",
 8902 "parity-tokio-ipc",
 8903 "rmp",
 8904 "rmpv",
 8905 "tokio",
 8906 "tokio-util",
 8907 "winapi",
 8908]
 8909
 8910[[package]]
 8911name = "objc"
 8912version = "0.2.7"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8915dependencies = [
 8916 "malloc_buf",
 8917]
 8918
 8919[[package]]
 8920name = "objc-sys"
 8921version = "0.3.5"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8924
 8925[[package]]
 8926name = "objc2"
 8927version = "0.5.2"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8930dependencies = [
 8931 "objc-sys",
 8932 "objc2-encode",
 8933]
 8934
 8935[[package]]
 8936name = "objc2-app-kit"
 8937version = "0.2.2"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8940dependencies = [
 8941 "bitflags 2.9.0",
 8942 "block2",
 8943 "libc",
 8944 "objc2",
 8945 "objc2-core-data",
 8946 "objc2-core-image",
 8947 "objc2-foundation",
 8948 "objc2-quartz-core",
 8949]
 8950
 8951[[package]]
 8952name = "objc2-cloud-kit"
 8953version = "0.2.2"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8956dependencies = [
 8957 "bitflags 2.9.0",
 8958 "block2",
 8959 "objc2",
 8960 "objc2-core-location",
 8961 "objc2-foundation",
 8962]
 8963
 8964[[package]]
 8965name = "objc2-contacts"
 8966version = "0.2.2"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8969dependencies = [
 8970 "block2",
 8971 "objc2",
 8972 "objc2-foundation",
 8973]
 8974
 8975[[package]]
 8976name = "objc2-core-data"
 8977version = "0.2.2"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8980dependencies = [
 8981 "bitflags 2.9.0",
 8982 "block2",
 8983 "objc2",
 8984 "objc2-foundation",
 8985]
 8986
 8987[[package]]
 8988name = "objc2-core-image"
 8989version = "0.2.2"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8992dependencies = [
 8993 "block2",
 8994 "objc2",
 8995 "objc2-foundation",
 8996 "objc2-metal",
 8997]
 8998
 8999[[package]]
 9000name = "objc2-core-location"
 9001version = "0.2.2"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9004dependencies = [
 9005 "block2",
 9006 "objc2",
 9007 "objc2-contacts",
 9008 "objc2-foundation",
 9009]
 9010
 9011[[package]]
 9012name = "objc2-encode"
 9013version = "4.0.3"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9016
 9017[[package]]
 9018name = "objc2-foundation"
 9019version = "0.2.2"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9022dependencies = [
 9023 "bitflags 2.9.0",
 9024 "block2",
 9025 "libc",
 9026 "objc2",
 9027]
 9028
 9029[[package]]
 9030name = "objc2-link-presentation"
 9031version = "0.2.2"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9034dependencies = [
 9035 "block2",
 9036 "objc2",
 9037 "objc2-app-kit",
 9038 "objc2-foundation",
 9039]
 9040
 9041[[package]]
 9042name = "objc2-metal"
 9043version = "0.2.2"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9046dependencies = [
 9047 "bitflags 2.9.0",
 9048 "block2",
 9049 "objc2",
 9050 "objc2-foundation",
 9051]
 9052
 9053[[package]]
 9054name = "objc2-quartz-core"
 9055version = "0.2.2"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9058dependencies = [
 9059 "bitflags 2.9.0",
 9060 "block2",
 9061 "objc2",
 9062 "objc2-foundation",
 9063 "objc2-metal",
 9064]
 9065
 9066[[package]]
 9067name = "objc2-symbols"
 9068version = "0.2.2"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9071dependencies = [
 9072 "objc2",
 9073 "objc2-foundation",
 9074]
 9075
 9076[[package]]
 9077name = "objc2-ui-kit"
 9078version = "0.2.2"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9081dependencies = [
 9082 "bitflags 2.9.0",
 9083 "block2",
 9084 "objc2",
 9085 "objc2-cloud-kit",
 9086 "objc2-core-data",
 9087 "objc2-core-image",
 9088 "objc2-core-location",
 9089 "objc2-foundation",
 9090 "objc2-link-presentation",
 9091 "objc2-quartz-core",
 9092 "objc2-symbols",
 9093 "objc2-uniform-type-identifiers",
 9094 "objc2-user-notifications",
 9095]
 9096
 9097[[package]]
 9098name = "objc2-uniform-type-identifiers"
 9099version = "0.2.2"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9102dependencies = [
 9103 "block2",
 9104 "objc2",
 9105 "objc2-foundation",
 9106]
 9107
 9108[[package]]
 9109name = "objc2-user-notifications"
 9110version = "0.2.2"
 9111source = "registry+https://github.com/rust-lang/crates.io-index"
 9112checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9113dependencies = [
 9114 "bitflags 2.9.0",
 9115 "block2",
 9116 "objc2",
 9117 "objc2-core-location",
 9118 "objc2-foundation",
 9119]
 9120
 9121[[package]]
 9122name = "object"
 9123version = "0.36.5"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9126dependencies = [
 9127 "crc32fast",
 9128 "hashbrown 0.15.2",
 9129 "indexmap",
 9130 "memchr",
 9131]
 9132
 9133[[package]]
 9134name = "oboe"
 9135version = "0.6.1"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9138dependencies = [
 9139 "jni",
 9140 "ndk",
 9141 "ndk-context",
 9142 "num-derive",
 9143 "num-traits",
 9144 "oboe-sys",
 9145]
 9146
 9147[[package]]
 9148name = "oboe-sys"
 9149version = "0.6.1"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9152dependencies = [
 9153 "cc",
 9154]
 9155
 9156[[package]]
 9157name = "ollama"
 9158version = "0.1.0"
 9159dependencies = [
 9160 "anyhow",
 9161 "futures 0.3.31",
 9162 "http_client",
 9163 "schemars",
 9164 "serde",
 9165 "serde_json",
 9166]
 9167
 9168[[package]]
 9169name = "once_cell"
 9170version = "1.20.3"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9173
 9174[[package]]
 9175name = "oo7"
 9176version = "0.4.3"
 9177source = "registry+https://github.com/rust-lang/crates.io-index"
 9178checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9179dependencies = [
 9180 "aes",
 9181 "ashpd",
 9182 "async-fs",
 9183 "async-io",
 9184 "async-lock",
 9185 "blocking",
 9186 "cbc",
 9187 "cipher",
 9188 "digest",
 9189 "endi",
 9190 "futures-lite 2.6.0",
 9191 "futures-util",
 9192 "getrandom 0.3.1",
 9193 "hkdf",
 9194 "hmac",
 9195 "md-5",
 9196 "num",
 9197 "num-bigint-dig",
 9198 "pbkdf2 0.12.2",
 9199 "rand 0.9.0",
 9200 "serde",
 9201 "sha2",
 9202 "subtle",
 9203 "zbus",
 9204 "zbus_macros",
 9205 "zeroize",
 9206 "zvariant",
 9207]
 9208
 9209[[package]]
 9210name = "oorandom"
 9211version = "11.1.4"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9214
 9215[[package]]
 9216name = "open"
 9217version = "5.3.2"
 9218source = "registry+https://github.com/rust-lang/crates.io-index"
 9219checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9220dependencies = [
 9221 "is-wsl",
 9222 "libc",
 9223 "pathdiff",
 9224]
 9225
 9226[[package]]
 9227name = "open_ai"
 9228version = "0.1.0"
 9229dependencies = [
 9230 "anyhow",
 9231 "futures 0.3.31",
 9232 "http_client",
 9233 "schemars",
 9234 "serde",
 9235 "serde_json",
 9236 "strum",
 9237]
 9238
 9239[[package]]
 9240name = "opener"
 9241version = "0.7.2"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9244dependencies = [
 9245 "bstr",
 9246 "dbus",
 9247 "normpath",
 9248 "windows-sys 0.59.0",
 9249]
 9250
 9251[[package]]
 9252name = "openssl"
 9253version = "0.10.70"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9256dependencies = [
 9257 "bitflags 2.9.0",
 9258 "cfg-if",
 9259 "foreign-types 0.3.2",
 9260 "libc",
 9261 "once_cell",
 9262 "openssl-macros",
 9263 "openssl-sys",
 9264]
 9265
 9266[[package]]
 9267name = "openssl-macros"
 9268version = "0.1.1"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9271dependencies = [
 9272 "proc-macro2",
 9273 "quote",
 9274 "syn 2.0.100",
 9275]
 9276
 9277[[package]]
 9278name = "openssl-probe"
 9279version = "0.1.5"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9282
 9283[[package]]
 9284name = "openssl-src"
 9285version = "300.4.1+3.4.0"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9288dependencies = [
 9289 "cc",
 9290]
 9291
 9292[[package]]
 9293name = "openssl-sys"
 9294version = "0.9.105"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9297dependencies = [
 9298 "cc",
 9299 "libc",
 9300 "openssl-src",
 9301 "pkg-config",
 9302 "vcpkg",
 9303]
 9304
 9305[[package]]
 9306name = "option-ext"
 9307version = "0.2.0"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9310
 9311[[package]]
 9312name = "ordered-float"
 9313version = "2.10.1"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9316dependencies = [
 9317 "num-traits",
 9318]
 9319
 9320[[package]]
 9321name = "ordered-float"
 9322version = "3.9.2"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9325dependencies = [
 9326 "num-traits",
 9327]
 9328
 9329[[package]]
 9330name = "ordered-stream"
 9331version = "0.2.0"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9334dependencies = [
 9335 "futures-core",
 9336 "pin-project-lite",
 9337]
 9338
 9339[[package]]
 9340name = "ouroboros"
 9341version = "0.18.4"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9344dependencies = [
 9345 "aliasable",
 9346 "ouroboros_macro",
 9347 "static_assertions",
 9348]
 9349
 9350[[package]]
 9351name = "ouroboros_macro"
 9352version = "0.18.4"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9355dependencies = [
 9356 "heck 0.4.1",
 9357 "itertools 0.12.1",
 9358 "proc-macro2",
 9359 "proc-macro2-diagnostics",
 9360 "quote",
 9361 "syn 2.0.100",
 9362]
 9363
 9364[[package]]
 9365name = "outline"
 9366version = "0.1.0"
 9367dependencies = [
 9368 "editor",
 9369 "fuzzy",
 9370 "gpui",
 9371 "indoc",
 9372 "language",
 9373 "menu",
 9374 "ordered-float 2.10.1",
 9375 "picker",
 9376 "project",
 9377 "rope",
 9378 "serde_json",
 9379 "settings",
 9380 "smol",
 9381 "theme",
 9382 "tree-sitter-rust",
 9383 "tree-sitter-typescript",
 9384 "ui",
 9385 "util",
 9386 "workspace",
 9387 "zed_actions",
 9388]
 9389
 9390[[package]]
 9391name = "outline_panel"
 9392version = "0.1.0"
 9393dependencies = [
 9394 "anyhow",
 9395 "collections",
 9396 "db",
 9397 "editor",
 9398 "file_icons",
 9399 "fuzzy",
 9400 "gpui",
 9401 "itertools 0.14.0",
 9402 "language",
 9403 "log",
 9404 "menu",
 9405 "outline",
 9406 "pretty_assertions",
 9407 "project",
 9408 "schemars",
 9409 "search",
 9410 "serde",
 9411 "serde_json",
 9412 "settings",
 9413 "smallvec",
 9414 "smol",
 9415 "theme",
 9416 "ui",
 9417 "util",
 9418 "workspace",
 9419 "worktree",
 9420 "zed_actions",
 9421]
 9422
 9423[[package]]
 9424name = "outref"
 9425version = "0.5.1"
 9426source = "registry+https://github.com/rust-lang/crates.io-index"
 9427checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9428
 9429[[package]]
 9430name = "overload"
 9431version = "0.1.1"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9434
 9435[[package]]
 9436name = "p256"
 9437version = "0.11.1"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9440dependencies = [
 9441 "ecdsa",
 9442 "elliptic-curve",
 9443 "sha2",
 9444]
 9445
 9446[[package]]
 9447name = "page_size"
 9448version = "0.6.0"
 9449source = "registry+https://github.com/rust-lang/crates.io-index"
 9450checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9451dependencies = [
 9452 "libc",
 9453 "winapi",
 9454]
 9455
 9456[[package]]
 9457name = "palette"
 9458version = "0.7.6"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9461dependencies = [
 9462 "approx",
 9463 "fast-srgb8",
 9464 "palette_derive",
 9465]
 9466
 9467[[package]]
 9468name = "palette_derive"
 9469version = "0.7.6"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9472dependencies = [
 9473 "by_address",
 9474 "proc-macro2",
 9475 "quote",
 9476 "syn 2.0.100",
 9477]
 9478
 9479[[package]]
 9480name = "panel"
 9481version = "0.1.0"
 9482dependencies = [
 9483 "editor",
 9484 "gpui",
 9485 "settings",
 9486 "theme",
 9487 "ui",
 9488 "workspace",
 9489]
 9490
 9491[[package]]
 9492name = "parity-tokio-ipc"
 9493version = "0.9.0"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9496dependencies = [
 9497 "futures 0.3.31",
 9498 "libc",
 9499 "log",
 9500 "rand 0.7.3",
 9501 "tokio",
 9502 "winapi",
 9503]
 9504
 9505[[package]]
 9506name = "parking"
 9507version = "2.2.1"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9510
 9511[[package]]
 9512name = "parking_lot"
 9513version = "0.12.3"
 9514source = "registry+https://github.com/rust-lang/crates.io-index"
 9515checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9516dependencies = [
 9517 "lock_api",
 9518 "parking_lot_core",
 9519]
 9520
 9521[[package]]
 9522name = "parking_lot_core"
 9523version = "0.9.10"
 9524source = "registry+https://github.com/rust-lang/crates.io-index"
 9525checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9526dependencies = [
 9527 "cfg-if",
 9528 "libc",
 9529 "redox_syscall 0.5.8",
 9530 "smallvec",
 9531 "windows-targets 0.52.6",
 9532]
 9533
 9534[[package]]
 9535name = "password-hash"
 9536version = "0.4.2"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9539dependencies = [
 9540 "base64ct",
 9541 "rand_core 0.6.4",
 9542 "subtle",
 9543]
 9544
 9545[[package]]
 9546name = "password-hash"
 9547version = "0.5.0"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9550dependencies = [
 9551 "base64ct",
 9552 "rand_core 0.6.4",
 9553 "subtle",
 9554]
 9555
 9556[[package]]
 9557name = "paste"
 9558version = "1.0.15"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9561
 9562[[package]]
 9563name = "pathdiff"
 9564version = "0.2.3"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9567
 9568[[package]]
 9569name = "pathfinder_geometry"
 9570version = "0.5.1"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9573dependencies = [
 9574 "log",
 9575 "pathfinder_simd",
 9576]
 9577
 9578[[package]]
 9579name = "pathfinder_simd"
 9580version = "0.5.4"
 9581source = "registry+https://github.com/rust-lang/crates.io-index"
 9582checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9583dependencies = [
 9584 "rustc_version",
 9585]
 9586
 9587[[package]]
 9588name = "paths"
 9589version = "0.1.0"
 9590dependencies = [
 9591 "dirs 4.0.0",
 9592 "util",
 9593]
 9594
 9595[[package]]
 9596name = "pbjson"
 9597version = "0.6.0"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9600dependencies = [
 9601 "base64 0.21.7",
 9602 "serde",
 9603]
 9604
 9605[[package]]
 9606name = "pbjson-build"
 9607version = "0.6.2"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9610dependencies = [
 9611 "heck 0.4.1",
 9612 "itertools 0.11.0",
 9613 "prost 0.12.6",
 9614 "prost-types 0.12.6",
 9615]
 9616
 9617[[package]]
 9618name = "pbjson-types"
 9619version = "0.6.0"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9622dependencies = [
 9623 "bytes 1.10.1",
 9624 "chrono",
 9625 "pbjson",
 9626 "pbjson-build",
 9627 "prost 0.12.6",
 9628 "prost-build 0.12.6",
 9629 "serde",
 9630]
 9631
 9632[[package]]
 9633name = "pbkdf2"
 9634version = "0.11.0"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9637dependencies = [
 9638 "digest",
 9639 "hmac",
 9640 "password-hash 0.4.2",
 9641 "sha2",
 9642]
 9643
 9644[[package]]
 9645name = "pbkdf2"
 9646version = "0.12.2"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9649dependencies = [
 9650 "digest",
 9651 "hmac",
 9652]
 9653
 9654[[package]]
 9655name = "pem"
 9656version = "3.0.4"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9659dependencies = [
 9660 "base64 0.22.1",
 9661 "serde",
 9662]
 9663
 9664[[package]]
 9665name = "pem-rfc7468"
 9666version = "0.7.0"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9669dependencies = [
 9670 "base64ct",
 9671]
 9672
 9673[[package]]
 9674name = "percent-encoding"
 9675version = "2.3.1"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9678
 9679[[package]]
 9680name = "perplexity"
 9681version = "0.1.0"
 9682dependencies = [
 9683 "serde",
 9684 "zed_extension_api 0.4.0",
 9685]
 9686
 9687[[package]]
 9688name = "pest"
 9689version = "2.7.15"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9692dependencies = [
 9693 "memchr",
 9694 "thiserror 2.0.12",
 9695 "ucd-trie",
 9696]
 9697
 9698[[package]]
 9699name = "pest_derive"
 9700version = "2.7.15"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9703dependencies = [
 9704 "pest",
 9705 "pest_generator",
 9706]
 9707
 9708[[package]]
 9709name = "pest_generator"
 9710version = "2.7.15"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9713dependencies = [
 9714 "pest",
 9715 "pest_meta",
 9716 "proc-macro2",
 9717 "quote",
 9718 "syn 2.0.100",
 9719]
 9720
 9721[[package]]
 9722name = "pest_meta"
 9723version = "2.7.15"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9726dependencies = [
 9727 "once_cell",
 9728 "pest",
 9729 "sha2",
 9730]
 9731
 9732[[package]]
 9733name = "pet"
 9734version = "0.1.0"
 9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9736dependencies = [
 9737 "clap",
 9738 "env_logger 0.10.2",
 9739 "lazy_static",
 9740 "log",
 9741 "msvc_spectre_libs",
 9742 "pet-conda",
 9743 "pet-core",
 9744 "pet-env-var-path",
 9745 "pet-fs",
 9746 "pet-global-virtualenvs",
 9747 "pet-homebrew",
 9748 "pet-jsonrpc",
 9749 "pet-linux-global-python",
 9750 "pet-mac-commandlinetools",
 9751 "pet-mac-python-org",
 9752 "pet-mac-xcode",
 9753 "pet-pipenv",
 9754 "pet-pixi",
 9755 "pet-poetry",
 9756 "pet-pyenv",
 9757 "pet-python-utils",
 9758 "pet-reporter",
 9759 "pet-telemetry",
 9760 "pet-venv",
 9761 "pet-virtualenv",
 9762 "pet-virtualenvwrapper",
 9763 "pet-windows-registry",
 9764 "pet-windows-store",
 9765 "serde",
 9766 "serde_json",
 9767]
 9768
 9769[[package]]
 9770name = "pet-conda"
 9771version = "0.1.0"
 9772source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9773dependencies = [
 9774 "env_logger 0.10.2",
 9775 "lazy_static",
 9776 "log",
 9777 "msvc_spectre_libs",
 9778 "pet-core",
 9779 "pet-fs",
 9780 "pet-python-utils",
 9781 "pet-reporter",
 9782 "regex",
 9783 "serde",
 9784 "serde_json",
 9785 "yaml-rust2",
 9786]
 9787
 9788[[package]]
 9789name = "pet-core"
 9790version = "0.1.0"
 9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9792dependencies = [
 9793 "clap",
 9794 "lazy_static",
 9795 "log",
 9796 "msvc_spectre_libs",
 9797 "pet-fs",
 9798 "regex",
 9799 "serde",
 9800 "serde_json",
 9801]
 9802
 9803[[package]]
 9804name = "pet-env-var-path"
 9805version = "0.1.0"
 9806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9807dependencies = [
 9808 "lazy_static",
 9809 "log",
 9810 "msvc_spectre_libs",
 9811 "pet-conda",
 9812 "pet-core",
 9813 "pet-fs",
 9814 "pet-python-utils",
 9815 "pet-virtualenv",
 9816 "regex",
 9817]
 9818
 9819[[package]]
 9820name = "pet-fs"
 9821version = "0.1.0"
 9822source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9823dependencies = [
 9824 "log",
 9825 "msvc_spectre_libs",
 9826]
 9827
 9828[[package]]
 9829name = "pet-global-virtualenvs"
 9830version = "0.1.0"
 9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9832dependencies = [
 9833 "log",
 9834 "msvc_spectre_libs",
 9835 "pet-conda",
 9836 "pet-core",
 9837 "pet-fs",
 9838 "pet-virtualenv",
 9839]
 9840
 9841[[package]]
 9842name = "pet-homebrew"
 9843version = "0.1.0"
 9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9845dependencies = [
 9846 "lazy_static",
 9847 "log",
 9848 "msvc_spectre_libs",
 9849 "pet-conda",
 9850 "pet-core",
 9851 "pet-fs",
 9852 "pet-python-utils",
 9853 "pet-virtualenv",
 9854 "regex",
 9855 "serde",
 9856 "serde_json",
 9857]
 9858
 9859[[package]]
 9860name = "pet-jsonrpc"
 9861version = "0.1.0"
 9862source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9863dependencies = [
 9864 "env_logger 0.10.2",
 9865 "log",
 9866 "msvc_spectre_libs",
 9867 "pet-core",
 9868 "serde",
 9869 "serde_json",
 9870]
 9871
 9872[[package]]
 9873name = "pet-linux-global-python"
 9874version = "0.1.0"
 9875source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9876dependencies = [
 9877 "log",
 9878 "msvc_spectre_libs",
 9879 "pet-core",
 9880 "pet-fs",
 9881 "pet-python-utils",
 9882 "pet-virtualenv",
 9883]
 9884
 9885[[package]]
 9886name = "pet-mac-commandlinetools"
 9887version = "0.1.0"
 9888source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9889dependencies = [
 9890 "log",
 9891 "msvc_spectre_libs",
 9892 "pet-core",
 9893 "pet-fs",
 9894 "pet-python-utils",
 9895 "pet-virtualenv",
 9896]
 9897
 9898[[package]]
 9899name = "pet-mac-python-org"
 9900version = "0.1.0"
 9901source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9902dependencies = [
 9903 "log",
 9904 "msvc_spectre_libs",
 9905 "pet-core",
 9906 "pet-fs",
 9907 "pet-python-utils",
 9908 "pet-virtualenv",
 9909]
 9910
 9911[[package]]
 9912name = "pet-mac-xcode"
 9913version = "0.1.0"
 9914source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9915dependencies = [
 9916 "log",
 9917 "msvc_spectre_libs",
 9918 "pet-core",
 9919 "pet-fs",
 9920 "pet-python-utils",
 9921 "pet-virtualenv",
 9922]
 9923
 9924[[package]]
 9925name = "pet-pipenv"
 9926version = "0.1.0"
 9927source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9928dependencies = [
 9929 "log",
 9930 "msvc_spectre_libs",
 9931 "pet-core",
 9932 "pet-fs",
 9933 "pet-python-utils",
 9934 "pet-virtualenv",
 9935]
 9936
 9937[[package]]
 9938name = "pet-pixi"
 9939version = "0.1.0"
 9940source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9941dependencies = [
 9942 "log",
 9943 "msvc_spectre_libs",
 9944 "pet-conda",
 9945 "pet-core",
 9946 "pet-python-utils",
 9947]
 9948
 9949[[package]]
 9950name = "pet-poetry"
 9951version = "0.1.0"
 9952source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9953dependencies = [
 9954 "base64 0.22.1",
 9955 "lazy_static",
 9956 "log",
 9957 "msvc_spectre_libs",
 9958 "pet-core",
 9959 "pet-fs",
 9960 "pet-python-utils",
 9961 "pet-reporter",
 9962 "pet-virtualenv",
 9963 "regex",
 9964 "serde",
 9965 "serde_json",
 9966 "sha2",
 9967 "toml 0.8.20",
 9968]
 9969
 9970[[package]]
 9971name = "pet-pyenv"
 9972version = "0.1.0"
 9973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9974dependencies = [
 9975 "lazy_static",
 9976 "log",
 9977 "msvc_spectre_libs",
 9978 "pet-conda",
 9979 "pet-core",
 9980 "pet-fs",
 9981 "pet-python-utils",
 9982 "pet-reporter",
 9983 "regex",
 9984 "serde",
 9985 "serde_json",
 9986]
 9987
 9988[[package]]
 9989name = "pet-python-utils"
 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 "lazy_static",
 9995 "log",
 9996 "msvc_spectre_libs",
 9997 "pet-core",
 9998 "pet-fs",
 9999 "regex",
10000 "serde",
10001 "serde_json",
10002 "sha2",
10003]
10004
10005[[package]]
10006name = "pet-reporter"
10007version = "0.1.0"
10008source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10009dependencies = [
10010 "env_logger 0.10.2",
10011 "log",
10012 "msvc_spectre_libs",
10013 "pet-core",
10014 "pet-jsonrpc",
10015 "serde",
10016 "serde_json",
10017]
10018
10019[[package]]
10020name = "pet-telemetry"
10021version = "0.1.0"
10022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10023dependencies = [
10024 "env_logger 0.10.2",
10025 "lazy_static",
10026 "log",
10027 "msvc_spectre_libs",
10028 "pet-core",
10029 "pet-fs",
10030 "pet-python-utils",
10031 "regex",
10032]
10033
10034[[package]]
10035name = "pet-venv"
10036version = "0.1.0"
10037source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10038dependencies = [
10039 "log",
10040 "msvc_spectre_libs",
10041 "pet-core",
10042 "pet-python-utils",
10043 "pet-virtualenv",
10044]
10045
10046[[package]]
10047name = "pet-virtualenv"
10048version = "0.1.0"
10049source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10050dependencies = [
10051 "log",
10052 "msvc_spectre_libs",
10053 "pet-core",
10054 "pet-fs",
10055 "pet-python-utils",
10056]
10057
10058[[package]]
10059name = "pet-virtualenvwrapper"
10060version = "0.1.0"
10061source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10062dependencies = [
10063 "log",
10064 "msvc_spectre_libs",
10065 "pet-core",
10066 "pet-fs",
10067 "pet-python-utils",
10068 "pet-virtualenv",
10069]
10070
10071[[package]]
10072name = "pet-windows-registry"
10073version = "0.1.0"
10074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10075dependencies = [
10076 "lazy_static",
10077 "log",
10078 "msvc_spectre_libs",
10079 "pet-conda",
10080 "pet-core",
10081 "pet-fs",
10082 "pet-python-utils",
10083 "pet-virtualenv",
10084 "pet-windows-store",
10085 "regex",
10086 "winreg 0.52.0",
10087]
10088
10089[[package]]
10090name = "pet-windows-store"
10091version = "0.1.0"
10092source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10093dependencies = [
10094 "lazy_static",
10095 "log",
10096 "msvc_spectre_libs",
10097 "pet-core",
10098 "pet-fs",
10099 "pet-python-utils",
10100 "pet-virtualenv",
10101 "regex",
10102 "winreg 0.52.0",
10103]
10104
10105[[package]]
10106name = "petgraph"
10107version = "0.6.5"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10110dependencies = [
10111 "fixedbitset",
10112 "indexmap",
10113]
10114
10115[[package]]
10116name = "pgvector"
10117version = "0.4.0"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10120dependencies = [
10121 "serde",
10122]
10123
10124[[package]]
10125name = "phf"
10126version = "0.11.2"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10129dependencies = [
10130 "phf_macros",
10131 "phf_shared 0.11.2",
10132]
10133
10134[[package]]
10135name = "phf_codegen"
10136version = "0.11.2"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10139dependencies = [
10140 "phf_generator 0.11.2",
10141 "phf_shared 0.11.2",
10142]
10143
10144[[package]]
10145name = "phf_generator"
10146version = "0.10.0"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10149dependencies = [
10150 "phf_shared 0.10.0",
10151 "rand 0.8.5",
10152]
10153
10154[[package]]
10155name = "phf_generator"
10156version = "0.11.2"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10159dependencies = [
10160 "phf_shared 0.11.2",
10161 "rand 0.8.5",
10162]
10163
10164[[package]]
10165name = "phf_macros"
10166version = "0.11.2"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10169dependencies = [
10170 "phf_generator 0.11.2",
10171 "phf_shared 0.11.2",
10172 "proc-macro2",
10173 "quote",
10174 "syn 2.0.100",
10175]
10176
10177[[package]]
10178name = "phf_shared"
10179version = "0.10.0"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10182dependencies = [
10183 "siphasher 0.3.11",
10184]
10185
10186[[package]]
10187name = "phf_shared"
10188version = "0.11.2"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10191dependencies = [
10192 "siphasher 0.3.11",
10193]
10194
10195[[package]]
10196name = "picker"
10197version = "0.1.0"
10198dependencies = [
10199 "anyhow",
10200 "ctor",
10201 "editor",
10202 "env_logger 0.11.7",
10203 "gpui",
10204 "menu",
10205 "schemars",
10206 "serde",
10207 "serde_json",
10208 "ui",
10209 "util",
10210 "workspace",
10211]
10212
10213[[package]]
10214name = "pico-args"
10215version = "0.5.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10218
10219[[package]]
10220name = "pin-project"
10221version = "1.1.7"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10224dependencies = [
10225 "pin-project-internal",
10226]
10227
10228[[package]]
10229name = "pin-project-internal"
10230version = "1.1.7"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10233dependencies = [
10234 "proc-macro2",
10235 "quote",
10236 "syn 2.0.100",
10237]
10238
10239[[package]]
10240name = "pin-project-lite"
10241version = "0.2.16"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10244
10245[[package]]
10246name = "pin-utils"
10247version = "0.1.0"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10250
10251[[package]]
10252name = "piper"
10253version = "0.2.4"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10256dependencies = [
10257 "atomic-waker",
10258 "fastrand 2.3.0",
10259 "futures-io",
10260]
10261
10262[[package]]
10263name = "pkcs1"
10264version = "0.7.5"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10267dependencies = [
10268 "der 0.7.9",
10269 "pkcs8 0.10.2",
10270 "spki 0.7.3",
10271]
10272
10273[[package]]
10274name = "pkcs8"
10275version = "0.9.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10278dependencies = [
10279 "der 0.6.1",
10280 "spki 0.6.0",
10281]
10282
10283[[package]]
10284name = "pkcs8"
10285version = "0.10.2"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10288dependencies = [
10289 "der 0.7.9",
10290 "spki 0.7.3",
10291]
10292
10293[[package]]
10294name = "pkg-config"
10295version = "0.3.31"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10298
10299[[package]]
10300name = "plist"
10301version = "1.7.1"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10304dependencies = [
10305 "base64 0.22.1",
10306 "indexmap",
10307 "quick-xml 0.32.0",
10308 "serde",
10309 "time",
10310]
10311
10312[[package]]
10313name = "plotters"
10314version = "0.3.7"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10317dependencies = [
10318 "num-traits",
10319 "plotters-backend",
10320 "plotters-svg",
10321 "wasm-bindgen",
10322 "web-sys",
10323]
10324
10325[[package]]
10326name = "plotters-backend"
10327version = "0.3.7"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10330
10331[[package]]
10332name = "plotters-svg"
10333version = "0.3.7"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10336dependencies = [
10337 "plotters-backend",
10338]
10339
10340[[package]]
10341name = "png"
10342version = "0.17.15"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10345dependencies = [
10346 "bitflags 1.3.2",
10347 "crc32fast",
10348 "fdeflate",
10349 "flate2",
10350 "miniz_oxide",
10351]
10352
10353[[package]]
10354name = "polling"
10355version = "3.7.4"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10358dependencies = [
10359 "cfg-if",
10360 "concurrent-queue",
10361 "hermit-abi 0.4.0",
10362 "pin-project-lite",
10363 "rustix",
10364 "tracing",
10365 "windows-sys 0.59.0",
10366]
10367
10368[[package]]
10369name = "pollster"
10370version = "0.2.5"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10373
10374[[package]]
10375name = "portable-atomic"
10376version = "1.11.0"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10379
10380[[package]]
10381name = "portable-atomic-util"
10382version = "0.2.4"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10385dependencies = [
10386 "portable-atomic",
10387]
10388
10389[[package]]
10390name = "postage"
10391version = "0.5.0"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10394dependencies = [
10395 "atomic",
10396 "crossbeam-queue",
10397 "futures 0.3.31",
10398 "log",
10399 "parking_lot",
10400 "pin-project",
10401 "pollster",
10402 "static_assertions",
10403 "thiserror 1.0.69",
10404]
10405
10406[[package]]
10407name = "postcard"
10408version = "1.1.1"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10411dependencies = [
10412 "cobs",
10413 "embedded-io 0.4.0",
10414 "embedded-io 0.6.1",
10415 "serde",
10416]
10417
10418[[package]]
10419name = "powerfmt"
10420version = "0.2.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10423
10424[[package]]
10425name = "ppv-lite86"
10426version = "0.2.20"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10429dependencies = [
10430 "zerocopy 0.7.35",
10431]
10432
10433[[package]]
10434name = "precomputed-hash"
10435version = "0.1.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10438
10439[[package]]
10440name = "prettier"
10441version = "0.1.0"
10442dependencies = [
10443 "anyhow",
10444 "collections",
10445 "fs",
10446 "gpui",
10447 "language",
10448 "log",
10449 "lsp",
10450 "node_runtime",
10451 "parking_lot",
10452 "paths",
10453 "serde",
10454 "serde_json",
10455 "util",
10456]
10457
10458[[package]]
10459name = "pretty_assertions"
10460version = "1.4.1"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10463dependencies = [
10464 "diff",
10465 "yansi",
10466]
10467
10468[[package]]
10469name = "prettyplease"
10470version = "0.2.25"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10473dependencies = [
10474 "proc-macro2",
10475 "syn 2.0.100",
10476]
10477
10478[[package]]
10479name = "proc-macro-crate"
10480version = "3.2.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10483dependencies = [
10484 "toml_edit",
10485]
10486
10487[[package]]
10488name = "proc-macro-error-attr2"
10489version = "2.0.0"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10492dependencies = [
10493 "proc-macro2",
10494 "quote",
10495]
10496
10497[[package]]
10498name = "proc-macro-error2"
10499version = "2.0.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10502dependencies = [
10503 "proc-macro-error-attr2",
10504 "proc-macro2",
10505 "quote",
10506 "syn 2.0.100",
10507]
10508
10509[[package]]
10510name = "proc-macro2"
10511version = "1.0.94"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10514dependencies = [
10515 "unicode-ident",
10516]
10517
10518[[package]]
10519name = "proc-macro2-diagnostics"
10520version = "0.10.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10523dependencies = [
10524 "proc-macro2",
10525 "quote",
10526 "syn 2.0.100",
10527 "version_check",
10528 "yansi",
10529]
10530
10531[[package]]
10532name = "profiling"
10533version = "1.0.16"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10536dependencies = [
10537 "profiling-procmacros",
10538]
10539
10540[[package]]
10541name = "profiling-procmacros"
10542version = "1.0.16"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10545dependencies = [
10546 "quote",
10547 "syn 2.0.100",
10548]
10549
10550[[package]]
10551name = "project"
10552version = "0.1.0"
10553dependencies = [
10554 "aho-corasick",
10555 "anyhow",
10556 "askpass",
10557 "async-trait",
10558 "buffer_diff",
10559 "circular-buffer",
10560 "client",
10561 "clock",
10562 "collections",
10563 "dap",
10564 "dap_adapters",
10565 "env_logger 0.11.7",
10566 "extension",
10567 "fancy-regex 0.14.0",
10568 "fs",
10569 "futures 0.3.31",
10570 "fuzzy",
10571 "git",
10572 "git2",
10573 "git_hosting_providers",
10574 "globset",
10575 "gpui",
10576 "http_client",
10577 "image",
10578 "indexmap",
10579 "itertools 0.14.0",
10580 "language",
10581 "log",
10582 "lsp",
10583 "node_runtime",
10584 "parking_lot",
10585 "pathdiff",
10586 "paths",
10587 "postage",
10588 "prettier",
10589 "pretty_assertions",
10590 "rand 0.8.5",
10591 "regex",
10592 "release_channel",
10593 "remote",
10594 "rpc",
10595 "schemars",
10596 "serde",
10597 "serde_json",
10598 "settings",
10599 "sha2",
10600 "shellexpand 2.1.2",
10601 "shlex",
10602 "smol",
10603 "snippet",
10604 "snippet_provider",
10605 "sum_tree",
10606 "task",
10607 "tempfile",
10608 "terminal",
10609 "text",
10610 "toml 0.8.20",
10611 "unindent",
10612 "url",
10613 "util",
10614 "which 6.0.3",
10615 "worktree",
10616 "zlog",
10617]
10618
10619[[package]]
10620name = "project_panel"
10621version = "0.1.0"
10622dependencies = [
10623 "anyhow",
10624 "client",
10625 "collections",
10626 "command_palette_hooks",
10627 "db",
10628 "editor",
10629 "file_icons",
10630 "git",
10631 "gpui",
10632 "indexmap",
10633 "language",
10634 "menu",
10635 "pretty_assertions",
10636 "project",
10637 "schemars",
10638 "search",
10639 "serde",
10640 "serde_derive",
10641 "serde_json",
10642 "settings",
10643 "smallvec",
10644 "theme",
10645 "ui",
10646 "util",
10647 "workspace",
10648 "worktree",
10649 "zed_actions",
10650]
10651
10652[[package]]
10653name = "project_symbols"
10654version = "0.1.0"
10655dependencies = [
10656 "anyhow",
10657 "editor",
10658 "futures 0.3.31",
10659 "fuzzy",
10660 "gpui",
10661 "language",
10662 "lsp",
10663 "ordered-float 2.10.1",
10664 "picker",
10665 "project",
10666 "release_channel",
10667 "serde_json",
10668 "settings",
10669 "theme",
10670 "util",
10671 "workspace",
10672]
10673
10674[[package]]
10675name = "prometheus"
10676version = "0.13.4"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10679dependencies = [
10680 "cfg-if",
10681 "fnv",
10682 "lazy_static",
10683 "memchr",
10684 "parking_lot",
10685 "protobuf",
10686 "thiserror 1.0.69",
10687]
10688
10689[[package]]
10690name = "prompt_library"
10691version = "0.1.0"
10692dependencies = [
10693 "anyhow",
10694 "collections",
10695 "editor",
10696 "gpui",
10697 "language",
10698 "language_model",
10699 "log",
10700 "menu",
10701 "picker",
10702 "prompt_store",
10703 "release_channel",
10704 "rope",
10705 "serde",
10706 "settings",
10707 "theme",
10708 "ui",
10709 "util",
10710 "workspace",
10711 "zed_actions",
10712]
10713
10714[[package]]
10715name = "prompt_store"
10716version = "0.1.0"
10717dependencies = [
10718 "anyhow",
10719 "assets",
10720 "chrono",
10721 "collections",
10722 "fs",
10723 "futures 0.3.31",
10724 "fuzzy",
10725 "gpui",
10726 "handlebars 4.5.0",
10727 "heed",
10728 "language",
10729 "log",
10730 "parking_lot",
10731 "paths",
10732 "rope",
10733 "serde",
10734 "text",
10735 "util",
10736 "uuid",
10737]
10738
10739[[package]]
10740name = "prost"
10741version = "0.9.0"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10744dependencies = [
10745 "bytes 1.10.1",
10746 "prost-derive 0.9.0",
10747]
10748
10749[[package]]
10750name = "prost"
10751version = "0.12.6"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10754dependencies = [
10755 "bytes 1.10.1",
10756 "prost-derive 0.12.6",
10757]
10758
10759[[package]]
10760name = "prost-build"
10761version = "0.9.0"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10764dependencies = [
10765 "bytes 1.10.1",
10766 "heck 0.3.3",
10767 "itertools 0.10.5",
10768 "lazy_static",
10769 "log",
10770 "multimap 0.8.3",
10771 "petgraph",
10772 "prost 0.9.0",
10773 "prost-types 0.9.0",
10774 "regex",
10775 "tempfile",
10776 "which 4.4.2",
10777]
10778
10779[[package]]
10780name = "prost-build"
10781version = "0.12.6"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10784dependencies = [
10785 "bytes 1.10.1",
10786 "heck 0.5.0",
10787 "itertools 0.12.1",
10788 "log",
10789 "multimap 0.10.0",
10790 "once_cell",
10791 "petgraph",
10792 "prettyplease",
10793 "prost 0.12.6",
10794 "prost-types 0.12.6",
10795 "regex",
10796 "syn 2.0.100",
10797 "tempfile",
10798]
10799
10800[[package]]
10801name = "prost-derive"
10802version = "0.9.0"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10805dependencies = [
10806 "anyhow",
10807 "itertools 0.10.5",
10808 "proc-macro2",
10809 "quote",
10810 "syn 1.0.109",
10811]
10812
10813[[package]]
10814name = "prost-derive"
10815version = "0.12.6"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10818dependencies = [
10819 "anyhow",
10820 "itertools 0.12.1",
10821 "proc-macro2",
10822 "quote",
10823 "syn 2.0.100",
10824]
10825
10826[[package]]
10827name = "prost-types"
10828version = "0.9.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10831dependencies = [
10832 "bytes 1.10.1",
10833 "prost 0.9.0",
10834]
10835
10836[[package]]
10837name = "prost-types"
10838version = "0.12.6"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10841dependencies = [
10842 "prost 0.12.6",
10843]
10844
10845[[package]]
10846name = "proto"
10847version = "0.1.0"
10848dependencies = [
10849 "anyhow",
10850 "collections",
10851 "prost 0.9.0",
10852 "prost-build 0.9.0",
10853 "serde",
10854]
10855
10856[[package]]
10857name = "protobuf"
10858version = "2.28.0"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10861
10862[[package]]
10863name = "psm"
10864version = "0.1.24"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10867dependencies = [
10868 "cc",
10869]
10870
10871[[package]]
10872name = "ptr_meta"
10873version = "0.1.4"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10876dependencies = [
10877 "ptr_meta_derive",
10878]
10879
10880[[package]]
10881name = "ptr_meta_derive"
10882version = "0.1.4"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10885dependencies = [
10886 "proc-macro2",
10887 "quote",
10888 "syn 1.0.109",
10889]
10890
10891[[package]]
10892name = "pulldown-cmark"
10893version = "0.10.3"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10896dependencies = [
10897 "bitflags 2.9.0",
10898 "memchr",
10899 "pulldown-cmark-escape",
10900 "unicase",
10901]
10902
10903[[package]]
10904name = "pulldown-cmark"
10905version = "0.12.2"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10908dependencies = [
10909 "bitflags 2.9.0",
10910 "memchr",
10911 "unicase",
10912]
10913
10914[[package]]
10915name = "pulldown-cmark-escape"
10916version = "0.10.1"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10919
10920[[package]]
10921name = "pulley-interpreter"
10922version = "29.0.1"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10925dependencies = [
10926 "cranelift-bitset",
10927 "log",
10928 "sptr",
10929 "wasmtime-math",
10930]
10931
10932[[package]]
10933name = "qoi"
10934version = "0.4.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10937dependencies = [
10938 "bytemuck",
10939]
10940
10941[[package]]
10942name = "quick-error"
10943version = "2.0.1"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10946
10947[[package]]
10948name = "quick-xml"
10949version = "0.32.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10952dependencies = [
10953 "memchr",
10954]
10955
10956[[package]]
10957name = "quick-xml"
10958version = "0.37.2"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10961dependencies = [
10962 "memchr",
10963]
10964
10965[[package]]
10966name = "quinn"
10967version = "0.11.6"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10970dependencies = [
10971 "bytes 1.10.1",
10972 "pin-project-lite",
10973 "quinn-proto",
10974 "quinn-udp",
10975 "rustc-hash 2.1.1",
10976 "rustls 0.23.25",
10977 "socket2",
10978 "thiserror 2.0.12",
10979 "tokio",
10980 "tracing",
10981]
10982
10983[[package]]
10984name = "quinn-proto"
10985version = "0.11.9"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10988dependencies = [
10989 "bytes 1.10.1",
10990 "getrandom 0.2.15",
10991 "rand 0.8.5",
10992 "ring",
10993 "rustc-hash 2.1.1",
10994 "rustls 0.23.25",
10995 "rustls-pki-types",
10996 "slab",
10997 "thiserror 2.0.12",
10998 "tinyvec",
10999 "tracing",
11000 "web-time",
11001]
11002
11003[[package]]
11004name = "quinn-udp"
11005version = "0.5.9"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11008dependencies = [
11009 "cfg_aliases 0.2.1",
11010 "libc",
11011 "once_cell",
11012 "socket2",
11013 "tracing",
11014 "windows-sys 0.59.0",
11015]
11016
11017[[package]]
11018name = "quote"
11019version = "1.0.40"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11022dependencies = [
11023 "proc-macro2",
11024]
11025
11026[[package]]
11027name = "radium"
11028version = "0.7.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11031
11032[[package]]
11033name = "rand"
11034version = "0.7.3"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11037dependencies = [
11038 "getrandom 0.1.16",
11039 "libc",
11040 "rand_chacha 0.2.2",
11041 "rand_core 0.5.1",
11042 "rand_hc",
11043]
11044
11045[[package]]
11046name = "rand"
11047version = "0.8.5"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11050dependencies = [
11051 "libc",
11052 "rand_chacha 0.3.1",
11053 "rand_core 0.6.4",
11054]
11055
11056[[package]]
11057name = "rand"
11058version = "0.9.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11061dependencies = [
11062 "rand_chacha 0.9.0",
11063 "rand_core 0.9.0",
11064 "zerocopy 0.8.18",
11065]
11066
11067[[package]]
11068name = "rand_chacha"
11069version = "0.2.2"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11072dependencies = [
11073 "ppv-lite86",
11074 "rand_core 0.5.1",
11075]
11076
11077[[package]]
11078name = "rand_chacha"
11079version = "0.3.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11082dependencies = [
11083 "ppv-lite86",
11084 "rand_core 0.6.4",
11085]
11086
11087[[package]]
11088name = "rand_chacha"
11089version = "0.9.0"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11092dependencies = [
11093 "ppv-lite86",
11094 "rand_core 0.9.0",
11095]
11096
11097[[package]]
11098name = "rand_core"
11099version = "0.5.1"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11102dependencies = [
11103 "getrandom 0.1.16",
11104]
11105
11106[[package]]
11107name = "rand_core"
11108version = "0.6.4"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11111dependencies = [
11112 "getrandom 0.2.15",
11113]
11114
11115[[package]]
11116name = "rand_core"
11117version = "0.9.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11120dependencies = [
11121 "getrandom 0.3.1",
11122 "zerocopy 0.8.18",
11123]
11124
11125[[package]]
11126name = "rand_hc"
11127version = "0.2.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11130dependencies = [
11131 "rand_core 0.5.1",
11132]
11133
11134[[package]]
11135name = "rangemap"
11136version = "1.5.1"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11139
11140[[package]]
11141name = "rav1e"
11142version = "0.7.1"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11145dependencies = [
11146 "arbitrary",
11147 "arg_enum_proc_macro",
11148 "arrayvec",
11149 "av1-grain",
11150 "bitstream-io",
11151 "built",
11152 "cfg-if",
11153 "interpolate_name",
11154 "itertools 0.12.1",
11155 "libc",
11156 "libfuzzer-sys",
11157 "log",
11158 "maybe-rayon",
11159 "new_debug_unreachable",
11160 "noop_proc_macro",
11161 "num-derive",
11162 "num-traits",
11163 "once_cell",
11164 "paste",
11165 "profiling",
11166 "rand 0.8.5",
11167 "rand_chacha 0.3.1",
11168 "simd_helpers",
11169 "system-deps",
11170 "thiserror 1.0.69",
11171 "v_frame",
11172 "wasm-bindgen",
11173]
11174
11175[[package]]
11176name = "ravif"
11177version = "0.11.11"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11180dependencies = [
11181 "avif-serialize",
11182 "imgref",
11183 "loop9",
11184 "quick-error",
11185 "rav1e",
11186 "rayon",
11187 "rgb",
11188]
11189
11190[[package]]
11191name = "raw-window-handle"
11192version = "0.6.2"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11195
11196[[package]]
11197name = "raw-window-metal"
11198version = "0.4.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11201dependencies = [
11202 "cocoa 0.25.0",
11203 "core-graphics 0.23.2",
11204 "objc",
11205 "raw-window-handle",
11206]
11207
11208[[package]]
11209name = "rayon"
11210version = "1.10.0"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11213dependencies = [
11214 "either",
11215 "rayon-core",
11216]
11217
11218[[package]]
11219name = "rayon-core"
11220version = "1.12.1"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11223dependencies = [
11224 "crossbeam-deque",
11225 "crossbeam-utils",
11226]
11227
11228[[package]]
11229name = "read-fonts"
11230version = "0.25.3"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11233dependencies = [
11234 "bytemuck",
11235 "font-types",
11236]
11237
11238[[package]]
11239name = "recent_projects"
11240version = "0.1.0"
11241dependencies = [
11242 "anyhow",
11243 "auto_update",
11244 "dap",
11245 "editor",
11246 "extension_host",
11247 "file_finder",
11248 "futures 0.3.31",
11249 "fuzzy",
11250 "gpui",
11251 "language",
11252 "log",
11253 "markdown",
11254 "menu",
11255 "ordered-float 2.10.1",
11256 "paths",
11257 "picker",
11258 "project",
11259 "release_channel",
11260 "remote",
11261 "schemars",
11262 "serde",
11263 "serde_json",
11264 "settings",
11265 "smol",
11266 "task",
11267 "telemetry",
11268 "theme",
11269 "ui",
11270 "util",
11271 "workspace",
11272 "zed_actions",
11273]
11274
11275[[package]]
11276name = "redox_syscall"
11277version = "0.2.16"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11280dependencies = [
11281 "bitflags 1.3.2",
11282]
11283
11284[[package]]
11285name = "redox_syscall"
11286version = "0.5.8"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11289dependencies = [
11290 "bitflags 2.9.0",
11291]
11292
11293[[package]]
11294name = "redox_users"
11295version = "0.4.6"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11298dependencies = [
11299 "getrandom 0.2.15",
11300 "libredox",
11301 "thiserror 1.0.69",
11302]
11303
11304[[package]]
11305name = "refineable"
11306version = "0.1.0"
11307dependencies = [
11308 "derive_refineable",
11309]
11310
11311[[package]]
11312name = "regalloc2"
11313version = "0.11.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11316dependencies = [
11317 "allocator-api2",
11318 "bumpalo",
11319 "hashbrown 0.15.2",
11320 "log",
11321 "rustc-hash 2.1.1",
11322 "smallvec",
11323]
11324
11325[[package]]
11326name = "regex"
11327version = "1.11.1"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11330dependencies = [
11331 "aho-corasick",
11332 "memchr",
11333 "regex-automata 0.4.9",
11334 "regex-syntax 0.8.5",
11335]
11336
11337[[package]]
11338name = "regex-automata"
11339version = "0.1.10"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11342dependencies = [
11343 "regex-syntax 0.6.29",
11344]
11345
11346[[package]]
11347name = "regex-automata"
11348version = "0.4.9"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11351dependencies = [
11352 "aho-corasick",
11353 "memchr",
11354 "regex-syntax 0.8.5",
11355]
11356
11357[[package]]
11358name = "regex-lite"
11359version = "0.1.6"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11362
11363[[package]]
11364name = "regex-syntax"
11365version = "0.6.29"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11368
11369[[package]]
11370name = "regex-syntax"
11371version = "0.8.5"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11374
11375[[package]]
11376name = "release_channel"
11377version = "0.1.0"
11378dependencies = [
11379 "gpui",
11380]
11381
11382[[package]]
11383name = "remote"
11384version = "0.1.0"
11385dependencies = [
11386 "anyhow",
11387 "askpass",
11388 "async-trait",
11389 "collections",
11390 "fs",
11391 "futures 0.3.31",
11392 "gpui",
11393 "itertools 0.14.0",
11394 "log",
11395 "parking_lot",
11396 "paths",
11397 "prost 0.9.0",
11398 "release_channel",
11399 "rpc",
11400 "schemars",
11401 "serde",
11402 "serde_json",
11403 "shlex",
11404 "smol",
11405 "tempfile",
11406 "thiserror 2.0.12",
11407 "urlencoding",
11408 "util",
11409]
11410
11411[[package]]
11412name = "remote_server"
11413version = "0.1.0"
11414dependencies = [
11415 "anyhow",
11416 "async-watch",
11417 "backtrace",
11418 "cargo_toml",
11419 "chrono",
11420 "clap",
11421 "client",
11422 "clock",
11423 "dap",
11424 "env_logger 0.11.7",
11425 "extension",
11426 "extension_host",
11427 "fork",
11428 "fs",
11429 "futures 0.3.31",
11430 "git",
11431 "git_hosting_providers",
11432 "gpui",
11433 "gpui_tokio",
11434 "http_client",
11435 "language",
11436 "language_extension",
11437 "languages",
11438 "libc",
11439 "log",
11440 "lsp",
11441 "node_runtime",
11442 "paths",
11443 "project",
11444 "proto",
11445 "release_channel",
11446 "remote",
11447 "reqwest_client",
11448 "rpc",
11449 "rust-embed",
11450 "serde",
11451 "serde_json",
11452 "settings",
11453 "shellexpand 2.1.2",
11454 "smol",
11455 "sysinfo",
11456 "telemetry_events",
11457 "toml 0.8.20",
11458 "unindent",
11459 "util",
11460 "worktree",
11461]
11462
11463[[package]]
11464name = "rend"
11465version = "0.4.2"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11468dependencies = [
11469 "bytecheck",
11470]
11471
11472[[package]]
11473name = "repl"
11474version = "0.1.0"
11475dependencies = [
11476 "alacritty_terminal",
11477 "anyhow",
11478 "async-dispatcher",
11479 "async-tungstenite",
11480 "base64 0.22.1",
11481 "client",
11482 "collections",
11483 "command_palette_hooks",
11484 "editor",
11485 "env_logger 0.11.7",
11486 "feature_flags",
11487 "file_icons",
11488 "futures 0.3.31",
11489 "gpui",
11490 "http_client",
11491 "image",
11492 "indoc",
11493 "jupyter-protocol",
11494 "jupyter-websocket-client",
11495 "language",
11496 "languages",
11497 "log",
11498 "markdown_preview",
11499 "menu",
11500 "multi_buffer",
11501 "nbformat",
11502 "picker",
11503 "project",
11504 "runtimelib",
11505 "schemars",
11506 "serde",
11507 "serde_json",
11508 "settings",
11509 "smol",
11510 "telemetry",
11511 "terminal",
11512 "terminal_view",
11513 "theme",
11514 "tree-sitter-md",
11515 "tree-sitter-python",
11516 "tree-sitter-typescript",
11517 "ui",
11518 "util",
11519 "uuid",
11520 "workspace",
11521]
11522
11523[[package]]
11524name = "reqwest"
11525version = "0.11.27"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11528dependencies = [
11529 "base64 0.21.7",
11530 "bytes 1.10.1",
11531 "encoding_rs",
11532 "futures-core",
11533 "futures-util",
11534 "h2 0.3.26",
11535 "http 0.2.12",
11536 "http-body 0.4.6",
11537 "hyper 0.14.32",
11538 "hyper-rustls 0.24.2",
11539 "hyper-tls",
11540 "ipnet",
11541 "js-sys",
11542 "log",
11543 "mime",
11544 "native-tls",
11545 "once_cell",
11546 "percent-encoding",
11547 "pin-project-lite",
11548 "rustls 0.21.12",
11549 "rustls-native-certs 0.6.3",
11550 "rustls-pemfile 1.0.4",
11551 "serde",
11552 "serde_json",
11553 "serde_urlencoded",
11554 "sync_wrapper 0.1.2",
11555 "system-configuration 0.5.1",
11556 "tokio",
11557 "tokio-native-tls",
11558 "tokio-rustls 0.24.1",
11559 "tower-service",
11560 "url",
11561 "wasm-bindgen",
11562 "wasm-bindgen-futures",
11563 "web-sys",
11564 "winreg 0.50.0",
11565]
11566
11567[[package]]
11568name = "reqwest"
11569version = "0.12.8"
11570source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11571dependencies = [
11572 "base64 0.22.1",
11573 "bytes 1.10.1",
11574 "encoding_rs",
11575 "futures-core",
11576 "futures-util",
11577 "h2 0.4.7",
11578 "http 1.2.0",
11579 "http-body 1.0.1",
11580 "http-body-util",
11581 "hyper 1.5.1",
11582 "hyper-rustls 0.27.3",
11583 "hyper-util",
11584 "ipnet",
11585 "js-sys",
11586 "log",
11587 "mime",
11588 "once_cell",
11589 "percent-encoding",
11590 "pin-project-lite",
11591 "quinn",
11592 "rustls 0.23.25",
11593 "rustls-native-certs 0.8.1",
11594 "rustls-pemfile 2.2.0",
11595 "rustls-pki-types",
11596 "serde",
11597 "serde_json",
11598 "serde_urlencoded",
11599 "sync_wrapper 1.0.2",
11600 "system-configuration 0.6.1",
11601 "tokio",
11602 "tokio-rustls 0.26.1",
11603 "tokio-socks",
11604 "tokio-util",
11605 "tower-service",
11606 "url",
11607 "wasm-bindgen",
11608 "wasm-bindgen-futures",
11609 "wasm-streams",
11610 "web-sys",
11611 "windows-registry",
11612]
11613
11614[[package]]
11615name = "reqwest_client"
11616version = "0.1.0"
11617dependencies = [
11618 "anyhow",
11619 "bytes 1.10.1",
11620 "futures 0.3.31",
11621 "gpui",
11622 "http_client",
11623 "http_client_tls",
11624 "log",
11625 "regex",
11626 "reqwest 0.12.8",
11627 "serde",
11628 "smol",
11629 "tokio",
11630]
11631
11632[[package]]
11633name = "resvg"
11634version = "0.45.0"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11637dependencies = [
11638 "log",
11639 "pico-args",
11640 "rgb",
11641 "svgtypes",
11642 "tiny-skia",
11643 "usvg",
11644]
11645
11646[[package]]
11647name = "rfc6979"
11648version = "0.3.1"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11651dependencies = [
11652 "crypto-bigint 0.4.9",
11653 "hmac",
11654 "zeroize",
11655]
11656
11657[[package]]
11658name = "rgb"
11659version = "0.8.50"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11662dependencies = [
11663 "bytemuck",
11664]
11665
11666[[package]]
11667name = "rich_text"
11668version = "0.1.0"
11669dependencies = [
11670 "futures 0.3.31",
11671 "gpui",
11672 "language",
11673 "linkify",
11674 "pulldown-cmark 0.12.2",
11675 "theme",
11676 "ui",
11677 "util",
11678]
11679
11680[[package]]
11681name = "ring"
11682version = "0.17.8"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11685dependencies = [
11686 "cc",
11687 "cfg-if",
11688 "getrandom 0.2.15",
11689 "libc",
11690 "spin",
11691 "untrusted",
11692 "windows-sys 0.52.0",
11693]
11694
11695[[package]]
11696name = "rkyv"
11697version = "0.7.45"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11700dependencies = [
11701 "bitvec",
11702 "bytecheck",
11703 "bytes 1.10.1",
11704 "hashbrown 0.12.3",
11705 "ptr_meta",
11706 "rend",
11707 "rkyv_derive",
11708 "seahash",
11709 "tinyvec",
11710 "uuid",
11711]
11712
11713[[package]]
11714name = "rkyv_derive"
11715version = "0.7.45"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11718dependencies = [
11719 "proc-macro2",
11720 "quote",
11721 "syn 1.0.109",
11722]
11723
11724[[package]]
11725name = "rmp"
11726version = "0.8.14"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11729dependencies = [
11730 "byteorder",
11731 "num-traits",
11732 "paste",
11733]
11734
11735[[package]]
11736name = "rmpv"
11737version = "1.3.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11740dependencies = [
11741 "num-traits",
11742 "rmp",
11743]
11744
11745[[package]]
11746name = "rodio"
11747version = "0.20.1"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11750dependencies = [
11751 "cpal",
11752 "hound",
11753]
11754
11755[[package]]
11756name = "rope"
11757version = "0.1.0"
11758dependencies = [
11759 "arrayvec",
11760 "criterion",
11761 "ctor",
11762 "env_logger 0.11.7",
11763 "gpui",
11764 "log",
11765 "rand 0.8.5",
11766 "rayon",
11767 "smallvec",
11768 "sum_tree",
11769 "unicode-segmentation",
11770 "util",
11771]
11772
11773[[package]]
11774name = "roxmltree"
11775version = "0.20.0"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11778
11779[[package]]
11780name = "rpc"
11781version = "0.1.0"
11782dependencies = [
11783 "anyhow",
11784 "async-tungstenite",
11785 "base64 0.22.1",
11786 "chrono",
11787 "collections",
11788 "env_logger 0.11.7",
11789 "futures 0.3.31",
11790 "gpui",
11791 "parking_lot",
11792 "proto",
11793 "rand 0.8.5",
11794 "rsa",
11795 "serde",
11796 "serde_json",
11797 "sha2",
11798 "strum",
11799 "tracing",
11800 "util",
11801 "zstd",
11802]
11803
11804[[package]]
11805name = "rsa"
11806version = "0.9.8"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11809dependencies = [
11810 "const-oid",
11811 "digest",
11812 "num-bigint-dig",
11813 "num-integer",
11814 "num-traits",
11815 "pkcs1",
11816 "pkcs8 0.10.2",
11817 "rand_core 0.6.4",
11818 "signature 2.2.0",
11819 "spki 0.7.3",
11820 "subtle",
11821 "zeroize",
11822]
11823
11824[[package]]
11825name = "runtimelib"
11826version = "0.25.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11829dependencies = [
11830 "anyhow",
11831 "async-dispatcher",
11832 "async-std",
11833 "base64 0.22.1",
11834 "bytes 1.10.1",
11835 "chrono",
11836 "data-encoding",
11837 "dirs 5.0.1",
11838 "futures 0.3.31",
11839 "glob",
11840 "jupyter-protocol",
11841 "ring",
11842 "serde",
11843 "serde_json",
11844 "shellexpand 3.1.0",
11845 "smol",
11846 "uuid",
11847 "zeromq",
11848]
11849
11850[[package]]
11851name = "rust-embed"
11852version = "8.5.0"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11855dependencies = [
11856 "rust-embed-impl",
11857 "rust-embed-utils",
11858 "walkdir",
11859]
11860
11861[[package]]
11862name = "rust-embed-impl"
11863version = "8.5.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11866dependencies = [
11867 "proc-macro2",
11868 "quote",
11869 "rust-embed-utils",
11870 "syn 2.0.100",
11871 "walkdir",
11872]
11873
11874[[package]]
11875name = "rust-embed-utils"
11876version = "8.5.0"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11879dependencies = [
11880 "globset",
11881 "sha2",
11882 "walkdir",
11883]
11884
11885[[package]]
11886name = "rust_decimal"
11887version = "1.36.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11890dependencies = [
11891 "arrayvec",
11892 "borsh",
11893 "bytes 1.10.1",
11894 "num-traits",
11895 "rand 0.8.5",
11896 "rkyv",
11897 "serde",
11898 "serde_json",
11899]
11900
11901[[package]]
11902name = "rustc-demangle"
11903version = "0.1.24"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11906
11907[[package]]
11908name = "rustc-hash"
11909version = "1.1.0"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11912
11913[[package]]
11914name = "rustc-hash"
11915version = "2.1.1"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11918
11919[[package]]
11920name = "rustc_version"
11921version = "0.4.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11924dependencies = [
11925 "semver",
11926]
11927
11928[[package]]
11929name = "rustix"
11930version = "0.38.42"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11933dependencies = [
11934 "bitflags 2.9.0",
11935 "errno 0.3.10",
11936 "itoa",
11937 "libc",
11938 "linux-raw-sys",
11939 "once_cell",
11940 "windows-sys 0.59.0",
11941]
11942
11943[[package]]
11944name = "rustix-openpty"
11945version = "0.1.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11948dependencies = [
11949 "errno 0.3.10",
11950 "libc",
11951 "rustix",
11952]
11953
11954[[package]]
11955name = "rustls"
11956version = "0.21.12"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11959dependencies = [
11960 "log",
11961 "ring",
11962 "rustls-webpki 0.101.7",
11963 "sct",
11964]
11965
11966[[package]]
11967name = "rustls"
11968version = "0.23.25"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11971dependencies = [
11972 "aws-lc-rs",
11973 "log",
11974 "once_cell",
11975 "ring",
11976 "rustls-pki-types",
11977 "rustls-webpki 0.103.0",
11978 "subtle",
11979 "zeroize",
11980]
11981
11982[[package]]
11983name = "rustls-native-certs"
11984version = "0.6.3"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11987dependencies = [
11988 "openssl-probe",
11989 "rustls-pemfile 1.0.4",
11990 "schannel",
11991 "security-framework 2.11.1",
11992]
11993
11994[[package]]
11995name = "rustls-native-certs"
11996version = "0.8.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11999dependencies = [
12000 "openssl-probe",
12001 "rustls-pki-types",
12002 "schannel",
12003 "security-framework 3.0.1",
12004]
12005
12006[[package]]
12007name = "rustls-pemfile"
12008version = "1.0.4"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12011dependencies = [
12012 "base64 0.21.7",
12013]
12014
12015[[package]]
12016name = "rustls-pemfile"
12017version = "2.2.0"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12020dependencies = [
12021 "rustls-pki-types",
12022]
12023
12024[[package]]
12025name = "rustls-pki-types"
12026version = "1.11.0"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12029dependencies = [
12030 "web-time",
12031]
12032
12033[[package]]
12034name = "rustls-platform-verifier"
12035version = "0.5.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12038dependencies = [
12039 "core-foundation 0.10.0",
12040 "core-foundation-sys",
12041 "jni",
12042 "log",
12043 "once_cell",
12044 "rustls 0.23.25",
12045 "rustls-native-certs 0.8.1",
12046 "rustls-platform-verifier-android",
12047 "rustls-webpki 0.103.0",
12048 "security-framework 3.0.1",
12049 "security-framework-sys",
12050 "webpki-root-certs",
12051 "windows-sys 0.59.0",
12052]
12053
12054[[package]]
12055name = "rustls-platform-verifier-android"
12056version = "0.1.1"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12059
12060[[package]]
12061name = "rustls-webpki"
12062version = "0.101.7"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12065dependencies = [
12066 "ring",
12067 "untrusted",
12068]
12069
12070[[package]]
12071name = "rustls-webpki"
12072version = "0.103.0"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12075dependencies = [
12076 "aws-lc-rs",
12077 "ring",
12078 "rustls-pki-types",
12079 "untrusted",
12080]
12081
12082[[package]]
12083name = "rustversion"
12084version = "1.0.18"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12087
12088[[package]]
12089name = "rustybuzz"
12090version = "0.14.1"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12093dependencies = [
12094 "bitflags 2.9.0",
12095 "bytemuck",
12096 "libm",
12097 "smallvec",
12098 "ttf-parser 0.21.1",
12099 "unicode-bidi-mirroring 0.2.0",
12100 "unicode-ccc 0.2.0",
12101 "unicode-properties",
12102 "unicode-script",
12103]
12104
12105[[package]]
12106name = "rustybuzz"
12107version = "0.20.1"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12110dependencies = [
12111 "bitflags 2.9.0",
12112 "bytemuck",
12113 "core_maths",
12114 "log",
12115 "smallvec",
12116 "ttf-parser 0.25.1",
12117 "unicode-bidi-mirroring 0.4.0",
12118 "unicode-ccc 0.4.0",
12119 "unicode-properties",
12120 "unicode-script",
12121]
12122
12123[[package]]
12124name = "ryu"
12125version = "1.0.18"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12128
12129[[package]]
12130name = "salsa20"
12131version = "0.10.2"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12134dependencies = [
12135 "cipher",
12136]
12137
12138[[package]]
12139name = "same-file"
12140version = "1.0.6"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12143dependencies = [
12144 "winapi-util",
12145]
12146
12147[[package]]
12148name = "schannel"
12149version = "0.1.27"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12152dependencies = [
12153 "windows-sys 0.59.0",
12154]
12155
12156[[package]]
12157name = "schema_generator"
12158version = "0.1.0"
12159dependencies = [
12160 "anyhow",
12161 "clap",
12162 "env_logger 0.11.7",
12163 "schemars",
12164 "serde",
12165 "serde_json",
12166 "theme",
12167]
12168
12169[[package]]
12170name = "schemars"
12171version = "0.8.22"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12174dependencies = [
12175 "dyn-clone",
12176 "indexmap",
12177 "schemars_derive",
12178 "serde",
12179 "serde_json",
12180]
12181
12182[[package]]
12183name = "schemars_derive"
12184version = "0.8.22"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12187dependencies = [
12188 "proc-macro2",
12189 "quote",
12190 "serde_derive_internals",
12191 "syn 2.0.100",
12192]
12193
12194[[package]]
12195name = "scoped-tls"
12196version = "1.0.1"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12199
12200[[package]]
12201name = "scopeguard"
12202version = "1.2.0"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12205
12206[[package]]
12207name = "scratch"
12208version = "1.0.7"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12211
12212[[package]]
12213name = "scrypt"
12214version = "0.11.0"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12217dependencies = [
12218 "password-hash 0.5.0",
12219 "pbkdf2 0.12.2",
12220 "salsa20",
12221 "sha2",
12222]
12223
12224[[package]]
12225name = "sct"
12226version = "0.7.1"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12229dependencies = [
12230 "ring",
12231 "untrusted",
12232]
12233
12234[[package]]
12235name = "sea-bae"
12236version = "0.2.1"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12239dependencies = [
12240 "heck 0.4.1",
12241 "proc-macro-error2",
12242 "proc-macro2",
12243 "quote",
12244 "syn 2.0.100",
12245]
12246
12247[[package]]
12248name = "sea-orm"
12249version = "1.1.7"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12252dependencies = [
12253 "async-stream",
12254 "async-trait",
12255 "bigdecimal",
12256 "chrono",
12257 "futures-util",
12258 "log",
12259 "ouroboros",
12260 "pgvector",
12261 "rust_decimal",
12262 "sea-orm-macros",
12263 "sea-query",
12264 "sea-query-binder",
12265 "serde",
12266 "serde_json",
12267 "sqlx",
12268 "strum",
12269 "thiserror 1.0.69",
12270 "time",
12271 "tracing",
12272 "url",
12273 "uuid",
12274]
12275
12276[[package]]
12277name = "sea-orm-macros"
12278version = "1.1.7"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12281dependencies = [
12282 "heck 0.4.1",
12283 "proc-macro2",
12284 "quote",
12285 "sea-bae",
12286 "syn 2.0.100",
12287 "unicode-ident",
12288]
12289
12290[[package]]
12291name = "sea-query"
12292version = "0.32.1"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12295dependencies = [
12296 "bigdecimal",
12297 "chrono",
12298 "inherent",
12299 "ordered-float 3.9.2",
12300 "rust_decimal",
12301 "serde_json",
12302 "time",
12303 "uuid",
12304]
12305
12306[[package]]
12307name = "sea-query-binder"
12308version = "0.7.0"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12311dependencies = [
12312 "bigdecimal",
12313 "chrono",
12314 "rust_decimal",
12315 "sea-query",
12316 "serde_json",
12317 "sqlx",
12318 "time",
12319 "uuid",
12320]
12321
12322[[package]]
12323name = "seahash"
12324version = "4.1.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12327
12328[[package]]
12329name = "search"
12330version = "0.1.0"
12331dependencies = [
12332 "any_vec",
12333 "anyhow",
12334 "bitflags 2.9.0",
12335 "client",
12336 "collections",
12337 "editor",
12338 "futures 0.3.31",
12339 "gpui",
12340 "language",
12341 "menu",
12342 "project",
12343 "schemars",
12344 "serde",
12345 "serde_json",
12346 "settings",
12347 "smol",
12348 "theme",
12349 "ui",
12350 "unindent",
12351 "util",
12352 "workspace",
12353 "zed_actions",
12354]
12355
12356[[package]]
12357name = "sec1"
12358version = "0.3.0"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12361dependencies = [
12362 "base16ct",
12363 "der 0.6.1",
12364 "generic-array",
12365 "pkcs8 0.9.0",
12366 "subtle",
12367 "zeroize",
12368]
12369
12370[[package]]
12371name = "security-framework"
12372version = "2.11.1"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12375dependencies = [
12376 "bitflags 2.9.0",
12377 "core-foundation 0.9.4",
12378 "core-foundation-sys",
12379 "libc",
12380 "security-framework-sys",
12381]
12382
12383[[package]]
12384name = "security-framework"
12385version = "3.0.1"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12388dependencies = [
12389 "bitflags 2.9.0",
12390 "core-foundation 0.10.0",
12391 "core-foundation-sys",
12392 "libc",
12393 "security-framework-sys",
12394]
12395
12396[[package]]
12397name = "security-framework-sys"
12398version = "2.12.1"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12401dependencies = [
12402 "core-foundation-sys",
12403 "libc",
12404]
12405
12406[[package]]
12407name = "self_cell"
12408version = "1.1.0"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12411
12412[[package]]
12413name = "semantic_index"
12414version = "0.1.0"
12415dependencies = [
12416 "anyhow",
12417 "arrayvec",
12418 "blake3",
12419 "client",
12420 "clock",
12421 "collections",
12422 "env_logger 0.11.7",
12423 "feature_flags",
12424 "fs",
12425 "futures 0.3.31",
12426 "futures-batch",
12427 "gpui",
12428 "heed",
12429 "http_client",
12430 "language",
12431 "language_model",
12432 "languages",
12433 "log",
12434 "open_ai",
12435 "parking_lot",
12436 "project",
12437 "reqwest_client",
12438 "serde",
12439 "serde_json",
12440 "settings",
12441 "sha2",
12442 "smol",
12443 "streaming-iterator",
12444 "tempfile",
12445 "theme",
12446 "tree-sitter",
12447 "ui",
12448 "unindent",
12449 "util",
12450 "workspace",
12451 "worktree",
12452]
12453
12454[[package]]
12455name = "semantic_version"
12456version = "0.1.0"
12457dependencies = [
12458 "anyhow",
12459 "serde",
12460]
12461
12462[[package]]
12463name = "semver"
12464version = "1.0.26"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12467dependencies = [
12468 "serde",
12469]
12470
12471[[package]]
12472name = "serde"
12473version = "1.0.219"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12476dependencies = [
12477 "serde_derive",
12478]
12479
12480[[package]]
12481name = "serde_derive"
12482version = "1.0.219"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12485dependencies = [
12486 "proc-macro2",
12487 "quote",
12488 "syn 2.0.100",
12489]
12490
12491[[package]]
12492name = "serde_derive_internals"
12493version = "0.29.1"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12496dependencies = [
12497 "proc-macro2",
12498 "quote",
12499 "syn 2.0.100",
12500]
12501
12502[[package]]
12503name = "serde_fmt"
12504version = "1.0.3"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12507dependencies = [
12508 "serde",
12509]
12510
12511[[package]]
12512name = "serde_json"
12513version = "1.0.140"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12516dependencies = [
12517 "indexmap",
12518 "itoa",
12519 "memchr",
12520 "ryu",
12521 "serde",
12522]
12523
12524[[package]]
12525name = "serde_json_lenient"
12526version = "0.2.4"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12529dependencies = [
12530 "indexmap",
12531 "itoa",
12532 "memchr",
12533 "ryu",
12534 "serde",
12535]
12536
12537[[package]]
12538name = "serde_path_to_error"
12539version = "0.1.16"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12542dependencies = [
12543 "itoa",
12544 "serde",
12545]
12546
12547[[package]]
12548name = "serde_qs"
12549version = "0.8.5"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12552dependencies = [
12553 "percent-encoding",
12554 "serde",
12555 "thiserror 1.0.69",
12556]
12557
12558[[package]]
12559name = "serde_qs"
12560version = "0.10.1"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12563dependencies = [
12564 "percent-encoding",
12565 "serde",
12566 "thiserror 1.0.69",
12567]
12568
12569[[package]]
12570name = "serde_repr"
12571version = "0.1.20"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12574dependencies = [
12575 "proc-macro2",
12576 "quote",
12577 "syn 2.0.100",
12578]
12579
12580[[package]]
12581name = "serde_spanned"
12582version = "0.6.8"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12585dependencies = [
12586 "serde",
12587]
12588
12589[[package]]
12590name = "serde_urlencoded"
12591version = "0.7.1"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12594dependencies = [
12595 "form_urlencoded",
12596 "itoa",
12597 "ryu",
12598 "serde",
12599]
12600
12601[[package]]
12602name = "session"
12603version = "0.1.0"
12604dependencies = [
12605 "db",
12606 "gpui",
12607 "serde_json",
12608 "util",
12609 "uuid",
12610]
12611
12612[[package]]
12613name = "settings"
12614version = "0.1.0"
12615dependencies = [
12616 "anyhow",
12617 "collections",
12618 "ec4rs",
12619 "fs",
12620 "futures 0.3.31",
12621 "gpui",
12622 "indoc",
12623 "inventory",
12624 "log",
12625 "paths",
12626 "pretty_assertions",
12627 "release_channel",
12628 "rust-embed",
12629 "schemars",
12630 "serde",
12631 "serde_derive",
12632 "serde_json",
12633 "serde_json_lenient",
12634 "smallvec",
12635 "streaming-iterator",
12636 "tree-sitter",
12637 "tree-sitter-json",
12638 "unindent",
12639 "util",
12640]
12641
12642[[package]]
12643name = "settings_ui"
12644version = "0.1.0"
12645dependencies = [
12646 "command_palette_hooks",
12647 "editor",
12648 "feature_flags",
12649 "gpui",
12650 "settings",
12651 "theme",
12652 "ui",
12653 "workspace",
12654]
12655
12656[[package]]
12657name = "sha1"
12658version = "0.10.6"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12661dependencies = [
12662 "cfg-if",
12663 "cpufeatures",
12664 "digest",
12665]
12666
12667[[package]]
12668name = "sha1_smol"
12669version = "1.0.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12672
12673[[package]]
12674name = "sha2"
12675version = "0.10.8"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12678dependencies = [
12679 "cfg-if",
12680 "cpufeatures",
12681 "digest",
12682]
12683
12684[[package]]
12685name = "sharded-slab"
12686version = "0.1.7"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12689dependencies = [
12690 "lazy_static",
12691]
12692
12693[[package]]
12694name = "shell-words"
12695version = "1.1.0"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12698
12699[[package]]
12700name = "shellexpand"
12701version = "2.1.2"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12704dependencies = [
12705 "dirs 4.0.0",
12706]
12707
12708[[package]]
12709name = "shellexpand"
12710version = "3.1.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12713dependencies = [
12714 "dirs 5.0.1",
12715]
12716
12717[[package]]
12718name = "shlex"
12719version = "1.3.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12722
12723[[package]]
12724name = "signal-hook"
12725version = "0.3.17"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12728dependencies = [
12729 "libc",
12730 "signal-hook-registry",
12731]
12732
12733[[package]]
12734name = "signal-hook-registry"
12735version = "1.4.2"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12738dependencies = [
12739 "libc",
12740]
12741
12742[[package]]
12743name = "signature"
12744version = "1.6.4"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12747dependencies = [
12748 "digest",
12749 "rand_core 0.6.4",
12750]
12751
12752[[package]]
12753name = "signature"
12754version = "2.2.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12757dependencies = [
12758 "digest",
12759 "rand_core 0.6.4",
12760]
12761
12762[[package]]
12763name = "simd-adler32"
12764version = "0.3.7"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12767
12768[[package]]
12769name = "simd_helpers"
12770version = "0.1.0"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12773dependencies = [
12774 "quote",
12775]
12776
12777[[package]]
12778name = "simdutf8"
12779version = "0.1.5"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12782
12783[[package]]
12784name = "simple_asn1"
12785version = "0.6.2"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12788dependencies = [
12789 "num-bigint",
12790 "num-traits",
12791 "thiserror 1.0.69",
12792 "time",
12793]
12794
12795[[package]]
12796name = "simplecss"
12797version = "0.2.1"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12800dependencies = [
12801 "log",
12802]
12803
12804[[package]]
12805name = "simplelog"
12806version = "0.12.2"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12809dependencies = [
12810 "log",
12811 "termcolor",
12812 "time",
12813]
12814
12815[[package]]
12816name = "siphasher"
12817version = "0.3.11"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12820
12821[[package]]
12822name = "siphasher"
12823version = "1.0.1"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12826
12827[[package]]
12828name = "skrifa"
12829version = "0.26.6"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12832dependencies = [
12833 "bytemuck",
12834 "read-fonts",
12835]
12836
12837[[package]]
12838name = "slab"
12839version = "0.4.9"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12842dependencies = [
12843 "autocfg",
12844]
12845
12846[[package]]
12847name = "slash_commands_example"
12848version = "0.1.0"
12849dependencies = [
12850 "zed_extension_api 0.1.0",
12851]
12852
12853[[package]]
12854name = "slotmap"
12855version = "1.0.7"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12858dependencies = [
12859 "version_check",
12860]
12861
12862[[package]]
12863name = "smallvec"
12864version = "1.14.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12867dependencies = [
12868 "serde",
12869]
12870
12871[[package]]
12872name = "smart-default"
12873version = "0.6.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12876dependencies = [
12877 "proc-macro2",
12878 "quote",
12879 "syn 1.0.109",
12880]
12881
12882[[package]]
12883name = "smol"
12884version = "2.0.2"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12887dependencies = [
12888 "async-channel 2.3.1",
12889 "async-executor",
12890 "async-fs",
12891 "async-io",
12892 "async-lock",
12893 "async-net",
12894 "async-process",
12895 "blocking",
12896 "futures-lite 2.6.0",
12897]
12898
12899[[package]]
12900name = "smol_str"
12901version = "0.1.24"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12904dependencies = [
12905 "serde",
12906]
12907
12908[[package]]
12909name = "smol_str"
12910version = "0.2.2"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12913
12914[[package]]
12915name = "snippet"
12916version = "0.1.0"
12917dependencies = [
12918 "anyhow",
12919 "smallvec",
12920]
12921
12922[[package]]
12923name = "snippet_provider"
12924version = "0.1.0"
12925dependencies = [
12926 "anyhow",
12927 "collections",
12928 "extension",
12929 "fs",
12930 "futures 0.3.31",
12931 "gpui",
12932 "parking_lot",
12933 "paths",
12934 "schemars",
12935 "serde",
12936 "serde_json_lenient",
12937 "snippet",
12938 "util",
12939]
12940
12941[[package]]
12942name = "snippets_ui"
12943version = "0.1.0"
12944dependencies = [
12945 "fuzzy",
12946 "gpui",
12947 "language",
12948 "paths",
12949 "picker",
12950 "ui",
12951 "util",
12952 "workspace",
12953]
12954
12955[[package]]
12956name = "socket2"
12957version = "0.5.8"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12960dependencies = [
12961 "libc",
12962 "windows-sys 0.52.0",
12963]
12964
12965[[package]]
12966name = "spdx"
12967version = "0.10.7"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12970dependencies = [
12971 "smallvec",
12972]
12973
12974[[package]]
12975name = "spin"
12976version = "0.9.8"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12979dependencies = [
12980 "lock_api",
12981]
12982
12983[[package]]
12984name = "spirv"
12985version = "0.3.0+sdk-1.3.268.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12988dependencies = [
12989 "bitflags 2.9.0",
12990]
12991
12992[[package]]
12993name = "spki"
12994version = "0.6.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12997dependencies = [
12998 "base64ct",
12999 "der 0.6.1",
13000]
13001
13002[[package]]
13003name = "spki"
13004version = "0.7.3"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13007dependencies = [
13008 "base64ct",
13009 "der 0.7.9",
13010]
13011
13012[[package]]
13013name = "sptr"
13014version = "0.3.2"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13017
13018[[package]]
13019name = "sqlez"
13020version = "0.1.0"
13021dependencies = [
13022 "anyhow",
13023 "collections",
13024 "futures 0.3.31",
13025 "indoc",
13026 "libsqlite3-sys",
13027 "parking_lot",
13028 "smol",
13029 "sqlformat",
13030 "thread_local",
13031 "util",
13032 "uuid",
13033]
13034
13035[[package]]
13036name = "sqlez_macros"
13037version = "0.1.0"
13038dependencies = [
13039 "sqlez",
13040 "sqlformat",
13041 "syn 1.0.109",
13042]
13043
13044[[package]]
13045name = "sqlformat"
13046version = "0.2.6"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13049dependencies = [
13050 "nom",
13051 "unicode_categories",
13052]
13053
13054[[package]]
13055name = "sqlx"
13056version = "0.8.3"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13059dependencies = [
13060 "sqlx-core",
13061 "sqlx-macros",
13062 "sqlx-mysql",
13063 "sqlx-postgres",
13064 "sqlx-sqlite",
13065]
13066
13067[[package]]
13068name = "sqlx-core"
13069version = "0.8.3"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13072dependencies = [
13073 "bigdecimal",
13074 "bytes 1.10.1",
13075 "chrono",
13076 "crc",
13077 "crossbeam-queue",
13078 "either",
13079 "event-listener 5.3.1",
13080 "futures-core",
13081 "futures-intrusive",
13082 "futures-io",
13083 "futures-util",
13084 "hashbrown 0.15.2",
13085 "hashlink 0.10.0",
13086 "indexmap",
13087 "log",
13088 "memchr",
13089 "once_cell",
13090 "percent-encoding",
13091 "rust_decimal",
13092 "rustls 0.23.25",
13093 "rustls-pemfile 2.2.0",
13094 "serde",
13095 "serde_json",
13096 "sha2",
13097 "smallvec",
13098 "thiserror 2.0.12",
13099 "time",
13100 "tokio",
13101 "tokio-stream",
13102 "tracing",
13103 "url",
13104 "uuid",
13105 "webpki-roots",
13106]
13107
13108[[package]]
13109name = "sqlx-macros"
13110version = "0.8.3"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13113dependencies = [
13114 "proc-macro2",
13115 "quote",
13116 "sqlx-core",
13117 "sqlx-macros-core",
13118 "syn 2.0.100",
13119]
13120
13121[[package]]
13122name = "sqlx-macros-core"
13123version = "0.8.3"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13126dependencies = [
13127 "dotenvy",
13128 "either",
13129 "heck 0.5.0",
13130 "hex",
13131 "once_cell",
13132 "proc-macro2",
13133 "quote",
13134 "serde",
13135 "serde_json",
13136 "sha2",
13137 "sqlx-core",
13138 "sqlx-mysql",
13139 "sqlx-postgres",
13140 "sqlx-sqlite",
13141 "syn 2.0.100",
13142 "tempfile",
13143 "tokio",
13144 "url",
13145]
13146
13147[[package]]
13148name = "sqlx-mysql"
13149version = "0.8.3"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13152dependencies = [
13153 "atoi",
13154 "base64 0.22.1",
13155 "bigdecimal",
13156 "bitflags 2.9.0",
13157 "byteorder",
13158 "bytes 1.10.1",
13159 "chrono",
13160 "crc",
13161 "digest",
13162 "dotenvy",
13163 "either",
13164 "futures-channel",
13165 "futures-core",
13166 "futures-io",
13167 "futures-util",
13168 "generic-array",
13169 "hex",
13170 "hkdf",
13171 "hmac",
13172 "itoa",
13173 "log",
13174 "md-5",
13175 "memchr",
13176 "once_cell",
13177 "percent-encoding",
13178 "rand 0.8.5",
13179 "rsa",
13180 "rust_decimal",
13181 "serde",
13182 "sha1",
13183 "sha2",
13184 "smallvec",
13185 "sqlx-core",
13186 "stringprep",
13187 "thiserror 2.0.12",
13188 "time",
13189 "tracing",
13190 "uuid",
13191 "whoami",
13192]
13193
13194[[package]]
13195name = "sqlx-postgres"
13196version = "0.8.3"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13199dependencies = [
13200 "atoi",
13201 "base64 0.22.1",
13202 "bigdecimal",
13203 "bitflags 2.9.0",
13204 "byteorder",
13205 "chrono",
13206 "crc",
13207 "dotenvy",
13208 "etcetera",
13209 "futures-channel",
13210 "futures-core",
13211 "futures-util",
13212 "hex",
13213 "hkdf",
13214 "hmac",
13215 "home",
13216 "itoa",
13217 "log",
13218 "md-5",
13219 "memchr",
13220 "num-bigint",
13221 "once_cell",
13222 "rand 0.8.5",
13223 "rust_decimal",
13224 "serde",
13225 "serde_json",
13226 "sha2",
13227 "smallvec",
13228 "sqlx-core",
13229 "stringprep",
13230 "thiserror 2.0.12",
13231 "time",
13232 "tracing",
13233 "uuid",
13234 "whoami",
13235]
13236
13237[[package]]
13238name = "sqlx-sqlite"
13239version = "0.8.3"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13242dependencies = [
13243 "atoi",
13244 "chrono",
13245 "flume",
13246 "futures-channel",
13247 "futures-core",
13248 "futures-executor",
13249 "futures-intrusive",
13250 "futures-util",
13251 "libsqlite3-sys",
13252 "log",
13253 "percent-encoding",
13254 "serde",
13255 "serde_urlencoded",
13256 "sqlx-core",
13257 "time",
13258 "tracing",
13259 "url",
13260 "uuid",
13261]
13262
13263[[package]]
13264name = "stable_deref_trait"
13265version = "1.2.0"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13268
13269[[package]]
13270name = "static_assertions"
13271version = "1.1.0"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13274
13275[[package]]
13276name = "story"
13277version = "0.1.0"
13278dependencies = [
13279 "gpui",
13280 "itertools 0.14.0",
13281 "smallvec",
13282]
13283
13284[[package]]
13285name = "storybook"
13286version = "0.1.0"
13287dependencies = [
13288 "anyhow",
13289 "clap",
13290 "collab_ui",
13291 "ctrlc",
13292 "dialoguer",
13293 "editor",
13294 "fuzzy",
13295 "gpui",
13296 "indoc",
13297 "language",
13298 "log",
13299 "menu",
13300 "picker",
13301 "project",
13302 "reqwest_client",
13303 "rust-embed",
13304 "settings",
13305 "simplelog",
13306 "story",
13307 "strum",
13308 "theme",
13309 "title_bar",
13310 "ui",
13311 "workspace",
13312]
13313
13314[[package]]
13315name = "streaming-iterator"
13316version = "0.1.9"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13319
13320[[package]]
13321name = "streaming_diff"
13322version = "0.1.0"
13323dependencies = [
13324 "ordered-float 2.10.1",
13325 "rand 0.8.5",
13326 "rope",
13327 "util",
13328]
13329
13330[[package]]
13331name = "strict-num"
13332version = "0.1.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13335dependencies = [
13336 "float-cmp",
13337]
13338
13339[[package]]
13340name = "string_cache"
13341version = "0.8.7"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13344dependencies = [
13345 "new_debug_unreachable",
13346 "once_cell",
13347 "parking_lot",
13348 "phf_shared 0.10.0",
13349 "precomputed-hash",
13350 "serde",
13351]
13352
13353[[package]]
13354name = "string_cache_codegen"
13355version = "0.5.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13358dependencies = [
13359 "phf_generator 0.10.0",
13360 "phf_shared 0.10.0",
13361 "proc-macro2",
13362 "quote",
13363]
13364
13365[[package]]
13366name = "stringprep"
13367version = "0.1.5"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13370dependencies = [
13371 "unicode-bidi",
13372 "unicode-normalization",
13373 "unicode-properties",
13374]
13375
13376[[package]]
13377name = "strsim"
13378version = "0.11.1"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13381
13382[[package]]
13383name = "strum"
13384version = "0.26.3"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13387dependencies = [
13388 "strum_macros",
13389]
13390
13391[[package]]
13392name = "strum_macros"
13393version = "0.26.4"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13396dependencies = [
13397 "heck 0.5.0",
13398 "proc-macro2",
13399 "quote",
13400 "rustversion",
13401 "syn 2.0.100",
13402]
13403
13404[[package]]
13405name = "subtle"
13406version = "2.6.1"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13409
13410[[package]]
13411name = "sum_tree"
13412version = "0.1.0"
13413dependencies = [
13414 "arrayvec",
13415 "ctor",
13416 "env_logger 0.11.7",
13417 "log",
13418 "rand 0.8.5",
13419 "rayon",
13420]
13421
13422[[package]]
13423name = "supermaven"
13424version = "0.1.0"
13425dependencies = [
13426 "anyhow",
13427 "client",
13428 "collections",
13429 "editor",
13430 "env_logger 0.11.7",
13431 "futures 0.3.31",
13432 "gpui",
13433 "http_client",
13434 "inline_completion",
13435 "language",
13436 "log",
13437 "postage",
13438 "project",
13439 "serde",
13440 "serde_json",
13441 "settings",
13442 "smol",
13443 "supermaven_api",
13444 "text",
13445 "theme",
13446 "ui",
13447 "unicode-segmentation",
13448 "util",
13449]
13450
13451[[package]]
13452name = "supermaven_api"
13453version = "0.1.0"
13454dependencies = [
13455 "anyhow",
13456 "futures 0.3.31",
13457 "http_client",
13458 "paths",
13459 "serde",
13460 "serde_json",
13461 "smol",
13462]
13463
13464[[package]]
13465name = "sval"
13466version = "2.13.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13469
13470[[package]]
13471name = "sval_buffer"
13472version = "2.13.2"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13475dependencies = [
13476 "sval",
13477 "sval_ref",
13478]
13479
13480[[package]]
13481name = "sval_dynamic"
13482version = "2.13.2"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13485dependencies = [
13486 "sval",
13487]
13488
13489[[package]]
13490name = "sval_fmt"
13491version = "2.13.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13494dependencies = [
13495 "itoa",
13496 "ryu",
13497 "sval",
13498]
13499
13500[[package]]
13501name = "sval_json"
13502version = "2.13.2"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13505dependencies = [
13506 "itoa",
13507 "ryu",
13508 "sval",
13509]
13510
13511[[package]]
13512name = "sval_nested"
13513version = "2.13.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13516dependencies = [
13517 "sval",
13518 "sval_buffer",
13519 "sval_ref",
13520]
13521
13522[[package]]
13523name = "sval_ref"
13524version = "2.13.2"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13527dependencies = [
13528 "sval",
13529]
13530
13531[[package]]
13532name = "sval_serde"
13533version = "2.13.2"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13536dependencies = [
13537 "serde",
13538 "sval",
13539 "sval_nested",
13540]
13541
13542[[package]]
13543name = "svg_fmt"
13544version = "0.4.4"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13547
13548[[package]]
13549name = "svgtypes"
13550version = "0.15.3"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13553dependencies = [
13554 "kurbo",
13555 "siphasher 1.0.1",
13556]
13557
13558[[package]]
13559name = "swash"
13560version = "0.2.1"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13563dependencies = [
13564 "skrifa",
13565 "yazi",
13566 "zeno",
13567]
13568
13569[[package]]
13570name = "syn"
13571version = "1.0.109"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13574dependencies = [
13575 "proc-macro2",
13576 "quote",
13577 "unicode-ident",
13578]
13579
13580[[package]]
13581name = "syn"
13582version = "2.0.100"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13585dependencies = [
13586 "proc-macro2",
13587 "quote",
13588 "unicode-ident",
13589]
13590
13591[[package]]
13592name = "sync_wrapper"
13593version = "0.1.2"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13596
13597[[package]]
13598name = "sync_wrapper"
13599version = "1.0.2"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13602dependencies = [
13603 "futures-core",
13604]
13605
13606[[package]]
13607name = "synchronoise"
13608version = "1.0.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13611dependencies = [
13612 "crossbeam-queue",
13613]
13614
13615[[package]]
13616name = "synstructure"
13617version = "0.13.1"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13620dependencies = [
13621 "proc-macro2",
13622 "quote",
13623 "syn 2.0.100",
13624]
13625
13626[[package]]
13627name = "sys-locale"
13628version = "0.3.2"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13631dependencies = [
13632 "libc",
13633]
13634
13635[[package]]
13636name = "sysinfo"
13637version = "0.31.4"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13640dependencies = [
13641 "core-foundation-sys",
13642 "libc",
13643 "memchr",
13644 "ntapi",
13645 "rayon",
13646 "windows 0.57.0",
13647]
13648
13649[[package]]
13650name = "system-configuration"
13651version = "0.5.1"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13654dependencies = [
13655 "bitflags 1.3.2",
13656 "core-foundation 0.9.4",
13657 "system-configuration-sys 0.5.0",
13658]
13659
13660[[package]]
13661name = "system-configuration"
13662version = "0.6.1"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13665dependencies = [
13666 "bitflags 2.9.0",
13667 "core-foundation 0.9.4",
13668 "system-configuration-sys 0.6.0",
13669]
13670
13671[[package]]
13672name = "system-configuration-sys"
13673version = "0.5.0"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13676dependencies = [
13677 "core-foundation-sys",
13678 "libc",
13679]
13680
13681[[package]]
13682name = "system-configuration-sys"
13683version = "0.6.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13686dependencies = [
13687 "core-foundation-sys",
13688 "libc",
13689]
13690
13691[[package]]
13692name = "system-deps"
13693version = "6.2.2"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13696dependencies = [
13697 "cfg-expr",
13698 "heck 0.5.0",
13699 "pkg-config",
13700 "toml 0.8.20",
13701 "version-compare",
13702]
13703
13704[[package]]
13705name = "system-interface"
13706version = "0.27.3"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13709dependencies = [
13710 "bitflags 2.9.0",
13711 "cap-fs-ext",
13712 "cap-std",
13713 "fd-lock",
13714 "io-lifetimes",
13715 "rustix",
13716 "windows-sys 0.59.0",
13717 "winx",
13718]
13719
13720[[package]]
13721name = "tab_switcher"
13722version = "0.1.0"
13723dependencies = [
13724 "anyhow",
13725 "collections",
13726 "ctor",
13727 "editor",
13728 "env_logger 0.11.7",
13729 "gpui",
13730 "language",
13731 "menu",
13732 "picker",
13733 "project",
13734 "schemars",
13735 "serde",
13736 "serde_json",
13737 "settings",
13738 "theme",
13739 "ui",
13740 "util",
13741 "workspace",
13742]
13743
13744[[package]]
13745name = "taffy"
13746version = "0.4.4"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13749dependencies = [
13750 "arrayvec",
13751 "grid",
13752 "num-traits",
13753 "serde",
13754 "slotmap",
13755]
13756
13757[[package]]
13758name = "take-until"
13759version = "0.2.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13762
13763[[package]]
13764name = "tap"
13765version = "1.0.1"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13768
13769[[package]]
13770name = "target-lexicon"
13771version = "0.12.16"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13774
13775[[package]]
13776name = "target-lexicon"
13777version = "0.13.2"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13780
13781[[package]]
13782name = "task"
13783version = "0.1.0"
13784dependencies = [
13785 "anyhow",
13786 "collections",
13787 "dap-types",
13788 "futures 0.3.31",
13789 "gpui",
13790 "hex",
13791 "parking_lot",
13792 "schemars",
13793 "serde",
13794 "serde_json",
13795 "serde_json_lenient",
13796 "sha2",
13797 "shellexpand 2.1.2",
13798 "util",
13799 "zed_actions",
13800]
13801
13802[[package]]
13803name = "tasks_ui"
13804version = "0.1.0"
13805dependencies = [
13806 "anyhow",
13807 "debugger_ui",
13808 "editor",
13809 "feature_flags",
13810 "file_icons",
13811 "fuzzy",
13812 "gpui",
13813 "language",
13814 "menu",
13815 "picker",
13816 "project",
13817 "serde",
13818 "serde_json",
13819 "task",
13820 "tree-sitter-rust",
13821 "tree-sitter-typescript",
13822 "ui",
13823 "util",
13824 "workspace",
13825 "zed_actions",
13826]
13827
13828[[package]]
13829name = "telemetry"
13830version = "0.1.0"
13831dependencies = [
13832 "futures 0.3.31",
13833 "serde",
13834 "serde_json",
13835 "telemetry_events",
13836]
13837
13838[[package]]
13839name = "telemetry_events"
13840version = "0.1.0"
13841dependencies = [
13842 "semantic_version",
13843 "serde",
13844 "serde_json",
13845]
13846
13847[[package]]
13848name = "tempfile"
13849version = "3.17.1"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13852dependencies = [
13853 "cfg-if",
13854 "fastrand 2.3.0",
13855 "getrandom 0.3.1",
13856 "once_cell",
13857 "rustix",
13858 "windows-sys 0.59.0",
13859]
13860
13861[[package]]
13862name = "tendril"
13863version = "0.4.3"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13866dependencies = [
13867 "futf",
13868 "mac",
13869 "utf-8",
13870]
13871
13872[[package]]
13873name = "termcolor"
13874version = "1.4.1"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13877dependencies = [
13878 "winapi-util",
13879]
13880
13881[[package]]
13882name = "terminal"
13883version = "0.1.0"
13884dependencies = [
13885 "alacritty_terminal",
13886 "anyhow",
13887 "collections",
13888 "dirs 4.0.0",
13889 "futures 0.3.31",
13890 "gpui",
13891 "libc",
13892 "rand 0.8.5",
13893 "regex",
13894 "release_channel",
13895 "schemars",
13896 "serde",
13897 "serde_derive",
13898 "settings",
13899 "smol",
13900 "sysinfo",
13901 "task",
13902 "theme",
13903 "thiserror 2.0.12",
13904 "util",
13905 "windows 0.61.1",
13906]
13907
13908[[package]]
13909name = "terminal_size"
13910version = "0.4.1"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13913dependencies = [
13914 "rustix",
13915 "windows-sys 0.59.0",
13916]
13917
13918[[package]]
13919name = "terminal_view"
13920version = "0.1.0"
13921dependencies = [
13922 "anyhow",
13923 "async-recursion 1.1.1",
13924 "breadcrumbs",
13925 "client",
13926 "collections",
13927 "db",
13928 "dirs 4.0.0",
13929 "editor",
13930 "futures 0.3.31",
13931 "gpui",
13932 "itertools 0.14.0",
13933 "language",
13934 "log",
13935 "project",
13936 "rand 0.8.5",
13937 "schemars",
13938 "search",
13939 "serde",
13940 "serde_json",
13941 "settings",
13942 "shellexpand 2.1.2",
13943 "smol",
13944 "task",
13945 "terminal",
13946 "theme",
13947 "ui",
13948 "util",
13949 "workspace",
13950 "zed_actions",
13951]
13952
13953[[package]]
13954name = "text"
13955version = "0.1.0"
13956dependencies = [
13957 "anyhow",
13958 "clock",
13959 "collections",
13960 "ctor",
13961 "env_logger 0.11.7",
13962 "gpui",
13963 "http_client",
13964 "log",
13965 "parking_lot",
13966 "postage",
13967 "rand 0.8.5",
13968 "regex",
13969 "rope",
13970 "smallvec",
13971 "sum_tree",
13972 "util",
13973]
13974
13975[[package]]
13976name = "theme"
13977version = "0.1.0"
13978dependencies = [
13979 "anyhow",
13980 "collections",
13981 "derive_more",
13982 "fs",
13983 "futures 0.3.31",
13984 "gpui",
13985 "indexmap",
13986 "log",
13987 "palette",
13988 "parking_lot",
13989 "refineable",
13990 "schemars",
13991 "serde",
13992 "serde_derive",
13993 "serde_json",
13994 "serde_json_lenient",
13995 "serde_repr",
13996 "settings",
13997 "strum",
13998 "thiserror 2.0.12",
13999 "util",
14000 "uuid",
14001]
14002
14003[[package]]
14004name = "theme_extension"
14005version = "0.1.0"
14006dependencies = [
14007 "anyhow",
14008 "extension",
14009 "fs",
14010 "gpui",
14011 "theme",
14012]
14013
14014[[package]]
14015name = "theme_importer"
14016version = "0.1.0"
14017dependencies = [
14018 "anyhow",
14019 "clap",
14020 "gpui",
14021 "indexmap",
14022 "log",
14023 "palette",
14024 "rust-embed",
14025 "serde",
14026 "serde_json",
14027 "serde_json_lenient",
14028 "simplelog",
14029 "strum",
14030 "theme",
14031 "vscode_theme",
14032]
14033
14034[[package]]
14035name = "theme_selector"
14036version = "0.1.0"
14037dependencies = [
14038 "fs",
14039 "fuzzy",
14040 "gpui",
14041 "log",
14042 "picker",
14043 "serde",
14044 "settings",
14045 "telemetry",
14046 "theme",
14047 "ui",
14048 "util",
14049 "workspace",
14050 "zed_actions",
14051]
14052
14053[[package]]
14054name = "thiserror"
14055version = "1.0.69"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14058dependencies = [
14059 "thiserror-impl 1.0.69",
14060]
14061
14062[[package]]
14063name = "thiserror"
14064version = "2.0.12"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14067dependencies = [
14068 "thiserror-impl 2.0.12",
14069]
14070
14071[[package]]
14072name = "thiserror-impl"
14073version = "1.0.69"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14076dependencies = [
14077 "proc-macro2",
14078 "quote",
14079 "syn 2.0.100",
14080]
14081
14082[[package]]
14083name = "thiserror-impl"
14084version = "2.0.12"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14087dependencies = [
14088 "proc-macro2",
14089 "quote",
14090 "syn 2.0.100",
14091]
14092
14093[[package]]
14094name = "thread_local"
14095version = "1.1.8"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14098dependencies = [
14099 "cfg-if",
14100 "once_cell",
14101]
14102
14103[[package]]
14104name = "tiff"
14105version = "0.9.1"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14108dependencies = [
14109 "flate2",
14110 "jpeg-decoder",
14111 "weezl",
14112]
14113
14114[[package]]
14115name = "tiktoken-rs"
14116version = "0.6.0"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14119dependencies = [
14120 "anyhow",
14121 "base64 0.21.7",
14122 "bstr",
14123 "fancy-regex 0.13.0",
14124 "lazy_static",
14125 "parking_lot",
14126 "regex",
14127 "rustc-hash 1.1.0",
14128]
14129
14130[[package]]
14131name = "time"
14132version = "0.3.41"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14135dependencies = [
14136 "deranged",
14137 "itoa",
14138 "libc",
14139 "num-conv",
14140 "num_threads",
14141 "powerfmt",
14142 "serde",
14143 "time-core",
14144 "time-macros",
14145]
14146
14147[[package]]
14148name = "time-core"
14149version = "0.1.4"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14152
14153[[package]]
14154name = "time-macros"
14155version = "0.2.22"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14158dependencies = [
14159 "num-conv",
14160 "time-core",
14161]
14162
14163[[package]]
14164name = "time_format"
14165version = "0.1.0"
14166dependencies = [
14167 "core-foundation 0.10.0",
14168 "core-foundation-sys",
14169 "sys-locale",
14170 "time",
14171]
14172
14173[[package]]
14174name = "tiny-keccak"
14175version = "2.0.2"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14178dependencies = [
14179 "crunchy",
14180]
14181
14182[[package]]
14183name = "tiny-skia"
14184version = "0.11.4"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14187dependencies = [
14188 "arrayref",
14189 "arrayvec",
14190 "bytemuck",
14191 "cfg-if",
14192 "log",
14193 "png",
14194 "tiny-skia-path",
14195]
14196
14197[[package]]
14198name = "tiny-skia-path"
14199version = "0.11.4"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14202dependencies = [
14203 "arrayref",
14204 "bytemuck",
14205 "strict-num",
14206]
14207
14208[[package]]
14209name = "tiny_http"
14210version = "0.8.2"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14213dependencies = [
14214 "ascii",
14215 "chrono",
14216 "chunked_transfer",
14217 "log",
14218 "url",
14219]
14220
14221[[package]]
14222name = "tinystr"
14223version = "0.7.6"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14226dependencies = [
14227 "displaydoc",
14228 "zerovec",
14229]
14230
14231[[package]]
14232name = "tinytemplate"
14233version = "1.2.1"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14236dependencies = [
14237 "serde",
14238 "serde_json",
14239]
14240
14241[[package]]
14242name = "tinyvec"
14243version = "1.8.0"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14246dependencies = [
14247 "tinyvec_macros",
14248]
14249
14250[[package]]
14251name = "tinyvec_macros"
14252version = "0.1.1"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14255
14256[[package]]
14257name = "title_bar"
14258version = "0.1.0"
14259dependencies = [
14260 "auto_update",
14261 "call",
14262 "chrono",
14263 "client",
14264 "collections",
14265 "db",
14266 "feature_flags",
14267 "gpui",
14268 "http_client",
14269 "notifications",
14270 "pretty_assertions",
14271 "project",
14272 "remote",
14273 "rpc",
14274 "schemars",
14275 "serde",
14276 "settings",
14277 "smallvec",
14278 "story",
14279 "telemetry",
14280 "theme",
14281 "tree-sitter-md",
14282 "ui",
14283 "util",
14284 "windows 0.61.1",
14285 "workspace",
14286 "zed_actions",
14287]
14288
14289[[package]]
14290name = "tokio"
14291version = "1.43.0"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14294dependencies = [
14295 "backtrace",
14296 "bytes 1.10.1",
14297 "libc",
14298 "mio",
14299 "parking_lot",
14300 "pin-project-lite",
14301 "signal-hook-registry",
14302 "socket2",
14303 "tokio-macros",
14304 "windows-sys 0.52.0",
14305]
14306
14307[[package]]
14308name = "tokio-io"
14309version = "0.1.13"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14312dependencies = [
14313 "bytes 0.4.12",
14314 "futures 0.1.31",
14315 "log",
14316]
14317
14318[[package]]
14319name = "tokio-macros"
14320version = "2.5.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14323dependencies = [
14324 "proc-macro2",
14325 "quote",
14326 "syn 2.0.100",
14327]
14328
14329[[package]]
14330name = "tokio-native-tls"
14331version = "0.3.1"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14334dependencies = [
14335 "native-tls",
14336 "tokio",
14337]
14338
14339[[package]]
14340name = "tokio-rustls"
14341version = "0.24.1"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14344dependencies = [
14345 "rustls 0.21.12",
14346 "tokio",
14347]
14348
14349[[package]]
14350name = "tokio-rustls"
14351version = "0.26.1"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14354dependencies = [
14355 "rustls 0.23.25",
14356 "tokio",
14357]
14358
14359[[package]]
14360name = "tokio-socks"
14361version = "0.5.2"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14364dependencies = [
14365 "either",
14366 "futures-io",
14367 "futures-util",
14368 "thiserror 1.0.69",
14369 "tokio",
14370]
14371
14372[[package]]
14373name = "tokio-stream"
14374version = "0.1.17"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14377dependencies = [
14378 "futures-core",
14379 "pin-project-lite",
14380 "tokio",
14381]
14382
14383[[package]]
14384name = "tokio-tungstenite"
14385version = "0.20.1"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14388dependencies = [
14389 "futures-util",
14390 "log",
14391 "tokio",
14392 "tungstenite 0.20.1",
14393]
14394
14395[[package]]
14396name = "tokio-tungstenite"
14397version = "0.21.0"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14400dependencies = [
14401 "futures-util",
14402 "log",
14403 "tokio",
14404 "tungstenite 0.21.0",
14405]
14406
14407[[package]]
14408name = "tokio-tungstenite"
14409version = "0.26.2"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14412dependencies = [
14413 "futures-util",
14414 "log",
14415 "rustls 0.23.25",
14416 "rustls-pki-types",
14417 "tokio",
14418 "tokio-rustls 0.26.1",
14419 "tungstenite 0.26.2",
14420]
14421
14422[[package]]
14423name = "tokio-util"
14424version = "0.7.13"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14427dependencies = [
14428 "bytes 1.10.1",
14429 "futures-core",
14430 "futures-io",
14431 "futures-sink",
14432 "pin-project-lite",
14433 "tokio",
14434]
14435
14436[[package]]
14437name = "toml"
14438version = "0.5.11"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14441dependencies = [
14442 "serde",
14443]
14444
14445[[package]]
14446name = "toml"
14447version = "0.8.20"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14450dependencies = [
14451 "serde",
14452 "serde_spanned",
14453 "toml_datetime",
14454 "toml_edit",
14455]
14456
14457[[package]]
14458name = "toml_datetime"
14459version = "0.6.8"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14462dependencies = [
14463 "serde",
14464]
14465
14466[[package]]
14467name = "toml_edit"
14468version = "0.22.23"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14471dependencies = [
14472 "indexmap",
14473 "serde",
14474 "serde_spanned",
14475 "toml_datetime",
14476 "winnow 0.7.1",
14477]
14478
14479[[package]]
14480name = "toolchain_selector"
14481version = "0.1.0"
14482dependencies = [
14483 "editor",
14484 "fuzzy",
14485 "gpui",
14486 "language",
14487 "picker",
14488 "project",
14489 "ui",
14490 "util",
14491 "workspace",
14492]
14493
14494[[package]]
14495name = "topological-sort"
14496version = "0.2.2"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14499
14500[[package]]
14501name = "tower"
14502version = "0.4.13"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14505dependencies = [
14506 "futures-core",
14507 "futures-util",
14508 "pin-project",
14509 "pin-project-lite",
14510 "tokio",
14511 "tower-layer",
14512 "tower-service",
14513 "tracing",
14514]
14515
14516[[package]]
14517name = "tower-http"
14518version = "0.3.5"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14521dependencies = [
14522 "bitflags 1.3.2",
14523 "bytes 1.10.1",
14524 "futures-core",
14525 "futures-util",
14526 "http 0.2.12",
14527 "http-body 0.4.6",
14528 "http-range-header",
14529 "pin-project-lite",
14530 "tower-layer",
14531 "tower-service",
14532]
14533
14534[[package]]
14535name = "tower-http"
14536version = "0.4.4"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14539dependencies = [
14540 "bitflags 2.9.0",
14541 "bytes 1.10.1",
14542 "futures-core",
14543 "futures-util",
14544 "http 0.2.12",
14545 "http-body 0.4.6",
14546 "http-range-header",
14547 "pin-project-lite",
14548 "tower-layer",
14549 "tower-service",
14550 "tracing",
14551]
14552
14553[[package]]
14554name = "tower-layer"
14555version = "0.3.3"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14558
14559[[package]]
14560name = "tower-service"
14561version = "0.3.3"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14564
14565[[package]]
14566name = "tracing"
14567version = "0.1.41"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14570dependencies = [
14571 "log",
14572 "pin-project-lite",
14573 "tracing-attributes",
14574 "tracing-core",
14575]
14576
14577[[package]]
14578name = "tracing-attributes"
14579version = "0.1.28"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14582dependencies = [
14583 "proc-macro2",
14584 "quote",
14585 "syn 2.0.100",
14586]
14587
14588[[package]]
14589name = "tracing-core"
14590version = "0.1.33"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14593dependencies = [
14594 "once_cell",
14595 "valuable",
14596]
14597
14598[[package]]
14599name = "tracing-log"
14600version = "0.2.0"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14603dependencies = [
14604 "log",
14605 "once_cell",
14606 "tracing-core",
14607]
14608
14609[[package]]
14610name = "tracing-serde"
14611version = "0.2.0"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14614dependencies = [
14615 "serde",
14616 "tracing-core",
14617]
14618
14619[[package]]
14620name = "tracing-subscriber"
14621version = "0.3.19"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14624dependencies = [
14625 "matchers",
14626 "nu-ansi-term",
14627 "once_cell",
14628 "regex",
14629 "serde",
14630 "serde_json",
14631 "sharded-slab",
14632 "smallvec",
14633 "thread_local",
14634 "tracing",
14635 "tracing-core",
14636 "tracing-log",
14637 "tracing-serde",
14638]
14639
14640[[package]]
14641name = "trait-variant"
14642version = "0.1.2"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14645dependencies = [
14646 "proc-macro2",
14647 "quote",
14648 "syn 2.0.100",
14649]
14650
14651[[package]]
14652name = "tree-sitter"
14653version = "0.25.3"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14656dependencies = [
14657 "cc",
14658 "regex",
14659 "regex-syntax 0.8.5",
14660 "serde_json",
14661 "streaming-iterator",
14662 "tree-sitter-language",
14663 "wasmtime-c-api-impl",
14664]
14665
14666[[package]]
14667name = "tree-sitter-bash"
14668version = "0.23.3"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14671dependencies = [
14672 "cc",
14673 "tree-sitter-language",
14674]
14675
14676[[package]]
14677name = "tree-sitter-c"
14678version = "0.23.4"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14681dependencies = [
14682 "cc",
14683 "tree-sitter-language",
14684]
14685
14686[[package]]
14687name = "tree-sitter-cpp"
14688version = "0.23.4"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14691dependencies = [
14692 "cc",
14693 "tree-sitter-language",
14694]
14695
14696[[package]]
14697name = "tree-sitter-css"
14698version = "0.23.2"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-diff"
14708version = "0.1.0"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-elixir"
14718version = "0.3.4"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-embedded-template"
14728version = "0.23.2"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-gitcommit"
14738version = "0.0.1"
14739source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14740dependencies = [
14741 "cc",
14742 "tree-sitter-language",
14743]
14744
14745[[package]]
14746name = "tree-sitter-go"
14747version = "0.23.4"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14750dependencies = [
14751 "cc",
14752 "tree-sitter-language",
14753]
14754
14755[[package]]
14756name = "tree-sitter-gomod"
14757version = "1.1.1"
14758source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14759dependencies = [
14760 "cc",
14761 "tree-sitter-language",
14762]
14763
14764[[package]]
14765name = "tree-sitter-gowork"
14766version = "0.0.1"
14767source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-heex"
14775version = "0.0.1"
14776source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14777dependencies = [
14778 "cc",
14779 "tree-sitter-language",
14780]
14781
14782[[package]]
14783name = "tree-sitter-html"
14784version = "0.23.2"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14787dependencies = [
14788 "cc",
14789 "tree-sitter-language",
14790]
14791
14792[[package]]
14793name = "tree-sitter-jsdoc"
14794version = "0.23.2"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14797dependencies = [
14798 "cc",
14799 "tree-sitter-language",
14800]
14801
14802[[package]]
14803name = "tree-sitter-json"
14804version = "0.24.8"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14807dependencies = [
14808 "cc",
14809 "tree-sitter-language",
14810]
14811
14812[[package]]
14813name = "tree-sitter-language"
14814version = "0.1.3"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14817
14818[[package]]
14819name = "tree-sitter-md"
14820version = "0.3.2"
14821source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14822dependencies = [
14823 "cc",
14824 "tree-sitter-language",
14825]
14826
14827[[package]]
14828name = "tree-sitter-python"
14829version = "0.23.6"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14832dependencies = [
14833 "cc",
14834 "tree-sitter-language",
14835]
14836
14837[[package]]
14838name = "tree-sitter-regex"
14839version = "0.24.3"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14842dependencies = [
14843 "cc",
14844 "tree-sitter-language",
14845]
14846
14847[[package]]
14848name = "tree-sitter-ruby"
14849version = "0.23.1"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14852dependencies = [
14853 "cc",
14854 "tree-sitter-language",
14855]
14856
14857[[package]]
14858name = "tree-sitter-rust"
14859version = "0.24.0"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
14862dependencies = [
14863 "cc",
14864 "tree-sitter-language",
14865]
14866
14867[[package]]
14868name = "tree-sitter-typescript"
14869version = "0.23.2"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14872dependencies = [
14873 "cc",
14874 "tree-sitter-language",
14875]
14876
14877[[package]]
14878name = "tree-sitter-yaml"
14879version = "0.6.1"
14880source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14881dependencies = [
14882 "cc",
14883 "tree-sitter-language",
14884]
14885
14886[[package]]
14887name = "try-lock"
14888version = "0.2.5"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14891
14892[[package]]
14893name = "ttf-parser"
14894version = "0.20.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14897
14898[[package]]
14899name = "ttf-parser"
14900version = "0.21.1"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14903
14904[[package]]
14905name = "ttf-parser"
14906version = "0.25.1"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14909dependencies = [
14910 "core_maths",
14911]
14912
14913[[package]]
14914name = "tungstenite"
14915version = "0.20.1"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14918dependencies = [
14919 "byteorder",
14920 "bytes 1.10.1",
14921 "data-encoding",
14922 "http 0.2.12",
14923 "httparse",
14924 "log",
14925 "rand 0.8.5",
14926 "sha1",
14927 "thiserror 1.0.69",
14928 "url",
14929 "utf-8",
14930]
14931
14932[[package]]
14933name = "tungstenite"
14934version = "0.21.0"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14937dependencies = [
14938 "byteorder",
14939 "bytes 1.10.1",
14940 "data-encoding",
14941 "http 1.2.0",
14942 "httparse",
14943 "log",
14944 "rand 0.8.5",
14945 "sha1",
14946 "thiserror 1.0.69",
14947 "url",
14948 "utf-8",
14949]
14950
14951[[package]]
14952name = "tungstenite"
14953version = "0.24.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14956dependencies = [
14957 "byteorder",
14958 "bytes 1.10.1",
14959 "data-encoding",
14960 "http 1.2.0",
14961 "httparse",
14962 "log",
14963 "rand 0.8.5",
14964 "sha1",
14965 "thiserror 1.0.69",
14966 "utf-8",
14967]
14968
14969[[package]]
14970name = "tungstenite"
14971version = "0.26.2"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14974dependencies = [
14975 "bytes 1.10.1",
14976 "data-encoding",
14977 "http 1.2.0",
14978 "httparse",
14979 "log",
14980 "rand 0.9.0",
14981 "rustls 0.23.25",
14982 "rustls-pki-types",
14983 "sha1",
14984 "thiserror 2.0.12",
14985 "utf-8",
14986]
14987
14988[[package]]
14989name = "typeid"
14990version = "1.0.2"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14993
14994[[package]]
14995name = "typenum"
14996version = "1.17.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14999
15000[[package]]
15001name = "ucd-trie"
15002version = "0.1.7"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
15005
15006[[package]]
15007name = "uds_windows"
15008version = "1.1.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
15011dependencies = [
15012 "memoffset",
15013 "tempfile",
15014 "winapi",
15015]
15016
15017[[package]]
15018name = "ui"
15019version = "0.1.0"
15020dependencies = [
15021 "chrono",
15022 "component",
15023 "gpui",
15024 "icons",
15025 "itertools 0.14.0",
15026 "linkme",
15027 "menu",
15028 "serde",
15029 "settings",
15030 "smallvec",
15031 "story",
15032 "strum",
15033 "theme",
15034 "ui_macros",
15035 "util",
15036 "windows 0.61.1",
15037]
15038
15039[[package]]
15040name = "ui_input"
15041version = "0.1.0"
15042dependencies = [
15043 "editor",
15044 "gpui",
15045 "settings",
15046 "theme",
15047 "ui",
15048]
15049
15050[[package]]
15051name = "ui_macros"
15052version = "0.1.0"
15053dependencies = [
15054 "convert_case 0.8.0",
15055 "linkme",
15056 "proc-macro2",
15057 "quote",
15058 "syn 1.0.109",
15059]
15060
15061[[package]]
15062name = "ui_prompt"
15063version = "0.1.0"
15064dependencies = [
15065 "gpui",
15066 "markdown",
15067 "menu",
15068 "settings",
15069 "theme",
15070 "ui",
15071 "workspace",
15072]
15073
15074[[package]]
15075name = "unicase"
15076version = "2.8.1"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15079
15080[[package]]
15081name = "unicode-bidi"
15082version = "0.3.17"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15085
15086[[package]]
15087name = "unicode-bidi-mirroring"
15088version = "0.2.0"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15091
15092[[package]]
15093name = "unicode-bidi-mirroring"
15094version = "0.4.0"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15097
15098[[package]]
15099name = "unicode-ccc"
15100version = "0.2.0"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15103
15104[[package]]
15105name = "unicode-ccc"
15106version = "0.4.0"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15109
15110[[package]]
15111name = "unicode-ident"
15112version = "1.0.14"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15115
15116[[package]]
15117name = "unicode-linebreak"
15118version = "0.1.5"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15121
15122[[package]]
15123name = "unicode-normalization"
15124version = "0.1.24"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15127dependencies = [
15128 "tinyvec",
15129]
15130
15131[[package]]
15132name = "unicode-properties"
15133version = "0.1.3"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15136
15137[[package]]
15138name = "unicode-script"
15139version = "0.5.7"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15142
15143[[package]]
15144name = "unicode-segmentation"
15145version = "1.12.0"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15148
15149[[package]]
15150name = "unicode-vo"
15151version = "0.1.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15154
15155[[package]]
15156name = "unicode-width"
15157version = "0.1.14"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15160
15161[[package]]
15162name = "unicode-xid"
15163version = "0.2.6"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15166
15167[[package]]
15168name = "unicode_categories"
15169version = "0.1.1"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15172
15173[[package]]
15174name = "unindent"
15175version = "0.2.4"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15178
15179[[package]]
15180name = "untrusted"
15181version = "0.9.0"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15184
15185[[package]]
15186name = "url"
15187version = "2.5.4"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15190dependencies = [
15191 "form_urlencoded",
15192 "idna",
15193 "percent-encoding",
15194 "serde",
15195]
15196
15197[[package]]
15198name = "urlencoding"
15199version = "2.1.3"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15202
15203[[package]]
15204name = "usvg"
15205version = "0.45.0"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15208dependencies = [
15209 "base64 0.22.1",
15210 "data-url",
15211 "flate2",
15212 "fontdb 0.23.0",
15213 "imagesize",
15214 "kurbo",
15215 "log",
15216 "pico-args",
15217 "roxmltree",
15218 "rustybuzz 0.20.1",
15219 "simplecss",
15220 "siphasher 1.0.1",
15221 "strict-num",
15222 "svgtypes",
15223 "tiny-skia-path",
15224 "unicode-bidi",
15225 "unicode-script",
15226 "unicode-vo",
15227 "xmlwriter",
15228]
15229
15230[[package]]
15231name = "utf-8"
15232version = "0.7.6"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15235
15236[[package]]
15237name = "utf16_iter"
15238version = "1.0.5"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15241
15242[[package]]
15243name = "utf8_iter"
15244version = "1.0.4"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15247
15248[[package]]
15249name = "utf8parse"
15250version = "0.2.2"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15253
15254[[package]]
15255name = "util"
15256version = "0.1.0"
15257dependencies = [
15258 "anyhow",
15259 "async-fs",
15260 "collections",
15261 "dirs 4.0.0",
15262 "dunce",
15263 "futures 0.3.31",
15264 "futures-lite 1.13.0",
15265 "git2",
15266 "globset",
15267 "itertools 0.14.0",
15268 "libc",
15269 "log",
15270 "rand 0.8.5",
15271 "regex",
15272 "rust-embed",
15273 "serde",
15274 "serde_json",
15275 "smol",
15276 "take-until",
15277 "tempfile",
15278 "tendril",
15279 "unicase",
15280 "util_macros",
15281]
15282
15283[[package]]
15284name = "util_macros"
15285version = "0.1.0"
15286dependencies = [
15287 "quote",
15288 "syn 1.0.109",
15289]
15290
15291[[package]]
15292name = "uuid"
15293version = "1.13.2"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15296dependencies = [
15297 "getrandom 0.3.1",
15298 "serde",
15299 "sha1_smol",
15300]
15301
15302[[package]]
15303name = "v_frame"
15304version = "0.3.8"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15307dependencies = [
15308 "aligned-vec",
15309 "num-traits",
15310 "wasm-bindgen",
15311]
15312
15313[[package]]
15314name = "valuable"
15315version = "0.1.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15318
15319[[package]]
15320name = "value-bag"
15321version = "1.10.0"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15324dependencies = [
15325 "value-bag-serde1",
15326 "value-bag-sval2",
15327]
15328
15329[[package]]
15330name = "value-bag-serde1"
15331version = "1.10.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15334dependencies = [
15335 "erased-serde",
15336 "serde",
15337 "serde_fmt",
15338]
15339
15340[[package]]
15341name = "value-bag-sval2"
15342version = "1.10.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15345dependencies = [
15346 "sval",
15347 "sval_buffer",
15348 "sval_dynamic",
15349 "sval_fmt",
15350 "sval_json",
15351 "sval_ref",
15352 "sval_serde",
15353]
15354
15355[[package]]
15356name = "vcpkg"
15357version = "0.2.15"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15360
15361[[package]]
15362name = "version-compare"
15363version = "0.2.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15366
15367[[package]]
15368name = "version_check"
15369version = "0.9.5"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15372
15373[[package]]
15374name = "vim"
15375version = "0.1.0"
15376dependencies = [
15377 "anyhow",
15378 "assets",
15379 "async-compat",
15380 "async-trait",
15381 "collections",
15382 "command_palette",
15383 "command_palette_hooks",
15384 "db",
15385 "editor",
15386 "futures 0.3.31",
15387 "git_ui",
15388 "gpui",
15389 "indoc",
15390 "itertools 0.14.0",
15391 "language",
15392 "libc",
15393 "log",
15394 "lsp",
15395 "multi_buffer",
15396 "nvim-rs",
15397 "parking_lot",
15398 "picker",
15399 "project",
15400 "project_panel",
15401 "regex",
15402 "release_channel",
15403 "schemars",
15404 "search",
15405 "serde",
15406 "serde_derive",
15407 "serde_json",
15408 "settings",
15409 "task",
15410 "text",
15411 "theme",
15412 "tokio",
15413 "ui",
15414 "util",
15415 "vim_mode_setting",
15416 "workspace",
15417 "zed_actions",
15418]
15419
15420[[package]]
15421name = "vim_mode_setting"
15422version = "0.1.0"
15423dependencies = [
15424 "anyhow",
15425 "gpui",
15426 "settings",
15427]
15428
15429[[package]]
15430name = "vscode_theme"
15431version = "0.2.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15434dependencies = [
15435 "serde",
15436]
15437
15438[[package]]
15439name = "vsimd"
15440version = "0.8.0"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15443
15444[[package]]
15445name = "vswhom"
15446version = "0.1.0"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15449dependencies = [
15450 "libc",
15451 "vswhom-sys",
15452]
15453
15454[[package]]
15455name = "vswhom-sys"
15456version = "0.1.2"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15459dependencies = [
15460 "cc",
15461 "libc",
15462]
15463
15464[[package]]
15465name = "vte"
15466version = "0.15.0"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15469dependencies = [
15470 "arrayvec",
15471 "bitflags 2.9.0",
15472 "cursor-icon",
15473 "log",
15474 "memchr",
15475 "serde",
15476]
15477
15478[[package]]
15479name = "waker-fn"
15480version = "1.2.0"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15483
15484[[package]]
15485name = "walkdir"
15486version = "2.5.0"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15489dependencies = [
15490 "same-file",
15491 "winapi-util",
15492]
15493
15494[[package]]
15495name = "want"
15496version = "0.3.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15499dependencies = [
15500 "try-lock",
15501]
15502
15503[[package]]
15504name = "warp"
15505version = "0.3.7"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15508dependencies = [
15509 "bytes 1.10.1",
15510 "futures-channel",
15511 "futures-util",
15512 "headers",
15513 "http 0.2.12",
15514 "hyper 0.14.32",
15515 "log",
15516 "mime",
15517 "mime_guess",
15518 "percent-encoding",
15519 "pin-project",
15520 "scoped-tls",
15521 "serde",
15522 "serde_json",
15523 "serde_urlencoded",
15524 "tokio",
15525 "tokio-tungstenite 0.21.0",
15526 "tokio-util",
15527 "tower-service",
15528 "tracing",
15529]
15530
15531[[package]]
15532name = "wasi"
15533version = "0.9.0+wasi-snapshot-preview1"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15536
15537[[package]]
15538name = "wasi"
15539version = "0.11.0+wasi-snapshot-preview1"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15542
15543[[package]]
15544name = "wasi"
15545version = "0.13.3+wasi-0.2.2"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15548dependencies = [
15549 "wit-bindgen-rt 0.33.0",
15550]
15551
15552[[package]]
15553name = "wasite"
15554version = "0.1.0"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15557
15558[[package]]
15559name = "wasm-bindgen"
15560version = "0.2.99"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15563dependencies = [
15564 "cfg-if",
15565 "once_cell",
15566 "wasm-bindgen-macro",
15567]
15568
15569[[package]]
15570name = "wasm-bindgen-backend"
15571version = "0.2.99"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15574dependencies = [
15575 "bumpalo",
15576 "log",
15577 "proc-macro2",
15578 "quote",
15579 "syn 2.0.100",
15580 "wasm-bindgen-shared",
15581]
15582
15583[[package]]
15584name = "wasm-bindgen-futures"
15585version = "0.4.49"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15588dependencies = [
15589 "cfg-if",
15590 "js-sys",
15591 "once_cell",
15592 "wasm-bindgen",
15593 "web-sys",
15594]
15595
15596[[package]]
15597name = "wasm-bindgen-macro"
15598version = "0.2.99"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15601dependencies = [
15602 "quote",
15603 "wasm-bindgen-macro-support",
15604]
15605
15606[[package]]
15607name = "wasm-bindgen-macro-support"
15608version = "0.2.99"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15611dependencies = [
15612 "proc-macro2",
15613 "quote",
15614 "syn 2.0.100",
15615 "wasm-bindgen-backend",
15616 "wasm-bindgen-shared",
15617]
15618
15619[[package]]
15620name = "wasm-bindgen-shared"
15621version = "0.2.99"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15624
15625[[package]]
15626name = "wasm-encoder"
15627version = "0.201.0"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15630dependencies = [
15631 "leb128",
15632]
15633
15634[[package]]
15635name = "wasm-encoder"
15636version = "0.221.3"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15639dependencies = [
15640 "leb128",
15641 "wasmparser 0.221.3",
15642]
15643
15644[[package]]
15645name = "wasm-encoder"
15646version = "0.227.1"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
15649dependencies = [
15650 "leb128fmt",
15651 "wasmparser 0.227.1",
15652]
15653
15654[[package]]
15655name = "wasm-metadata"
15656version = "0.201.0"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15659dependencies = [
15660 "anyhow",
15661 "indexmap",
15662 "serde",
15663 "serde_derive",
15664 "serde_json",
15665 "spdx",
15666 "wasm-encoder 0.201.0",
15667 "wasmparser 0.201.0",
15668]
15669
15670[[package]]
15671name = "wasm-metadata"
15672version = "0.221.3"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15675dependencies = [
15676 "anyhow",
15677 "indexmap",
15678 "serde",
15679 "serde_derive",
15680 "serde_json",
15681 "spdx",
15682 "wasm-encoder 0.221.3",
15683 "wasmparser 0.221.3",
15684]
15685
15686[[package]]
15687name = "wasm-metadata"
15688version = "0.227.1"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
15691dependencies = [
15692 "anyhow",
15693 "auditable-serde",
15694 "flate2",
15695 "indexmap",
15696 "serde",
15697 "serde_derive",
15698 "serde_json",
15699 "spdx",
15700 "url",
15701 "wasm-encoder 0.227.1",
15702 "wasmparser 0.227.1",
15703]
15704
15705[[package]]
15706name = "wasm-streams"
15707version = "0.4.2"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15710dependencies = [
15711 "futures-util",
15712 "js-sys",
15713 "wasm-bindgen",
15714 "wasm-bindgen-futures",
15715 "web-sys",
15716]
15717
15718[[package]]
15719name = "wasmparser"
15720version = "0.201.0"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15723dependencies = [
15724 "bitflags 2.9.0",
15725 "indexmap",
15726 "semver",
15727]
15728
15729[[package]]
15730name = "wasmparser"
15731version = "0.221.3"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15734dependencies = [
15735 "bitflags 2.9.0",
15736 "hashbrown 0.15.2",
15737 "indexmap",
15738 "semver",
15739 "serde",
15740]
15741
15742[[package]]
15743name = "wasmparser"
15744version = "0.227.1"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
15747dependencies = [
15748 "bitflags 2.9.0",
15749 "hashbrown 0.15.2",
15750 "indexmap",
15751 "semver",
15752]
15753
15754[[package]]
15755name = "wasmprinter"
15756version = "0.221.3"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15759dependencies = [
15760 "anyhow",
15761 "termcolor",
15762 "wasmparser 0.221.3",
15763]
15764
15765[[package]]
15766name = "wasmtime"
15767version = "29.0.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15770dependencies = [
15771 "anyhow",
15772 "async-trait",
15773 "bitflags 2.9.0",
15774 "bumpalo",
15775 "cc",
15776 "cfg-if",
15777 "encoding_rs",
15778 "hashbrown 0.14.5",
15779 "indexmap",
15780 "libc",
15781 "log",
15782 "mach2",
15783 "memfd",
15784 "object",
15785 "once_cell",
15786 "paste",
15787 "postcard",
15788 "psm",
15789 "pulley-interpreter",
15790 "rustix",
15791 "semver",
15792 "serde",
15793 "serde_derive",
15794 "smallvec",
15795 "sptr",
15796 "target-lexicon 0.13.2",
15797 "trait-variant",
15798 "wasmparser 0.221.3",
15799 "wasmtime-asm-macros",
15800 "wasmtime-component-macro",
15801 "wasmtime-component-util",
15802 "wasmtime-cranelift",
15803 "wasmtime-environ",
15804 "wasmtime-fiber",
15805 "wasmtime-jit-icache-coherence",
15806 "wasmtime-math",
15807 "wasmtime-slab",
15808 "wasmtime-versioned-export-macros",
15809 "wasmtime-winch",
15810 "windows-sys 0.59.0",
15811]
15812
15813[[package]]
15814name = "wasmtime-asm-macros"
15815version = "29.0.1"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15818dependencies = [
15819 "cfg-if",
15820]
15821
15822[[package]]
15823name = "wasmtime-c-api-impl"
15824version = "29.0.1"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15827dependencies = [
15828 "anyhow",
15829 "log",
15830 "tracing",
15831 "wasmtime",
15832 "wasmtime-c-api-macros",
15833]
15834
15835[[package]]
15836name = "wasmtime-c-api-macros"
15837version = "29.0.1"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15840dependencies = [
15841 "proc-macro2",
15842 "quote",
15843]
15844
15845[[package]]
15846name = "wasmtime-component-macro"
15847version = "29.0.1"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15850dependencies = [
15851 "anyhow",
15852 "proc-macro2",
15853 "quote",
15854 "syn 2.0.100",
15855 "wasmtime-component-util",
15856 "wasmtime-wit-bindgen",
15857 "wit-parser 0.221.3",
15858]
15859
15860[[package]]
15861name = "wasmtime-component-util"
15862version = "29.0.1"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15865
15866[[package]]
15867name = "wasmtime-cranelift"
15868version = "29.0.1"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15871dependencies = [
15872 "anyhow",
15873 "cfg-if",
15874 "cranelift-codegen",
15875 "cranelift-control",
15876 "cranelift-entity",
15877 "cranelift-frontend",
15878 "cranelift-native",
15879 "gimli",
15880 "itertools 0.12.1",
15881 "log",
15882 "object",
15883 "smallvec",
15884 "target-lexicon 0.13.2",
15885 "thiserror 1.0.69",
15886 "wasmparser 0.221.3",
15887 "wasmtime-environ",
15888 "wasmtime-versioned-export-macros",
15889]
15890
15891[[package]]
15892name = "wasmtime-environ"
15893version = "29.0.1"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15896dependencies = [
15897 "anyhow",
15898 "cpp_demangle",
15899 "cranelift-bitset",
15900 "cranelift-entity",
15901 "gimli",
15902 "indexmap",
15903 "log",
15904 "object",
15905 "postcard",
15906 "rustc-demangle",
15907 "semver",
15908 "serde",
15909 "serde_derive",
15910 "smallvec",
15911 "target-lexicon 0.13.2",
15912 "wasm-encoder 0.221.3",
15913 "wasmparser 0.221.3",
15914 "wasmprinter",
15915 "wasmtime-component-util",
15916]
15917
15918[[package]]
15919name = "wasmtime-fiber"
15920version = "29.0.1"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15923dependencies = [
15924 "anyhow",
15925 "cc",
15926 "cfg-if",
15927 "rustix",
15928 "wasmtime-asm-macros",
15929 "wasmtime-versioned-export-macros",
15930 "windows-sys 0.59.0",
15931]
15932
15933[[package]]
15934name = "wasmtime-jit-icache-coherence"
15935version = "29.0.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15938dependencies = [
15939 "anyhow",
15940 "cfg-if",
15941 "libc",
15942 "windows-sys 0.59.0",
15943]
15944
15945[[package]]
15946name = "wasmtime-math"
15947version = "29.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15950dependencies = [
15951 "libm",
15952]
15953
15954[[package]]
15955name = "wasmtime-slab"
15956version = "29.0.1"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15959
15960[[package]]
15961name = "wasmtime-versioned-export-macros"
15962version = "29.0.1"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15965dependencies = [
15966 "proc-macro2",
15967 "quote",
15968 "syn 2.0.100",
15969]
15970
15971[[package]]
15972name = "wasmtime-wasi"
15973version = "29.0.1"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15976dependencies = [
15977 "anyhow",
15978 "async-trait",
15979 "bitflags 2.9.0",
15980 "bytes 1.10.1",
15981 "cap-fs-ext",
15982 "cap-net-ext",
15983 "cap-rand",
15984 "cap-std",
15985 "cap-time-ext",
15986 "fs-set-times",
15987 "futures 0.3.31",
15988 "io-extras",
15989 "io-lifetimes",
15990 "rustix",
15991 "system-interface",
15992 "thiserror 1.0.69",
15993 "tokio",
15994 "tracing",
15995 "trait-variant",
15996 "url",
15997 "wasmtime",
15998 "wiggle",
15999 "windows-sys 0.59.0",
16000]
16001
16002[[package]]
16003name = "wasmtime-winch"
16004version = "29.0.1"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
16007dependencies = [
16008 "anyhow",
16009 "cranelift-codegen",
16010 "gimli",
16011 "object",
16012 "target-lexicon 0.13.2",
16013 "wasmparser 0.221.3",
16014 "wasmtime-cranelift",
16015 "wasmtime-environ",
16016 "winch-codegen",
16017]
16018
16019[[package]]
16020name = "wasmtime-wit-bindgen"
16021version = "29.0.1"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
16024dependencies = [
16025 "anyhow",
16026 "heck 0.5.0",
16027 "indexmap",
16028 "wit-parser 0.221.3",
16029]
16030
16031[[package]]
16032name = "wast"
16033version = "35.0.2"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
16036dependencies = [
16037 "leb128",
16038]
16039
16040[[package]]
16041name = "wayland-backend"
16042version = "0.3.8"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
16045dependencies = [
16046 "cc",
16047 "downcast-rs",
16048 "rustix",
16049 "scoped-tls",
16050 "smallvec",
16051 "wayland-sys",
16052]
16053
16054[[package]]
16055name = "wayland-client"
16056version = "0.31.8"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16059dependencies = [
16060 "bitflags 2.9.0",
16061 "rustix",
16062 "wayland-backend",
16063 "wayland-scanner",
16064]
16065
16066[[package]]
16067name = "wayland-cursor"
16068version = "0.31.8"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16071dependencies = [
16072 "rustix",
16073 "wayland-client",
16074 "xcursor",
16075]
16076
16077[[package]]
16078name = "wayland-protocols"
16079version = "0.31.2"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16082dependencies = [
16083 "bitflags 2.9.0",
16084 "wayland-backend",
16085 "wayland-client",
16086 "wayland-scanner",
16087]
16088
16089[[package]]
16090name = "wayland-protocols-plasma"
16091version = "0.2.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16094dependencies = [
16095 "bitflags 2.9.0",
16096 "wayland-backend",
16097 "wayland-client",
16098 "wayland-protocols",
16099 "wayland-scanner",
16100]
16101
16102[[package]]
16103name = "wayland-scanner"
16104version = "0.31.6"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16107dependencies = [
16108 "proc-macro2",
16109 "quick-xml 0.37.2",
16110 "quote",
16111]
16112
16113[[package]]
16114name = "wayland-sys"
16115version = "0.31.6"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16118dependencies = [
16119 "dlib",
16120 "log",
16121 "once_cell",
16122 "pkg-config",
16123]
16124
16125[[package]]
16126name = "web-sys"
16127version = "0.3.76"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16130dependencies = [
16131 "js-sys",
16132 "wasm-bindgen",
16133]
16134
16135[[package]]
16136name = "web-time"
16137version = "1.1.0"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16140dependencies = [
16141 "js-sys",
16142 "wasm-bindgen",
16143]
16144
16145[[package]]
16146name = "webpki-root-certs"
16147version = "0.26.8"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16150dependencies = [
16151 "rustls-pki-types",
16152]
16153
16154[[package]]
16155name = "webpki-roots"
16156version = "0.26.7"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16159dependencies = [
16160 "rustls-pki-types",
16161]
16162
16163[[package]]
16164name = "webrtc-sys"
16165version = "0.3.7"
16166source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
16167dependencies = [
16168 "cc",
16169 "cxx",
16170 "cxx-build",
16171 "glob",
16172 "log",
16173 "webrtc-sys-build",
16174]
16175
16176[[package]]
16177name = "webrtc-sys-build"
16178version = "0.3.6"
16179source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=ffc215666621cd903a689d1c56cce0a706ffe022#ffc215666621cd903a689d1c56cce0a706ffe022"
16180dependencies = [
16181 "fs2",
16182 "regex",
16183 "reqwest 0.11.27",
16184 "scratch",
16185 "semver",
16186 "zip",
16187]
16188
16189[[package]]
16190name = "weezl"
16191version = "0.1.8"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16194
16195[[package]]
16196name = "welcome"
16197version = "0.1.0"
16198dependencies = [
16199 "anyhow",
16200 "client",
16201 "db",
16202 "editor",
16203 "fuzzy",
16204 "gpui",
16205 "install_cli",
16206 "language",
16207 "picker",
16208 "project",
16209 "schemars",
16210 "serde",
16211 "settings",
16212 "telemetry",
16213 "ui",
16214 "util",
16215 "vim_mode_setting",
16216 "workspace",
16217 "zed_actions",
16218]
16219
16220[[package]]
16221name = "which"
16222version = "4.4.2"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16225dependencies = [
16226 "either",
16227 "home",
16228 "once_cell",
16229 "rustix",
16230]
16231
16232[[package]]
16233name = "which"
16234version = "6.0.3"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16237dependencies = [
16238 "either",
16239 "home",
16240 "rustix",
16241 "winsafe",
16242]
16243
16244[[package]]
16245name = "whoami"
16246version = "1.5.2"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16249dependencies = [
16250 "redox_syscall 0.5.8",
16251 "wasite",
16252]
16253
16254[[package]]
16255name = "wiggle"
16256version = "29.0.1"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16259dependencies = [
16260 "anyhow",
16261 "async-trait",
16262 "bitflags 2.9.0",
16263 "thiserror 1.0.69",
16264 "tracing",
16265 "wasmtime",
16266 "wiggle-macro",
16267]
16268
16269[[package]]
16270name = "wiggle-generate"
16271version = "29.0.1"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16274dependencies = [
16275 "anyhow",
16276 "heck 0.5.0",
16277 "proc-macro2",
16278 "quote",
16279 "shellexpand 2.1.2",
16280 "syn 2.0.100",
16281 "witx",
16282]
16283
16284[[package]]
16285name = "wiggle-macro"
16286version = "29.0.1"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16289dependencies = [
16290 "proc-macro2",
16291 "quote",
16292 "syn 2.0.100",
16293 "wiggle-generate",
16294]
16295
16296[[package]]
16297name = "winapi"
16298version = "0.3.9"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16301dependencies = [
16302 "winapi-i686-pc-windows-gnu",
16303 "winapi-x86_64-pc-windows-gnu",
16304]
16305
16306[[package]]
16307name = "winapi-i686-pc-windows-gnu"
16308version = "0.4.0"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16311
16312[[package]]
16313name = "winapi-util"
16314version = "0.1.9"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16317dependencies = [
16318 "windows-sys 0.59.0",
16319]
16320
16321[[package]]
16322name = "winapi-x86_64-pc-windows-gnu"
16323version = "0.4.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16326
16327[[package]]
16328name = "winch-codegen"
16329version = "29.0.1"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16332dependencies = [
16333 "anyhow",
16334 "cranelift-codegen",
16335 "gimli",
16336 "regalloc2",
16337 "smallvec",
16338 "target-lexicon 0.13.2",
16339 "thiserror 1.0.69",
16340 "wasmparser 0.221.3",
16341 "wasmtime-cranelift",
16342 "wasmtime-environ",
16343]
16344
16345[[package]]
16346name = "windows"
16347version = "0.54.0"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16350dependencies = [
16351 "windows-core 0.54.0",
16352 "windows-targets 0.52.6",
16353]
16354
16355[[package]]
16356name = "windows"
16357version = "0.57.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16360dependencies = [
16361 "windows-core 0.57.0",
16362 "windows-targets 0.52.6",
16363]
16364
16365[[package]]
16366name = "windows"
16367version = "0.58.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16370dependencies = [
16371 "windows-core 0.58.0",
16372 "windows-targets 0.52.6",
16373]
16374
16375[[package]]
16376name = "windows"
16377version = "0.61.1"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16380dependencies = [
16381 "windows-collections",
16382 "windows-core 0.61.0",
16383 "windows-future",
16384 "windows-link",
16385 "windows-numerics",
16386]
16387
16388[[package]]
16389name = "windows-collections"
16390version = "0.2.0"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16393dependencies = [
16394 "windows-core 0.61.0",
16395]
16396
16397[[package]]
16398name = "windows-core"
16399version = "0.52.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16402dependencies = [
16403 "windows-targets 0.52.6",
16404]
16405
16406[[package]]
16407name = "windows-core"
16408version = "0.54.0"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16411dependencies = [
16412 "windows-result 0.1.2",
16413 "windows-targets 0.52.6",
16414]
16415
16416[[package]]
16417name = "windows-core"
16418version = "0.57.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16421dependencies = [
16422 "windows-implement 0.57.0",
16423 "windows-interface 0.57.0",
16424 "windows-result 0.1.2",
16425 "windows-targets 0.52.6",
16426]
16427
16428[[package]]
16429name = "windows-core"
16430version = "0.58.0"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16433dependencies = [
16434 "windows-implement 0.58.0",
16435 "windows-interface 0.58.0",
16436 "windows-result 0.2.0",
16437 "windows-strings 0.1.0",
16438 "windows-targets 0.52.6",
16439]
16440
16441[[package]]
16442name = "windows-core"
16443version = "0.61.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16446dependencies = [
16447 "windows-implement 0.60.0",
16448 "windows-interface 0.59.1",
16449 "windows-link",
16450 "windows-result 0.3.2",
16451 "windows-strings 0.4.0",
16452]
16453
16454[[package]]
16455name = "windows-future"
16456version = "0.2.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16459dependencies = [
16460 "windows-core 0.61.0",
16461 "windows-link",
16462]
16463
16464[[package]]
16465name = "windows-implement"
16466version = "0.57.0"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16469dependencies = [
16470 "proc-macro2",
16471 "quote",
16472 "syn 2.0.100",
16473]
16474
16475[[package]]
16476name = "windows-implement"
16477version = "0.58.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16480dependencies = [
16481 "proc-macro2",
16482 "quote",
16483 "syn 2.0.100",
16484]
16485
16486[[package]]
16487name = "windows-implement"
16488version = "0.60.0"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16491dependencies = [
16492 "proc-macro2",
16493 "quote",
16494 "syn 2.0.100",
16495]
16496
16497[[package]]
16498name = "windows-interface"
16499version = "0.57.0"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16502dependencies = [
16503 "proc-macro2",
16504 "quote",
16505 "syn 2.0.100",
16506]
16507
16508[[package]]
16509name = "windows-interface"
16510version = "0.58.0"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16513dependencies = [
16514 "proc-macro2",
16515 "quote",
16516 "syn 2.0.100",
16517]
16518
16519[[package]]
16520name = "windows-interface"
16521version = "0.59.1"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16524dependencies = [
16525 "proc-macro2",
16526 "quote",
16527 "syn 2.0.100",
16528]
16529
16530[[package]]
16531name = "windows-link"
16532version = "0.1.1"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16535
16536[[package]]
16537name = "windows-numerics"
16538version = "0.2.0"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16541dependencies = [
16542 "windows-core 0.61.0",
16543 "windows-link",
16544]
16545
16546[[package]]
16547name = "windows-registry"
16548version = "0.2.0"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16551dependencies = [
16552 "windows-result 0.2.0",
16553 "windows-strings 0.1.0",
16554 "windows-targets 0.52.6",
16555]
16556
16557[[package]]
16558name = "windows-result"
16559version = "0.1.2"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16562dependencies = [
16563 "windows-targets 0.52.6",
16564]
16565
16566[[package]]
16567name = "windows-result"
16568version = "0.2.0"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16571dependencies = [
16572 "windows-targets 0.52.6",
16573]
16574
16575[[package]]
16576name = "windows-result"
16577version = "0.3.2"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16580dependencies = [
16581 "windows-link",
16582]
16583
16584[[package]]
16585name = "windows-strings"
16586version = "0.1.0"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16589dependencies = [
16590 "windows-result 0.2.0",
16591 "windows-targets 0.52.6",
16592]
16593
16594[[package]]
16595name = "windows-strings"
16596version = "0.4.0"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16599dependencies = [
16600 "windows-link",
16601]
16602
16603[[package]]
16604name = "windows-sys"
16605version = "0.45.0"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16608dependencies = [
16609 "windows-targets 0.42.2",
16610]
16611
16612[[package]]
16613name = "windows-sys"
16614version = "0.48.0"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16617dependencies = [
16618 "windows-targets 0.48.5",
16619]
16620
16621[[package]]
16622name = "windows-sys"
16623version = "0.52.0"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16626dependencies = [
16627 "windows-targets 0.52.6",
16628]
16629
16630[[package]]
16631name = "windows-sys"
16632version = "0.59.0"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16635dependencies = [
16636 "windows-targets 0.52.6",
16637]
16638
16639[[package]]
16640name = "windows-targets"
16641version = "0.42.2"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16644dependencies = [
16645 "windows_aarch64_gnullvm 0.42.2",
16646 "windows_aarch64_msvc 0.42.2",
16647 "windows_i686_gnu 0.42.2",
16648 "windows_i686_msvc 0.42.2",
16649 "windows_x86_64_gnu 0.42.2",
16650 "windows_x86_64_gnullvm 0.42.2",
16651 "windows_x86_64_msvc 0.42.2",
16652]
16653
16654[[package]]
16655name = "windows-targets"
16656version = "0.48.5"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16659dependencies = [
16660 "windows_aarch64_gnullvm 0.48.5",
16661 "windows_aarch64_msvc 0.48.5",
16662 "windows_i686_gnu 0.48.5",
16663 "windows_i686_msvc 0.48.5",
16664 "windows_x86_64_gnu 0.48.5",
16665 "windows_x86_64_gnullvm 0.48.5",
16666 "windows_x86_64_msvc 0.48.5",
16667]
16668
16669[[package]]
16670name = "windows-targets"
16671version = "0.52.6"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16674dependencies = [
16675 "windows_aarch64_gnullvm 0.52.6",
16676 "windows_aarch64_msvc 0.52.6",
16677 "windows_i686_gnu 0.52.6",
16678 "windows_i686_gnullvm",
16679 "windows_i686_msvc 0.52.6",
16680 "windows_x86_64_gnu 0.52.6",
16681 "windows_x86_64_gnullvm 0.52.6",
16682 "windows_x86_64_msvc 0.52.6",
16683]
16684
16685[[package]]
16686name = "windows_aarch64_gnullvm"
16687version = "0.42.2"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16690
16691[[package]]
16692name = "windows_aarch64_gnullvm"
16693version = "0.48.5"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16696
16697[[package]]
16698name = "windows_aarch64_gnullvm"
16699version = "0.52.6"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16702
16703[[package]]
16704name = "windows_aarch64_msvc"
16705version = "0.42.2"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16708
16709[[package]]
16710name = "windows_aarch64_msvc"
16711version = "0.48.5"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16714
16715[[package]]
16716name = "windows_aarch64_msvc"
16717version = "0.52.6"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16720
16721[[package]]
16722name = "windows_i686_gnu"
16723version = "0.42.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16726
16727[[package]]
16728name = "windows_i686_gnu"
16729version = "0.48.5"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16732
16733[[package]]
16734name = "windows_i686_gnu"
16735version = "0.52.6"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16738
16739[[package]]
16740name = "windows_i686_gnullvm"
16741version = "0.52.6"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16744
16745[[package]]
16746name = "windows_i686_msvc"
16747version = "0.42.2"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16750
16751[[package]]
16752name = "windows_i686_msvc"
16753version = "0.48.5"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16756
16757[[package]]
16758name = "windows_i686_msvc"
16759version = "0.52.6"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16762
16763[[package]]
16764name = "windows_x86_64_gnu"
16765version = "0.42.2"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16768
16769[[package]]
16770name = "windows_x86_64_gnu"
16771version = "0.48.5"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16774
16775[[package]]
16776name = "windows_x86_64_gnu"
16777version = "0.52.6"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16780
16781[[package]]
16782name = "windows_x86_64_gnullvm"
16783version = "0.42.2"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16786
16787[[package]]
16788name = "windows_x86_64_gnullvm"
16789version = "0.48.5"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16792
16793[[package]]
16794name = "windows_x86_64_gnullvm"
16795version = "0.52.6"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16798
16799[[package]]
16800name = "windows_x86_64_msvc"
16801version = "0.42.2"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16804
16805[[package]]
16806name = "windows_x86_64_msvc"
16807version = "0.48.5"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16810
16811[[package]]
16812name = "windows_x86_64_msvc"
16813version = "0.52.6"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16816
16817[[package]]
16818name = "winnow"
16819version = "0.6.20"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16822dependencies = [
16823 "memchr",
16824]
16825
16826[[package]]
16827name = "winnow"
16828version = "0.7.1"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16831dependencies = [
16832 "memchr",
16833]
16834
16835[[package]]
16836name = "winreg"
16837version = "0.50.0"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16840dependencies = [
16841 "cfg-if",
16842 "windows-sys 0.48.0",
16843]
16844
16845[[package]]
16846name = "winreg"
16847version = "0.52.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16850dependencies = [
16851 "cfg-if",
16852 "windows-sys 0.48.0",
16853]
16854
16855[[package]]
16856name = "winresource"
16857version = "0.1.20"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16860dependencies = [
16861 "toml 0.8.20",
16862 "version_check",
16863]
16864
16865[[package]]
16866name = "winsafe"
16867version = "0.0.19"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16870
16871[[package]]
16872name = "winx"
16873version = "0.36.4"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16876dependencies = [
16877 "bitflags 2.9.0",
16878 "windows-sys 0.59.0",
16879]
16880
16881[[package]]
16882name = "wio"
16883version = "0.2.2"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16886dependencies = [
16887 "winapi",
16888]
16889
16890[[package]]
16891name = "wit-bindgen"
16892version = "0.22.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16895dependencies = [
16896 "bitflags 2.9.0",
16897 "wit-bindgen-rt 0.22.0",
16898 "wit-bindgen-rust-macro 0.22.0",
16899]
16900
16901[[package]]
16902name = "wit-bindgen"
16903version = "0.41.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
16906dependencies = [
16907 "wit-bindgen-rt 0.41.0",
16908 "wit-bindgen-rust-macro 0.41.0",
16909]
16910
16911[[package]]
16912name = "wit-bindgen-core"
16913version = "0.22.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16916dependencies = [
16917 "anyhow",
16918 "wit-parser 0.201.0",
16919]
16920
16921[[package]]
16922name = "wit-bindgen-core"
16923version = "0.41.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
16926dependencies = [
16927 "anyhow",
16928 "heck 0.5.0",
16929 "wit-parser 0.227.1",
16930]
16931
16932[[package]]
16933name = "wit-bindgen-rt"
16934version = "0.22.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16937
16938[[package]]
16939name = "wit-bindgen-rt"
16940version = "0.33.0"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16943dependencies = [
16944 "bitflags 2.9.0",
16945]
16946
16947[[package]]
16948name = "wit-bindgen-rt"
16949version = "0.41.0"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
16952dependencies = [
16953 "bitflags 2.9.0",
16954 "futures 0.3.31",
16955 "once_cell",
16956]
16957
16958[[package]]
16959name = "wit-bindgen-rust"
16960version = "0.22.0"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16963dependencies = [
16964 "anyhow",
16965 "heck 0.4.1",
16966 "indexmap",
16967 "wasm-metadata 0.201.0",
16968 "wit-bindgen-core 0.22.0",
16969 "wit-component 0.201.0",
16970]
16971
16972[[package]]
16973name = "wit-bindgen-rust"
16974version = "0.41.0"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
16977dependencies = [
16978 "anyhow",
16979 "heck 0.5.0",
16980 "indexmap",
16981 "prettyplease",
16982 "syn 2.0.100",
16983 "wasm-metadata 0.227.1",
16984 "wit-bindgen-core 0.41.0",
16985 "wit-component 0.227.1",
16986]
16987
16988[[package]]
16989name = "wit-bindgen-rust-macro"
16990version = "0.22.0"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16993dependencies = [
16994 "anyhow",
16995 "proc-macro2",
16996 "quote",
16997 "syn 2.0.100",
16998 "wit-bindgen-core 0.22.0",
16999 "wit-bindgen-rust 0.22.0",
17000]
17001
17002[[package]]
17003name = "wit-bindgen-rust-macro"
17004version = "0.41.0"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
17007dependencies = [
17008 "anyhow",
17009 "prettyplease",
17010 "proc-macro2",
17011 "quote",
17012 "syn 2.0.100",
17013 "wit-bindgen-core 0.41.0",
17014 "wit-bindgen-rust 0.41.0",
17015]
17016
17017[[package]]
17018name = "wit-component"
17019version = "0.201.0"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
17022dependencies = [
17023 "anyhow",
17024 "bitflags 2.9.0",
17025 "indexmap",
17026 "log",
17027 "serde",
17028 "serde_derive",
17029 "serde_json",
17030 "wasm-encoder 0.201.0",
17031 "wasm-metadata 0.201.0",
17032 "wasmparser 0.201.0",
17033 "wit-parser 0.201.0",
17034]
17035
17036[[package]]
17037name = "wit-component"
17038version = "0.221.3"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
17041dependencies = [
17042 "anyhow",
17043 "bitflags 2.9.0",
17044 "indexmap",
17045 "log",
17046 "serde",
17047 "serde_derive",
17048 "serde_json",
17049 "wasm-encoder 0.221.3",
17050 "wasm-metadata 0.221.3",
17051 "wasmparser 0.221.3",
17052 "wit-parser 0.221.3",
17053]
17054
17055[[package]]
17056name = "wit-component"
17057version = "0.227.1"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
17060dependencies = [
17061 "anyhow",
17062 "bitflags 2.9.0",
17063 "indexmap",
17064 "log",
17065 "serde",
17066 "serde_derive",
17067 "serde_json",
17068 "wasm-encoder 0.227.1",
17069 "wasm-metadata 0.227.1",
17070 "wasmparser 0.227.1",
17071 "wit-parser 0.227.1",
17072]
17073
17074[[package]]
17075name = "wit-parser"
17076version = "0.201.0"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
17079dependencies = [
17080 "anyhow",
17081 "id-arena",
17082 "indexmap",
17083 "log",
17084 "semver",
17085 "serde",
17086 "serde_derive",
17087 "serde_json",
17088 "unicode-xid",
17089 "wasmparser 0.201.0",
17090]
17091
17092[[package]]
17093name = "wit-parser"
17094version = "0.221.3"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
17097dependencies = [
17098 "anyhow",
17099 "id-arena",
17100 "indexmap",
17101 "log",
17102 "semver",
17103 "serde",
17104 "serde_derive",
17105 "serde_json",
17106 "unicode-xid",
17107 "wasmparser 0.221.3",
17108]
17109
17110[[package]]
17111name = "wit-parser"
17112version = "0.227.1"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
17115dependencies = [
17116 "anyhow",
17117 "id-arena",
17118 "indexmap",
17119 "log",
17120 "semver",
17121 "serde",
17122 "serde_derive",
17123 "serde_json",
17124 "unicode-xid",
17125 "wasmparser 0.227.1",
17126]
17127
17128[[package]]
17129name = "witx"
17130version = "0.9.1"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
17133dependencies = [
17134 "anyhow",
17135 "log",
17136 "thiserror 1.0.69",
17137 "wast",
17138]
17139
17140[[package]]
17141name = "workspace"
17142version = "0.1.0"
17143dependencies = [
17144 "any_vec",
17145 "anyhow",
17146 "async-recursion 1.1.1",
17147 "bincode",
17148 "call",
17149 "client",
17150 "clock",
17151 "collections",
17152 "component",
17153 "dap",
17154 "db",
17155 "derive_more",
17156 "env_logger 0.11.7",
17157 "fs",
17158 "futures 0.3.31",
17159 "gpui",
17160 "http_client",
17161 "itertools 0.14.0",
17162 "language",
17163 "log",
17164 "node_runtime",
17165 "parking_lot",
17166 "postage",
17167 "project",
17168 "remote",
17169 "schemars",
17170 "serde",
17171 "serde_json",
17172 "session",
17173 "settings",
17174 "smallvec",
17175 "sqlez",
17176 "strum",
17177 "task",
17178 "telemetry",
17179 "tempfile",
17180 "theme",
17181 "ui",
17182 "util",
17183 "uuid",
17184 "zed_actions",
17185]
17186
17187[[package]]
17188name = "worktree"
17189version = "0.1.0"
17190dependencies = [
17191 "anyhow",
17192 "clock",
17193 "collections",
17194 "env_logger 0.11.7",
17195 "fs",
17196 "futures 0.3.31",
17197 "fuzzy",
17198 "git",
17199 "git2",
17200 "gpui",
17201 "http_client",
17202 "ignore",
17203 "language",
17204 "log",
17205 "parking_lot",
17206 "paths",
17207 "postage",
17208 "pretty_assertions",
17209 "rand 0.8.5",
17210 "rpc",
17211 "schemars",
17212 "serde",
17213 "serde_json",
17214 "settings",
17215 "smallvec",
17216 "smol",
17217 "sum_tree",
17218 "text",
17219 "util",
17220]
17221
17222[[package]]
17223name = "write16"
17224version = "1.0.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17227
17228[[package]]
17229name = "writeable"
17230version = "0.5.5"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17233
17234[[package]]
17235name = "wyz"
17236version = "0.5.1"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17239dependencies = [
17240 "tap",
17241]
17242
17243[[package]]
17244name = "x11-clipboard"
17245version = "0.9.3"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17248dependencies = [
17249 "libc",
17250 "x11rb",
17251]
17252
17253[[package]]
17254name = "x11rb"
17255version = "0.13.1"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17258dependencies = [
17259 "as-raw-xcb-connection",
17260 "gethostname",
17261 "libc",
17262 "rustix",
17263 "x11rb-protocol",
17264]
17265
17266[[package]]
17267name = "x11rb-protocol"
17268version = "0.13.1"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17271
17272[[package]]
17273name = "xattr"
17274version = "0.2.3"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17277dependencies = [
17278 "libc",
17279]
17280
17281[[package]]
17282name = "xcursor"
17283version = "0.3.8"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17286
17287[[package]]
17288name = "xdg-home"
17289version = "1.3.0"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17292dependencies = [
17293 "libc",
17294 "windows-sys 0.59.0",
17295]
17296
17297[[package]]
17298name = "xim"
17299version = "0.4.0"
17300source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17301dependencies = [
17302 "ahash 0.8.11",
17303 "hashbrown 0.14.5",
17304 "log",
17305 "x11rb",
17306 "xim-ctext",
17307 "xim-parser",
17308]
17309
17310[[package]]
17311name = "xim-ctext"
17312version = "0.3.0"
17313source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17314dependencies = [
17315 "encoding_rs",
17316]
17317
17318[[package]]
17319name = "xim-parser"
17320version = "0.2.1"
17321source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17322dependencies = [
17323 "bitflags 2.9.0",
17324]
17325
17326[[package]]
17327name = "xkbcommon"
17328version = "0.8.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17331dependencies = [
17332 "as-raw-xcb-connection",
17333 "libc",
17334 "memmap2",
17335 "xkeysym",
17336]
17337
17338[[package]]
17339name = "xkeysym"
17340version = "0.2.1"
17341source = "registry+https://github.com/rust-lang/crates.io-index"
17342checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17343
17344[[package]]
17345name = "xml5ever"
17346version = "0.18.1"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17349dependencies = [
17350 "log",
17351 "mac",
17352 "markup5ever",
17353]
17354
17355[[package]]
17356name = "xmlparser"
17357version = "0.13.6"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17360
17361[[package]]
17362name = "xmlwriter"
17363version = "0.1.0"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17366
17367[[package]]
17368name = "xtask"
17369version = "0.1.0"
17370dependencies = [
17371 "anyhow",
17372 "cargo_metadata",
17373 "cargo_toml",
17374 "clap",
17375]
17376
17377[[package]]
17378name = "yaml-rust2"
17379version = "0.8.1"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17382dependencies = [
17383 "arraydeque",
17384 "encoding_rs",
17385 "hashlink 0.8.4",
17386]
17387
17388[[package]]
17389name = "yansi"
17390version = "1.0.1"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17393
17394[[package]]
17395name = "yazi"
17396version = "0.2.1"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17399
17400[[package]]
17401name = "yeslogic-fontconfig-sys"
17402version = "6.0.0"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17405dependencies = [
17406 "dlib",
17407 "once_cell",
17408 "pkg-config",
17409]
17410
17411[[package]]
17412name = "yoke"
17413version = "0.7.5"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17416dependencies = [
17417 "serde",
17418 "stable_deref_trait",
17419 "yoke-derive",
17420 "zerofrom",
17421]
17422
17423[[package]]
17424name = "yoke-derive"
17425version = "0.7.5"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17428dependencies = [
17429 "proc-macro2",
17430 "quote",
17431 "syn 2.0.100",
17432 "synstructure",
17433]
17434
17435[[package]]
17436name = "zbus"
17437version = "5.5.0"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17440dependencies = [
17441 "async-broadcast",
17442 "async-executor",
17443 "async-fs",
17444 "async-io",
17445 "async-lock",
17446 "async-process",
17447 "async-recursion 1.1.1",
17448 "async-task",
17449 "async-trait",
17450 "blocking",
17451 "enumflags2",
17452 "event-listener 5.3.1",
17453 "futures-core",
17454 "futures-lite 2.6.0",
17455 "hex",
17456 "nix",
17457 "ordered-stream",
17458 "serde",
17459 "serde_repr",
17460 "static_assertions",
17461 "tracing",
17462 "uds_windows",
17463 "windows-sys 0.59.0",
17464 "winnow 0.7.1",
17465 "xdg-home",
17466 "zbus_macros",
17467 "zbus_names",
17468 "zvariant",
17469]
17470
17471[[package]]
17472name = "zbus_macros"
17473version = "5.5.0"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17476dependencies = [
17477 "proc-macro-crate",
17478 "proc-macro2",
17479 "quote",
17480 "syn 2.0.100",
17481 "zbus_names",
17482 "zvariant",
17483 "zvariant_utils",
17484]
17485
17486[[package]]
17487name = "zbus_names"
17488version = "4.1.0"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17491dependencies = [
17492 "serde",
17493 "static_assertions",
17494 "winnow 0.6.20",
17495 "zvariant",
17496]
17497
17498[[package]]
17499name = "zed"
17500version = "0.181.0"
17501dependencies = [
17502 "activity_indicator",
17503 "anyhow",
17504 "ashpd",
17505 "assets",
17506 "assistant",
17507 "assistant2",
17508 "assistant_context_editor",
17509 "assistant_settings",
17510 "assistant_tools",
17511 "async-watch",
17512 "audio",
17513 "auto_update",
17514 "auto_update_ui",
17515 "backtrace",
17516 "breadcrumbs",
17517 "call",
17518 "channel",
17519 "chrono",
17520 "clap",
17521 "cli",
17522 "client",
17523 "collab_ui",
17524 "collections",
17525 "command_palette",
17526 "command_palette_hooks",
17527 "component_preview",
17528 "copilot",
17529 "dap",
17530 "dap_adapters",
17531 "db",
17532 "debugger_tools",
17533 "debugger_ui",
17534 "diagnostics",
17535 "editor",
17536 "env_logger 0.11.7",
17537 "extension",
17538 "extension_host",
17539 "extensions_ui",
17540 "feature_flags",
17541 "feedback",
17542 "file_finder",
17543 "fs",
17544 "futures 0.3.31",
17545 "git",
17546 "git_hosting_providers",
17547 "git_ui",
17548 "go_to_line",
17549 "gpui",
17550 "gpui_tokio",
17551 "http_client",
17552 "image_viewer",
17553 "inline_completion_button",
17554 "install_cli",
17555 "journal",
17556 "language",
17557 "language_extension",
17558 "language_model",
17559 "language_models",
17560 "language_selector",
17561 "language_tools",
17562 "languages",
17563 "libc",
17564 "log",
17565 "markdown_preview",
17566 "menu",
17567 "migrator",
17568 "mimalloc",
17569 "nix",
17570 "node_runtime",
17571 "notifications",
17572 "outline",
17573 "outline_panel",
17574 "parking_lot",
17575 "paths",
17576 "picker",
17577 "profiling",
17578 "project",
17579 "project_panel",
17580 "project_symbols",
17581 "prompt_store",
17582 "proto",
17583 "recent_projects",
17584 "release_channel",
17585 "remote",
17586 "repl",
17587 "reqwest_client",
17588 "rope",
17589 "search",
17590 "serde",
17591 "serde_json",
17592 "session",
17593 "settings",
17594 "settings_ui",
17595 "shellexpand 2.1.2",
17596 "simplelog",
17597 "smol",
17598 "snippet_provider",
17599 "snippets_ui",
17600 "supermaven",
17601 "sysinfo",
17602 "tab_switcher",
17603 "task",
17604 "tasks_ui",
17605 "telemetry",
17606 "telemetry_events",
17607 "terminal_view",
17608 "theme",
17609 "theme_extension",
17610 "theme_selector",
17611 "time",
17612 "title_bar",
17613 "toolchain_selector",
17614 "tree-sitter-md",
17615 "tree-sitter-rust",
17616 "ui",
17617 "ui_prompt",
17618 "url",
17619 "urlencoding",
17620 "util",
17621 "uuid",
17622 "vim",
17623 "vim_mode_setting",
17624 "welcome",
17625 "windows 0.61.1",
17626 "winresource",
17627 "workspace",
17628 "zed_actions",
17629 "zeta",
17630 "zlog_settings",
17631]
17632
17633[[package]]
17634name = "zed_actions"
17635version = "0.1.0"
17636dependencies = [
17637 "gpui",
17638 "schemars",
17639 "serde",
17640]
17641
17642[[package]]
17643name = "zed_emmet"
17644version = "0.0.3"
17645dependencies = [
17646 "zed_extension_api 0.1.0",
17647]
17648
17649[[package]]
17650name = "zed_extension_api"
17651version = "0.1.0"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17654dependencies = [
17655 "serde",
17656 "serde_json",
17657 "wit-bindgen 0.22.0",
17658]
17659
17660[[package]]
17661name = "zed_extension_api"
17662version = "0.4.0"
17663dependencies = [
17664 "serde",
17665 "serde_json",
17666 "wit-bindgen 0.41.0",
17667]
17668
17669[[package]]
17670name = "zed_glsl"
17671version = "0.1.0"
17672dependencies = [
17673 "zed_extension_api 0.1.0",
17674]
17675
17676[[package]]
17677name = "zed_html"
17678version = "0.2.0"
17679dependencies = [
17680 "zed_extension_api 0.1.0",
17681]
17682
17683[[package]]
17684name = "zed_llm_client"
17685version = "0.4.1"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17688dependencies = [
17689 "serde",
17690 "serde_json",
17691 "uuid",
17692]
17693
17694[[package]]
17695name = "zed_proto"
17696version = "0.2.2"
17697dependencies = [
17698 "zed_extension_api 0.1.0",
17699]
17700
17701[[package]]
17702name = "zed_ruff"
17703version = "0.1.0"
17704dependencies = [
17705 "zed_extension_api 0.1.0",
17706]
17707
17708[[package]]
17709name = "zed_snippets"
17710version = "0.0.5"
17711dependencies = [
17712 "serde_json",
17713 "zed_extension_api 0.1.0",
17714]
17715
17716[[package]]
17717name = "zed_test_extension"
17718version = "0.1.0"
17719dependencies = [
17720 "zed_extension_api 0.4.0",
17721]
17722
17723[[package]]
17724name = "zed_toml"
17725version = "0.1.3"
17726dependencies = [
17727 "zed_extension_api 0.1.0",
17728]
17729
17730[[package]]
17731name = "zeno"
17732version = "0.3.2"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17735
17736[[package]]
17737name = "zerocopy"
17738version = "0.7.35"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17741dependencies = [
17742 "byteorder",
17743 "zerocopy-derive 0.7.35",
17744]
17745
17746[[package]]
17747name = "zerocopy"
17748version = "0.8.18"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17751dependencies = [
17752 "zerocopy-derive 0.8.18",
17753]
17754
17755[[package]]
17756name = "zerocopy-derive"
17757version = "0.7.35"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17760dependencies = [
17761 "proc-macro2",
17762 "quote",
17763 "syn 2.0.100",
17764]
17765
17766[[package]]
17767name = "zerocopy-derive"
17768version = "0.8.18"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17771dependencies = [
17772 "proc-macro2",
17773 "quote",
17774 "syn 2.0.100",
17775]
17776
17777[[package]]
17778name = "zerofrom"
17779version = "0.1.5"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17782dependencies = [
17783 "zerofrom-derive",
17784]
17785
17786[[package]]
17787name = "zerofrom-derive"
17788version = "0.1.5"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17791dependencies = [
17792 "proc-macro2",
17793 "quote",
17794 "syn 2.0.100",
17795 "synstructure",
17796]
17797
17798[[package]]
17799name = "zeroize"
17800version = "1.8.1"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17803dependencies = [
17804 "zeroize_derive",
17805]
17806
17807[[package]]
17808name = "zeroize_derive"
17809version = "1.4.2"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17812dependencies = [
17813 "proc-macro2",
17814 "quote",
17815 "syn 2.0.100",
17816]
17817
17818[[package]]
17819name = "zeromq"
17820version = "0.5.0-pre"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17823dependencies = [
17824 "async-dispatcher",
17825 "async-std",
17826 "async-trait",
17827 "asynchronous-codec",
17828 "bytes 1.10.1",
17829 "crossbeam-queue",
17830 "dashmap 5.5.3",
17831 "futures 0.3.31",
17832 "log",
17833 "num-traits",
17834 "once_cell",
17835 "parking_lot",
17836 "rand 0.8.5",
17837 "regex",
17838 "thiserror 1.0.69",
17839 "uuid",
17840]
17841
17842[[package]]
17843name = "zerovec"
17844version = "0.10.4"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17847dependencies = [
17848 "yoke",
17849 "zerofrom",
17850 "zerovec-derive",
17851]
17852
17853[[package]]
17854name = "zerovec-derive"
17855version = "0.10.3"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17858dependencies = [
17859 "proc-macro2",
17860 "quote",
17861 "syn 2.0.100",
17862]
17863
17864[[package]]
17865name = "zeta"
17866version = "0.1.0"
17867dependencies = [
17868 "anyhow",
17869 "arrayvec",
17870 "call",
17871 "client",
17872 "clock",
17873 "collections",
17874 "command_palette_hooks",
17875 "ctor",
17876 "db",
17877 "editor",
17878 "env_logger 0.11.7",
17879 "feature_flags",
17880 "fs",
17881 "futures 0.3.31",
17882 "gpui",
17883 "http_client",
17884 "indoc",
17885 "inline_completion",
17886 "language",
17887 "language_model",
17888 "log",
17889 "menu",
17890 "migrator",
17891 "paths",
17892 "postage",
17893 "project",
17894 "regex",
17895 "release_channel",
17896 "reqwest_client",
17897 "rpc",
17898 "serde",
17899 "serde_json",
17900 "settings",
17901 "telemetry",
17902 "telemetry_events",
17903 "theme",
17904 "thiserror 2.0.12",
17905 "tree-sitter-go",
17906 "tree-sitter-rust",
17907 "ui",
17908 "unindent",
17909 "util",
17910 "uuid",
17911 "workspace",
17912 "worktree",
17913 "zed_actions",
17914 "zed_llm_client",
17915]
17916
17917[[package]]
17918name = "zip"
17919version = "0.6.6"
17920source = "registry+https://github.com/rust-lang/crates.io-index"
17921checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17922dependencies = [
17923 "aes",
17924 "byteorder",
17925 "bzip2",
17926 "constant_time_eq 0.1.5",
17927 "crc32fast",
17928 "crossbeam-utils",
17929 "flate2",
17930 "hmac",
17931 "pbkdf2 0.11.0",
17932 "sha1",
17933 "time",
17934 "zstd",
17935]
17936
17937[[package]]
17938name = "zlog"
17939version = "0.1.0"
17940dependencies = [
17941 "log",
17942]
17943
17944[[package]]
17945name = "zlog_settings"
17946version = "0.1.0"
17947dependencies = [
17948 "anyhow",
17949 "gpui",
17950 "schemars",
17951 "serde",
17952 "settings",
17953 "zlog",
17954]
17955
17956[[package]]
17957name = "zstd"
17958version = "0.11.2+zstd.1.5.2"
17959source = "registry+https://github.com/rust-lang/crates.io-index"
17960checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17961dependencies = [
17962 "zstd-safe",
17963]
17964
17965[[package]]
17966name = "zstd-safe"
17967version = "5.0.2+zstd.1.5.2"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17970dependencies = [
17971 "libc",
17972 "zstd-sys",
17973]
17974
17975[[package]]
17976name = "zstd-sys"
17977version = "2.0.13+zstd.1.5.6"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17980dependencies = [
17981 "cc",
17982 "pkg-config",
17983]
17984
17985[[package]]
17986name = "zune-core"
17987version = "0.4.12"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17990
17991[[package]]
17992name = "zune-inflate"
17993version = "0.2.54"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17996dependencies = [
17997 "simd-adler32",
17998]
17999
18000[[package]]
18001name = "zune-jpeg"
18002version = "0.4.13"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
18005dependencies = [
18006 "zune-core",
18007]
18008
18009[[package]]
18010name = "zvariant"
18011version = "5.4.0"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
18014dependencies = [
18015 "endi",
18016 "enumflags2",
18017 "serde",
18018 "static_assertions",
18019 "url",
18020 "winnow 0.7.1",
18021 "zvariant_derive",
18022 "zvariant_utils",
18023]
18024
18025[[package]]
18026name = "zvariant_derive"
18027version = "5.4.0"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
18030dependencies = [
18031 "proc-macro-crate",
18032 "proc-macro2",
18033 "quote",
18034 "syn 2.0.100",
18035 "zvariant_utils",
18036]
18037
18038[[package]]
18039name = "zvariant_utils"
18040version = "3.2.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
18043dependencies = [
18044 "proc-macro2",
18045 "quote",
18046 "serde",
18047 "static_assertions",
18048 "syn 2.0.100",
18049 "winnow 0.7.1",
18050]