Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 3
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension",
   13 "futures 0.3.28",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "workspace",
   20]
   21
   22[[package]]
   23name = "addr2line"
   24version = "0.22.0"
   25source = "registry+https://github.com/rust-lang/crates.io-index"
   26checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
   27dependencies = [
   28 "gimli 0.29.0",
   29]
   30
   31[[package]]
   32name = "adler"
   33version = "1.0.2"
   34source = "registry+https://github.com/rust-lang/crates.io-index"
   35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
   36
   37[[package]]
   38name = "aes"
   39version = "0.8.4"
   40source = "registry+https://github.com/rust-lang/crates.io-index"
   41checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   42dependencies = [
   43 "cfg-if",
   44 "cipher",
   45 "cpufeatures",
   46 "zeroize",
   47]
   48
   49[[package]]
   50name = "ahash"
   51version = "0.7.8"
   52source = "registry+https://github.com/rust-lang/crates.io-index"
   53checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   54dependencies = [
   55 "getrandom 0.2.10",
   56 "once_cell",
   57 "version_check",
   58]
   59
   60[[package]]
   61name = "ahash"
   62version = "0.8.11"
   63source = "registry+https://github.com/rust-lang/crates.io-index"
   64checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   65dependencies = [
   66 "cfg-if",
   67 "const-random",
   68 "getrandom 0.2.10",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy",
   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.23.0"
   86source = "registry+https://github.com/rust-lang/crates.io-index"
   87checksum = "f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f"
   88dependencies = [
   89 "base64 0.22.0",
   90 "bitflags 2.6.0",
   91 "home",
   92 "libc",
   93 "log",
   94 "miow",
   95 "parking_lot",
   96 "piper",
   97 "polling 3.3.2",
   98 "regex-automata 0.4.5",
   99 "rustix-openpty",
  100 "serde",
  101 "signal-hook",
  102 "unicode-width",
  103 "vte",
  104 "windows-sys 0.48.0",
  105]
  106
  107[[package]]
  108name = "alacritty_terminal"
  109version = "0.24.1-dev"
  110source = "git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f#cacdb5bb3b72bad2c729227537979d95af75978f"
  111dependencies = [
  112 "base64 0.22.0",
  113 "bitflags 2.6.0",
  114 "home",
  115 "libc",
  116 "log",
  117 "miow",
  118 "parking_lot",
  119 "piper",
  120 "polling 3.3.2",
  121 "regex-automata 0.4.5",
  122 "rustix-openpty",
  123 "serde",
  124 "signal-hook",
  125 "unicode-width",
  126 "vte",
  127 "windows-sys 0.52.0",
  128]
  129
  130[[package]]
  131name = "aliasable"
  132version = "0.1.3"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  135
  136[[package]]
  137name = "aligned-vec"
  138version = "0.5.0"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  141
  142[[package]]
  143name = "allocator-api2"
  144version = "0.2.16"
  145source = "registry+https://github.com/rust-lang/crates.io-index"
  146checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
  147
  148[[package]]
  149name = "alsa"
  150version = "0.7.1"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
  153dependencies = [
  154 "alsa-sys",
  155 "bitflags 1.3.2",
  156 "libc",
  157 "nix 0.24.3",
  158]
  159
  160[[package]]
  161name = "alsa-sys"
  162version = "0.3.1"
  163source = "registry+https://github.com/rust-lang/crates.io-index"
  164checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  165dependencies = [
  166 "libc",
  167 "pkg-config",
  168]
  169
  170[[package]]
  171name = "ambient-authority"
  172version = "0.0.2"
  173source = "registry+https://github.com/rust-lang/crates.io-index"
  174checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  175
  176[[package]]
  177name = "android-tzdata"
  178version = "0.1.1"
  179source = "registry+https://github.com/rust-lang/crates.io-index"
  180checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  181
  182[[package]]
  183name = "android_system_properties"
  184version = "0.1.5"
  185source = "registry+https://github.com/rust-lang/crates.io-index"
  186checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  187dependencies = [
  188 "libc",
  189]
  190
  191[[package]]
  192name = "anes"
  193version = "0.1.6"
  194source = "registry+https://github.com/rust-lang/crates.io-index"
  195checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  196
  197[[package]]
  198name = "anstream"
  199version = "0.5.0"
  200source = "registry+https://github.com/rust-lang/crates.io-index"
  201checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
  202dependencies = [
  203 "anstyle",
  204 "anstyle-parse",
  205 "anstyle-query",
  206 "anstyle-wincon",
  207 "colorchoice",
  208 "utf8parse",
  209]
  210
  211[[package]]
  212name = "anstyle"
  213version = "1.0.7"
  214source = "registry+https://github.com/rust-lang/crates.io-index"
  215checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
  216
  217[[package]]
  218name = "anstyle-parse"
  219version = "0.2.1"
  220source = "registry+https://github.com/rust-lang/crates.io-index"
  221checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
  222dependencies = [
  223 "utf8parse",
  224]
  225
  226[[package]]
  227name = "anstyle-query"
  228version = "1.0.0"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
  231dependencies = [
  232 "windows-sys 0.48.0",
  233]
  234
  235[[package]]
  236name = "anstyle-wincon"
  237version = "2.1.0"
  238source = "registry+https://github.com/rust-lang/crates.io-index"
  239checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
  240dependencies = [
  241 "anstyle",
  242 "windows-sys 0.48.0",
  243]
  244
  245[[package]]
  246name = "anthropic"
  247version = "0.1.0"
  248dependencies = [
  249 "anyhow",
  250 "futures 0.3.28",
  251 "http_client",
  252 "isahc",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum",
  257 "tokio",
  258]
  259
  260[[package]]
  261name = "any_vec"
  262version = "0.14.0"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  265
  266[[package]]
  267name = "anyhow"
  268version = "1.0.86"
  269source = "registry+https://github.com/rust-lang/crates.io-index"
  270checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
  271
  272[[package]]
  273name = "approx"
  274version = "0.5.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  277dependencies = [
  278 "num-traits",
  279]
  280
  281[[package]]
  282name = "arbitrary"
  283version = "1.3.2"
  284source = "registry+https://github.com/rust-lang/crates.io-index"
  285checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
  286
  287[[package]]
  288name = "arg_enum_proc_macro"
  289version = "0.3.4"
  290source = "registry+https://github.com/rust-lang/crates.io-index"
  291checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  292dependencies = [
  293 "proc-macro2",
  294 "quote",
  295 "syn 2.0.59",
  296]
  297
  298[[package]]
  299name = "arrayref"
  300version = "0.3.7"
  301source = "registry+https://github.com/rust-lang/crates.io-index"
  302checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
  303
  304[[package]]
  305name = "arrayvec"
  306version = "0.7.4"
  307source = "registry+https://github.com/rust-lang/crates.io-index"
  308checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
  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 0.8.0",
  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 0.6.0",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.9.1"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a"
  347dependencies = [
  348 "async-fs 2.1.1",
  349 "async-net 2.0.0",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.8.5",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "assets"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "gpui",
  366 "rust-embed",
  367]
  368
  369[[package]]
  370name = "assistant"
  371version = "0.1.0"
  372dependencies = [
  373 "anthropic",
  374 "anyhow",
  375 "assets",
  376 "assistant_slash_command",
  377 "async-watch",
  378 "cargo_toml",
  379 "chrono",
  380 "client",
  381 "clock",
  382 "collections",
  383 "command_palette_hooks",
  384 "completion",
  385 "ctor",
  386 "editor",
  387 "env_logger",
  388 "feature_flags",
  389 "fs",
  390 "futures 0.3.28",
  391 "fuzzy",
  392 "gpui",
  393 "heed",
  394 "html_to_markdown 0.1.0",
  395 "http_client",
  396 "indexed_docs",
  397 "indoc",
  398 "language",
  399 "language_model",
  400 "log",
  401 "menu",
  402 "multi_buffer",
  403 "ollama",
  404 "open_ai",
  405 "ordered-float 2.10.0",
  406 "parking_lot",
  407 "paths",
  408 "picker",
  409 "project",
  410 "rand 0.8.5",
  411 "regex",
  412 "rope",
  413 "roxmltree 0.20.0",
  414 "schemars",
  415 "search",
  416 "semantic_index",
  417 "serde",
  418 "serde_json",
  419 "settings",
  420 "similar",
  421 "smol",
  422 "telemetry_events",
  423 "terminal",
  424 "terminal_view",
  425 "text",
  426 "theme",
  427 "toml 0.8.16",
  428 "ui",
  429 "unindent",
  430 "util",
  431 "uuid",
  432 "workspace",
  433]
  434
  435[[package]]
  436name = "assistant_slash_command"
  437version = "0.1.0"
  438dependencies = [
  439 "anyhow",
  440 "collections",
  441 "derive_more",
  442 "gpui",
  443 "language",
  444 "parking_lot",
  445 "serde",
  446 "workspace",
  447]
  448
  449[[package]]
  450name = "assistant_tooling"
  451version = "0.1.0"
  452dependencies = [
  453 "anyhow",
  454 "collections",
  455 "futures 0.3.28",
  456 "gpui",
  457 "log",
  458 "project",
  459 "repair_json",
  460 "schemars",
  461 "serde",
  462 "serde_json",
  463 "settings",
  464 "sum_tree",
  465 "ui",
  466 "unindent",
  467 "util",
  468]
  469
  470[[package]]
  471name = "async-attributes"
  472version = "1.1.2"
  473source = "registry+https://github.com/rust-lang/crates.io-index"
  474checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  475dependencies = [
  476 "quote",
  477 "syn 1.0.109",
  478]
  479
  480[[package]]
  481name = "async-broadcast"
  482version = "0.7.1"
  483source = "registry+https://github.com/rust-lang/crates.io-index"
  484checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
  485dependencies = [
  486 "event-listener 5.1.0",
  487 "event-listener-strategy 0.5.0",
  488 "futures-core",
  489 "pin-project-lite",
  490]
  491
  492[[package]]
  493name = "async-channel"
  494version = "1.9.0"
  495source = "registry+https://github.com/rust-lang/crates.io-index"
  496checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  497dependencies = [
  498 "concurrent-queue",
  499 "event-listener 2.5.3",
  500 "futures-core",
  501]
  502
  503[[package]]
  504name = "async-channel"
  505version = "2.2.0"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
  508dependencies = [
  509 "concurrent-queue",
  510 "event-listener 5.1.0",
  511 "event-listener-strategy 0.5.0",
  512 "futures-core",
  513 "pin-project-lite",
  514]
  515
  516[[package]]
  517name = "async-compat"
  518version = "0.2.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  521dependencies = [
  522 "futures-core",
  523 "futures-io",
  524 "once_cell",
  525 "pin-project-lite",
  526 "tokio",
  527]
  528
  529[[package]]
  530name = "async-compression"
  531version = "0.4.6"
  532source = "registry+https://github.com/rust-lang/crates.io-index"
  533checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
  534dependencies = [
  535 "deflate64",
  536 "flate2",
  537 "futures-core",
  538 "futures-io",
  539 "memchr",
  540 "pin-project-lite",
  541]
  542
  543[[package]]
  544name = "async-dispatcher"
  545version = "0.1.2"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  548dependencies = [
  549 "async-task",
  550 "futures-lite 1.13.0",
  551]
  552
  553[[package]]
  554name = "async-executor"
  555version = "1.5.1"
  556source = "registry+https://github.com/rust-lang/crates.io-index"
  557checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
  558dependencies = [
  559 "async-lock 2.8.0",
  560 "async-task",
  561 "concurrent-queue",
  562 "fastrand 1.9.0",
  563 "futures-lite 1.13.0",
  564 "slab",
  565]
  566
  567[[package]]
  568name = "async-fs"
  569version = "1.6.0"
  570source = "registry+https://github.com/rust-lang/crates.io-index"
  571checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  572dependencies = [
  573 "async-lock 2.8.0",
  574 "autocfg",
  575 "blocking",
  576 "futures-lite 1.13.0",
  577]
  578
  579[[package]]
  580name = "async-fs"
  581version = "2.1.1"
  582source = "registry+https://github.com/rust-lang/crates.io-index"
  583checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
  584dependencies = [
  585 "async-lock 3.3.0",
  586 "blocking",
  587 "futures-lite 2.2.0",
  588]
  589
  590[[package]]
  591name = "async-global-executor"
  592version = "2.3.1"
  593source = "registry+https://github.com/rust-lang/crates.io-index"
  594checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  595dependencies = [
  596 "async-channel 1.9.0",
  597 "async-executor",
  598 "async-io 1.13.0",
  599 "async-lock 2.8.0",
  600 "blocking",
  601 "futures-lite 1.13.0",
  602 "once_cell",
  603]
  604
  605[[package]]
  606name = "async-io"
  607version = "1.13.0"
  608source = "registry+https://github.com/rust-lang/crates.io-index"
  609checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  610dependencies = [
  611 "async-lock 2.8.0",
  612 "autocfg",
  613 "cfg-if",
  614 "concurrent-queue",
  615 "futures-lite 1.13.0",
  616 "log",
  617 "parking",
  618 "polling 2.8.0",
  619 "rustix 0.37.27",
  620 "slab",
  621 "socket2 0.4.9",
  622 "waker-fn",
  623]
  624
  625[[package]]
  626name = "async-io"
  627version = "2.3.1"
  628source = "registry+https://github.com/rust-lang/crates.io-index"
  629checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
  630dependencies = [
  631 "async-lock 3.3.0",
  632 "cfg-if",
  633 "concurrent-queue",
  634 "futures-io",
  635 "futures-lite 2.2.0",
  636 "parking",
  637 "polling 3.3.2",
  638 "rustix 0.38.32",
  639 "slab",
  640 "tracing",
  641 "windows-sys 0.52.0",
  642]
  643
  644[[package]]
  645name = "async-lock"
  646version = "2.8.0"
  647source = "registry+https://github.com/rust-lang/crates.io-index"
  648checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  649dependencies = [
  650 "event-listener 2.5.3",
  651]
  652
  653[[package]]
  654name = "async-lock"
  655version = "3.3.0"
  656source = "registry+https://github.com/rust-lang/crates.io-index"
  657checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  658dependencies = [
  659 "event-listener 4.0.3",
  660 "event-listener-strategy 0.4.0",
  661 "pin-project-lite",
  662]
  663
  664[[package]]
  665name = "async-native-tls"
  666version = "0.5.0"
  667source = "registry+https://github.com/rust-lang/crates.io-index"
  668checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  669dependencies = [
  670 "futures-util",
  671 "native-tls",
  672 "thiserror",
  673 "url",
  674]
  675
  676[[package]]
  677name = "async-net"
  678version = "1.7.0"
  679source = "registry+https://github.com/rust-lang/crates.io-index"
  680checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
  681dependencies = [
  682 "async-io 1.13.0",
  683 "autocfg",
  684 "blocking",
  685 "futures-lite 1.13.0",
  686]
  687
  688[[package]]
  689name = "async-net"
  690version = "2.0.0"
  691source = "registry+https://github.com/rust-lang/crates.io-index"
  692checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  693dependencies = [
  694 "async-io 2.3.1",
  695 "blocking",
  696 "futures-lite 2.2.0",
  697]
  698
  699[[package]]
  700name = "async-pipe"
  701version = "0.1.3"
  702source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  703dependencies = [
  704 "futures 0.3.28",
  705 "log",
  706]
  707
  708[[package]]
  709name = "async-process"
  710version = "1.7.0"
  711source = "registry+https://github.com/rust-lang/crates.io-index"
  712checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
  713dependencies = [
  714 "async-io 1.13.0",
  715 "async-lock 2.8.0",
  716 "autocfg",
  717 "blocking",
  718 "cfg-if",
  719 "event-listener 2.5.3",
  720 "futures-lite 1.13.0",
  721 "rustix 0.37.27",
  722 "signal-hook",
  723 "windows-sys 0.48.0",
  724]
  725
  726[[package]]
  727name = "async-process"
  728version = "2.1.0"
  729source = "registry+https://github.com/rust-lang/crates.io-index"
  730checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
  731dependencies = [
  732 "async-channel 2.2.0",
  733 "async-io 2.3.1",
  734 "async-lock 3.3.0",
  735 "async-signal",
  736 "blocking",
  737 "cfg-if",
  738 "event-listener 5.1.0",
  739 "futures-lite 2.2.0",
  740 "rustix 0.38.32",
  741 "windows-sys 0.52.0",
  742]
  743
  744[[package]]
  745name = "async-recursion"
  746version = "0.3.2"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  749dependencies = [
  750 "proc-macro2",
  751 "quote",
  752 "syn 1.0.109",
  753]
  754
  755[[package]]
  756name = "async-recursion"
  757version = "1.0.5"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
  760dependencies = [
  761 "proc-macro2",
  762 "quote",
  763 "syn 2.0.59",
  764]
  765
  766[[package]]
  767name = "async-signal"
  768version = "0.2.5"
  769source = "registry+https://github.com/rust-lang/crates.io-index"
  770checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
  771dependencies = [
  772 "async-io 2.3.1",
  773 "async-lock 2.8.0",
  774 "atomic-waker",
  775 "cfg-if",
  776 "futures-core",
  777 "futures-io",
  778 "rustix 0.38.32",
  779 "signal-hook-registry",
  780 "slab",
  781 "windows-sys 0.48.0",
  782]
  783
  784[[package]]
  785name = "async-std"
  786version = "1.12.0"
  787source = "registry+https://github.com/rust-lang/crates.io-index"
  788checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  789dependencies = [
  790 "async-attributes",
  791 "async-channel 1.9.0",
  792 "async-global-executor",
  793 "async-io 1.13.0",
  794 "async-lock 2.8.0",
  795 "async-process 1.7.0",
  796 "crossbeam-utils",
  797 "futures-channel",
  798 "futures-core",
  799 "futures-io",
  800 "futures-lite 1.13.0",
  801 "gloo-timers",
  802 "kv-log-macro",
  803 "log",
  804 "memchr",
  805 "once_cell",
  806 "pin-project-lite",
  807 "pin-utils",
  808 "slab",
  809 "wasm-bindgen-futures",
  810]
  811
  812[[package]]
  813name = "async-stream"
  814version = "0.3.5"
  815source = "registry+https://github.com/rust-lang/crates.io-index"
  816checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  817dependencies = [
  818 "async-stream-impl",
  819 "futures-core",
  820 "pin-project-lite",
  821]
  822
  823[[package]]
  824name = "async-stream-impl"
  825version = "0.3.5"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  828dependencies = [
  829 "proc-macro2",
  830 "quote",
  831 "syn 2.0.59",
  832]
  833
  834[[package]]
  835name = "async-tar"
  836version = "0.4.2"
  837source = "registry+https://github.com/rust-lang/crates.io-index"
  838checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
  839dependencies = [
  840 "async-std",
  841 "filetime",
  842 "libc",
  843 "pin-project",
  844 "redox_syscall 0.2.16",
  845 "xattr",
  846]
  847
  848[[package]]
  849name = "async-task"
  850version = "4.7.0"
  851source = "registry+https://github.com/rust-lang/crates.io-index"
  852checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
  853
  854[[package]]
  855name = "async-trait"
  856version = "0.1.77"
  857source = "registry+https://github.com/rust-lang/crates.io-index"
  858checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
  859dependencies = [
  860 "proc-macro2",
  861 "quote",
  862 "syn 2.0.59",
  863]
  864
  865[[package]]
  866name = "async-tungstenite"
  867version = "0.23.0"
  868source = "registry+https://github.com/rust-lang/crates.io-index"
  869checksum = "a1e9efbe14612da0a19fb983059a0b621e9cf6225d7018ecab4f9988215540dc"
  870dependencies = [
  871 "async-native-tls",
  872 "async-std",
  873 "futures-io",
  874 "futures-util",
  875 "log",
  876 "pin-project-lite",
  877 "tungstenite",
  878]
  879
  880[[package]]
  881name = "async-watch"
  882version = "0.3.1"
  883source = "registry+https://github.com/rust-lang/crates.io-index"
  884checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
  885dependencies = [
  886 "event-listener 2.5.3",
  887]
  888
  889[[package]]
  890name = "async_zip"
  891version = "0.0.17"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
  894dependencies = [
  895 "async-compression",
  896 "crc32fast",
  897 "futures-lite 2.2.0",
  898 "pin-project",
  899 "thiserror",
  900]
  901
  902[[package]]
  903name = "asynchronous-codec"
  904version = "0.7.0"
  905source = "registry+https://github.com/rust-lang/crates.io-index"
  906checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
  907dependencies = [
  908 "bytes 1.5.0",
  909 "futures-sink",
  910 "futures-util",
  911 "memchr",
  912 "pin-project-lite",
  913]
  914
  915[[package]]
  916name = "atoi"
  917version = "2.0.0"
  918source = "registry+https://github.com/rust-lang/crates.io-index"
  919checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  920dependencies = [
  921 "num-traits",
  922]
  923
  924[[package]]
  925name = "atomic"
  926version = "0.5.3"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
  929
  930[[package]]
  931name = "atomic-waker"
  932version = "1.1.1"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
  935
  936[[package]]
  937name = "audio"
  938version = "0.1.0"
  939dependencies = [
  940 "anyhow",
  941 "collections",
  942 "derive_more",
  943 "gpui",
  944 "parking_lot",
  945 "rodio",
  946 "util",
  947]
  948
  949[[package]]
  950name = "auto_update"
  951version = "0.1.0"
  952dependencies = [
  953 "anyhow",
  954 "client",
  955 "db",
  956 "editor",
  957 "gpui",
  958 "http_client",
  959 "isahc",
  960 "log",
  961 "markdown_preview",
  962 "menu",
  963 "paths",
  964 "release_channel",
  965 "schemars",
  966 "serde",
  967 "serde_derive",
  968 "serde_json",
  969 "settings",
  970 "smol",
  971 "tempfile",
  972 "util",
  973 "workspace",
  974]
  975
  976[[package]]
  977name = "autocfg"
  978version = "1.1.0"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  981
  982[[package]]
  983name = "av1-grain"
  984version = "0.2.3"
  985source = "registry+https://github.com/rust-lang/crates.io-index"
  986checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
  987dependencies = [
  988 "anyhow",
  989 "arrayvec",
  990 "log",
  991 "nom",
  992 "num-rational",
  993 "v_frame",
  994]
  995
  996[[package]]
  997name = "avif-serialize"
  998version = "0.8.1"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
 1001dependencies = [
 1002 "arrayvec",
 1003]
 1004
 1005[[package]]
 1006name = "aws-config"
 1007version = "1.1.5"
 1008source = "registry+https://github.com/rust-lang/crates.io-index"
 1009checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
 1010dependencies = [
 1011 "aws-credential-types",
 1012 "aws-runtime",
 1013 "aws-sdk-sso",
 1014 "aws-sdk-ssooidc",
 1015 "aws-sdk-sts",
 1016 "aws-smithy-async",
 1017 "aws-smithy-http",
 1018 "aws-smithy-json",
 1019 "aws-smithy-runtime",
 1020 "aws-smithy-runtime-api",
 1021 "aws-smithy-types",
 1022 "aws-types",
 1023 "bytes 1.5.0",
 1024 "fastrand 2.0.0",
 1025 "hex",
 1026 "http 0.2.9",
 1027 "hyper",
 1028 "ring",
 1029 "time",
 1030 "tokio",
 1031 "tracing",
 1032 "zeroize",
 1033]
 1034
 1035[[package]]
 1036name = "aws-credential-types"
 1037version = "1.1.5"
 1038source = "registry+https://github.com/rust-lang/crates.io-index"
 1039checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
 1040dependencies = [
 1041 "aws-smithy-async",
 1042 "aws-smithy-runtime-api",
 1043 "aws-smithy-types",
 1044 "zeroize",
 1045]
 1046
 1047[[package]]
 1048name = "aws-runtime"
 1049version = "1.1.5"
 1050source = "registry+https://github.com/rust-lang/crates.io-index"
 1051checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
 1052dependencies = [
 1053 "aws-credential-types",
 1054 "aws-sigv4",
 1055 "aws-smithy-async",
 1056 "aws-smithy-eventstream",
 1057 "aws-smithy-http",
 1058 "aws-smithy-runtime-api",
 1059 "aws-smithy-types",
 1060 "aws-types",
 1061 "bytes 1.5.0",
 1062 "fastrand 2.0.0",
 1063 "http 0.2.9",
 1064 "http-body",
 1065 "percent-encoding",
 1066 "pin-project-lite",
 1067 "tracing",
 1068 "uuid",
 1069]
 1070
 1071[[package]]
 1072name = "aws-sdk-s3"
 1073version = "1.15.0"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
 1076dependencies = [
 1077 "aws-credential-types",
 1078 "aws-runtime",
 1079 "aws-sigv4",
 1080 "aws-smithy-async",
 1081 "aws-smithy-checksums",
 1082 "aws-smithy-eventstream",
 1083 "aws-smithy-http",
 1084 "aws-smithy-json",
 1085 "aws-smithy-runtime",
 1086 "aws-smithy-runtime-api",
 1087 "aws-smithy-types",
 1088 "aws-smithy-xml",
 1089 "aws-types",
 1090 "bytes 1.5.0",
 1091 "http 0.2.9",
 1092 "http-body",
 1093 "once_cell",
 1094 "percent-encoding",
 1095 "regex-lite",
 1096 "tracing",
 1097 "url",
 1098]
 1099
 1100[[package]]
 1101name = "aws-sdk-sso"
 1102version = "1.13.0"
 1103source = "registry+https://github.com/rust-lang/crates.io-index"
 1104checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
 1105dependencies = [
 1106 "aws-credential-types",
 1107 "aws-runtime",
 1108 "aws-smithy-async",
 1109 "aws-smithy-http",
 1110 "aws-smithy-json",
 1111 "aws-smithy-runtime",
 1112 "aws-smithy-runtime-api",
 1113 "aws-smithy-types",
 1114 "aws-types",
 1115 "bytes 1.5.0",
 1116 "http 0.2.9",
 1117 "once_cell",
 1118 "regex-lite",
 1119 "tracing",
 1120]
 1121
 1122[[package]]
 1123name = "aws-sdk-ssooidc"
 1124version = "1.13.0"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
 1127dependencies = [
 1128 "aws-credential-types",
 1129 "aws-runtime",
 1130 "aws-smithy-async",
 1131 "aws-smithy-http",
 1132 "aws-smithy-json",
 1133 "aws-smithy-runtime",
 1134 "aws-smithy-runtime-api",
 1135 "aws-smithy-types",
 1136 "aws-types",
 1137 "bytes 1.5.0",
 1138 "http 0.2.9",
 1139 "once_cell",
 1140 "regex-lite",
 1141 "tracing",
 1142]
 1143
 1144[[package]]
 1145name = "aws-sdk-sts"
 1146version = "1.13.0"
 1147source = "registry+https://github.com/rust-lang/crates.io-index"
 1148checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
 1149dependencies = [
 1150 "aws-credential-types",
 1151 "aws-runtime",
 1152 "aws-smithy-async",
 1153 "aws-smithy-http",
 1154 "aws-smithy-json",
 1155 "aws-smithy-query",
 1156 "aws-smithy-runtime",
 1157 "aws-smithy-runtime-api",
 1158 "aws-smithy-types",
 1159 "aws-smithy-xml",
 1160 "aws-types",
 1161 "http 0.2.9",
 1162 "once_cell",
 1163 "regex-lite",
 1164 "tracing",
 1165]
 1166
 1167[[package]]
 1168name = "aws-sigv4"
 1169version = "1.1.5"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
 1172dependencies = [
 1173 "aws-credential-types",
 1174 "aws-smithy-eventstream",
 1175 "aws-smithy-http",
 1176 "aws-smithy-runtime-api",
 1177 "aws-smithy-types",
 1178 "bytes 1.5.0",
 1179 "crypto-bigint 0.5.5",
 1180 "form_urlencoded",
 1181 "hex",
 1182 "hmac",
 1183 "http 0.2.9",
 1184 "http 1.0.0",
 1185 "once_cell",
 1186 "p256",
 1187 "percent-encoding",
 1188 "ring",
 1189 "sha2",
 1190 "subtle",
 1191 "time",
 1192 "tracing",
 1193 "zeroize",
 1194]
 1195
 1196[[package]]
 1197name = "aws-smithy-async"
 1198version = "1.1.5"
 1199source = "registry+https://github.com/rust-lang/crates.io-index"
 1200checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
 1201dependencies = [
 1202 "futures-util",
 1203 "pin-project-lite",
 1204 "tokio",
 1205]
 1206
 1207[[package]]
 1208name = "aws-smithy-checksums"
 1209version = "0.60.5"
 1210source = "registry+https://github.com/rust-lang/crates.io-index"
 1211checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
 1212dependencies = [
 1213 "aws-smithy-http",
 1214 "aws-smithy-types",
 1215 "bytes 1.5.0",
 1216 "crc32c",
 1217 "crc32fast",
 1218 "hex",
 1219 "http 0.2.9",
 1220 "http-body",
 1221 "md-5",
 1222 "pin-project-lite",
 1223 "sha1",
 1224 "sha2",
 1225 "tracing",
 1226]
 1227
 1228[[package]]
 1229name = "aws-smithy-eventstream"
 1230version = "0.60.4"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 1233dependencies = [
 1234 "aws-smithy-types",
 1235 "bytes 1.5.0",
 1236 "crc32fast",
 1237]
 1238
 1239[[package]]
 1240name = "aws-smithy-http"
 1241version = "0.60.5"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
 1244dependencies = [
 1245 "aws-smithy-eventstream",
 1246 "aws-smithy-runtime-api",
 1247 "aws-smithy-types",
 1248 "bytes 1.5.0",
 1249 "bytes-utils",
 1250 "futures-core",
 1251 "http 0.2.9",
 1252 "http-body",
 1253 "once_cell",
 1254 "percent-encoding",
 1255 "pin-project-lite",
 1256 "pin-utils",
 1257 "tracing",
 1258]
 1259
 1260[[package]]
 1261name = "aws-smithy-json"
 1262version = "0.60.5"
 1263source = "registry+https://github.com/rust-lang/crates.io-index"
 1264checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
 1265dependencies = [
 1266 "aws-smithy-types",
 1267]
 1268
 1269[[package]]
 1270name = "aws-smithy-query"
 1271version = "0.60.5"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
 1274dependencies = [
 1275 "aws-smithy-types",
 1276 "urlencoding",
 1277]
 1278
 1279[[package]]
 1280name = "aws-smithy-runtime"
 1281version = "1.1.5"
 1282source = "registry+https://github.com/rust-lang/crates.io-index"
 1283checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
 1284dependencies = [
 1285 "aws-smithy-async",
 1286 "aws-smithy-http",
 1287 "aws-smithy-runtime-api",
 1288 "aws-smithy-types",
 1289 "bytes 1.5.0",
 1290 "fastrand 2.0.0",
 1291 "h2",
 1292 "http 0.2.9",
 1293 "http-body",
 1294 "hyper",
 1295 "hyper-rustls",
 1296 "once_cell",
 1297 "pin-project-lite",
 1298 "pin-utils",
 1299 "rustls",
 1300 "tokio",
 1301 "tracing",
 1302]
 1303
 1304[[package]]
 1305name = "aws-smithy-runtime-api"
 1306version = "1.1.5"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
 1309dependencies = [
 1310 "aws-smithy-async",
 1311 "aws-smithy-types",
 1312 "bytes 1.5.0",
 1313 "http 0.2.9",
 1314 "pin-project-lite",
 1315 "tokio",
 1316 "tracing",
 1317 "zeroize",
 1318]
 1319
 1320[[package]]
 1321name = "aws-smithy-types"
 1322version = "1.1.5"
 1323source = "registry+https://github.com/rust-lang/crates.io-index"
 1324checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
 1325dependencies = [
 1326 "base64-simd",
 1327 "bytes 1.5.0",
 1328 "bytes-utils",
 1329 "futures-core",
 1330 "http 0.2.9",
 1331 "http-body",
 1332 "itoa",
 1333 "num-integer",
 1334 "pin-project-lite",
 1335 "pin-utils",
 1336 "ryu",
 1337 "serde",
 1338 "time",
 1339 "tokio",
 1340 "tokio-util",
 1341]
 1342
 1343[[package]]
 1344name = "aws-smithy-xml"
 1345version = "0.60.5"
 1346source = "registry+https://github.com/rust-lang/crates.io-index"
 1347checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
 1348dependencies = [
 1349 "xmlparser",
 1350]
 1351
 1352[[package]]
 1353name = "aws-types"
 1354version = "1.1.5"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-smithy-async",
 1360 "aws-smithy-runtime-api",
 1361 "aws-smithy-types",
 1362 "http 0.2.9",
 1363 "rustc_version",
 1364 "tracing",
 1365]
 1366
 1367[[package]]
 1368name = "axum"
 1369version = "0.6.20"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1372dependencies = [
 1373 "async-trait",
 1374 "axum-core",
 1375 "base64 0.21.7",
 1376 "bitflags 1.3.2",
 1377 "bytes 1.5.0",
 1378 "futures-util",
 1379 "headers",
 1380 "http 0.2.9",
 1381 "http-body",
 1382 "hyper",
 1383 "itoa",
 1384 "matchit",
 1385 "memchr",
 1386 "mime",
 1387 "percent-encoding",
 1388 "pin-project-lite",
 1389 "rustversion",
 1390 "serde",
 1391 "serde_json",
 1392 "serde_path_to_error",
 1393 "serde_urlencoded",
 1394 "sha1",
 1395 "sync_wrapper",
 1396 "tokio",
 1397 "tokio-tungstenite",
 1398 "tower",
 1399 "tower-layer",
 1400 "tower-service",
 1401]
 1402
 1403[[package]]
 1404name = "axum-core"
 1405version = "0.3.4"
 1406source = "registry+https://github.com/rust-lang/crates.io-index"
 1407checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1408dependencies = [
 1409 "async-trait",
 1410 "bytes 1.5.0",
 1411 "futures-util",
 1412 "http 0.2.9",
 1413 "http-body",
 1414 "mime",
 1415 "rustversion",
 1416 "tower-layer",
 1417 "tower-service",
 1418]
 1419
 1420[[package]]
 1421name = "axum-extra"
 1422version = "0.4.2"
 1423source = "registry+https://github.com/rust-lang/crates.io-index"
 1424checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1425dependencies = [
 1426 "axum",
 1427 "bytes 1.5.0",
 1428 "futures-util",
 1429 "http 0.2.9",
 1430 "mime",
 1431 "pin-project-lite",
 1432 "serde",
 1433 "serde_json",
 1434 "tokio",
 1435 "tower",
 1436 "tower-http 0.3.5",
 1437 "tower-layer",
 1438 "tower-service",
 1439]
 1440
 1441[[package]]
 1442name = "backtrace"
 1443version = "0.3.73"
 1444source = "registry+https://github.com/rust-lang/crates.io-index"
 1445checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
 1446dependencies = [
 1447 "addr2line",
 1448 "cc",
 1449 "cfg-if",
 1450 "libc",
 1451 "miniz_oxide",
 1452 "object 0.36.2",
 1453 "rustc-demangle",
 1454]
 1455
 1456[[package]]
 1457name = "base16ct"
 1458version = "0.1.1"
 1459source = "registry+https://github.com/rust-lang/crates.io-index"
 1460checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1461
 1462[[package]]
 1463name = "base64"
 1464version = "0.13.1"
 1465source = "registry+https://github.com/rust-lang/crates.io-index"
 1466checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1467
 1468[[package]]
 1469name = "base64"
 1470version = "0.21.7"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1473
 1474[[package]]
 1475name = "base64"
 1476version = "0.22.0"
 1477source = "registry+https://github.com/rust-lang/crates.io-index"
 1478checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
 1479
 1480[[package]]
 1481name = "base64-simd"
 1482version = "0.8.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1485dependencies = [
 1486 "outref",
 1487 "vsimd",
 1488]
 1489
 1490[[package]]
 1491name = "base64ct"
 1492version = "1.6.0"
 1493source = "registry+https://github.com/rust-lang/crates.io-index"
 1494checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1495
 1496[[package]]
 1497name = "bigdecimal"
 1498version = "0.3.1"
 1499source = "registry+https://github.com/rust-lang/crates.io-index"
 1500checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
 1501dependencies = [
 1502 "num-bigint",
 1503 "num-integer",
 1504 "num-traits",
 1505]
 1506
 1507[[package]]
 1508name = "bincode"
 1509version = "1.3.3"
 1510source = "registry+https://github.com/rust-lang/crates.io-index"
 1511checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1512dependencies = [
 1513 "serde",
 1514]
 1515
 1516[[package]]
 1517name = "bindgen"
 1518version = "0.64.0"
 1519source = "registry+https://github.com/rust-lang/crates.io-index"
 1520checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
 1521dependencies = [
 1522 "bitflags 1.3.2",
 1523 "cexpr",
 1524 "clang-sys",
 1525 "lazy_static",
 1526 "lazycell",
 1527 "peeking_take_while",
 1528 "proc-macro2",
 1529 "quote",
 1530 "regex",
 1531 "rustc-hash",
 1532 "shlex",
 1533 "syn 1.0.109",
 1534]
 1535
 1536[[package]]
 1537name = "bindgen"
 1538version = "0.65.1"
 1539source = "registry+https://github.com/rust-lang/crates.io-index"
 1540checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
 1541dependencies = [
 1542 "bitflags 1.3.2",
 1543 "cexpr",
 1544 "clang-sys",
 1545 "lazy_static",
 1546 "lazycell",
 1547 "log",
 1548 "peeking_take_while",
 1549 "prettyplease",
 1550 "proc-macro2",
 1551 "quote",
 1552 "regex",
 1553 "rustc-hash",
 1554 "shlex",
 1555 "syn 2.0.59",
 1556 "which 4.4.2",
 1557]
 1558
 1559[[package]]
 1560name = "bit-set"
 1561version = "0.5.3"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1564dependencies = [
 1565 "bit-vec 0.6.3",
 1566]
 1567
 1568[[package]]
 1569name = "bit-set"
 1570version = "0.6.0"
 1571source = "registry+https://github.com/rust-lang/crates.io-index"
 1572checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
 1573dependencies = [
 1574 "bit-vec 0.7.0",
 1575]
 1576
 1577[[package]]
 1578name = "bit-vec"
 1579version = "0.6.3"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1582
 1583[[package]]
 1584name = "bit-vec"
 1585version = "0.7.0"
 1586source = "registry+https://github.com/rust-lang/crates.io-index"
 1587checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
 1588
 1589[[package]]
 1590name = "bit_field"
 1591version = "0.10.2"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1594
 1595[[package]]
 1596name = "bitflags"
 1597version = "1.3.2"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1600
 1601[[package]]
 1602name = "bitflags"
 1603version = "2.6.0"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 1606dependencies = [
 1607 "serde",
 1608]
 1609
 1610[[package]]
 1611name = "bitstream-io"
 1612version = "2.4.2"
 1613source = "registry+https://github.com/rust-lang/crates.io-index"
 1614checksum = "415f8399438eb5e4b2f73ed3152a3448b98149dda642a957ee704e1daa5cf1d8"
 1615
 1616[[package]]
 1617name = "bitvec"
 1618version = "1.0.1"
 1619source = "registry+https://github.com/rust-lang/crates.io-index"
 1620checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1621dependencies = [
 1622 "funty",
 1623 "radium",
 1624 "tap",
 1625 "wyz",
 1626]
 1627
 1628[[package]]
 1629name = "blade-graphics"
 1630version = "0.4.0"
 1631source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1632dependencies = [
 1633 "ash",
 1634 "ash-window",
 1635 "bitflags 2.6.0",
 1636 "block",
 1637 "bytemuck",
 1638 "codespan-reporting",
 1639 "core-graphics-types",
 1640 "glow",
 1641 "gpu-alloc",
 1642 "gpu-alloc-ash",
 1643 "hidden-trait",
 1644 "js-sys",
 1645 "khronos-egl",
 1646 "libloading 0.8.0",
 1647 "log",
 1648 "metal",
 1649 "mint",
 1650 "naga",
 1651 "objc",
 1652 "raw-window-handle 0.6.0",
 1653 "slab",
 1654 "wasm-bindgen",
 1655 "web-sys",
 1656]
 1657
 1658[[package]]
 1659name = "blade-macros"
 1660version = "0.2.1"
 1661source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1662dependencies = [
 1663 "proc-macro2",
 1664 "quote",
 1665 "syn 2.0.59",
 1666]
 1667
 1668[[package]]
 1669name = "blade-util"
 1670version = "0.1.0"
 1671source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1672dependencies = [
 1673 "blade-graphics",
 1674 "bytemuck",
 1675 "log",
 1676 "profiling",
 1677]
 1678
 1679[[package]]
 1680name = "block"
 1681version = "0.1.6"
 1682source = "registry+https://github.com/rust-lang/crates.io-index"
 1683checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 1684
 1685[[package]]
 1686name = "block-buffer"
 1687version = "0.10.4"
 1688source = "registry+https://github.com/rust-lang/crates.io-index"
 1689checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1690dependencies = [
 1691 "generic-array",
 1692]
 1693
 1694[[package]]
 1695name = "block-padding"
 1696version = "0.3.3"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 1699dependencies = [
 1700 "generic-array",
 1701]
 1702
 1703[[package]]
 1704name = "blocking"
 1705version = "1.5.1"
 1706source = "registry+https://github.com/rust-lang/crates.io-index"
 1707checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
 1708dependencies = [
 1709 "async-channel 2.2.0",
 1710 "async-lock 3.3.0",
 1711 "async-task",
 1712 "fastrand 2.0.0",
 1713 "futures-io",
 1714 "futures-lite 2.2.0",
 1715 "piper",
 1716 "tracing",
 1717]
 1718
 1719[[package]]
 1720name = "borsh"
 1721version = "1.5.1"
 1722source = "registry+https://github.com/rust-lang/crates.io-index"
 1723checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
 1724dependencies = [
 1725 "borsh-derive",
 1726 "cfg_aliases 0.2.1",
 1727]
 1728
 1729[[package]]
 1730name = "borsh-derive"
 1731version = "1.5.1"
 1732source = "registry+https://github.com/rust-lang/crates.io-index"
 1733checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
 1734dependencies = [
 1735 "once_cell",
 1736 "proc-macro-crate 3.1.0",
 1737 "proc-macro2",
 1738 "quote",
 1739 "syn 2.0.59",
 1740 "syn_derive",
 1741]
 1742
 1743[[package]]
 1744name = "breadcrumbs"
 1745version = "0.1.0"
 1746dependencies = [
 1747 "editor",
 1748 "gpui",
 1749 "itertools 0.11.0",
 1750 "outline",
 1751 "theme",
 1752 "ui",
 1753 "workspace",
 1754]
 1755
 1756[[package]]
 1757name = "bstr"
 1758version = "1.6.2"
 1759source = "registry+https://github.com/rust-lang/crates.io-index"
 1760checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
 1761dependencies = [
 1762 "memchr",
 1763 "regex-automata 0.3.9",
 1764 "serde",
 1765]
 1766
 1767[[package]]
 1768name = "built"
 1769version = "0.7.3"
 1770source = "registry+https://github.com/rust-lang/crates.io-index"
 1771checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17"
 1772
 1773[[package]]
 1774name = "bumpalo"
 1775version = "3.14.0"
 1776source = "registry+https://github.com/rust-lang/crates.io-index"
 1777checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
 1778
 1779[[package]]
 1780name = "bytecheck"
 1781version = "0.6.11"
 1782source = "registry+https://github.com/rust-lang/crates.io-index"
 1783checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
 1784dependencies = [
 1785 "bytecheck_derive",
 1786 "ptr_meta",
 1787 "simdutf8",
 1788]
 1789
 1790[[package]]
 1791name = "bytecheck_derive"
 1792version = "0.6.11"
 1793source = "registry+https://github.com/rust-lang/crates.io-index"
 1794checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
 1795dependencies = [
 1796 "proc-macro2",
 1797 "quote",
 1798 "syn 1.0.109",
 1799]
 1800
 1801[[package]]
 1802name = "bytemuck"
 1803version = "1.14.0"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
 1806dependencies = [
 1807 "bytemuck_derive",
 1808]
 1809
 1810[[package]]
 1811name = "bytemuck_derive"
 1812version = "1.5.0"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
 1815dependencies = [
 1816 "proc-macro2",
 1817 "quote",
 1818 "syn 2.0.59",
 1819]
 1820
 1821[[package]]
 1822name = "byteorder"
 1823version = "1.5.0"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 1826
 1827[[package]]
 1828name = "byteorder-lite"
 1829version = "0.1.0"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 1832
 1833[[package]]
 1834name = "bytes"
 1835version = "0.4.12"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 1838dependencies = [
 1839 "byteorder",
 1840 "iovec",
 1841]
 1842
 1843[[package]]
 1844name = "bytes"
 1845version = "1.5.0"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
 1848
 1849[[package]]
 1850name = "bytes-utils"
 1851version = "0.1.4"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 1854dependencies = [
 1855 "bytes 1.5.0",
 1856 "either",
 1857]
 1858
 1859[[package]]
 1860name = "call"
 1861version = "0.1.0"
 1862dependencies = [
 1863 "anyhow",
 1864 "audio",
 1865 "client",
 1866 "collections",
 1867 "fs",
 1868 "futures 0.3.28",
 1869 "gpui",
 1870 "http_client",
 1871 "language",
 1872 "live_kit_client",
 1873 "log",
 1874 "postage",
 1875 "project",
 1876 "schemars",
 1877 "serde",
 1878 "serde_derive",
 1879 "settings",
 1880 "util",
 1881]
 1882
 1883[[package]]
 1884name = "calloop"
 1885version = "0.13.0"
 1886source = "registry+https://github.com/rust-lang/crates.io-index"
 1887checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 1888dependencies = [
 1889 "bitflags 2.6.0",
 1890 "log",
 1891 "polling 3.3.2",
 1892 "rustix 0.38.32",
 1893 "slab",
 1894 "thiserror",
 1895]
 1896
 1897[[package]]
 1898name = "calloop-wayland-source"
 1899version = "0.3.0"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 1902dependencies = [
 1903 "calloop",
 1904 "rustix 0.38.32",
 1905 "wayland-backend",
 1906 "wayland-client",
 1907]
 1908
 1909[[package]]
 1910name = "camino"
 1911version = "1.1.7"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
 1914dependencies = [
 1915 "serde",
 1916]
 1917
 1918[[package]]
 1919name = "cap-fs-ext"
 1920version = "3.0.0"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "769f8cd02eb04d57f14e2e371ebb533f96817f9b2525d73a5c72b61ca7973747"
 1923dependencies = [
 1924 "cap-primitives",
 1925 "cap-std",
 1926 "io-lifetimes 2.0.3",
 1927 "windows-sys 0.52.0",
 1928]
 1929
 1930[[package]]
 1931name = "cap-net-ext"
 1932version = "3.0.0"
 1933source = "registry+https://github.com/rust-lang/crates.io-index"
 1934checksum = "59ff6d3fb274292a9af283417e383afe6ded1fe66f6472d2c781216d3d80c218"
 1935dependencies = [
 1936 "cap-primitives",
 1937 "cap-std",
 1938 "rustix 0.38.32",
 1939 "smallvec",
 1940]
 1941
 1942[[package]]
 1943name = "cap-primitives"
 1944version = "3.0.0"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0"
 1947dependencies = [
 1948 "ambient-authority",
 1949 "fs-set-times",
 1950 "io-extras",
 1951 "io-lifetimes 2.0.3",
 1952 "ipnet",
 1953 "maybe-owned",
 1954 "rustix 0.38.32",
 1955 "windows-sys 0.52.0",
 1956 "winx",
 1957]
 1958
 1959[[package]]
 1960name = "cap-rand"
 1961version = "3.0.0"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "4327f08daac33a99bb03c54ae18c8f32c3ba31c728a33ddf683c6c6a5043de68"
 1964dependencies = [
 1965 "ambient-authority",
 1966 "rand 0.8.5",
 1967]
 1968
 1969[[package]]
 1970name = "cap-std"
 1971version = "3.0.0"
 1972source = "registry+https://github.com/rust-lang/crates.io-index"
 1973checksum = "266626ce180cf9709f317d0bf9754e3a5006359d87f4bf792f06c9c5f1b63c0f"
 1974dependencies = [
 1975 "cap-primitives",
 1976 "io-extras",
 1977 "io-lifetimes 2.0.3",
 1978 "rustix 0.38.32",
 1979]
 1980
 1981[[package]]
 1982name = "cap-time-ext"
 1983version = "3.0.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "e1353421ba83c19da60726e35db0a89abef984b3be183ff6f58c5b8084fcd0c5"
 1986dependencies = [
 1987 "ambient-authority",
 1988 "cap-primitives",
 1989 "iana-time-zone",
 1990 "once_cell",
 1991 "rustix 0.38.32",
 1992 "winx",
 1993]
 1994
 1995[[package]]
 1996name = "cargo-platform"
 1997version = "0.1.8"
 1998source = "registry+https://github.com/rust-lang/crates.io-index"
 1999checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
 2000dependencies = [
 2001 "serde",
 2002]
 2003
 2004[[package]]
 2005name = "cargo_metadata"
 2006version = "0.18.1"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
 2009dependencies = [
 2010 "camino",
 2011 "cargo-platform",
 2012 "semver",
 2013 "serde",
 2014 "serde_json",
 2015 "thiserror",
 2016]
 2017
 2018[[package]]
 2019name = "cargo_toml"
 2020version = "0.20.4"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
 2023dependencies = [
 2024 "serde",
 2025 "toml 0.8.16",
 2026]
 2027
 2028[[package]]
 2029name = "cast"
 2030version = "0.3.0"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2033
 2034[[package]]
 2035name = "castaway"
 2036version = "0.1.2"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
 2039
 2040[[package]]
 2041name = "cbc"
 2042version = "0.1.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2045dependencies = [
 2046 "cipher",
 2047]
 2048
 2049[[package]]
 2050name = "cbindgen"
 2051version = "0.26.0"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
 2054dependencies = [
 2055 "heck 0.4.1",
 2056 "indexmap 1.9.3",
 2057 "log",
 2058 "proc-macro2",
 2059 "quote",
 2060 "serde",
 2061 "serde_json",
 2062 "syn 1.0.109",
 2063 "tempfile",
 2064 "toml 0.5.11",
 2065]
 2066
 2067[[package]]
 2068name = "cc"
 2069version = "1.0.106"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2"
 2072dependencies = [
 2073 "jobserver",
 2074 "libc",
 2075 "once_cell",
 2076]
 2077
 2078[[package]]
 2079name = "cesu8"
 2080version = "1.1.0"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2083
 2084[[package]]
 2085name = "cexpr"
 2086version = "0.6.0"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2089dependencies = [
 2090 "nom",
 2091]
 2092
 2093[[package]]
 2094name = "cfg-expr"
 2095version = "0.15.8"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2098dependencies = [
 2099 "smallvec",
 2100 "target-lexicon",
 2101]
 2102
 2103[[package]]
 2104name = "cfg-if"
 2105version = "1.0.0"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2108
 2109[[package]]
 2110name = "cfg_aliases"
 2111version = "0.1.1"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2114
 2115[[package]]
 2116name = "cfg_aliases"
 2117version = "0.2.1"
 2118source = "registry+https://github.com/rust-lang/crates.io-index"
 2119checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2120
 2121[[package]]
 2122name = "channel"
 2123version = "0.1.0"
 2124dependencies = [
 2125 "anyhow",
 2126 "client",
 2127 "clock",
 2128 "collections",
 2129 "futures 0.3.28",
 2130 "gpui",
 2131 "http_client",
 2132 "language",
 2133 "log",
 2134 "rand 0.8.5",
 2135 "release_channel",
 2136 "rpc",
 2137 "settings",
 2138 "sum_tree",
 2139 "text",
 2140 "time",
 2141 "util",
 2142]
 2143
 2144[[package]]
 2145name = "chrono"
 2146version = "0.4.38"
 2147source = "registry+https://github.com/rust-lang/crates.io-index"
 2148checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 2149dependencies = [
 2150 "android-tzdata",
 2151 "iana-time-zone",
 2152 "js-sys",
 2153 "num-traits",
 2154 "serde",
 2155 "wasm-bindgen",
 2156 "windows-targets 0.52.6",
 2157]
 2158
 2159[[package]]
 2160name = "chunked_transfer"
 2161version = "1.4.1"
 2162source = "registry+https://github.com/rust-lang/crates.io-index"
 2163checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
 2164
 2165[[package]]
 2166name = "ciborium"
 2167version = "0.2.2"
 2168source = "registry+https://github.com/rust-lang/crates.io-index"
 2169checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2170dependencies = [
 2171 "ciborium-io",
 2172 "ciborium-ll",
 2173 "serde",
 2174]
 2175
 2176[[package]]
 2177name = "ciborium-io"
 2178version = "0.2.2"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2181
 2182[[package]]
 2183name = "ciborium-ll"
 2184version = "0.2.2"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2187dependencies = [
 2188 "ciborium-io",
 2189 "half",
 2190]
 2191
 2192[[package]]
 2193name = "cipher"
 2194version = "0.4.4"
 2195source = "registry+https://github.com/rust-lang/crates.io-index"
 2196checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2197dependencies = [
 2198 "crypto-common",
 2199 "inout",
 2200 "zeroize",
 2201]
 2202
 2203[[package]]
 2204name = "clang-sys"
 2205version = "1.6.1"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
 2208dependencies = [
 2209 "glob",
 2210 "libc",
 2211 "libloading 0.7.4",
 2212]
 2213
 2214[[package]]
 2215name = "clap"
 2216version = "4.4.4"
 2217source = "registry+https://github.com/rust-lang/crates.io-index"
 2218checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
 2219dependencies = [
 2220 "clap_builder",
 2221 "clap_derive",
 2222]
 2223
 2224[[package]]
 2225name = "clap_builder"
 2226version = "4.4.4"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
 2229dependencies = [
 2230 "anstream",
 2231 "anstyle",
 2232 "clap_lex",
 2233 "strsim",
 2234]
 2235
 2236[[package]]
 2237name = "clap_derive"
 2238version = "4.4.2"
 2239source = "registry+https://github.com/rust-lang/crates.io-index"
 2240checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
 2241dependencies = [
 2242 "heck 0.4.1",
 2243 "proc-macro2",
 2244 "quote",
 2245 "syn 2.0.59",
 2246]
 2247
 2248[[package]]
 2249name = "clap_lex"
 2250version = "0.5.1"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
 2253
 2254[[package]]
 2255name = "cli"
 2256version = "0.1.0"
 2257dependencies = [
 2258 "anyhow",
 2259 "clap",
 2260 "core-foundation",
 2261 "core-services",
 2262 "exec",
 2263 "fork",
 2264 "ipc-channel",
 2265 "once_cell",
 2266 "parking_lot",
 2267 "paths",
 2268 "plist",
 2269 "release_channel",
 2270 "serde",
 2271 "util",
 2272]
 2273
 2274[[package]]
 2275name = "clickhouse"
 2276version = "0.11.6"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
 2279dependencies = [
 2280 "bstr",
 2281 "bytes 1.5.0",
 2282 "clickhouse-derive",
 2283 "clickhouse-rs-cityhash-sys",
 2284 "futures 0.3.28",
 2285 "hyper",
 2286 "hyper-tls",
 2287 "lz4",
 2288 "sealed",
 2289 "serde",
 2290 "static_assertions",
 2291 "thiserror",
 2292 "tokio",
 2293 "url",
 2294]
 2295
 2296[[package]]
 2297name = "clickhouse-derive"
 2298version = "0.1.1"
 2299source = "registry+https://github.com/rust-lang/crates.io-index"
 2300checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
 2301dependencies = [
 2302 "proc-macro2",
 2303 "quote",
 2304 "serde_derive_internals",
 2305 "syn 1.0.109",
 2306]
 2307
 2308[[package]]
 2309name = "clickhouse-rs-cityhash-sys"
 2310version = "0.1.2"
 2311source = "registry+https://github.com/rust-lang/crates.io-index"
 2312checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
 2313dependencies = [
 2314 "cc",
 2315]
 2316
 2317[[package]]
 2318name = "client"
 2319version = "0.1.0"
 2320dependencies = [
 2321 "anyhow",
 2322 "async-native-tls",
 2323 "async-recursion 0.3.2",
 2324 "async-tungstenite",
 2325 "chrono",
 2326 "clock",
 2327 "cocoa",
 2328 "collections",
 2329 "feature_flags",
 2330 "fs",
 2331 "futures 0.3.28",
 2332 "gpui",
 2333 "http_client",
 2334 "lazy_static",
 2335 "log",
 2336 "once_cell",
 2337 "parking_lot",
 2338 "paths",
 2339 "postage",
 2340 "rand 0.8.5",
 2341 "release_channel",
 2342 "rpc",
 2343 "schemars",
 2344 "serde",
 2345 "serde_json",
 2346 "settings",
 2347 "sha2",
 2348 "smol",
 2349 "sysinfo",
 2350 "telemetry_events",
 2351 "tempfile",
 2352 "text",
 2353 "thiserror",
 2354 "time",
 2355 "tiny_http",
 2356 "url",
 2357 "util",
 2358 "windows 0.58.0",
 2359 "worktree",
 2360]
 2361
 2362[[package]]
 2363name = "clock"
 2364version = "0.1.0"
 2365dependencies = [
 2366 "chrono",
 2367 "parking_lot",
 2368 "serde",
 2369 "smallvec",
 2370]
 2371
 2372[[package]]
 2373name = "cobs"
 2374version = "0.2.3"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2377
 2378[[package]]
 2379name = "cocoa"
 2380version = "0.25.0"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2383dependencies = [
 2384 "bitflags 1.3.2",
 2385 "block",
 2386 "cocoa-foundation",
 2387 "core-foundation",
 2388 "core-graphics",
 2389 "foreign-types 0.5.0",
 2390 "libc",
 2391 "objc",
 2392]
 2393
 2394[[package]]
 2395name = "cocoa-foundation"
 2396version = "0.1.2"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2399dependencies = [
 2400 "bitflags 1.3.2",
 2401 "block",
 2402 "core-foundation",
 2403 "core-graphics-types",
 2404 "libc",
 2405 "objc",
 2406]
 2407
 2408[[package]]
 2409name = "codespan-reporting"
 2410version = "0.11.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2413dependencies = [
 2414 "termcolor",
 2415 "unicode-width",
 2416]
 2417
 2418[[package]]
 2419name = "collab"
 2420version = "0.44.0"
 2421dependencies = [
 2422 "anthropic",
 2423 "anyhow",
 2424 "assistant",
 2425 "async-trait",
 2426 "async-tungstenite",
 2427 "audio",
 2428 "aws-config",
 2429 "aws-sdk-s3",
 2430 "axum",
 2431 "axum-extra",
 2432 "base64 0.13.1",
 2433 "call",
 2434 "channel",
 2435 "chrono",
 2436 "clickhouse",
 2437 "client",
 2438 "clock",
 2439 "collab_ui",
 2440 "collections",
 2441 "completion",
 2442 "ctor",
 2443 "dashmap",
 2444 "dev_server_projects",
 2445 "editor",
 2446 "env_logger",
 2447 "envy",
 2448 "file_finder",
 2449 "fs",
 2450 "futures 0.3.28",
 2451 "git",
 2452 "git_hosting_providers",
 2453 "google_ai",
 2454 "gpui",
 2455 "headless",
 2456 "hex",
 2457 "http_client",
 2458 "indoc",
 2459 "language",
 2460 "language_model",
 2461 "live_kit_client",
 2462 "live_kit_server",
 2463 "log",
 2464 "lsp",
 2465 "menu",
 2466 "multi_buffer",
 2467 "nanoid",
 2468 "node_runtime",
 2469 "notifications",
 2470 "open_ai",
 2471 "parking_lot",
 2472 "pretty_assertions",
 2473 "project",
 2474 "prometheus",
 2475 "prost",
 2476 "rand 0.8.5",
 2477 "recent_projects",
 2478 "release_channel",
 2479 "remote",
 2480 "remote_server",
 2481 "reqwest",
 2482 "rpc",
 2483 "rustc-demangle",
 2484 "scrypt",
 2485 "sea-orm",
 2486 "semantic_version",
 2487 "semver",
 2488 "serde",
 2489 "serde_derive",
 2490 "serde_json",
 2491 "session",
 2492 "settings",
 2493 "sha2",
 2494 "sqlx",
 2495 "subtle",
 2496 "supermaven_api",
 2497 "telemetry_events",
 2498 "text",
 2499 "theme",
 2500 "time",
 2501 "tokio",
 2502 "toml 0.8.16",
 2503 "tower",
 2504 "tower-http 0.4.4",
 2505 "tracing",
 2506 "tracing-subscriber",
 2507 "unindent",
 2508 "util",
 2509 "uuid",
 2510 "workspace",
 2511 "worktree",
 2512]
 2513
 2514[[package]]
 2515name = "collab_ui"
 2516version = "0.1.0"
 2517dependencies = [
 2518 "anyhow",
 2519 "call",
 2520 "channel",
 2521 "chrono",
 2522 "client",
 2523 "collections",
 2524 "db",
 2525 "editor",
 2526 "emojis",
 2527 "futures 0.3.28",
 2528 "fuzzy",
 2529 "gpui",
 2530 "http_client",
 2531 "language",
 2532 "lazy_static",
 2533 "menu",
 2534 "notifications",
 2535 "parking_lot",
 2536 "picker",
 2537 "pretty_assertions",
 2538 "project",
 2539 "release_channel",
 2540 "rich_text",
 2541 "rpc",
 2542 "schemars",
 2543 "serde",
 2544 "serde_derive",
 2545 "serde_json",
 2546 "settings",
 2547 "smallvec",
 2548 "story",
 2549 "theme",
 2550 "time",
 2551 "time_format",
 2552 "title_bar",
 2553 "tree-sitter-md",
 2554 "ui",
 2555 "util",
 2556 "vcs_menu",
 2557 "workspace",
 2558]
 2559
 2560[[package]]
 2561name = "collections"
 2562version = "0.1.0"
 2563dependencies = [
 2564 "rustc-hash",
 2565]
 2566
 2567[[package]]
 2568name = "color_quant"
 2569version = "1.1.0"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 2572
 2573[[package]]
 2574name = "colorchoice"
 2575version = "1.0.0"
 2576source = "registry+https://github.com/rust-lang/crates.io-index"
 2577checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
 2578
 2579[[package]]
 2580name = "combine"
 2581version = "4.6.6"
 2582source = "registry+https://github.com/rust-lang/crates.io-index"
 2583checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
 2584dependencies = [
 2585 "bytes 1.5.0",
 2586 "memchr",
 2587]
 2588
 2589[[package]]
 2590name = "command_palette"
 2591version = "0.1.0"
 2592dependencies = [
 2593 "client",
 2594 "collections",
 2595 "command_palette_hooks",
 2596 "ctor",
 2597 "editor",
 2598 "env_logger",
 2599 "fuzzy",
 2600 "go_to_line",
 2601 "gpui",
 2602 "language",
 2603 "menu",
 2604 "picker",
 2605 "postage",
 2606 "project",
 2607 "serde",
 2608 "serde_json",
 2609 "settings",
 2610 "theme",
 2611 "ui",
 2612 "util",
 2613 "workspace",
 2614 "zed_actions",
 2615]
 2616
 2617[[package]]
 2618name = "command_palette_hooks"
 2619version = "0.1.0"
 2620dependencies = [
 2621 "collections",
 2622 "derive_more",
 2623 "gpui",
 2624]
 2625
 2626[[package]]
 2627name = "completion"
 2628version = "0.1.0"
 2629dependencies = [
 2630 "anyhow",
 2631 "ctor",
 2632 "editor",
 2633 "env_logger",
 2634 "futures 0.3.28",
 2635 "gpui",
 2636 "language",
 2637 "language_model",
 2638 "project",
 2639 "rand 0.8.5",
 2640 "serde",
 2641 "settings",
 2642 "smol",
 2643 "text",
 2644 "ui",
 2645 "unindent",
 2646]
 2647
 2648[[package]]
 2649name = "concurrent-queue"
 2650version = "2.2.0"
 2651source = "registry+https://github.com/rust-lang/crates.io-index"
 2652checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
 2653dependencies = [
 2654 "crossbeam-utils",
 2655]
 2656
 2657[[package]]
 2658name = "console"
 2659version = "0.15.7"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
 2662dependencies = [
 2663 "encode_unicode",
 2664 "lazy_static",
 2665 "libc",
 2666 "unicode-width",
 2667 "windows-sys 0.45.0",
 2668]
 2669
 2670[[package]]
 2671name = "const-oid"
 2672version = "0.9.5"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
 2675
 2676[[package]]
 2677name = "const-random"
 2678version = "0.1.18"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 2681dependencies = [
 2682 "const-random-macro",
 2683]
 2684
 2685[[package]]
 2686name = "const-random-macro"
 2687version = "0.1.16"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 2690dependencies = [
 2691 "getrandom 0.2.10",
 2692 "once_cell",
 2693 "tiny-keccak",
 2694]
 2695
 2696[[package]]
 2697name = "convert_case"
 2698version = "0.4.0"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 2701
 2702[[package]]
 2703name = "convert_case"
 2704version = "0.6.0"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 2707dependencies = [
 2708 "unicode-segmentation",
 2709]
 2710
 2711[[package]]
 2712name = "copilot"
 2713version = "0.1.0"
 2714dependencies = [
 2715 "anyhow",
 2716 "async-compression",
 2717 "async-std",
 2718 "async-tar",
 2719 "client",
 2720 "clock",
 2721 "collections",
 2722 "command_palette_hooks",
 2723 "editor",
 2724 "fs",
 2725 "futures 0.3.28",
 2726 "gpui",
 2727 "http_client",
 2728 "indoc",
 2729 "language",
 2730 "lsp",
 2731 "menu",
 2732 "node_runtime",
 2733 "parking_lot",
 2734 "paths",
 2735 "project",
 2736 "rpc",
 2737 "serde",
 2738 "serde_json",
 2739 "settings",
 2740 "smol",
 2741 "theme",
 2742 "ui",
 2743 "util",
 2744 "workspace",
 2745]
 2746
 2747[[package]]
 2748name = "core-foundation"
 2749version = "0.9.4"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 2752dependencies = [
 2753 "core-foundation-sys 0.8.6",
 2754 "libc",
 2755]
 2756
 2757[[package]]
 2758name = "core-foundation-sys"
 2759version = "0.6.2"
 2760source = "registry+https://github.com/rust-lang/crates.io-index"
 2761checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
 2762
 2763[[package]]
 2764name = "core-foundation-sys"
 2765version = "0.8.6"
 2766source = "registry+https://github.com/rust-lang/crates.io-index"
 2767checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
 2768
 2769[[package]]
 2770name = "core-graphics"
 2771version = "0.23.1"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
 2774dependencies = [
 2775 "bitflags 1.3.2",
 2776 "core-foundation",
 2777 "core-graphics-types",
 2778 "foreign-types 0.5.0",
 2779 "libc",
 2780]
 2781
 2782[[package]]
 2783name = "core-graphics-types"
 2784version = "0.1.3"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 2787dependencies = [
 2788 "bitflags 1.3.2",
 2789 "core-foundation",
 2790 "libc",
 2791]
 2792
 2793[[package]]
 2794name = "core-services"
 2795version = "0.2.1"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 2798dependencies = [
 2799 "core-foundation",
 2800]
 2801
 2802[[package]]
 2803name = "core-text"
 2804version = "20.1.0"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 2807dependencies = [
 2808 "core-foundation",
 2809 "core-graphics",
 2810 "foreign-types 0.5.0",
 2811 "libc",
 2812]
 2813
 2814[[package]]
 2815name = "coreaudio-rs"
 2816version = "0.11.2"
 2817source = "registry+https://github.com/rust-lang/crates.io-index"
 2818checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
 2819dependencies = [
 2820 "bitflags 1.3.2",
 2821 "core-foundation-sys 0.6.2",
 2822 "coreaudio-sys",
 2823]
 2824
 2825[[package]]
 2826name = "coreaudio-sys"
 2827version = "0.2.12"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
 2830dependencies = [
 2831 "bindgen 0.64.0",
 2832]
 2833
 2834[[package]]
 2835name = "cosmic-text"
 2836version = "0.11.2"
 2837source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 2838dependencies = [
 2839 "bitflags 2.6.0",
 2840 "fontdb",
 2841 "log",
 2842 "rangemap",
 2843 "rayon",
 2844 "rustc-hash",
 2845 "rustybuzz",
 2846 "self_cell",
 2847 "swash",
 2848 "sys-locale",
 2849 "ttf-parser",
 2850 "unicode-bidi",
 2851 "unicode-linebreak",
 2852 "unicode-script",
 2853 "unicode-segmentation",
 2854]
 2855
 2856[[package]]
 2857name = "cpal"
 2858version = "0.15.2"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
 2861dependencies = [
 2862 "alsa",
 2863 "core-foundation-sys 0.8.6",
 2864 "coreaudio-rs",
 2865 "dasp_sample",
 2866 "jni 0.19.0",
 2867 "js-sys",
 2868 "libc",
 2869 "mach2",
 2870 "ndk",
 2871 "ndk-context",
 2872 "oboe",
 2873 "once_cell",
 2874 "parking_lot",
 2875 "wasm-bindgen",
 2876 "wasm-bindgen-futures",
 2877 "web-sys",
 2878 "windows 0.46.0",
 2879]
 2880
 2881[[package]]
 2882name = "cpp_demangle"
 2883version = "0.4.3"
 2884source = "registry+https://github.com/rust-lang/crates.io-index"
 2885checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
 2886dependencies = [
 2887 "cfg-if",
 2888]
 2889
 2890[[package]]
 2891name = "cpufeatures"
 2892version = "0.2.9"
 2893source = "registry+https://github.com/rust-lang/crates.io-index"
 2894checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
 2895dependencies = [
 2896 "libc",
 2897]
 2898
 2899[[package]]
 2900name = "cranelift-bforest"
 2901version = "0.108.1"
 2902source = "registry+https://github.com/rust-lang/crates.io-index"
 2903checksum = "29daf137addc15da6bab6eae2c4a11e274b1d270bf2759508e62f6145e863ef6"
 2904dependencies = [
 2905 "cranelift-entity",
 2906]
 2907
 2908[[package]]
 2909name = "cranelift-codegen"
 2910version = "0.108.1"
 2911source = "registry+https://github.com/rust-lang/crates.io-index"
 2912checksum = "de619867d5de4c644b7fd9904d6e3295269c93d8a71013df796ab338681222d4"
 2913dependencies = [
 2914 "bumpalo",
 2915 "cranelift-bforest",
 2916 "cranelift-codegen-meta",
 2917 "cranelift-codegen-shared",
 2918 "cranelift-control",
 2919 "cranelift-entity",
 2920 "cranelift-isle",
 2921 "gimli 0.28.0",
 2922 "hashbrown 0.14.5",
 2923 "log",
 2924 "regalloc2",
 2925 "rustc-hash",
 2926 "smallvec",
 2927 "target-lexicon",
 2928]
 2929
 2930[[package]]
 2931name = "cranelift-codegen-meta"
 2932version = "0.108.1"
 2933source = "registry+https://github.com/rust-lang/crates.io-index"
 2934checksum = "29f5cf277490037d8dae9513d35e0ee8134670ae4a964a5ed5b198d4249d7c10"
 2935dependencies = [
 2936 "cranelift-codegen-shared",
 2937]
 2938
 2939[[package]]
 2940name = "cranelift-codegen-shared"
 2941version = "0.108.1"
 2942source = "registry+https://github.com/rust-lang/crates.io-index"
 2943checksum = "8c3e22ecad1123343a3c09ac6ecc532bb5c184b6fcb7888df0ea953727f79924"
 2944
 2945[[package]]
 2946name = "cranelift-control"
 2947version = "0.108.1"
 2948source = "registry+https://github.com/rust-lang/crates.io-index"
 2949checksum = "53ca3ec6d30bce84ccf59c81fead4d16381a3ef0ef75e8403bc1e7385980da09"
 2950dependencies = [
 2951 "arbitrary",
 2952]
 2953
 2954[[package]]
 2955name = "cranelift-entity"
 2956version = "0.108.1"
 2957source = "registry+https://github.com/rust-lang/crates.io-index"
 2958checksum = "7eabb8d36b0ca8906bec93c78ea516741cac2d7e6b266fa7b0ffddcc09004990"
 2959dependencies = [
 2960 "serde",
 2961 "serde_derive",
 2962]
 2963
 2964[[package]]
 2965name = "cranelift-frontend"
 2966version = "0.108.1"
 2967source = "registry+https://github.com/rust-lang/crates.io-index"
 2968checksum = "44b42630229e49a8cfcae90bdc43c8c4c08f7a7aa4618b67f79265cd2f996dd2"
 2969dependencies = [
 2970 "cranelift-codegen",
 2971 "log",
 2972 "smallvec",
 2973 "target-lexicon",
 2974]
 2975
 2976[[package]]
 2977name = "cranelift-isle"
 2978version = "0.108.1"
 2979source = "registry+https://github.com/rust-lang/crates.io-index"
 2980checksum = "918d1e36361805dfe0b6cdfd5a5ffdb5d03fa796170c5717d2727cbe623b93a0"
 2981
 2982[[package]]
 2983name = "cranelift-native"
 2984version = "0.108.1"
 2985source = "registry+https://github.com/rust-lang/crates.io-index"
 2986checksum = "75aea85a0d7e1800b14ce9d3f53adf8ad4d1ee8a9e23b0269bdc50285e93b9b3"
 2987dependencies = [
 2988 "cranelift-codegen",
 2989 "libc",
 2990 "target-lexicon",
 2991]
 2992
 2993[[package]]
 2994name = "cranelift-wasm"
 2995version = "0.108.1"
 2996source = "registry+https://github.com/rust-lang/crates.io-index"
 2997checksum = "dac491fd3473944781f0cf9528c90cc899d18ad438da21961a839a3a44d57dfb"
 2998dependencies = [
 2999 "cranelift-codegen",
 3000 "cranelift-entity",
 3001 "cranelift-frontend",
 3002 "itertools 0.12.1",
 3003 "log",
 3004 "smallvec",
 3005 "wasmparser 0.207.0",
 3006 "wasmtime-types",
 3007]
 3008
 3009[[package]]
 3010name = "crc"
 3011version = "3.0.1"
 3012source = "registry+https://github.com/rust-lang/crates.io-index"
 3013checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
 3014dependencies = [
 3015 "crc-catalog",
 3016]
 3017
 3018[[package]]
 3019name = "crc-catalog"
 3020version = "2.2.0"
 3021source = "registry+https://github.com/rust-lang/crates.io-index"
 3022checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
 3023
 3024[[package]]
 3025name = "crc32c"
 3026version = "0.6.5"
 3027source = "registry+https://github.com/rust-lang/crates.io-index"
 3028checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
 3029dependencies = [
 3030 "rustc_version",
 3031]
 3032
 3033[[package]]
 3034name = "crc32fast"
 3035version = "1.3.2"
 3036source = "registry+https://github.com/rust-lang/crates.io-index"
 3037checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 3038dependencies = [
 3039 "cfg-if",
 3040]
 3041
 3042[[package]]
 3043name = "criterion"
 3044version = "0.5.1"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3047dependencies = [
 3048 "anes",
 3049 "cast",
 3050 "ciborium",
 3051 "clap",
 3052 "criterion-plot",
 3053 "is-terminal",
 3054 "itertools 0.10.5",
 3055 "num-traits",
 3056 "once_cell",
 3057 "oorandom",
 3058 "plotters",
 3059 "rayon",
 3060 "regex",
 3061 "serde",
 3062 "serde_derive",
 3063 "serde_json",
 3064 "tinytemplate",
 3065 "walkdir",
 3066]
 3067
 3068[[package]]
 3069name = "criterion-plot"
 3070version = "0.5.0"
 3071source = "registry+https://github.com/rust-lang/crates.io-index"
 3072checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3073dependencies = [
 3074 "cast",
 3075 "itertools 0.10.5",
 3076]
 3077
 3078[[package]]
 3079name = "crossbeam-channel"
 3080version = "0.5.8"
 3081source = "registry+https://github.com/rust-lang/crates.io-index"
 3082checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
 3083dependencies = [
 3084 "cfg-if",
 3085 "crossbeam-utils",
 3086]
 3087
 3088[[package]]
 3089name = "crossbeam-deque"
 3090version = "0.8.3"
 3091source = "registry+https://github.com/rust-lang/crates.io-index"
 3092checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
 3093dependencies = [
 3094 "cfg-if",
 3095 "crossbeam-epoch",
 3096 "crossbeam-utils",
 3097]
 3098
 3099[[package]]
 3100name = "crossbeam-epoch"
 3101version = "0.9.15"
 3102source = "registry+https://github.com/rust-lang/crates.io-index"
 3103checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
 3104dependencies = [
 3105 "autocfg",
 3106 "cfg-if",
 3107 "crossbeam-utils",
 3108 "memoffset",
 3109 "scopeguard",
 3110]
 3111
 3112[[package]]
 3113name = "crossbeam-queue"
 3114version = "0.3.8"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
 3117dependencies = [
 3118 "cfg-if",
 3119 "crossbeam-utils",
 3120]
 3121
 3122[[package]]
 3123name = "crossbeam-utils"
 3124version = "0.8.16"
 3125source = "registry+https://github.com/rust-lang/crates.io-index"
 3126checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
 3127dependencies = [
 3128 "cfg-if",
 3129]
 3130
 3131[[package]]
 3132name = "crunchy"
 3133version = "0.2.2"
 3134source = "registry+https://github.com/rust-lang/crates.io-index"
 3135checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3136
 3137[[package]]
 3138name = "crypto-bigint"
 3139version = "0.4.9"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3142dependencies = [
 3143 "generic-array",
 3144 "rand_core 0.6.4",
 3145 "subtle",
 3146 "zeroize",
 3147]
 3148
 3149[[package]]
 3150name = "crypto-bigint"
 3151version = "0.5.5"
 3152source = "registry+https://github.com/rust-lang/crates.io-index"
 3153checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3154dependencies = [
 3155 "rand_core 0.6.4",
 3156 "subtle",
 3157]
 3158
 3159[[package]]
 3160name = "crypto-common"
 3161version = "0.1.6"
 3162source = "registry+https://github.com/rust-lang/crates.io-index"
 3163checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3164dependencies = [
 3165 "generic-array",
 3166 "rand_core 0.6.4",
 3167 "typenum",
 3168]
 3169
 3170[[package]]
 3171name = "ctor"
 3172version = "0.2.8"
 3173source = "registry+https://github.com/rust-lang/crates.io-index"
 3174checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
 3175dependencies = [
 3176 "quote",
 3177 "syn 2.0.59",
 3178]
 3179
 3180[[package]]
 3181name = "ctrlc"
 3182version = "3.4.4"
 3183source = "registry+https://github.com/rust-lang/crates.io-index"
 3184checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
 3185dependencies = [
 3186 "nix 0.28.0",
 3187 "windows-sys 0.52.0",
 3188]
 3189
 3190[[package]]
 3191name = "curl"
 3192version = "0.4.44"
 3193source = "registry+https://github.com/rust-lang/crates.io-index"
 3194checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
 3195dependencies = [
 3196 "curl-sys",
 3197 "libc",
 3198 "openssl-probe",
 3199 "openssl-sys",
 3200 "schannel",
 3201 "socket2 0.4.9",
 3202 "winapi",
 3203]
 3204
 3205[[package]]
 3206name = "curl-sys"
 3207version = "0.4.67+curl-8.3.0"
 3208source = "registry+https://github.com/rust-lang/crates.io-index"
 3209checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
 3210dependencies = [
 3211 "cc",
 3212 "libc",
 3213 "libz-sys",
 3214 "openssl-sys",
 3215 "pkg-config",
 3216 "vcpkg",
 3217 "windows-sys 0.48.0",
 3218]
 3219
 3220[[package]]
 3221name = "cursor-icon"
 3222version = "1.1.0"
 3223source = "registry+https://github.com/rust-lang/crates.io-index"
 3224checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3225
 3226[[package]]
 3227name = "dashmap"
 3228version = "5.5.3"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3231dependencies = [
 3232 "cfg-if",
 3233 "hashbrown 0.14.5",
 3234 "lock_api",
 3235 "once_cell",
 3236 "parking_lot_core",
 3237]
 3238
 3239[[package]]
 3240name = "dasp_sample"
 3241version = "0.11.0"
 3242source = "registry+https://github.com/rust-lang/crates.io-index"
 3243checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3244
 3245[[package]]
 3246name = "data-encoding"
 3247version = "2.5.0"
 3248source = "registry+https://github.com/rust-lang/crates.io-index"
 3249checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
 3250
 3251[[package]]
 3252name = "data-url"
 3253version = "0.3.1"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3256
 3257[[package]]
 3258name = "db"
 3259version = "0.1.0"
 3260dependencies = [
 3261 "anyhow",
 3262 "gpui",
 3263 "indoc",
 3264 "lazy_static",
 3265 "log",
 3266 "paths",
 3267 "release_channel",
 3268 "smol",
 3269 "sqlez",
 3270 "sqlez_macros",
 3271 "tempfile",
 3272 "util",
 3273]
 3274
 3275[[package]]
 3276name = "deflate64"
 3277version = "0.1.8"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
 3280
 3281[[package]]
 3282name = "der"
 3283version = "0.6.1"
 3284source = "registry+https://github.com/rust-lang/crates.io-index"
 3285checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 3286dependencies = [
 3287 "const-oid",
 3288 "zeroize",
 3289]
 3290
 3291[[package]]
 3292name = "der"
 3293version = "0.7.8"
 3294source = "registry+https://github.com/rust-lang/crates.io-index"
 3295checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
 3296dependencies = [
 3297 "const-oid",
 3298 "pem-rfc7468",
 3299 "zeroize",
 3300]
 3301
 3302[[package]]
 3303name = "deranged"
 3304version = "0.3.11"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 3307dependencies = [
 3308 "powerfmt",
 3309 "serde",
 3310]
 3311
 3312[[package]]
 3313name = "derivative"
 3314version = "2.2.0"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 3317dependencies = [
 3318 "proc-macro2",
 3319 "quote",
 3320 "syn 1.0.109",
 3321]
 3322
 3323[[package]]
 3324name = "derive_more"
 3325version = "0.99.18"
 3326source = "registry+https://github.com/rust-lang/crates.io-index"
 3327checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
 3328dependencies = [
 3329 "convert_case 0.4.0",
 3330 "proc-macro2",
 3331 "quote",
 3332 "rustc_version",
 3333 "syn 2.0.59",
 3334]
 3335
 3336[[package]]
 3337name = "derive_refineable"
 3338version = "0.1.0"
 3339dependencies = [
 3340 "proc-macro2",
 3341 "quote",
 3342 "syn 1.0.109",
 3343]
 3344
 3345[[package]]
 3346name = "dev_server_projects"
 3347version = "0.1.0"
 3348dependencies = [
 3349 "anyhow",
 3350 "client",
 3351 "gpui",
 3352 "rpc",
 3353 "serde",
 3354 "serde_json",
 3355]
 3356
 3357[[package]]
 3358name = "diagnostics"
 3359version = "0.1.0"
 3360dependencies = [
 3361 "anyhow",
 3362 "client",
 3363 "collections",
 3364 "ctor",
 3365 "editor",
 3366 "env_logger",
 3367 "feature_flags",
 3368 "futures 0.3.28",
 3369 "gpui",
 3370 "language",
 3371 "log",
 3372 "lsp",
 3373 "multi_buffer",
 3374 "pretty_assertions",
 3375 "project",
 3376 "rand 0.8.5",
 3377 "schemars",
 3378 "serde",
 3379 "serde_json",
 3380 "settings",
 3381 "theme",
 3382 "ui",
 3383 "unindent",
 3384 "util",
 3385 "workspace",
 3386]
 3387
 3388[[package]]
 3389name = "dialoguer"
 3390version = "0.11.0"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 3393dependencies = [
 3394 "console",
 3395 "fuzzy-matcher",
 3396 "shell-words",
 3397 "tempfile",
 3398 "thiserror",
 3399 "zeroize",
 3400]
 3401
 3402[[package]]
 3403name = "diff"
 3404version = "0.1.13"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 3407
 3408[[package]]
 3409name = "digest"
 3410version = "0.10.7"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 3413dependencies = [
 3414 "block-buffer",
 3415 "const-oid",
 3416 "crypto-common",
 3417 "subtle",
 3418]
 3419
 3420[[package]]
 3421name = "dirs"
 3422version = "4.0.0"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 3425dependencies = [
 3426 "dirs-sys 0.3.7",
 3427]
 3428
 3429[[package]]
 3430name = "dirs"
 3431version = "5.0.1"
 3432source = "registry+https://github.com/rust-lang/crates.io-index"
 3433checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 3434dependencies = [
 3435 "dirs-sys 0.4.1",
 3436]
 3437
 3438[[package]]
 3439name = "dirs-sys"
 3440version = "0.3.7"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 3443dependencies = [
 3444 "libc",
 3445 "redox_users",
 3446 "winapi",
 3447]
 3448
 3449[[package]]
 3450name = "dirs-sys"
 3451version = "0.4.1"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 3454dependencies = [
 3455 "libc",
 3456 "option-ext",
 3457 "redox_users",
 3458 "windows-sys 0.48.0",
 3459]
 3460
 3461[[package]]
 3462name = "dlib"
 3463version = "0.5.2"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 3466dependencies = [
 3467 "libloading 0.8.0",
 3468]
 3469
 3470[[package]]
 3471name = "dotenvy"
 3472version = "0.15.7"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 3475
 3476[[package]]
 3477name = "downcast-rs"
 3478version = "1.2.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
 3481
 3482[[package]]
 3483name = "doxygen-rs"
 3484version = "0.4.2"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 3487dependencies = [
 3488 "phf",
 3489]
 3490
 3491[[package]]
 3492name = "dwrote"
 3493version = "0.11.0"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
 3496dependencies = [
 3497 "lazy_static",
 3498 "libc",
 3499 "winapi",
 3500 "wio",
 3501]
 3502
 3503[[package]]
 3504name = "dyn-clone"
 3505version = "1.0.14"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
 3508
 3509[[package]]
 3510name = "ecdsa"
 3511version = "0.14.8"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 3514dependencies = [
 3515 "der 0.6.1",
 3516 "elliptic-curve",
 3517 "rfc6979",
 3518 "signature 1.6.4",
 3519]
 3520
 3521[[package]]
 3522name = "editor"
 3523version = "0.1.0"
 3524dependencies = [
 3525 "aho-corasick",
 3526 "anyhow",
 3527 "assets",
 3528 "chrono",
 3529 "client",
 3530 "clock",
 3531 "collections",
 3532 "convert_case 0.6.0",
 3533 "ctor",
 3534 "db",
 3535 "emojis",
 3536 "env_logger",
 3537 "file_icons",
 3538 "futures 0.3.28",
 3539 "fuzzy",
 3540 "git",
 3541 "gpui",
 3542 "http_client",
 3543 "indoc",
 3544 "itertools 0.11.0",
 3545 "language",
 3546 "lazy_static",
 3547 "linkify",
 3548 "log",
 3549 "lsp",
 3550 "markdown",
 3551 "multi_buffer",
 3552 "ordered-float 2.10.0",
 3553 "parking_lot",
 3554 "project",
 3555 "rand 0.8.5",
 3556 "release_channel",
 3557 "rpc",
 3558 "schemars",
 3559 "serde",
 3560 "serde_json",
 3561 "settings",
 3562 "smallvec",
 3563 "smol",
 3564 "snippet",
 3565 "sum_tree",
 3566 "task",
 3567 "text",
 3568 "theme",
 3569 "time",
 3570 "time_format",
 3571 "tree-sitter-html",
 3572 "tree-sitter-rust",
 3573 "tree-sitter-typescript",
 3574 "ui",
 3575 "unindent",
 3576 "url",
 3577 "util",
 3578 "workspace",
 3579]
 3580
 3581[[package]]
 3582name = "either"
 3583version = "1.9.0"
 3584source = "registry+https://github.com/rust-lang/crates.io-index"
 3585checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 3586dependencies = [
 3587 "serde",
 3588]
 3589
 3590[[package]]
 3591name = "elliptic-curve"
 3592version = "0.12.3"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 3595dependencies = [
 3596 "base16ct",
 3597 "crypto-bigint 0.4.9",
 3598 "der 0.6.1",
 3599 "digest",
 3600 "ff",
 3601 "generic-array",
 3602 "group",
 3603 "pkcs8 0.9.0",
 3604 "rand_core 0.6.4",
 3605 "sec1",
 3606 "subtle",
 3607 "zeroize",
 3608]
 3609
 3610[[package]]
 3611name = "embed-resource"
 3612version = "2.4.2"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
 3615dependencies = [
 3616 "cc",
 3617 "memchr",
 3618 "rustc_version",
 3619 "toml 0.8.16",
 3620 "vswhom",
 3621 "winreg 0.52.0",
 3622]
 3623
 3624[[package]]
 3625name = "embedded-io"
 3626version = "0.4.0"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 3629
 3630[[package]]
 3631name = "emojis"
 3632version = "0.6.1"
 3633source = "registry+https://github.com/rust-lang/crates.io-index"
 3634checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979"
 3635dependencies = [
 3636 "phf",
 3637]
 3638
 3639[[package]]
 3640name = "encode_unicode"
 3641version = "0.3.6"
 3642source = "registry+https://github.com/rust-lang/crates.io-index"
 3643checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 3644
 3645[[package]]
 3646name = "encoding_rs"
 3647version = "0.8.33"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 3650dependencies = [
 3651 "cfg-if",
 3652]
 3653
 3654[[package]]
 3655name = "endi"
 3656version = "1.1.0"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 3659
 3660[[package]]
 3661name = "enumflags2"
 3662version = "0.7.9"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
 3665dependencies = [
 3666 "enumflags2_derive",
 3667 "serde",
 3668]
 3669
 3670[[package]]
 3671name = "enumflags2_derive"
 3672version = "0.7.9"
 3673source = "registry+https://github.com/rust-lang/crates.io-index"
 3674checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
 3675dependencies = [
 3676 "proc-macro2",
 3677 "quote",
 3678 "syn 2.0.59",
 3679]
 3680
 3681[[package]]
 3682name = "env_logger"
 3683version = "0.10.2"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 3686dependencies = [
 3687 "humantime",
 3688 "is-terminal",
 3689 "log",
 3690 "regex",
 3691 "termcolor",
 3692]
 3693
 3694[[package]]
 3695name = "envy"
 3696version = "0.4.2"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 3699dependencies = [
 3700 "serde",
 3701]
 3702
 3703[[package]]
 3704name = "equivalent"
 3705version = "1.0.1"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 3708
 3709[[package]]
 3710name = "erased-serde"
 3711version = "0.4.5"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 3714dependencies = [
 3715 "serde",
 3716 "typeid",
 3717]
 3718
 3719[[package]]
 3720name = "errno"
 3721version = "0.2.8"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 3724dependencies = [
 3725 "errno-dragonfly",
 3726 "libc",
 3727 "winapi",
 3728]
 3729
 3730[[package]]
 3731name = "errno"
 3732version = "0.3.8"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
 3735dependencies = [
 3736 "libc",
 3737 "windows-sys 0.52.0",
 3738]
 3739
 3740[[package]]
 3741name = "errno-dragonfly"
 3742version = "0.1.2"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 3745dependencies = [
 3746 "cc",
 3747 "libc",
 3748]
 3749
 3750[[package]]
 3751name = "etagere"
 3752version = "0.2.8"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
 3755dependencies = [
 3756 "euclid",
 3757 "svg_fmt",
 3758]
 3759
 3760[[package]]
 3761name = "etcetera"
 3762version = "0.8.0"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 3765dependencies = [
 3766 "cfg-if",
 3767 "home",
 3768 "windows-sys 0.48.0",
 3769]
 3770
 3771[[package]]
 3772name = "euclid"
 3773version = "0.22.9"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
 3776dependencies = [
 3777 "num-traits",
 3778]
 3779
 3780[[package]]
 3781name = "event-listener"
 3782version = "2.5.3"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 3785
 3786[[package]]
 3787name = "event-listener"
 3788version = "4.0.3"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
 3791dependencies = [
 3792 "concurrent-queue",
 3793 "parking",
 3794 "pin-project-lite",
 3795]
 3796
 3797[[package]]
 3798name = "event-listener"
 3799version = "5.1.0"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
 3802dependencies = [
 3803 "concurrent-queue",
 3804 "parking",
 3805 "pin-project-lite",
 3806]
 3807
 3808[[package]]
 3809name = "event-listener-strategy"
 3810version = "0.4.0"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
 3813dependencies = [
 3814 "event-listener 4.0.3",
 3815 "pin-project-lite",
 3816]
 3817
 3818[[package]]
 3819name = "event-listener-strategy"
 3820version = "0.5.0"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
 3823dependencies = [
 3824 "event-listener 5.1.0",
 3825 "pin-project-lite",
 3826]
 3827
 3828[[package]]
 3829name = "exec"
 3830version = "0.3.1"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 3833dependencies = [
 3834 "errno 0.2.8",
 3835 "libc",
 3836]
 3837
 3838[[package]]
 3839name = "exr"
 3840version = "1.72.0"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
 3843dependencies = [
 3844 "bit_field",
 3845 "flume",
 3846 "half",
 3847 "lebe",
 3848 "miniz_oxide",
 3849 "rayon-core",
 3850 "smallvec",
 3851 "zune-inflate",
 3852]
 3853
 3854[[package]]
 3855name = "extension"
 3856version = "0.1.0"
 3857dependencies = [
 3858 "anyhow",
 3859 "assistant_slash_command",
 3860 "async-compression",
 3861 "async-tar",
 3862 "async-trait",
 3863 "client",
 3864 "collections",
 3865 "ctor",
 3866 "env_logger",
 3867 "fs",
 3868 "futures 0.3.28",
 3869 "gpui",
 3870 "http_client",
 3871 "indexed_docs",
 3872 "isahc",
 3873 "language",
 3874 "log",
 3875 "lsp",
 3876 "node_runtime",
 3877 "parking_lot",
 3878 "paths",
 3879 "project",
 3880 "release_channel",
 3881 "schemars",
 3882 "semantic_version",
 3883 "serde",
 3884 "serde_json",
 3885 "serde_json_lenient",
 3886 "settings",
 3887 "snippet_provider",
 3888 "task",
 3889 "theme",
 3890 "toml 0.8.16",
 3891 "ui",
 3892 "url",
 3893 "util",
 3894 "wasm-encoder 0.201.0",
 3895 "wasmparser 0.201.0",
 3896 "wasmtime",
 3897 "wasmtime-wasi",
 3898 "wit-component",
 3899 "workspace",
 3900]
 3901
 3902[[package]]
 3903name = "extension_cli"
 3904version = "0.1.0"
 3905dependencies = [
 3906 "anyhow",
 3907 "clap",
 3908 "env_logger",
 3909 "extension",
 3910 "fs",
 3911 "http_client",
 3912 "language",
 3913 "log",
 3914 "rpc",
 3915 "serde",
 3916 "serde_json",
 3917 "theme",
 3918 "tokio",
 3919 "toml 0.8.16",
 3920 "tree-sitter",
 3921 "wasmtime",
 3922]
 3923
 3924[[package]]
 3925name = "extensions_ui"
 3926version = "0.1.0"
 3927dependencies = [
 3928 "anyhow",
 3929 "client",
 3930 "collections",
 3931 "db",
 3932 "editor",
 3933 "extension",
 3934 "fs",
 3935 "fuzzy",
 3936 "gpui",
 3937 "language",
 3938 "num-format",
 3939 "picker",
 3940 "project",
 3941 "release_channel",
 3942 "semantic_version",
 3943 "serde",
 3944 "settings",
 3945 "smallvec",
 3946 "theme",
 3947 "theme_selector",
 3948 "ui",
 3949 "util",
 3950 "vim",
 3951 "workspace",
 3952]
 3953
 3954[[package]]
 3955name = "fallible-iterator"
 3956version = "0.3.0"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 3959
 3960[[package]]
 3961name = "fancy-regex"
 3962version = "0.12.0"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
 3965dependencies = [
 3966 "bit-set 0.5.3",
 3967 "regex",
 3968]
 3969
 3970[[package]]
 3971name = "fast-srgb8"
 3972version = "1.0.0"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 3975
 3976[[package]]
 3977name = "fastrand"
 3978version = "1.9.0"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 3981dependencies = [
 3982 "instant",
 3983]
 3984
 3985[[package]]
 3986name = "fastrand"
 3987version = "2.0.0"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 3990
 3991[[package]]
 3992name = "fd-lock"
 3993version = "4.0.2"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 3996dependencies = [
 3997 "cfg-if",
 3998 "rustix 0.38.32",
 3999 "windows-sys 0.52.0",
 4000]
 4001
 4002[[package]]
 4003name = "fdeflate"
 4004version = "0.3.4"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
 4007dependencies = [
 4008 "simd-adler32",
 4009]
 4010
 4011[[package]]
 4012name = "feature_flags"
 4013version = "0.1.0"
 4014dependencies = [
 4015 "gpui",
 4016]
 4017
 4018[[package]]
 4019name = "feedback"
 4020version = "0.1.0"
 4021dependencies = [
 4022 "anyhow",
 4023 "bitflags 2.6.0",
 4024 "client",
 4025 "db",
 4026 "editor",
 4027 "futures 0.3.28",
 4028 "gpui",
 4029 "http_client",
 4030 "human_bytes",
 4031 "isahc",
 4032 "language",
 4033 "log",
 4034 "menu",
 4035 "project",
 4036 "regex",
 4037 "release_channel",
 4038 "serde",
 4039 "serde_derive",
 4040 "serde_json",
 4041 "smol",
 4042 "sysinfo",
 4043 "ui",
 4044 "urlencoding",
 4045 "util",
 4046 "workspace",
 4047]
 4048
 4049[[package]]
 4050name = "ff"
 4051version = "0.12.1"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4054dependencies = [
 4055 "rand_core 0.6.4",
 4056 "subtle",
 4057]
 4058
 4059[[package]]
 4060name = "file_finder"
 4061version = "0.1.0"
 4062dependencies = [
 4063 "anyhow",
 4064 "collections",
 4065 "ctor",
 4066 "editor",
 4067 "env_logger",
 4068 "futures 0.3.28",
 4069 "fuzzy",
 4070 "gpui",
 4071 "itertools 0.11.0",
 4072 "language",
 4073 "menu",
 4074 "picker",
 4075 "project",
 4076 "serde",
 4077 "serde_json",
 4078 "settings",
 4079 "text",
 4080 "theme",
 4081 "ui",
 4082 "util",
 4083 "workspace",
 4084]
 4085
 4086[[package]]
 4087name = "file_icons"
 4088version = "0.1.0"
 4089dependencies = [
 4090 "collections",
 4091 "gpui",
 4092 "serde",
 4093 "serde_derive",
 4094 "serde_json",
 4095 "util",
 4096]
 4097
 4098[[package]]
 4099name = "filedescriptor"
 4100version = "0.8.2"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
 4103dependencies = [
 4104 "libc",
 4105 "thiserror",
 4106 "winapi",
 4107]
 4108
 4109[[package]]
 4110name = "filetime"
 4111version = "0.2.22"
 4112source = "registry+https://github.com/rust-lang/crates.io-index"
 4113checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
 4114dependencies = [
 4115 "cfg-if",
 4116 "libc",
 4117 "redox_syscall 0.3.5",
 4118 "windows-sys 0.48.0",
 4119]
 4120
 4121[[package]]
 4122name = "finl_unicode"
 4123version = "1.2.0"
 4124source = "registry+https://github.com/rust-lang/crates.io-index"
 4125checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
 4126
 4127[[package]]
 4128name = "fixedbitset"
 4129version = "0.4.2"
 4130source = "registry+https://github.com/rust-lang/crates.io-index"
 4131checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 4132
 4133[[package]]
 4134name = "flate2"
 4135version = "1.0.27"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
 4138dependencies = [
 4139 "crc32fast",
 4140 "miniz_oxide",
 4141]
 4142
 4143[[package]]
 4144name = "float-cmp"
 4145version = "0.9.0"
 4146source = "registry+https://github.com/rust-lang/crates.io-index"
 4147checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 4148
 4149[[package]]
 4150name = "float-ord"
 4151version = "0.3.2"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 4154
 4155[[package]]
 4156name = "flume"
 4157version = "0.11.0"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
 4160dependencies = [
 4161 "futures-core",
 4162 "futures-sink",
 4163 "nanorand",
 4164 "spin 0.9.8",
 4165]
 4166
 4167[[package]]
 4168name = "fnv"
 4169version = "1.0.7"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 4172
 4173[[package]]
 4174name = "font-kit"
 4175version = "0.14.1"
 4176source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 4177dependencies = [
 4178 "bitflags 2.6.0",
 4179 "byteorder",
 4180 "core-foundation",
 4181 "core-graphics",
 4182 "core-text",
 4183 "dirs 5.0.1",
 4184 "dwrote",
 4185 "float-ord",
 4186 "freetype-sys",
 4187 "lazy_static",
 4188 "libc",
 4189 "log",
 4190 "pathfinder_geometry",
 4191 "pathfinder_simd",
 4192 "walkdir",
 4193 "winapi",
 4194 "yeslogic-fontconfig-sys",
 4195]
 4196
 4197[[package]]
 4198name = "font-types"
 4199version = "0.5.5"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
 4202dependencies = [
 4203 "bytemuck",
 4204]
 4205
 4206[[package]]
 4207name = "fontconfig-parser"
 4208version = "0.5.6"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
 4211dependencies = [
 4212 "roxmltree 0.19.0",
 4213]
 4214
 4215[[package]]
 4216name = "fontdb"
 4217version = "0.18.0"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 4220dependencies = [
 4221 "fontconfig-parser",
 4222 "log",
 4223 "memmap2",
 4224 "slotmap",
 4225 "tinyvec",
 4226 "ttf-parser",
 4227]
 4228
 4229[[package]]
 4230name = "foreign-types"
 4231version = "0.3.2"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 4234dependencies = [
 4235 "foreign-types-shared 0.1.1",
 4236]
 4237
 4238[[package]]
 4239name = "foreign-types"
 4240version = "0.5.0"
 4241source = "registry+https://github.com/rust-lang/crates.io-index"
 4242checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 4243dependencies = [
 4244 "foreign-types-macros",
 4245 "foreign-types-shared 0.3.1",
 4246]
 4247
 4248[[package]]
 4249name = "foreign-types-macros"
 4250version = "0.2.3"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 4253dependencies = [
 4254 "proc-macro2",
 4255 "quote",
 4256 "syn 2.0.59",
 4257]
 4258
 4259[[package]]
 4260name = "foreign-types-shared"
 4261version = "0.1.1"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 4264
 4265[[package]]
 4266name = "foreign-types-shared"
 4267version = "0.3.1"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 4270
 4271[[package]]
 4272name = "fork"
 4273version = "0.1.23"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
 4276dependencies = [
 4277 "libc",
 4278]
 4279
 4280[[package]]
 4281name = "form_urlencoded"
 4282version = "1.2.1"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 4285dependencies = [
 4286 "percent-encoding",
 4287]
 4288
 4289[[package]]
 4290name = "freetype-sys"
 4291version = "0.20.1"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 4294dependencies = [
 4295 "cc",
 4296 "libc",
 4297 "pkg-config",
 4298]
 4299
 4300[[package]]
 4301name = "fs"
 4302version = "0.1.0"
 4303dependencies = [
 4304 "anyhow",
 4305 "ashpd",
 4306 "async-tar",
 4307 "async-trait",
 4308 "cocoa",
 4309 "collections",
 4310 "fsevent",
 4311 "futures 0.3.28",
 4312 "git",
 4313 "git2",
 4314 "gpui",
 4315 "lazy_static",
 4316 "libc",
 4317 "notify",
 4318 "objc",
 4319 "parking_lot",
 4320 "paths",
 4321 "rope",
 4322 "serde",
 4323 "serde_json",
 4324 "smol",
 4325 "tempfile",
 4326 "text",
 4327 "time",
 4328 "util",
 4329 "windows 0.58.0",
 4330]
 4331
 4332[[package]]
 4333name = "fs-set-times"
 4334version = "0.20.1"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
 4337dependencies = [
 4338 "io-lifetimes 2.0.3",
 4339 "rustix 0.38.32",
 4340 "windows-sys 0.52.0",
 4341]
 4342
 4343[[package]]
 4344name = "fsevent"
 4345version = "0.1.0"
 4346dependencies = [
 4347 "bitflags 2.6.0",
 4348 "core-foundation",
 4349 "fsevent-sys 3.1.0",
 4350 "parking_lot",
 4351 "tempfile",
 4352]
 4353
 4354[[package]]
 4355name = "fsevent-sys"
 4356version = "3.1.0"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 4359dependencies = [
 4360 "libc",
 4361]
 4362
 4363[[package]]
 4364name = "fsevent-sys"
 4365version = "4.1.0"
 4366source = "registry+https://github.com/rust-lang/crates.io-index"
 4367checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 4368dependencies = [
 4369 "libc",
 4370]
 4371
 4372[[package]]
 4373name = "funty"
 4374version = "2.0.0"
 4375source = "registry+https://github.com/rust-lang/crates.io-index"
 4376checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 4377
 4378[[package]]
 4379name = "futf"
 4380version = "0.1.5"
 4381source = "registry+https://github.com/rust-lang/crates.io-index"
 4382checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 4383dependencies = [
 4384 "mac",
 4385 "new_debug_unreachable",
 4386]
 4387
 4388[[package]]
 4389name = "futures"
 4390version = "0.1.31"
 4391source = "registry+https://github.com/rust-lang/crates.io-index"
 4392checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 4393
 4394[[package]]
 4395name = "futures"
 4396version = "0.3.28"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 4399dependencies = [
 4400 "futures-channel",
 4401 "futures-core",
 4402 "futures-executor",
 4403 "futures-io",
 4404 "futures-sink",
 4405 "futures-task",
 4406 "futures-util",
 4407]
 4408
 4409[[package]]
 4410name = "futures-batch"
 4411version = "0.6.1"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 4414dependencies = [
 4415 "futures 0.3.28",
 4416 "futures-timer",
 4417 "pin-utils",
 4418]
 4419
 4420[[package]]
 4421name = "futures-channel"
 4422version = "0.3.30"
 4423source = "registry+https://github.com/rust-lang/crates.io-index"
 4424checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
 4425dependencies = [
 4426 "futures-core",
 4427 "futures-sink",
 4428]
 4429
 4430[[package]]
 4431name = "futures-core"
 4432version = "0.3.30"
 4433source = "registry+https://github.com/rust-lang/crates.io-index"
 4434checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
 4435
 4436[[package]]
 4437name = "futures-executor"
 4438version = "0.3.28"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 4441dependencies = [
 4442 "futures-core",
 4443 "futures-task",
 4444 "futures-util",
 4445]
 4446
 4447[[package]]
 4448name = "futures-intrusive"
 4449version = "0.5.0"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 4452dependencies = [
 4453 "futures-core",
 4454 "lock_api",
 4455 "parking_lot",
 4456]
 4457
 4458[[package]]
 4459name = "futures-io"
 4460version = "0.3.30"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
 4463
 4464[[package]]
 4465name = "futures-lite"
 4466version = "1.13.0"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 4469dependencies = [
 4470 "fastrand 1.9.0",
 4471 "futures-core",
 4472 "futures-io",
 4473 "memchr",
 4474 "parking",
 4475 "pin-project-lite",
 4476 "waker-fn",
 4477]
 4478
 4479[[package]]
 4480name = "futures-lite"
 4481version = "2.2.0"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
 4484dependencies = [
 4485 "fastrand 2.0.0",
 4486 "futures-core",
 4487 "futures-io",
 4488 "parking",
 4489 "pin-project-lite",
 4490]
 4491
 4492[[package]]
 4493name = "futures-macro"
 4494version = "0.3.30"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
 4497dependencies = [
 4498 "proc-macro2",
 4499 "quote",
 4500 "syn 2.0.59",
 4501]
 4502
 4503[[package]]
 4504name = "futures-sink"
 4505version = "0.3.30"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
 4508
 4509[[package]]
 4510name = "futures-task"
 4511version = "0.3.30"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
 4514
 4515[[package]]
 4516name = "futures-timer"
 4517version = "3.0.3"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 4520
 4521[[package]]
 4522name = "futures-util"
 4523version = "0.3.30"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
 4526dependencies = [
 4527 "futures 0.1.31",
 4528 "futures-channel",
 4529 "futures-core",
 4530 "futures-io",
 4531 "futures-macro",
 4532 "futures-sink",
 4533 "futures-task",
 4534 "memchr",
 4535 "pin-project-lite",
 4536 "pin-utils",
 4537 "slab",
 4538 "tokio-io",
 4539]
 4540
 4541[[package]]
 4542name = "fuzzy"
 4543version = "0.1.0"
 4544dependencies = [
 4545 "gpui",
 4546 "util",
 4547]
 4548
 4549[[package]]
 4550name = "fuzzy-matcher"
 4551version = "0.3.7"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 4554dependencies = [
 4555 "thread_local",
 4556]
 4557
 4558[[package]]
 4559name = "generic-array"
 4560version = "0.14.7"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 4563dependencies = [
 4564 "typenum",
 4565 "version_check",
 4566]
 4567
 4568[[package]]
 4569name = "gethostname"
 4570version = "0.4.3"
 4571source = "registry+https://github.com/rust-lang/crates.io-index"
 4572checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 4573dependencies = [
 4574 "libc",
 4575 "windows-targets 0.48.5",
 4576]
 4577
 4578[[package]]
 4579name = "getrandom"
 4580version = "0.1.16"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 4583dependencies = [
 4584 "cfg-if",
 4585 "libc",
 4586 "wasi 0.9.0+wasi-snapshot-preview1",
 4587]
 4588
 4589[[package]]
 4590name = "getrandom"
 4591version = "0.2.10"
 4592source = "registry+https://github.com/rust-lang/crates.io-index"
 4593checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 4594dependencies = [
 4595 "cfg-if",
 4596 "js-sys",
 4597 "libc",
 4598 "wasi 0.11.0+wasi-snapshot-preview1",
 4599 "wasm-bindgen",
 4600]
 4601
 4602[[package]]
 4603name = "gif"
 4604version = "0.13.1"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 4607dependencies = [
 4608 "color_quant",
 4609 "weezl",
 4610]
 4611
 4612[[package]]
 4613name = "gimli"
 4614version = "0.28.0"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
 4617dependencies = [
 4618 "fallible-iterator",
 4619 "indexmap 2.2.6",
 4620 "stable_deref_trait",
 4621]
 4622
 4623[[package]]
 4624name = "gimli"
 4625version = "0.29.0"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
 4628
 4629[[package]]
 4630name = "git"
 4631version = "0.1.0"
 4632dependencies = [
 4633 "anyhow",
 4634 "async-trait",
 4635 "clock",
 4636 "collections",
 4637 "derive_more",
 4638 "git2",
 4639 "gpui",
 4640 "http_client",
 4641 "lazy_static",
 4642 "log",
 4643 "parking_lot",
 4644 "pretty_assertions",
 4645 "rope",
 4646 "serde",
 4647 "serde_json",
 4648 "smol",
 4649 "sum_tree",
 4650 "text",
 4651 "time",
 4652 "unindent",
 4653 "url",
 4654 "util",
 4655 "windows 0.58.0",
 4656]
 4657
 4658[[package]]
 4659name = "git2"
 4660version = "0.19.0"
 4661source = "registry+https://github.com/rust-lang/crates.io-index"
 4662checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
 4663dependencies = [
 4664 "bitflags 2.6.0",
 4665 "libc",
 4666 "libgit2-sys",
 4667 "log",
 4668 "url",
 4669]
 4670
 4671[[package]]
 4672name = "git_hosting_providers"
 4673version = "0.1.0"
 4674dependencies = [
 4675 "anyhow",
 4676 "async-trait",
 4677 "futures 0.3.28",
 4678 "git",
 4679 "gpui",
 4680 "http_client",
 4681 "isahc",
 4682 "pretty_assertions",
 4683 "regex",
 4684 "serde",
 4685 "serde_json",
 4686 "unindent",
 4687 "url",
 4688]
 4689
 4690[[package]]
 4691name = "glob"
 4692version = "0.3.1"
 4693source = "registry+https://github.com/rust-lang/crates.io-index"
 4694checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 4695
 4696[[package]]
 4697name = "globset"
 4698version = "0.4.14"
 4699source = "registry+https://github.com/rust-lang/crates.io-index"
 4700checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
 4701dependencies = [
 4702 "aho-corasick",
 4703 "bstr",
 4704 "log",
 4705 "regex-automata 0.4.5",
 4706 "regex-syntax 0.8.2",
 4707]
 4708
 4709[[package]]
 4710name = "gloo-timers"
 4711version = "0.2.6"
 4712source = "registry+https://github.com/rust-lang/crates.io-index"
 4713checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 4714dependencies = [
 4715 "futures-channel",
 4716 "futures-core",
 4717 "js-sys",
 4718 "wasm-bindgen",
 4719]
 4720
 4721[[package]]
 4722name = "glow"
 4723version = "0.13.1"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
 4726dependencies = [
 4727 "js-sys",
 4728 "slotmap",
 4729 "wasm-bindgen",
 4730 "web-sys",
 4731]
 4732
 4733[[package]]
 4734name = "go_to_line"
 4735version = "0.1.0"
 4736dependencies = [
 4737 "anyhow",
 4738 "editor",
 4739 "gpui",
 4740 "indoc",
 4741 "language",
 4742 "menu",
 4743 "project",
 4744 "rope",
 4745 "schemars",
 4746 "serde",
 4747 "serde_json",
 4748 "settings",
 4749 "text",
 4750 "theme",
 4751 "tree-sitter-rust",
 4752 "tree-sitter-typescript",
 4753 "ui",
 4754 "util",
 4755 "workspace",
 4756]
 4757
 4758[[package]]
 4759name = "google_ai"
 4760version = "0.1.0"
 4761dependencies = [
 4762 "anyhow",
 4763 "futures 0.3.28",
 4764 "http_client",
 4765 "serde",
 4766 "serde_json",
 4767]
 4768
 4769[[package]]
 4770name = "gpu-alloc"
 4771version = "0.6.0"
 4772source = "registry+https://github.com/rust-lang/crates.io-index"
 4773checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 4774dependencies = [
 4775 "bitflags 2.6.0",
 4776 "gpu-alloc-types",
 4777]
 4778
 4779[[package]]
 4780name = "gpu-alloc-ash"
 4781version = "0.7.0"
 4782source = "registry+https://github.com/rust-lang/crates.io-index"
 4783checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 4784dependencies = [
 4785 "ash",
 4786 "gpu-alloc-types",
 4787 "tinyvec",
 4788]
 4789
 4790[[package]]
 4791name = "gpu-alloc-types"
 4792version = "0.3.0"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 4795dependencies = [
 4796 "bitflags 2.6.0",
 4797]
 4798
 4799[[package]]
 4800name = "gpui"
 4801version = "0.1.0"
 4802dependencies = [
 4803 "anyhow",
 4804 "as-raw-xcb-connection",
 4805 "ashpd",
 4806 "async-task",
 4807 "backtrace",
 4808 "bindgen 0.65.1",
 4809 "blade-graphics",
 4810 "blade-macros",
 4811 "blade-util",
 4812 "block",
 4813 "bytemuck",
 4814 "calloop",
 4815 "calloop-wayland-source",
 4816 "cbindgen",
 4817 "cocoa",
 4818 "collections",
 4819 "core-foundation",
 4820 "core-graphics",
 4821 "core-text",
 4822 "cosmic-text",
 4823 "ctor",
 4824 "derive_more",
 4825 "embed-resource",
 4826 "env_logger",
 4827 "etagere",
 4828 "filedescriptor",
 4829 "flume",
 4830 "font-kit",
 4831 "foreign-types 0.5.0",
 4832 "futures 0.3.28",
 4833 "gpui_macros",
 4834 "http_client",
 4835 "image",
 4836 "itertools 0.11.0",
 4837 "lazy_static",
 4838 "linkme",
 4839 "log",
 4840 "media",
 4841 "metal",
 4842 "num_cpus",
 4843 "objc",
 4844 "oo7",
 4845 "open",
 4846 "parking",
 4847 "parking_lot",
 4848 "pathfinder_geometry",
 4849 "postage",
 4850 "profiling",
 4851 "rand 0.8.5",
 4852 "raw-window-handle 0.6.0",
 4853 "refineable",
 4854 "resvg",
 4855 "schemars",
 4856 "seahash",
 4857 "semantic_version",
 4858 "serde",
 4859 "serde_derive",
 4860 "serde_json",
 4861 "slotmap",
 4862 "smallvec",
 4863 "smol",
 4864 "sum_tree",
 4865 "taffy",
 4866 "thiserror",
 4867 "time",
 4868 "unicode-segmentation",
 4869 "usvg",
 4870 "util",
 4871 "uuid",
 4872 "waker-fn",
 4873 "wayland-backend",
 4874 "wayland-client",
 4875 "wayland-cursor",
 4876 "wayland-protocols",
 4877 "wayland-protocols-plasma",
 4878 "windows 0.58.0",
 4879 "windows-core 0.58.0",
 4880 "x11-clipboard",
 4881 "x11rb",
 4882 "xim",
 4883 "xkbcommon",
 4884]
 4885
 4886[[package]]
 4887name = "gpui_macros"
 4888version = "0.1.0"
 4889dependencies = [
 4890 "proc-macro2",
 4891 "quote",
 4892 "syn 1.0.109",
 4893]
 4894
 4895[[package]]
 4896name = "grid"
 4897version = "0.13.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 4900
 4901[[package]]
 4902name = "group"
 4903version = "0.12.1"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 4906dependencies = [
 4907 "ff",
 4908 "rand_core 0.6.4",
 4909 "subtle",
 4910]
 4911
 4912[[package]]
 4913name = "h2"
 4914version = "0.3.26"
 4915source = "registry+https://github.com/rust-lang/crates.io-index"
 4916checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 4917dependencies = [
 4918 "bytes 1.5.0",
 4919 "fnv",
 4920 "futures-core",
 4921 "futures-sink",
 4922 "futures-util",
 4923 "http 0.2.9",
 4924 "indexmap 2.2.6",
 4925 "slab",
 4926 "tokio",
 4927 "tokio-util",
 4928 "tracing",
 4929]
 4930
 4931[[package]]
 4932name = "half"
 4933version = "2.4.1"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 4936dependencies = [
 4937 "cfg-if",
 4938 "crunchy",
 4939]
 4940
 4941[[package]]
 4942name = "hashbrown"
 4943version = "0.12.3"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 4946dependencies = [
 4947 "ahash 0.7.8",
 4948]
 4949
 4950[[package]]
 4951name = "hashbrown"
 4952version = "0.13.2"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 4955dependencies = [
 4956 "ahash 0.8.11",
 4957]
 4958
 4959[[package]]
 4960name = "hashbrown"
 4961version = "0.14.5"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 4964dependencies = [
 4965 "ahash 0.8.11",
 4966 "allocator-api2",
 4967]
 4968
 4969[[package]]
 4970name = "hashlink"
 4971version = "0.8.4"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 4974dependencies = [
 4975 "hashbrown 0.14.5",
 4976]
 4977
 4978[[package]]
 4979name = "headers"
 4980version = "0.3.9"
 4981source = "registry+https://github.com/rust-lang/crates.io-index"
 4982checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 4983dependencies = [
 4984 "base64 0.21.7",
 4985 "bytes 1.5.0",
 4986 "headers-core",
 4987 "http 0.2.9",
 4988 "httpdate",
 4989 "mime",
 4990 "sha1",
 4991]
 4992
 4993[[package]]
 4994name = "headers-core"
 4995version = "0.2.0"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 4998dependencies = [
 4999 "http 0.2.9",
 5000]
 5001
 5002[[package]]
 5003name = "headless"
 5004version = "0.1.0"
 5005dependencies = [
 5006 "anyhow",
 5007 "client",
 5008 "extension",
 5009 "fs",
 5010 "futures 0.3.28",
 5011 "gpui",
 5012 "language",
 5013 "log",
 5014 "node_runtime",
 5015 "postage",
 5016 "project",
 5017 "rpc",
 5018 "settings",
 5019 "shellexpand 2.1.2",
 5020 "signal-hook",
 5021 "util",
 5022]
 5023
 5024[[package]]
 5025name = "heck"
 5026version = "0.3.3"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 5029dependencies = [
 5030 "unicode-segmentation",
 5031]
 5032
 5033[[package]]
 5034name = "heck"
 5035version = "0.4.1"
 5036source = "registry+https://github.com/rust-lang/crates.io-index"
 5037checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 5038dependencies = [
 5039 "unicode-segmentation",
 5040]
 5041
 5042[[package]]
 5043name = "heck"
 5044version = "0.5.0"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 5047
 5048[[package]]
 5049name = "heed"
 5050version = "0.20.3"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "2bc30da4a93ff8cb98e535d595d6de42731d4719d707bc1c86f579158751a24e"
 5053dependencies = [
 5054 "bitflags 2.6.0",
 5055 "byteorder",
 5056 "heed-traits",
 5057 "heed-types",
 5058 "libc",
 5059 "lmdb-master-sys",
 5060 "once_cell",
 5061 "page_size",
 5062 "serde",
 5063 "synchronoise",
 5064 "url",
 5065]
 5066
 5067[[package]]
 5068name = "heed-traits"
 5069version = "0.20.0"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 5072
 5073[[package]]
 5074name = "heed-types"
 5075version = "0.20.1"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
 5078dependencies = [
 5079 "bincode",
 5080 "byteorder",
 5081 "heed-traits",
 5082 "serde",
 5083 "serde_json",
 5084]
 5085
 5086[[package]]
 5087name = "hermit-abi"
 5088version = "0.3.9"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 5091
 5092[[package]]
 5093name = "hex"
 5094version = "0.4.3"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 5097
 5098[[package]]
 5099name = "hexf-parse"
 5100version = "0.2.1"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 5103
 5104[[package]]
 5105name = "hidden-trait"
 5106version = "0.1.2"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 5109dependencies = [
 5110 "proc-macro2",
 5111 "quote",
 5112 "syn 1.0.109",
 5113]
 5114
 5115[[package]]
 5116name = "hkdf"
 5117version = "0.12.3"
 5118source = "registry+https://github.com/rust-lang/crates.io-index"
 5119checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 5120dependencies = [
 5121 "hmac",
 5122]
 5123
 5124[[package]]
 5125name = "hmac"
 5126version = "0.12.1"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 5129dependencies = [
 5130 "digest",
 5131]
 5132
 5133[[package]]
 5134name = "home"
 5135version = "0.5.9"
 5136source = "registry+https://github.com/rust-lang/crates.io-index"
 5137checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 5138dependencies = [
 5139 "windows-sys 0.52.0",
 5140]
 5141
 5142[[package]]
 5143name = "hound"
 5144version = "3.5.0"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
 5147
 5148[[package]]
 5149name = "html5ever"
 5150version = "0.27.0"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 5153dependencies = [
 5154 "log",
 5155 "mac",
 5156 "markup5ever",
 5157 "proc-macro2",
 5158 "quote",
 5159 "syn 2.0.59",
 5160]
 5161
 5162[[package]]
 5163name = "html_to_markdown"
 5164version = "0.1.0"
 5165dependencies = [
 5166 "anyhow",
 5167 "html5ever",
 5168 "indoc",
 5169 "markup5ever_rcdom",
 5170 "pretty_assertions",
 5171 "regex",
 5172]
 5173
 5174[[package]]
 5175name = "html_to_markdown"
 5176version = "0.1.0"
 5177source = "registry+https://github.com/rust-lang/crates.io-index"
 5178checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
 5179dependencies = [
 5180 "anyhow",
 5181 "html5ever",
 5182 "markup5ever_rcdom",
 5183 "regex",
 5184]
 5185
 5186[[package]]
 5187name = "http"
 5188version = "0.2.9"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5191dependencies = [
 5192 "bytes 1.5.0",
 5193 "fnv",
 5194 "itoa",
 5195]
 5196
 5197[[package]]
 5198name = "http"
 5199version = "1.0.0"
 5200source = "registry+https://github.com/rust-lang/crates.io-index"
 5201checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5202dependencies = [
 5203 "bytes 1.5.0",
 5204 "fnv",
 5205 "itoa",
 5206]
 5207
 5208[[package]]
 5209name = "http-body"
 5210version = "0.4.5"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5213dependencies = [
 5214 "bytes 1.5.0",
 5215 "http 0.2.9",
 5216 "pin-project-lite",
 5217]
 5218
 5219[[package]]
 5220name = "http-range-header"
 5221version = "0.3.1"
 5222source = "registry+https://github.com/rust-lang/crates.io-index"
 5223checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5224
 5225[[package]]
 5226name = "http_client"
 5227version = "0.1.0"
 5228dependencies = [
 5229 "anyhow",
 5230 "derive_more",
 5231 "futures 0.3.28",
 5232 "futures-lite 1.13.0",
 5233 "http 1.0.0",
 5234 "isahc",
 5235 "log",
 5236 "serde",
 5237 "serde_json",
 5238 "url",
 5239]
 5240
 5241[[package]]
 5242name = "httparse"
 5243version = "1.8.0"
 5244source = "registry+https://github.com/rust-lang/crates.io-index"
 5245checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5246
 5247[[package]]
 5248name = "httpdate"
 5249version = "1.0.3"
 5250source = "registry+https://github.com/rust-lang/crates.io-index"
 5251checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5252
 5253[[package]]
 5254name = "human_bytes"
 5255version = "0.4.3"
 5256source = "registry+https://github.com/rust-lang/crates.io-index"
 5257checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5258
 5259[[package]]
 5260name = "humantime"
 5261version = "2.1.0"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5264
 5265[[package]]
 5266name = "hyper"
 5267version = "0.14.27"
 5268source = "registry+https://github.com/rust-lang/crates.io-index"
 5269checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5270dependencies = [
 5271 "bytes 1.5.0",
 5272 "futures-channel",
 5273 "futures-core",
 5274 "futures-util",
 5275 "h2",
 5276 "http 0.2.9",
 5277 "http-body",
 5278 "httparse",
 5279 "httpdate",
 5280 "itoa",
 5281 "pin-project-lite",
 5282 "socket2 0.4.9",
 5283 "tokio",
 5284 "tower-service",
 5285 "tracing",
 5286 "want",
 5287]
 5288
 5289[[package]]
 5290name = "hyper-rustls"
 5291version = "0.24.2"
 5292source = "registry+https://github.com/rust-lang/crates.io-index"
 5293checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5294dependencies = [
 5295 "futures-util",
 5296 "http 0.2.9",
 5297 "hyper",
 5298 "log",
 5299 "rustls",
 5300 "rustls-native-certs",
 5301 "tokio",
 5302 "tokio-rustls",
 5303]
 5304
 5305[[package]]
 5306name = "hyper-tls"
 5307version = "0.5.0"
 5308source = "registry+https://github.com/rust-lang/crates.io-index"
 5309checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5310dependencies = [
 5311 "bytes 1.5.0",
 5312 "hyper",
 5313 "native-tls",
 5314 "tokio",
 5315 "tokio-native-tls",
 5316]
 5317
 5318[[package]]
 5319name = "iana-time-zone"
 5320version = "0.1.57"
 5321source = "registry+https://github.com/rust-lang/crates.io-index"
 5322checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5323dependencies = [
 5324 "android_system_properties",
 5325 "core-foundation-sys 0.8.6",
 5326 "iana-time-zone-haiku",
 5327 "js-sys",
 5328 "wasm-bindgen",
 5329 "windows 0.48.0",
 5330]
 5331
 5332[[package]]
 5333name = "iana-time-zone-haiku"
 5334version = "0.1.2"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5337dependencies = [
 5338 "cc",
 5339]
 5340
 5341[[package]]
 5342name = "id-arena"
 5343version = "2.2.1"
 5344source = "registry+https://github.com/rust-lang/crates.io-index"
 5345checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5346
 5347[[package]]
 5348name = "idna"
 5349version = "0.5.0"
 5350source = "registry+https://github.com/rust-lang/crates.io-index"
 5351checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5352dependencies = [
 5353 "unicode-bidi",
 5354 "unicode-normalization",
 5355]
 5356
 5357[[package]]
 5358name = "ignore"
 5359version = "0.4.22"
 5360source = "registry+https://github.com/rust-lang/crates.io-index"
 5361checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5362dependencies = [
 5363 "crossbeam-deque",
 5364 "globset",
 5365 "log",
 5366 "memchr",
 5367 "regex-automata 0.4.5",
 5368 "same-file",
 5369 "walkdir",
 5370 "winapi-util",
 5371]
 5372
 5373[[package]]
 5374name = "image"
 5375version = "0.25.1"
 5376source = "registry+https://github.com/rust-lang/crates.io-index"
 5377checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5378dependencies = [
 5379 "bytemuck",
 5380 "byteorder",
 5381 "color_quant",
 5382 "exr",
 5383 "gif",
 5384 "image-webp",
 5385 "num-traits",
 5386 "png",
 5387 "qoi",
 5388 "ravif",
 5389 "rayon",
 5390 "rgb",
 5391 "tiff",
 5392 "zune-core",
 5393 "zune-jpeg",
 5394]
 5395
 5396[[package]]
 5397name = "image-webp"
 5398version = "0.1.2"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5401dependencies = [
 5402 "byteorder-lite",
 5403 "thiserror",
 5404]
 5405
 5406[[package]]
 5407name = "image_viewer"
 5408version = "0.1.0"
 5409dependencies = [
 5410 "anyhow",
 5411 "db",
 5412 "gpui",
 5413 "project",
 5414 "ui",
 5415 "workspace",
 5416]
 5417
 5418[[package]]
 5419name = "imagesize"
 5420version = "0.12.0"
 5421source = "registry+https://github.com/rust-lang/crates.io-index"
 5422checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5423
 5424[[package]]
 5425name = "imgref"
 5426version = "1.10.1"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5429
 5430[[package]]
 5431name = "indexed_docs"
 5432version = "0.1.0"
 5433dependencies = [
 5434 "anyhow",
 5435 "async-trait",
 5436 "collections",
 5437 "derive_more",
 5438 "fs",
 5439 "futures 0.3.28",
 5440 "fuzzy",
 5441 "gpui",
 5442 "heed",
 5443 "html_to_markdown 0.1.0",
 5444 "http_client",
 5445 "indexmap 1.9.3",
 5446 "indoc",
 5447 "parking_lot",
 5448 "paths",
 5449 "pretty_assertions",
 5450 "serde",
 5451 "strum",
 5452 "util",
 5453]
 5454
 5455[[package]]
 5456name = "indexmap"
 5457version = "1.9.3"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5460dependencies = [
 5461 "autocfg",
 5462 "hashbrown 0.12.3",
 5463 "serde",
 5464]
 5465
 5466[[package]]
 5467name = "indexmap"
 5468version = "2.2.6"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5471dependencies = [
 5472 "equivalent",
 5473 "hashbrown 0.14.5",
 5474 "serde",
 5475]
 5476
 5477[[package]]
 5478name = "indoc"
 5479version = "2.0.5"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
 5482
 5483[[package]]
 5484name = "inherent"
 5485version = "1.0.10"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5488dependencies = [
 5489 "proc-macro2",
 5490 "quote",
 5491 "syn 2.0.59",
 5492]
 5493
 5494[[package]]
 5495name = "inline_completion_button"
 5496version = "0.1.0"
 5497dependencies = [
 5498 "anyhow",
 5499 "copilot",
 5500 "editor",
 5501 "fs",
 5502 "futures 0.3.28",
 5503 "gpui",
 5504 "indoc",
 5505 "language",
 5506 "lsp",
 5507 "paths",
 5508 "project",
 5509 "serde_json",
 5510 "settings",
 5511 "supermaven",
 5512 "theme",
 5513 "ui",
 5514 "util",
 5515 "workspace",
 5516 "zed_actions",
 5517]
 5518
 5519[[package]]
 5520name = "inotify"
 5521version = "0.9.6"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5524dependencies = [
 5525 "bitflags 1.3.2",
 5526 "inotify-sys",
 5527 "libc",
 5528]
 5529
 5530[[package]]
 5531name = "inotify-sys"
 5532version = "0.1.5"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5535dependencies = [
 5536 "libc",
 5537]
 5538
 5539[[package]]
 5540name = "inout"
 5541version = "0.1.3"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5544dependencies = [
 5545 "block-padding",
 5546 "generic-array",
 5547]
 5548
 5549[[package]]
 5550name = "install_cli"
 5551version = "0.1.0"
 5552dependencies = [
 5553 "anyhow",
 5554 "gpui",
 5555 "smol",
 5556 "util",
 5557]
 5558
 5559[[package]]
 5560name = "instant"
 5561version = "0.1.12"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5564dependencies = [
 5565 "cfg-if",
 5566]
 5567
 5568[[package]]
 5569name = "interpolate_name"
 5570version = "0.2.4"
 5571source = "registry+https://github.com/rust-lang/crates.io-index"
 5572checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5573dependencies = [
 5574 "proc-macro2",
 5575 "quote",
 5576 "syn 2.0.59",
 5577]
 5578
 5579[[package]]
 5580name = "io-extras"
 5581version = "0.18.1"
 5582source = "registry+https://github.com/rust-lang/crates.io-index"
 5583checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5584dependencies = [
 5585 "io-lifetimes 2.0.3",
 5586 "windows-sys 0.52.0",
 5587]
 5588
 5589[[package]]
 5590name = "io-lifetimes"
 5591version = "1.0.11"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5594dependencies = [
 5595 "hermit-abi",
 5596 "libc",
 5597 "windows-sys 0.48.0",
 5598]
 5599
 5600[[package]]
 5601name = "io-lifetimes"
 5602version = "2.0.3"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5605
 5606[[package]]
 5607name = "iovec"
 5608version = "0.1.4"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5611dependencies = [
 5612 "libc",
 5613]
 5614
 5615[[package]]
 5616name = "ipc-channel"
 5617version = "0.18.0"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5620dependencies = [
 5621 "bincode",
 5622 "crossbeam-channel",
 5623 "fnv",
 5624 "lazy_static",
 5625 "libc",
 5626 "mio",
 5627 "rand 0.8.5",
 5628 "serde",
 5629 "tempfile",
 5630 "uuid",
 5631 "windows 0.48.0",
 5632]
 5633
 5634[[package]]
 5635name = "ipnet"
 5636version = "2.8.0"
 5637source = "registry+https://github.com/rust-lang/crates.io-index"
 5638checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5639
 5640[[package]]
 5641name = "is-docker"
 5642version = "0.2.0"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 5645dependencies = [
 5646 "once_cell",
 5647]
 5648
 5649[[package]]
 5650name = "is-terminal"
 5651version = "0.4.12"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
 5654dependencies = [
 5655 "hermit-abi",
 5656 "libc",
 5657 "windows-sys 0.52.0",
 5658]
 5659
 5660[[package]]
 5661name = "is-wsl"
 5662version = "0.4.0"
 5663source = "registry+https://github.com/rust-lang/crates.io-index"
 5664checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 5665dependencies = [
 5666 "is-docker",
 5667 "once_cell",
 5668]
 5669
 5670[[package]]
 5671name = "isahc"
 5672version = "1.7.2"
 5673source = "registry+https://github.com/rust-lang/crates.io-index"
 5674checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5675dependencies = [
 5676 "async-channel 1.9.0",
 5677 "castaway",
 5678 "crossbeam-utils",
 5679 "curl",
 5680 "curl-sys",
 5681 "encoding_rs",
 5682 "event-listener 2.5.3",
 5683 "futures-lite 1.13.0",
 5684 "http 0.2.9",
 5685 "log",
 5686 "mime",
 5687 "once_cell",
 5688 "polling 2.8.0",
 5689 "slab",
 5690 "sluice",
 5691 "tracing",
 5692 "tracing-futures",
 5693 "url",
 5694 "waker-fn",
 5695]
 5696
 5697[[package]]
 5698name = "itertools"
 5699version = "0.10.5"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5702dependencies = [
 5703 "either",
 5704]
 5705
 5706[[package]]
 5707name = "itertools"
 5708version = "0.11.0"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5711dependencies = [
 5712 "either",
 5713]
 5714
 5715[[package]]
 5716name = "itertools"
 5717version = "0.12.1"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5720dependencies = [
 5721 "either",
 5722]
 5723
 5724[[package]]
 5725name = "itoa"
 5726version = "1.0.11"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5729
 5730[[package]]
 5731name = "jni"
 5732version = "0.19.0"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5735dependencies = [
 5736 "cesu8",
 5737 "combine",
 5738 "jni-sys",
 5739 "log",
 5740 "thiserror",
 5741 "walkdir",
 5742]
 5743
 5744[[package]]
 5745name = "jni"
 5746version = "0.20.0"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5749dependencies = [
 5750 "cesu8",
 5751 "combine",
 5752 "jni-sys",
 5753 "log",
 5754 "thiserror",
 5755 "walkdir",
 5756]
 5757
 5758[[package]]
 5759name = "jni-sys"
 5760version = "0.3.0"
 5761source = "registry+https://github.com/rust-lang/crates.io-index"
 5762checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5763
 5764[[package]]
 5765name = "jobserver"
 5766version = "0.1.31"
 5767source = "registry+https://github.com/rust-lang/crates.io-index"
 5768checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
 5769dependencies = [
 5770 "libc",
 5771]
 5772
 5773[[package]]
 5774name = "journal"
 5775version = "0.1.0"
 5776dependencies = [
 5777 "anyhow",
 5778 "chrono",
 5779 "editor",
 5780 "gpui",
 5781 "log",
 5782 "schemars",
 5783 "serde",
 5784 "settings",
 5785 "shellexpand 2.1.2",
 5786 "workspace",
 5787]
 5788
 5789[[package]]
 5790name = "jpeg-decoder"
 5791version = "0.3.1"
 5792source = "registry+https://github.com/rust-lang/crates.io-index"
 5793checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5794
 5795[[package]]
 5796name = "js-sys"
 5797version = "0.3.64"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5800dependencies = [
 5801 "wasm-bindgen",
 5802]
 5803
 5804[[package]]
 5805name = "jwt"
 5806version = "0.16.0"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
 5809dependencies = [
 5810 "base64 0.13.1",
 5811 "crypto-common",
 5812 "digest",
 5813 "hmac",
 5814 "serde",
 5815 "serde_json",
 5816 "sha2",
 5817]
 5818
 5819[[package]]
 5820name = "khronos-egl"
 5821version = "5.0.0"
 5822source = "registry+https://github.com/rust-lang/crates.io-index"
 5823checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5824dependencies = [
 5825 "libc",
 5826 "libloading 0.8.0",
 5827]
 5828
 5829[[package]]
 5830name = "kqueue"
 5831version = "1.0.8"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5834dependencies = [
 5835 "kqueue-sys",
 5836 "libc",
 5837]
 5838
 5839[[package]]
 5840name = "kqueue-sys"
 5841version = "1.0.4"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5844dependencies = [
 5845 "bitflags 1.3.2",
 5846 "libc",
 5847]
 5848
 5849[[package]]
 5850name = "kurbo"
 5851version = "0.11.0"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5854dependencies = [
 5855 "arrayvec",
 5856 "smallvec",
 5857]
 5858
 5859[[package]]
 5860name = "kv-log-macro"
 5861version = "1.0.7"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5864dependencies = [
 5865 "log",
 5866]
 5867
 5868[[package]]
 5869name = "language"
 5870version = "0.1.0"
 5871dependencies = [
 5872 "anyhow",
 5873 "async-trait",
 5874 "async-watch",
 5875 "clock",
 5876 "collections",
 5877 "ctor",
 5878 "env_logger",
 5879 "futures 0.3.28",
 5880 "fuzzy",
 5881 "git",
 5882 "globset",
 5883 "gpui",
 5884 "http_client",
 5885 "indoc",
 5886 "itertools 0.11.0",
 5887 "lazy_static",
 5888 "log",
 5889 "lsp",
 5890 "parking_lot",
 5891 "postage",
 5892 "pulldown-cmark",
 5893 "rand 0.8.5",
 5894 "regex",
 5895 "rpc",
 5896 "schemars",
 5897 "serde",
 5898 "serde_json",
 5899 "settings",
 5900 "similar",
 5901 "smallvec",
 5902 "smol",
 5903 "sum_tree",
 5904 "task",
 5905 "text",
 5906 "theme",
 5907 "tree-sitter",
 5908 "tree-sitter-elixir",
 5909 "tree-sitter-embedded-template",
 5910 "tree-sitter-heex",
 5911 "tree-sitter-html",
 5912 "tree-sitter-json",
 5913 "tree-sitter-md",
 5914 "tree-sitter-ruby",
 5915 "tree-sitter-rust",
 5916 "tree-sitter-typescript",
 5917 "unicase",
 5918 "unindent",
 5919 "util",
 5920]
 5921
 5922[[package]]
 5923name = "language_model"
 5924version = "0.1.0"
 5925dependencies = [
 5926 "anthropic",
 5927 "anyhow",
 5928 "client",
 5929 "collections",
 5930 "ctor",
 5931 "editor",
 5932 "env_logger",
 5933 "feature_flags",
 5934 "futures 0.3.28",
 5935 "gpui",
 5936 "http_client",
 5937 "language",
 5938 "log",
 5939 "menu",
 5940 "ollama",
 5941 "open_ai",
 5942 "project",
 5943 "proto",
 5944 "rand 0.8.5",
 5945 "schemars",
 5946 "serde",
 5947 "serde_json",
 5948 "settings",
 5949 "strum",
 5950 "text",
 5951 "theme",
 5952 "tiktoken-rs",
 5953 "ui",
 5954 "unindent",
 5955 "util",
 5956]
 5957
 5958[[package]]
 5959name = "language_selector"
 5960version = "0.1.0"
 5961dependencies = [
 5962 "anyhow",
 5963 "editor",
 5964 "fuzzy",
 5965 "gpui",
 5966 "language",
 5967 "picker",
 5968 "project",
 5969 "ui",
 5970 "util",
 5971 "workspace",
 5972]
 5973
 5974[[package]]
 5975name = "language_tools"
 5976version = "0.1.0"
 5977dependencies = [
 5978 "anyhow",
 5979 "client",
 5980 "collections",
 5981 "copilot",
 5982 "editor",
 5983 "env_logger",
 5984 "futures 0.3.28",
 5985 "gpui",
 5986 "language",
 5987 "lsp",
 5988 "project",
 5989 "release_channel",
 5990 "serde_json",
 5991 "settings",
 5992 "theme",
 5993 "tree-sitter",
 5994 "ui",
 5995 "util",
 5996 "workspace",
 5997]
 5998
 5999[[package]]
 6000name = "languages"
 6001version = "0.1.0"
 6002dependencies = [
 6003 "anyhow",
 6004 "async-compression",
 6005 "async-tar",
 6006 "async-trait",
 6007 "collections",
 6008 "feature_flags",
 6009 "futures 0.3.28",
 6010 "gpui",
 6011 "http_client",
 6012 "language",
 6013 "lazy_static",
 6014 "log",
 6015 "lsp",
 6016 "node_runtime",
 6017 "paths",
 6018 "project",
 6019 "protols-tree-sitter-proto",
 6020 "regex",
 6021 "rope",
 6022 "rust-embed",
 6023 "serde",
 6024 "serde_json",
 6025 "settings",
 6026 "smol",
 6027 "task",
 6028 "text",
 6029 "theme",
 6030 "toml 0.8.16",
 6031 "tree-sitter",
 6032 "tree-sitter-bash",
 6033 "tree-sitter-c",
 6034 "tree-sitter-cpp",
 6035 "tree-sitter-css",
 6036 "tree-sitter-go",
 6037 "tree-sitter-gomod",
 6038 "tree-sitter-gowork",
 6039 "tree-sitter-jsdoc",
 6040 "tree-sitter-json",
 6041 "tree-sitter-md",
 6042 "tree-sitter-python",
 6043 "tree-sitter-regex",
 6044 "tree-sitter-rust",
 6045 "tree-sitter-typescript",
 6046 "tree-sitter-yaml",
 6047 "unindent",
 6048 "util",
 6049 "workspace",
 6050]
 6051
 6052[[package]]
 6053name = "lazy_static"
 6054version = "1.4.0"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6057dependencies = [
 6058 "spin 0.5.2",
 6059]
 6060
 6061[[package]]
 6062name = "lazycell"
 6063version = "1.3.0"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6066
 6067[[package]]
 6068name = "leb128"
 6069version = "0.2.5"
 6070source = "registry+https://github.com/rust-lang/crates.io-index"
 6071checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6072
 6073[[package]]
 6074name = "lebe"
 6075version = "0.5.2"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6078
 6079[[package]]
 6080name = "libc"
 6081version = "0.2.155"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
 6084
 6085[[package]]
 6086name = "libfuzzer-sys"
 6087version = "0.4.7"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6090dependencies = [
 6091 "arbitrary",
 6092 "cc",
 6093 "once_cell",
 6094]
 6095
 6096[[package]]
 6097name = "libgit2-sys"
 6098version = "0.17.0+1.8.1"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6101dependencies = [
 6102 "cc",
 6103 "libc",
 6104 "libz-sys",
 6105 "pkg-config",
 6106]
 6107
 6108[[package]]
 6109name = "libloading"
 6110version = "0.7.4"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6113dependencies = [
 6114 "cfg-if",
 6115 "winapi",
 6116]
 6117
 6118[[package]]
 6119name = "libloading"
 6120version = "0.8.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6123dependencies = [
 6124 "cfg-if",
 6125 "windows-sys 0.48.0",
 6126]
 6127
 6128[[package]]
 6129name = "libm"
 6130version = "0.2.8"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6133
 6134[[package]]
 6135name = "libmimalloc-sys"
 6136version = "0.1.37"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6139dependencies = [
 6140 "cc",
 6141 "libc",
 6142]
 6143
 6144[[package]]
 6145name = "libsqlite3-sys"
 6146version = "0.26.0"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6149dependencies = [
 6150 "cc",
 6151 "pkg-config",
 6152 "vcpkg",
 6153]
 6154
 6155[[package]]
 6156name = "libz-sys"
 6157version = "1.1.12"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6160dependencies = [
 6161 "cc",
 6162 "libc",
 6163 "pkg-config",
 6164 "vcpkg",
 6165]
 6166
 6167[[package]]
 6168name = "linkify"
 6169version = "0.10.0"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6172dependencies = [
 6173 "memchr",
 6174]
 6175
 6176[[package]]
 6177name = "linkme"
 6178version = "0.3.17"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6181dependencies = [
 6182 "linkme-impl",
 6183]
 6184
 6185[[package]]
 6186name = "linkme-impl"
 6187version = "0.3.17"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6190dependencies = [
 6191 "proc-macro2",
 6192 "quote",
 6193 "syn 2.0.59",
 6194]
 6195
 6196[[package]]
 6197name = "linux-raw-sys"
 6198version = "0.3.8"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6201
 6202[[package]]
 6203name = "linux-raw-sys"
 6204version = "0.4.12"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6207
 6208[[package]]
 6209name = "live_kit_client"
 6210version = "0.1.0"
 6211dependencies = [
 6212 "anyhow",
 6213 "async-broadcast",
 6214 "async-trait",
 6215 "collections",
 6216 "core-foundation",
 6217 "futures 0.3.28",
 6218 "gpui",
 6219 "live_kit_server",
 6220 "log",
 6221 "media",
 6222 "nanoid",
 6223 "parking_lot",
 6224 "postage",
 6225 "serde",
 6226 "serde_json",
 6227 "sha2",
 6228 "simplelog",
 6229]
 6230
 6231[[package]]
 6232name = "live_kit_server"
 6233version = "0.1.0"
 6234dependencies = [
 6235 "anyhow",
 6236 "async-trait",
 6237 "hmac",
 6238 "jwt",
 6239 "log",
 6240 "prost",
 6241 "prost-build",
 6242 "prost-types",
 6243 "reqwest",
 6244 "serde",
 6245 "sha2",
 6246]
 6247
 6248[[package]]
 6249name = "lmdb-master-sys"
 6250version = "0.2.2"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "57640c190703d5ccf4a86aff4aeb749b2d287a8cb1723c76b51f39d77ab53b24"
 6253dependencies = [
 6254 "cc",
 6255 "doxygen-rs",
 6256 "libc",
 6257]
 6258
 6259[[package]]
 6260name = "lock_api"
 6261version = "0.4.10"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6264dependencies = [
 6265 "autocfg",
 6266 "scopeguard",
 6267]
 6268
 6269[[package]]
 6270name = "log"
 6271version = "0.4.21"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 6274dependencies = [
 6275 "serde",
 6276 "value-bag",
 6277]
 6278
 6279[[package]]
 6280name = "loop9"
 6281version = "0.1.5"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6284dependencies = [
 6285 "imgref",
 6286]
 6287
 6288[[package]]
 6289name = "lsp"
 6290version = "0.1.0"
 6291dependencies = [
 6292 "anyhow",
 6293 "async-pipe",
 6294 "collections",
 6295 "ctor",
 6296 "env_logger",
 6297 "futures 0.3.28",
 6298 "gpui",
 6299 "log",
 6300 "lsp-types",
 6301 "parking_lot",
 6302 "postage",
 6303 "release_channel",
 6304 "serde",
 6305 "serde_json",
 6306 "smol",
 6307 "util",
 6308 "windows 0.58.0",
 6309]
 6310
 6311[[package]]
 6312name = "lsp-types"
 6313version = "0.95.1"
 6314source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6315dependencies = [
 6316 "bitflags 1.3.2",
 6317 "serde",
 6318 "serde_json",
 6319 "serde_repr",
 6320 "url",
 6321]
 6322
 6323[[package]]
 6324name = "lz4"
 6325version = "1.24.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6328dependencies = [
 6329 "libc",
 6330 "lz4-sys",
 6331]
 6332
 6333[[package]]
 6334name = "lz4-sys"
 6335version = "1.9.4"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6338dependencies = [
 6339 "cc",
 6340 "libc",
 6341]
 6342
 6343[[package]]
 6344name = "mac"
 6345version = "0.1.1"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6348
 6349[[package]]
 6350name = "mach2"
 6351version = "0.4.2"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 6354dependencies = [
 6355 "libc",
 6356]
 6357
 6358[[package]]
 6359name = "malloc_buf"
 6360version = "0.0.6"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6363dependencies = [
 6364 "libc",
 6365]
 6366
 6367[[package]]
 6368name = "markdown"
 6369version = "0.1.0"
 6370dependencies = [
 6371 "anyhow",
 6372 "assets",
 6373 "env_logger",
 6374 "futures 0.3.28",
 6375 "gpui",
 6376 "language",
 6377 "languages",
 6378 "linkify",
 6379 "log",
 6380 "node_runtime",
 6381 "pulldown-cmark",
 6382 "settings",
 6383 "theme",
 6384 "ui",
 6385 "util",
 6386]
 6387
 6388[[package]]
 6389name = "markdown_preview"
 6390version = "0.1.0"
 6391dependencies = [
 6392 "anyhow",
 6393 "async-recursion 1.0.5",
 6394 "collections",
 6395 "editor",
 6396 "gpui",
 6397 "language",
 6398 "linkify",
 6399 "log",
 6400 "pretty_assertions",
 6401 "pulldown-cmark",
 6402 "theme",
 6403 "ui",
 6404 "workspace",
 6405]
 6406
 6407[[package]]
 6408name = "markup5ever"
 6409version = "0.12.1"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6412dependencies = [
 6413 "log",
 6414 "phf",
 6415 "phf_codegen",
 6416 "string_cache",
 6417 "string_cache_codegen",
 6418 "tendril",
 6419]
 6420
 6421[[package]]
 6422name = "markup5ever_rcdom"
 6423version = "0.3.0"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6426dependencies = [
 6427 "html5ever",
 6428 "markup5ever",
 6429 "tendril",
 6430 "xml5ever",
 6431]
 6432
 6433[[package]]
 6434name = "matchers"
 6435version = "0.1.0"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6438dependencies = [
 6439 "regex-automata 0.1.10",
 6440]
 6441
 6442[[package]]
 6443name = "matchit"
 6444version = "0.7.3"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6447
 6448[[package]]
 6449name = "maybe-owned"
 6450version = "0.3.4"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6453
 6454[[package]]
 6455name = "maybe-rayon"
 6456version = "0.1.1"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6459dependencies = [
 6460 "cfg-if",
 6461 "rayon",
 6462]
 6463
 6464[[package]]
 6465name = "md-5"
 6466version = "0.10.5"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6469dependencies = [
 6470 "digest",
 6471]
 6472
 6473[[package]]
 6474name = "media"
 6475version = "0.1.0"
 6476dependencies = [
 6477 "anyhow",
 6478 "bindgen 0.65.1",
 6479 "core-foundation",
 6480 "foreign-types 0.5.0",
 6481 "metal",
 6482 "objc",
 6483]
 6484
 6485[[package]]
 6486name = "memchr"
 6487version = "2.7.2"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6490
 6491[[package]]
 6492name = "memfd"
 6493version = "0.6.4"
 6494source = "registry+https://github.com/rust-lang/crates.io-index"
 6495checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6496dependencies = [
 6497 "rustix 0.38.32",
 6498]
 6499
 6500[[package]]
 6501name = "memmap2"
 6502version = "0.9.4"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6505dependencies = [
 6506 "libc",
 6507]
 6508
 6509[[package]]
 6510name = "memoffset"
 6511version = "0.9.0"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6514dependencies = [
 6515 "autocfg",
 6516]
 6517
 6518[[package]]
 6519name = "menu"
 6520version = "0.1.0"
 6521dependencies = [
 6522 "gpui",
 6523 "serde",
 6524]
 6525
 6526[[package]]
 6527name = "metal"
 6528version = "0.29.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 6531dependencies = [
 6532 "bitflags 2.6.0",
 6533 "block",
 6534 "core-graphics-types",
 6535 "foreign-types 0.5.0",
 6536 "log",
 6537 "objc",
 6538 "paste",
 6539]
 6540
 6541[[package]]
 6542name = "mimalloc"
 6543version = "0.1.41"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6546dependencies = [
 6547 "libmimalloc-sys",
 6548]
 6549
 6550[[package]]
 6551name = "mime"
 6552version = "0.3.17"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6555
 6556[[package]]
 6557name = "minimal-lexical"
 6558version = "0.2.1"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6561
 6562[[package]]
 6563name = "miniz_oxide"
 6564version = "0.7.1"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6567dependencies = [
 6568 "adler",
 6569 "simd-adler32",
 6570]
 6571
 6572[[package]]
 6573name = "mint"
 6574version = "0.5.9"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6577
 6578[[package]]
 6579name = "mio"
 6580version = "0.8.11"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6583dependencies = [
 6584 "libc",
 6585 "log",
 6586 "wasi 0.11.0+wasi-snapshot-preview1",
 6587 "windows-sys 0.48.0",
 6588]
 6589
 6590[[package]]
 6591name = "miow"
 6592version = "0.6.0"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6595dependencies = [
 6596 "windows-sys 0.48.0",
 6597]
 6598
 6599[[package]]
 6600name = "multi_buffer"
 6601version = "0.1.0"
 6602dependencies = [
 6603 "anyhow",
 6604 "clock",
 6605 "collections",
 6606 "ctor",
 6607 "env_logger",
 6608 "futures 0.3.28",
 6609 "git",
 6610 "gpui",
 6611 "itertools 0.11.0",
 6612 "language",
 6613 "log",
 6614 "parking_lot",
 6615 "rand 0.8.5",
 6616 "serde",
 6617 "settings",
 6618 "smallvec",
 6619 "sum_tree",
 6620 "text",
 6621 "theme",
 6622 "util",
 6623]
 6624
 6625[[package]]
 6626name = "multimap"
 6627version = "0.8.3"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6630
 6631[[package]]
 6632name = "naga"
 6633version = "22.0.0"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "09eeccb9b50f4f7839b214aa3e08be467159506a986c18e0702170ccf720a453"
 6636dependencies = [
 6637 "arrayvec",
 6638 "bit-set 0.6.0",
 6639 "bitflags 2.6.0",
 6640 "cfg_aliases 0.1.1",
 6641 "codespan-reporting",
 6642 "hexf-parse",
 6643 "indexmap 2.2.6",
 6644 "log",
 6645 "rustc-hash",
 6646 "spirv",
 6647 "termcolor",
 6648 "thiserror",
 6649 "unicode-xid",
 6650]
 6651
 6652[[package]]
 6653name = "nanoid"
 6654version = "0.4.0"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6657dependencies = [
 6658 "rand 0.8.5",
 6659]
 6660
 6661[[package]]
 6662name = "nanorand"
 6663version = "0.7.0"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6666dependencies = [
 6667 "getrandom 0.2.10",
 6668]
 6669
 6670[[package]]
 6671name = "native-tls"
 6672version = "0.2.11"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6675dependencies = [
 6676 "lazy_static",
 6677 "libc",
 6678 "log",
 6679 "openssl",
 6680 "openssl-probe",
 6681 "openssl-sys",
 6682 "schannel",
 6683 "security-framework",
 6684 "security-framework-sys",
 6685 "tempfile",
 6686]
 6687
 6688[[package]]
 6689name = "ndk"
 6690version = "0.7.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6693dependencies = [
 6694 "bitflags 1.3.2",
 6695 "jni-sys",
 6696 "ndk-sys",
 6697 "num_enum",
 6698 "raw-window-handle 0.5.2",
 6699 "thiserror",
 6700]
 6701
 6702[[package]]
 6703name = "ndk-context"
 6704version = "0.1.1"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6707
 6708[[package]]
 6709name = "ndk-sys"
 6710version = "0.4.1+23.1.7779620"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6713dependencies = [
 6714 "jni-sys",
 6715]
 6716
 6717[[package]]
 6718name = "new_debug_unreachable"
 6719version = "1.0.4"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6722
 6723[[package]]
 6724name = "nix"
 6725version = "0.24.3"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6728dependencies = [
 6729 "bitflags 1.3.2",
 6730 "cfg-if",
 6731 "libc",
 6732]
 6733
 6734[[package]]
 6735name = "nix"
 6736version = "0.27.1"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6739dependencies = [
 6740 "bitflags 2.6.0",
 6741 "cfg-if",
 6742 "libc",
 6743 "memoffset",
 6744]
 6745
 6746[[package]]
 6747name = "nix"
 6748version = "0.28.0"
 6749source = "registry+https://github.com/rust-lang/crates.io-index"
 6750checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6751dependencies = [
 6752 "bitflags 2.6.0",
 6753 "cfg-if",
 6754 "cfg_aliases 0.1.1",
 6755 "libc",
 6756]
 6757
 6758[[package]]
 6759name = "node_runtime"
 6760version = "0.1.0"
 6761dependencies = [
 6762 "anyhow",
 6763 "async-compression",
 6764 "async-std",
 6765 "async-tar",
 6766 "async-trait",
 6767 "async_zip",
 6768 "futures 0.3.28",
 6769 "http_client",
 6770 "log",
 6771 "paths",
 6772 "semver",
 6773 "serde",
 6774 "serde_json",
 6775 "smol",
 6776 "tempfile",
 6777 "util",
 6778 "walkdir",
 6779 "windows 0.58.0",
 6780]
 6781
 6782[[package]]
 6783name = "nom"
 6784version = "7.1.3"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6787dependencies = [
 6788 "memchr",
 6789 "minimal-lexical",
 6790]
 6791
 6792[[package]]
 6793name = "noop_proc_macro"
 6794version = "0.3.0"
 6795source = "registry+https://github.com/rust-lang/crates.io-index"
 6796checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6797
 6798[[package]]
 6799name = "notifications"
 6800version = "0.1.0"
 6801dependencies = [
 6802 "anyhow",
 6803 "channel",
 6804 "client",
 6805 "collections",
 6806 "db",
 6807 "gpui",
 6808 "rpc",
 6809 "settings",
 6810 "sum_tree",
 6811 "time",
 6812 "util",
 6813]
 6814
 6815[[package]]
 6816name = "notify"
 6817version = "6.1.1"
 6818source = "registry+https://github.com/rust-lang/crates.io-index"
 6819checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6820dependencies = [
 6821 "bitflags 2.6.0",
 6822 "crossbeam-channel",
 6823 "filetime",
 6824 "fsevent-sys 4.1.0",
 6825 "inotify",
 6826 "kqueue",
 6827 "libc",
 6828 "log",
 6829 "mio",
 6830 "walkdir",
 6831 "windows-sys 0.48.0",
 6832]
 6833
 6834[[package]]
 6835name = "ntapi"
 6836version = "0.4.1"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6839dependencies = [
 6840 "winapi",
 6841]
 6842
 6843[[package]]
 6844name = "nu-ansi-term"
 6845version = "0.46.0"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6848dependencies = [
 6849 "overload",
 6850 "winapi",
 6851]
 6852
 6853[[package]]
 6854name = "num"
 6855version = "0.4.1"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6858dependencies = [
 6859 "num-bigint",
 6860 "num-complex",
 6861 "num-integer",
 6862 "num-iter",
 6863 "num-rational",
 6864 "num-traits",
 6865]
 6866
 6867[[package]]
 6868name = "num-bigint"
 6869version = "0.4.4"
 6870source = "registry+https://github.com/rust-lang/crates.io-index"
 6871checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6872dependencies = [
 6873 "autocfg",
 6874 "num-integer",
 6875 "num-traits",
 6876]
 6877
 6878[[package]]
 6879name = "num-bigint-dig"
 6880version = "0.8.4"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6883dependencies = [
 6884 "byteorder",
 6885 "lazy_static",
 6886 "libm",
 6887 "num-integer",
 6888 "num-iter",
 6889 "num-traits",
 6890 "rand 0.8.5",
 6891 "serde",
 6892 "smallvec",
 6893 "zeroize",
 6894]
 6895
 6896[[package]]
 6897name = "num-complex"
 6898version = "0.4.4"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 6901dependencies = [
 6902 "num-traits",
 6903]
 6904
 6905[[package]]
 6906name = "num-conv"
 6907version = "0.1.0"
 6908source = "registry+https://github.com/rust-lang/crates.io-index"
 6909checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 6910
 6911[[package]]
 6912name = "num-derive"
 6913version = "0.3.3"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 6916dependencies = [
 6917 "proc-macro2",
 6918 "quote",
 6919 "syn 1.0.109",
 6920]
 6921
 6922[[package]]
 6923name = "num-derive"
 6924version = "0.4.2"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 6927dependencies = [
 6928 "proc-macro2",
 6929 "quote",
 6930 "syn 2.0.59",
 6931]
 6932
 6933[[package]]
 6934name = "num-format"
 6935version = "0.4.4"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 6938dependencies = [
 6939 "arrayvec",
 6940 "itoa",
 6941]
 6942
 6943[[package]]
 6944name = "num-integer"
 6945version = "0.1.45"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 6948dependencies = [
 6949 "autocfg",
 6950 "num-traits",
 6951]
 6952
 6953[[package]]
 6954name = "num-iter"
 6955version = "0.1.43"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 6958dependencies = [
 6959 "autocfg",
 6960 "num-integer",
 6961 "num-traits",
 6962]
 6963
 6964[[package]]
 6965name = "num-rational"
 6966version = "0.4.1"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 6969dependencies = [
 6970 "autocfg",
 6971 "num-bigint",
 6972 "num-integer",
 6973 "num-traits",
 6974]
 6975
 6976[[package]]
 6977name = "num-traits"
 6978version = "0.2.16"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 6981dependencies = [
 6982 "autocfg",
 6983 "libm",
 6984]
 6985
 6986[[package]]
 6987name = "num_cpus"
 6988version = "1.16.0"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 6991dependencies = [
 6992 "hermit-abi",
 6993 "libc",
 6994]
 6995
 6996[[package]]
 6997name = "num_enum"
 6998version = "0.5.11"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7001dependencies = [
 7002 "num_enum_derive",
 7003]
 7004
 7005[[package]]
 7006name = "num_enum_derive"
 7007version = "0.5.11"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7010dependencies = [
 7011 "proc-macro-crate 1.3.1",
 7012 "proc-macro2",
 7013 "quote",
 7014 "syn 1.0.109",
 7015]
 7016
 7017[[package]]
 7018name = "num_threads"
 7019version = "0.1.7"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 7022dependencies = [
 7023 "libc",
 7024]
 7025
 7026[[package]]
 7027name = "nvim-rs"
 7028version = "0.6.0-pre"
 7029source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7030dependencies = [
 7031 "async-trait",
 7032 "futures 0.3.28",
 7033 "log",
 7034 "parity-tokio-ipc",
 7035 "rmp",
 7036 "rmpv",
 7037 "tokio",
 7038 "tokio-util",
 7039]
 7040
 7041[[package]]
 7042name = "objc"
 7043version = "0.2.7"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7046dependencies = [
 7047 "malloc_buf",
 7048]
 7049
 7050[[package]]
 7051name = "object"
 7052version = "0.33.0"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d"
 7055dependencies = [
 7056 "crc32fast",
 7057 "hashbrown 0.14.5",
 7058 "indexmap 2.2.6",
 7059 "memchr",
 7060]
 7061
 7062[[package]]
 7063name = "object"
 7064version = "0.36.2"
 7065source = "registry+https://github.com/rust-lang/crates.io-index"
 7066checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
 7067dependencies = [
 7068 "memchr",
 7069]
 7070
 7071[[package]]
 7072name = "oboe"
 7073version = "0.5.0"
 7074source = "registry+https://github.com/rust-lang/crates.io-index"
 7075checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7076dependencies = [
 7077 "jni 0.20.0",
 7078 "ndk",
 7079 "ndk-context",
 7080 "num-derive 0.3.3",
 7081 "num-traits",
 7082 "oboe-sys",
 7083]
 7084
 7085[[package]]
 7086name = "oboe-sys"
 7087version = "0.5.0"
 7088source = "registry+https://github.com/rust-lang/crates.io-index"
 7089checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7090dependencies = [
 7091 "cc",
 7092]
 7093
 7094[[package]]
 7095name = "ollama"
 7096version = "0.1.0"
 7097dependencies = [
 7098 "anyhow",
 7099 "futures 0.3.28",
 7100 "http_client",
 7101 "isahc",
 7102 "schemars",
 7103 "serde",
 7104 "serde_json",
 7105]
 7106
 7107[[package]]
 7108name = "once_cell"
 7109version = "1.19.0"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7112
 7113[[package]]
 7114name = "oo7"
 7115version = "0.3.0"
 7116source = "registry+https://github.com/rust-lang/crates.io-index"
 7117checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
 7118dependencies = [
 7119 "aes",
 7120 "async-fs 2.1.1",
 7121 "async-io 2.3.1",
 7122 "async-lock 3.3.0",
 7123 "blocking",
 7124 "cbc",
 7125 "cipher",
 7126 "digest",
 7127 "futures-lite 2.2.0",
 7128 "futures-util",
 7129 "hkdf",
 7130 "hmac",
 7131 "num",
 7132 "num-bigint-dig",
 7133 "pbkdf2",
 7134 "rand 0.8.5",
 7135 "serde",
 7136 "sha2",
 7137 "zbus",
 7138 "zeroize",
 7139 "zvariant",
 7140]
 7141
 7142[[package]]
 7143name = "oorandom"
 7144version = "11.1.3"
 7145source = "registry+https://github.com/rust-lang/crates.io-index"
 7146checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7147
 7148[[package]]
 7149name = "open"
 7150version = "5.3.0"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
 7153dependencies = [
 7154 "is-wsl",
 7155 "libc",
 7156 "pathdiff",
 7157]
 7158
 7159[[package]]
 7160name = "open_ai"
 7161version = "0.1.0"
 7162dependencies = [
 7163 "anyhow",
 7164 "futures 0.3.28",
 7165 "http_client",
 7166 "isahc",
 7167 "schemars",
 7168 "serde",
 7169 "serde_json",
 7170 "strum",
 7171]
 7172
 7173[[package]]
 7174name = "openssl"
 7175version = "0.10.66"
 7176source = "registry+https://github.com/rust-lang/crates.io-index"
 7177checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
 7178dependencies = [
 7179 "bitflags 2.6.0",
 7180 "cfg-if",
 7181 "foreign-types 0.3.2",
 7182 "libc",
 7183 "once_cell",
 7184 "openssl-macros",
 7185 "openssl-sys",
 7186]
 7187
 7188[[package]]
 7189name = "openssl-macros"
 7190version = "0.1.1"
 7191source = "registry+https://github.com/rust-lang/crates.io-index"
 7192checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7193dependencies = [
 7194 "proc-macro2",
 7195 "quote",
 7196 "syn 2.0.59",
 7197]
 7198
 7199[[package]]
 7200name = "openssl-probe"
 7201version = "0.1.5"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7204
 7205[[package]]
 7206name = "openssl-src"
 7207version = "300.3.0+3.3.0"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7210dependencies = [
 7211 "cc",
 7212]
 7213
 7214[[package]]
 7215name = "openssl-sys"
 7216version = "0.9.103"
 7217source = "registry+https://github.com/rust-lang/crates.io-index"
 7218checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
 7219dependencies = [
 7220 "cc",
 7221 "libc",
 7222 "openssl-src",
 7223 "pkg-config",
 7224 "vcpkg",
 7225]
 7226
 7227[[package]]
 7228name = "option-ext"
 7229version = "0.2.0"
 7230source = "registry+https://github.com/rust-lang/crates.io-index"
 7231checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7232
 7233[[package]]
 7234name = "ordered-float"
 7235version = "2.10.0"
 7236source = "registry+https://github.com/rust-lang/crates.io-index"
 7237checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7238dependencies = [
 7239 "num-traits",
 7240]
 7241
 7242[[package]]
 7243name = "ordered-float"
 7244version = "3.9.1"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7247dependencies = [
 7248 "num-traits",
 7249]
 7250
 7251[[package]]
 7252name = "ordered-stream"
 7253version = "0.2.0"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7256dependencies = [
 7257 "futures-core",
 7258 "pin-project-lite",
 7259]
 7260
 7261[[package]]
 7262name = "ouroboros"
 7263version = "0.17.2"
 7264source = "registry+https://github.com/rust-lang/crates.io-index"
 7265checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7266dependencies = [
 7267 "aliasable",
 7268 "ouroboros_macro",
 7269 "static_assertions",
 7270]
 7271
 7272[[package]]
 7273name = "ouroboros_macro"
 7274version = "0.17.2"
 7275source = "registry+https://github.com/rust-lang/crates.io-index"
 7276checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7277dependencies = [
 7278 "heck 0.4.1",
 7279 "proc-macro-error",
 7280 "proc-macro2",
 7281 "quote",
 7282 "syn 2.0.59",
 7283]
 7284
 7285[[package]]
 7286name = "outline"
 7287version = "0.1.0"
 7288dependencies = [
 7289 "editor",
 7290 "fuzzy",
 7291 "gpui",
 7292 "indoc",
 7293 "language",
 7294 "menu",
 7295 "ordered-float 2.10.0",
 7296 "picker",
 7297 "project",
 7298 "rope",
 7299 "serde_json",
 7300 "smol",
 7301 "theme",
 7302 "tree-sitter-rust",
 7303 "tree-sitter-typescript",
 7304 "ui",
 7305 "util",
 7306 "workspace",
 7307]
 7308
 7309[[package]]
 7310name = "outline_panel"
 7311version = "0.1.0"
 7312dependencies = [
 7313 "anyhow",
 7314 "collections",
 7315 "db",
 7316 "editor",
 7317 "file_icons",
 7318 "fuzzy",
 7319 "gpui",
 7320 "itertools 0.11.0",
 7321 "language",
 7322 "log",
 7323 "menu",
 7324 "project",
 7325 "schemars",
 7326 "serde",
 7327 "serde_json",
 7328 "settings",
 7329 "util",
 7330 "workspace",
 7331 "worktree",
 7332]
 7333
 7334[[package]]
 7335name = "outref"
 7336version = "0.5.1"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7339
 7340[[package]]
 7341name = "overload"
 7342version = "0.1.1"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7345
 7346[[package]]
 7347name = "p256"
 7348version = "0.11.1"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7351dependencies = [
 7352 "ecdsa",
 7353 "elliptic-curve",
 7354 "sha2",
 7355]
 7356
 7357[[package]]
 7358name = "page_size"
 7359version = "0.6.0"
 7360source = "registry+https://github.com/rust-lang/crates.io-index"
 7361checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7362dependencies = [
 7363 "libc",
 7364 "winapi",
 7365]
 7366
 7367[[package]]
 7368name = "palette"
 7369version = "0.7.5"
 7370source = "registry+https://github.com/rust-lang/crates.io-index"
 7371checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7372dependencies = [
 7373 "approx",
 7374 "fast-srgb8",
 7375 "palette_derive",
 7376]
 7377
 7378[[package]]
 7379name = "palette_derive"
 7380version = "0.7.5"
 7381source = "registry+https://github.com/rust-lang/crates.io-index"
 7382checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7383dependencies = [
 7384 "proc-macro2",
 7385 "quote",
 7386 "syn 2.0.59",
 7387]
 7388
 7389[[package]]
 7390name = "parity-tokio-ipc"
 7391version = "0.9.0"
 7392source = "registry+https://github.com/rust-lang/crates.io-index"
 7393checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7394dependencies = [
 7395 "futures 0.3.28",
 7396 "libc",
 7397 "log",
 7398 "rand 0.7.3",
 7399 "tokio",
 7400 "winapi",
 7401]
 7402
 7403[[package]]
 7404name = "parking"
 7405version = "2.2.0"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7408
 7409[[package]]
 7410name = "parking_lot"
 7411version = "0.12.1"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7414dependencies = [
 7415 "lock_api",
 7416 "parking_lot_core",
 7417]
 7418
 7419[[package]]
 7420name = "parking_lot_core"
 7421version = "0.9.8"
 7422source = "registry+https://github.com/rust-lang/crates.io-index"
 7423checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7424dependencies = [
 7425 "cfg-if",
 7426 "libc",
 7427 "redox_syscall 0.3.5",
 7428 "smallvec",
 7429 "windows-targets 0.48.5",
 7430]
 7431
 7432[[package]]
 7433name = "password-hash"
 7434version = "0.5.0"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 7437dependencies = [
 7438 "base64ct",
 7439 "rand_core 0.6.4",
 7440 "subtle",
 7441]
 7442
 7443[[package]]
 7444name = "paste"
 7445version = "1.0.14"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7448
 7449[[package]]
 7450name = "pathdiff"
 7451version = "0.2.1"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7454
 7455[[package]]
 7456name = "pathfinder_geometry"
 7457version = "0.5.1"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7460dependencies = [
 7461 "log",
 7462 "pathfinder_simd",
 7463]
 7464
 7465[[package]]
 7466name = "pathfinder_simd"
 7467version = "0.5.4"
 7468source = "registry+https://github.com/rust-lang/crates.io-index"
 7469checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 7470dependencies = [
 7471 "rustc_version",
 7472]
 7473
 7474[[package]]
 7475name = "paths"
 7476version = "0.1.0"
 7477dependencies = [
 7478 "dirs 4.0.0",
 7479 "util",
 7480]
 7481
 7482[[package]]
 7483name = "pbkdf2"
 7484version = "0.12.2"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7487dependencies = [
 7488 "digest",
 7489 "hmac",
 7490]
 7491
 7492[[package]]
 7493name = "peeking_take_while"
 7494version = "0.1.2"
 7495source = "registry+https://github.com/rust-lang/crates.io-index"
 7496checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7497
 7498[[package]]
 7499name = "pem-rfc7468"
 7500version = "0.7.0"
 7501source = "registry+https://github.com/rust-lang/crates.io-index"
 7502checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7503dependencies = [
 7504 "base64ct",
 7505]
 7506
 7507[[package]]
 7508name = "percent-encoding"
 7509version = "2.3.1"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7512
 7513[[package]]
 7514name = "petgraph"
 7515version = "0.6.4"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7518dependencies = [
 7519 "fixedbitset",
 7520 "indexmap 2.2.6",
 7521]
 7522
 7523[[package]]
 7524name = "phf"
 7525version = "0.11.2"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7528dependencies = [
 7529 "phf_macros",
 7530 "phf_shared 0.11.2",
 7531]
 7532
 7533[[package]]
 7534name = "phf_codegen"
 7535version = "0.11.2"
 7536source = "registry+https://github.com/rust-lang/crates.io-index"
 7537checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7538dependencies = [
 7539 "phf_generator 0.11.2",
 7540 "phf_shared 0.11.2",
 7541]
 7542
 7543[[package]]
 7544name = "phf_generator"
 7545version = "0.10.0"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7548dependencies = [
 7549 "phf_shared 0.10.0",
 7550 "rand 0.8.5",
 7551]
 7552
 7553[[package]]
 7554name = "phf_generator"
 7555version = "0.11.2"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7558dependencies = [
 7559 "phf_shared 0.11.2",
 7560 "rand 0.8.5",
 7561]
 7562
 7563[[package]]
 7564name = "phf_macros"
 7565version = "0.11.2"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7568dependencies = [
 7569 "phf_generator 0.11.2",
 7570 "phf_shared 0.11.2",
 7571 "proc-macro2",
 7572 "quote",
 7573 "syn 2.0.59",
 7574]
 7575
 7576[[package]]
 7577name = "phf_shared"
 7578version = "0.10.0"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7581dependencies = [
 7582 "siphasher 0.3.11",
 7583]
 7584
 7585[[package]]
 7586name = "phf_shared"
 7587version = "0.11.2"
 7588source = "registry+https://github.com/rust-lang/crates.io-index"
 7589checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7590dependencies = [
 7591 "siphasher 0.3.11",
 7592]
 7593
 7594[[package]]
 7595name = "picker"
 7596version = "0.1.0"
 7597dependencies = [
 7598 "anyhow",
 7599 "ctor",
 7600 "editor",
 7601 "env_logger",
 7602 "gpui",
 7603 "menu",
 7604 "serde",
 7605 "serde_json",
 7606 "ui",
 7607 "workspace",
 7608]
 7609
 7610[[package]]
 7611name = "pico-args"
 7612version = "0.5.0"
 7613source = "registry+https://github.com/rust-lang/crates.io-index"
 7614checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7615
 7616[[package]]
 7617name = "pin-project"
 7618version = "1.1.3"
 7619source = "registry+https://github.com/rust-lang/crates.io-index"
 7620checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7621dependencies = [
 7622 "pin-project-internal",
 7623]
 7624
 7625[[package]]
 7626name = "pin-project-internal"
 7627version = "1.1.3"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7630dependencies = [
 7631 "proc-macro2",
 7632 "quote",
 7633 "syn 2.0.59",
 7634]
 7635
 7636[[package]]
 7637name = "pin-project-lite"
 7638version = "0.2.13"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7641
 7642[[package]]
 7643name = "pin-utils"
 7644version = "0.1.0"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7647
 7648[[package]]
 7649name = "piper"
 7650version = "0.2.1"
 7651source = "registry+https://github.com/rust-lang/crates.io-index"
 7652checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7653dependencies = [
 7654 "atomic-waker",
 7655 "fastrand 2.0.0",
 7656 "futures-io",
 7657]
 7658
 7659[[package]]
 7660name = "pkcs1"
 7661version = "0.7.5"
 7662source = "registry+https://github.com/rust-lang/crates.io-index"
 7663checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7664dependencies = [
 7665 "der 0.7.8",
 7666 "pkcs8 0.10.2",
 7667 "spki 0.7.3",
 7668]
 7669
 7670[[package]]
 7671name = "pkcs8"
 7672version = "0.9.0"
 7673source = "registry+https://github.com/rust-lang/crates.io-index"
 7674checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7675dependencies = [
 7676 "der 0.6.1",
 7677 "spki 0.6.0",
 7678]
 7679
 7680[[package]]
 7681name = "pkcs8"
 7682version = "0.10.2"
 7683source = "registry+https://github.com/rust-lang/crates.io-index"
 7684checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7685dependencies = [
 7686 "der 0.7.8",
 7687 "spki 0.7.3",
 7688]
 7689
 7690[[package]]
 7691name = "pkg-config"
 7692version = "0.3.27"
 7693source = "registry+https://github.com/rust-lang/crates.io-index"
 7694checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7695
 7696[[package]]
 7697name = "plist"
 7698version = "1.7.0"
 7699source = "registry+https://github.com/rust-lang/crates.io-index"
 7700checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
 7701dependencies = [
 7702 "base64 0.22.0",
 7703 "indexmap 2.2.6",
 7704 "quick-xml 0.32.0",
 7705 "serde",
 7706 "time",
 7707]
 7708
 7709[[package]]
 7710name = "plotters"
 7711version = "0.3.5"
 7712source = "registry+https://github.com/rust-lang/crates.io-index"
 7713checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7714dependencies = [
 7715 "num-traits",
 7716 "plotters-backend",
 7717 "plotters-svg",
 7718 "wasm-bindgen",
 7719 "web-sys",
 7720]
 7721
 7722[[package]]
 7723name = "plotters-backend"
 7724version = "0.3.5"
 7725source = "registry+https://github.com/rust-lang/crates.io-index"
 7726checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7727
 7728[[package]]
 7729name = "plotters-svg"
 7730version = "0.3.5"
 7731source = "registry+https://github.com/rust-lang/crates.io-index"
 7732checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7733dependencies = [
 7734 "plotters-backend",
 7735]
 7736
 7737[[package]]
 7738name = "png"
 7739version = "0.17.13"
 7740source = "registry+https://github.com/rust-lang/crates.io-index"
 7741checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7742dependencies = [
 7743 "bitflags 1.3.2",
 7744 "crc32fast",
 7745 "fdeflate",
 7746 "flate2",
 7747 "miniz_oxide",
 7748]
 7749
 7750[[package]]
 7751name = "polling"
 7752version = "2.8.0"
 7753source = "registry+https://github.com/rust-lang/crates.io-index"
 7754checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7755dependencies = [
 7756 "autocfg",
 7757 "bitflags 1.3.2",
 7758 "cfg-if",
 7759 "concurrent-queue",
 7760 "libc",
 7761 "log",
 7762 "pin-project-lite",
 7763 "windows-sys 0.48.0",
 7764]
 7765
 7766[[package]]
 7767name = "polling"
 7768version = "3.3.2"
 7769source = "registry+https://github.com/rust-lang/crates.io-index"
 7770checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7771dependencies = [
 7772 "cfg-if",
 7773 "concurrent-queue",
 7774 "pin-project-lite",
 7775 "rustix 0.38.32",
 7776 "tracing",
 7777 "windows-sys 0.52.0",
 7778]
 7779
 7780[[package]]
 7781name = "pollster"
 7782version = "0.2.5"
 7783source = "registry+https://github.com/rust-lang/crates.io-index"
 7784checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7785
 7786[[package]]
 7787name = "postage"
 7788version = "0.5.0"
 7789source = "registry+https://github.com/rust-lang/crates.io-index"
 7790checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7791dependencies = [
 7792 "atomic",
 7793 "crossbeam-queue",
 7794 "futures 0.3.28",
 7795 "log",
 7796 "parking_lot",
 7797 "pin-project",
 7798 "pollster",
 7799 "static_assertions",
 7800 "thiserror",
 7801]
 7802
 7803[[package]]
 7804name = "postcard"
 7805version = "1.0.8"
 7806source = "registry+https://github.com/rust-lang/crates.io-index"
 7807checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
 7808dependencies = [
 7809 "cobs",
 7810 "embedded-io",
 7811 "serde",
 7812]
 7813
 7814[[package]]
 7815name = "powerfmt"
 7816version = "0.2.0"
 7817source = "registry+https://github.com/rust-lang/crates.io-index"
 7818checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7819
 7820[[package]]
 7821name = "ppv-lite86"
 7822version = "0.2.17"
 7823source = "registry+https://github.com/rust-lang/crates.io-index"
 7824checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7825
 7826[[package]]
 7827name = "precomputed-hash"
 7828version = "0.1.1"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7831
 7832[[package]]
 7833name = "prettier"
 7834version = "0.1.0"
 7835dependencies = [
 7836 "anyhow",
 7837 "collections",
 7838 "fs",
 7839 "gpui",
 7840 "language",
 7841 "log",
 7842 "lsp",
 7843 "node_runtime",
 7844 "parking_lot",
 7845 "paths",
 7846 "serde",
 7847 "serde_json",
 7848 "util",
 7849]
 7850
 7851[[package]]
 7852name = "pretty_assertions"
 7853version = "1.4.0"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7856dependencies = [
 7857 "diff",
 7858 "yansi",
 7859]
 7860
 7861[[package]]
 7862name = "prettyplease"
 7863version = "0.2.15"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7866dependencies = [
 7867 "proc-macro2",
 7868 "syn 2.0.59",
 7869]
 7870
 7871[[package]]
 7872name = "proc-macro-crate"
 7873version = "1.3.1"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7876dependencies = [
 7877 "once_cell",
 7878 "toml_edit 0.19.15",
 7879]
 7880
 7881[[package]]
 7882name = "proc-macro-crate"
 7883version = "3.1.0"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7886dependencies = [
 7887 "toml_edit 0.21.1",
 7888]
 7889
 7890[[package]]
 7891name = "proc-macro-error"
 7892version = "1.0.4"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7895dependencies = [
 7896 "proc-macro-error-attr",
 7897 "proc-macro2",
 7898 "quote",
 7899 "syn 1.0.109",
 7900 "version_check",
 7901]
 7902
 7903[[package]]
 7904name = "proc-macro-error-attr"
 7905version = "1.0.4"
 7906source = "registry+https://github.com/rust-lang/crates.io-index"
 7907checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 7908dependencies = [
 7909 "proc-macro2",
 7910 "quote",
 7911 "version_check",
 7912]
 7913
 7914[[package]]
 7915name = "proc-macro2"
 7916version = "1.0.81"
 7917source = "registry+https://github.com/rust-lang/crates.io-index"
 7918checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 7919dependencies = [
 7920 "unicode-ident",
 7921]
 7922
 7923[[package]]
 7924name = "profiling"
 7925version = "1.0.15"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 7928dependencies = [
 7929 "profiling-procmacros",
 7930]
 7931
 7932[[package]]
 7933name = "profiling-procmacros"
 7934version = "1.0.15"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 7937dependencies = [
 7938 "quote",
 7939 "syn 2.0.59",
 7940]
 7941
 7942[[package]]
 7943name = "project"
 7944version = "0.1.0"
 7945dependencies = [
 7946 "aho-corasick",
 7947 "anyhow",
 7948 "async-trait",
 7949 "client",
 7950 "clock",
 7951 "collections",
 7952 "dev_server_projects",
 7953 "env_logger",
 7954 "fs",
 7955 "futures 0.3.28",
 7956 "fuzzy",
 7957 "git",
 7958 "git2",
 7959 "globset",
 7960 "gpui",
 7961 "http_client",
 7962 "itertools 0.11.0",
 7963 "language",
 7964 "log",
 7965 "lsp",
 7966 "node_runtime",
 7967 "parking_lot",
 7968 "pathdiff",
 7969 "paths",
 7970 "postage",
 7971 "prettier",
 7972 "pretty_assertions",
 7973 "rand 0.8.5",
 7974 "regex",
 7975 "release_channel",
 7976 "remote",
 7977 "rpc",
 7978 "schemars",
 7979 "serde",
 7980 "serde_json",
 7981 "settings",
 7982 "sha2",
 7983 "shellexpand 2.1.2",
 7984 "shlex",
 7985 "similar",
 7986 "smol",
 7987 "snippet",
 7988 "snippet_provider",
 7989 "task",
 7990 "tempfile",
 7991 "terminal",
 7992 "text",
 7993 "unicase",
 7994 "unindent",
 7995 "util",
 7996 "which 6.0.0",
 7997 "worktree",
 7998]
 7999
 8000[[package]]
 8001name = "project_panel"
 8002version = "0.1.0"
 8003dependencies = [
 8004 "anyhow",
 8005 "client",
 8006 "collections",
 8007 "db",
 8008 "editor",
 8009 "file_icons",
 8010 "futures 0.3.28",
 8011 "git",
 8012 "gpui",
 8013 "language",
 8014 "menu",
 8015 "pretty_assertions",
 8016 "project",
 8017 "schemars",
 8018 "search",
 8019 "serde",
 8020 "serde_derive",
 8021 "serde_json",
 8022 "settings",
 8023 "theme",
 8024 "ui",
 8025 "util",
 8026 "workspace",
 8027 "worktree",
 8028]
 8029
 8030[[package]]
 8031name = "project_symbols"
 8032version = "0.1.0"
 8033dependencies = [
 8034 "anyhow",
 8035 "editor",
 8036 "futures 0.3.28",
 8037 "fuzzy",
 8038 "gpui",
 8039 "language",
 8040 "lsp",
 8041 "ordered-float 2.10.0",
 8042 "picker",
 8043 "project",
 8044 "release_channel",
 8045 "serde_json",
 8046 "settings",
 8047 "theme",
 8048 "util",
 8049 "workspace",
 8050]
 8051
 8052[[package]]
 8053name = "prometheus"
 8054version = "0.13.3"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8057dependencies = [
 8058 "cfg-if",
 8059 "fnv",
 8060 "lazy_static",
 8061 "memchr",
 8062 "parking_lot",
 8063 "protobuf",
 8064 "thiserror",
 8065]
 8066
 8067[[package]]
 8068name = "prost"
 8069version = "0.9.0"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8072dependencies = [
 8073 "bytes 1.5.0",
 8074 "prost-derive",
 8075]
 8076
 8077[[package]]
 8078name = "prost-build"
 8079version = "0.9.0"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8082dependencies = [
 8083 "bytes 1.5.0",
 8084 "heck 0.3.3",
 8085 "itertools 0.10.5",
 8086 "lazy_static",
 8087 "log",
 8088 "multimap",
 8089 "petgraph",
 8090 "prost",
 8091 "prost-types",
 8092 "regex",
 8093 "tempfile",
 8094 "which 4.4.2",
 8095]
 8096
 8097[[package]]
 8098name = "prost-derive"
 8099version = "0.9.0"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8102dependencies = [
 8103 "anyhow",
 8104 "itertools 0.10.5",
 8105 "proc-macro2",
 8106 "quote",
 8107 "syn 1.0.109",
 8108]
 8109
 8110[[package]]
 8111name = "prost-types"
 8112version = "0.9.0"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8115dependencies = [
 8116 "bytes 1.5.0",
 8117 "prost",
 8118]
 8119
 8120[[package]]
 8121name = "proto"
 8122version = "0.1.0"
 8123dependencies = [
 8124 "anyhow",
 8125 "collections",
 8126 "futures 0.3.28",
 8127 "prost",
 8128 "prost-build",
 8129 "serde",
 8130]
 8131
 8132[[package]]
 8133name = "protobuf"
 8134version = "2.28.0"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8137
 8138[[package]]
 8139name = "protols-tree-sitter-proto"
 8140version = "0.2.0"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "9bac092da66e21a71eb832925de7b542f8ac34f75fd05cd2fc3e272863e3fd2b"
 8143dependencies = [
 8144 "cc",
 8145 "tree-sitter",
 8146]
 8147
 8148[[package]]
 8149name = "psm"
 8150version = "0.1.21"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8153dependencies = [
 8154 "cc",
 8155]
 8156
 8157[[package]]
 8158name = "ptr_meta"
 8159version = "0.1.4"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8162dependencies = [
 8163 "ptr_meta_derive",
 8164]
 8165
 8166[[package]]
 8167name = "ptr_meta_derive"
 8168version = "0.1.4"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8171dependencies = [
 8172 "proc-macro2",
 8173 "quote",
 8174 "syn 1.0.109",
 8175]
 8176
 8177[[package]]
 8178name = "pulldown-cmark"
 8179version = "0.10.0"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8182dependencies = [
 8183 "bitflags 2.6.0",
 8184 "memchr",
 8185 "unicase",
 8186]
 8187
 8188[[package]]
 8189name = "qoi"
 8190version = "0.4.1"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8193dependencies = [
 8194 "bytemuck",
 8195]
 8196
 8197[[package]]
 8198name = "quick-error"
 8199version = "2.0.1"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8202
 8203[[package]]
 8204name = "quick-xml"
 8205version = "0.31.0"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8208dependencies = [
 8209 "memchr",
 8210]
 8211
 8212[[package]]
 8213name = "quick-xml"
 8214version = "0.32.0"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
 8217dependencies = [
 8218 "memchr",
 8219]
 8220
 8221[[package]]
 8222name = "quick_action_bar"
 8223version = "0.1.0"
 8224dependencies = [
 8225 "assistant",
 8226 "editor",
 8227 "gpui",
 8228 "repl",
 8229 "search",
 8230 "settings",
 8231 "ui",
 8232 "util",
 8233 "workspace",
 8234 "zed_actions",
 8235]
 8236
 8237[[package]]
 8238name = "quote"
 8239version = "1.0.35"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8242dependencies = [
 8243 "proc-macro2",
 8244]
 8245
 8246[[package]]
 8247name = "radium"
 8248version = "0.7.0"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8251
 8252[[package]]
 8253name = "rand"
 8254version = "0.7.3"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8257dependencies = [
 8258 "getrandom 0.1.16",
 8259 "libc",
 8260 "rand_chacha 0.2.2",
 8261 "rand_core 0.5.1",
 8262 "rand_hc",
 8263]
 8264
 8265[[package]]
 8266name = "rand"
 8267version = "0.8.5"
 8268source = "registry+https://github.com/rust-lang/crates.io-index"
 8269checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8270dependencies = [
 8271 "libc",
 8272 "rand_chacha 0.3.1",
 8273 "rand_core 0.6.4",
 8274]
 8275
 8276[[package]]
 8277name = "rand_chacha"
 8278version = "0.2.2"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8281dependencies = [
 8282 "ppv-lite86",
 8283 "rand_core 0.5.1",
 8284]
 8285
 8286[[package]]
 8287name = "rand_chacha"
 8288version = "0.3.1"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8291dependencies = [
 8292 "ppv-lite86",
 8293 "rand_core 0.6.4",
 8294]
 8295
 8296[[package]]
 8297name = "rand_core"
 8298version = "0.5.1"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8301dependencies = [
 8302 "getrandom 0.1.16",
 8303]
 8304
 8305[[package]]
 8306name = "rand_core"
 8307version = "0.6.4"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8310dependencies = [
 8311 "getrandom 0.2.10",
 8312]
 8313
 8314[[package]]
 8315name = "rand_hc"
 8316version = "0.2.0"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8319dependencies = [
 8320 "rand_core 0.5.1",
 8321]
 8322
 8323[[package]]
 8324name = "rangemap"
 8325version = "1.4.0"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8328
 8329[[package]]
 8330name = "rav1e"
 8331version = "0.7.1"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8334dependencies = [
 8335 "arbitrary",
 8336 "arg_enum_proc_macro",
 8337 "arrayvec",
 8338 "av1-grain",
 8339 "bitstream-io",
 8340 "built",
 8341 "cfg-if",
 8342 "interpolate_name",
 8343 "itertools 0.12.1",
 8344 "libc",
 8345 "libfuzzer-sys",
 8346 "log",
 8347 "maybe-rayon",
 8348 "new_debug_unreachable",
 8349 "noop_proc_macro",
 8350 "num-derive 0.4.2",
 8351 "num-traits",
 8352 "once_cell",
 8353 "paste",
 8354 "profiling",
 8355 "rand 0.8.5",
 8356 "rand_chacha 0.3.1",
 8357 "simd_helpers",
 8358 "system-deps",
 8359 "thiserror",
 8360 "v_frame",
 8361 "wasm-bindgen",
 8362]
 8363
 8364[[package]]
 8365name = "ravif"
 8366version = "0.11.5"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8369dependencies = [
 8370 "avif-serialize",
 8371 "imgref",
 8372 "loop9",
 8373 "quick-error",
 8374 "rav1e",
 8375 "rayon",
 8376 "rgb",
 8377]
 8378
 8379[[package]]
 8380name = "raw-window-handle"
 8381version = "0.5.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8384
 8385[[package]]
 8386name = "raw-window-handle"
 8387version = "0.6.0"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8390
 8391[[package]]
 8392name = "raw-window-metal"
 8393version = "0.4.0"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8396dependencies = [
 8397 "cocoa",
 8398 "core-graphics",
 8399 "objc",
 8400 "raw-window-handle 0.6.0",
 8401]
 8402
 8403[[package]]
 8404name = "rayon"
 8405version = "1.8.0"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8408dependencies = [
 8409 "either",
 8410 "rayon-core",
 8411]
 8412
 8413[[package]]
 8414name = "rayon-core"
 8415version = "1.12.0"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8418dependencies = [
 8419 "crossbeam-deque",
 8420 "crossbeam-utils",
 8421]
 8422
 8423[[package]]
 8424name = "read-fonts"
 8425version = "0.19.3"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8428dependencies = [
 8429 "bytemuck",
 8430 "font-types",
 8431]
 8432
 8433[[package]]
 8434name = "recent_projects"
 8435version = "0.1.0"
 8436dependencies = [
 8437 "anyhow",
 8438 "client",
 8439 "dev_server_projects",
 8440 "editor",
 8441 "fuzzy",
 8442 "gpui",
 8443 "language",
 8444 "markdown",
 8445 "menu",
 8446 "ordered-float 2.10.0",
 8447 "picker",
 8448 "project",
 8449 "rpc",
 8450 "serde",
 8451 "serde_json",
 8452 "settings",
 8453 "smol",
 8454 "task",
 8455 "terminal_view",
 8456 "ui",
 8457 "ui_input",
 8458 "util",
 8459 "workspace",
 8460]
 8461
 8462[[package]]
 8463name = "redox_syscall"
 8464version = "0.2.16"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8467dependencies = [
 8468 "bitflags 1.3.2",
 8469]
 8470
 8471[[package]]
 8472name = "redox_syscall"
 8473version = "0.3.5"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8476dependencies = [
 8477 "bitflags 1.3.2",
 8478]
 8479
 8480[[package]]
 8481name = "redox_syscall"
 8482version = "0.4.1"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8485dependencies = [
 8486 "bitflags 1.3.2",
 8487]
 8488
 8489[[package]]
 8490name = "redox_users"
 8491version = "0.4.3"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8494dependencies = [
 8495 "getrandom 0.2.10",
 8496 "redox_syscall 0.2.16",
 8497 "thiserror",
 8498]
 8499
 8500[[package]]
 8501name = "refineable"
 8502version = "0.1.0"
 8503dependencies = [
 8504 "derive_refineable",
 8505]
 8506
 8507[[package]]
 8508name = "regalloc2"
 8509version = "0.9.3"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8512dependencies = [
 8513 "hashbrown 0.13.2",
 8514 "log",
 8515 "rustc-hash",
 8516 "slice-group-by",
 8517 "smallvec",
 8518]
 8519
 8520[[package]]
 8521name = "regex"
 8522version = "1.10.5"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
 8525dependencies = [
 8526 "aho-corasick",
 8527 "memchr",
 8528 "regex-automata 0.4.5",
 8529 "regex-syntax 0.8.2",
 8530]
 8531
 8532[[package]]
 8533name = "regex-automata"
 8534version = "0.1.10"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8537dependencies = [
 8538 "regex-syntax 0.6.29",
 8539]
 8540
 8541[[package]]
 8542name = "regex-automata"
 8543version = "0.3.9"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8546
 8547[[package]]
 8548name = "regex-automata"
 8549version = "0.4.5"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8552dependencies = [
 8553 "aho-corasick",
 8554 "memchr",
 8555 "regex-syntax 0.8.2",
 8556]
 8557
 8558[[package]]
 8559name = "regex-lite"
 8560version = "0.1.5"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8563
 8564[[package]]
 8565name = "regex-syntax"
 8566version = "0.6.29"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8569
 8570[[package]]
 8571name = "regex-syntax"
 8572version = "0.8.2"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8575
 8576[[package]]
 8577name = "release_channel"
 8578version = "0.1.0"
 8579dependencies = [
 8580 "gpui",
 8581 "once_cell",
 8582]
 8583
 8584[[package]]
 8585name = "remote"
 8586version = "0.1.0"
 8587dependencies = [
 8588 "anyhow",
 8589 "collections",
 8590 "fs",
 8591 "futures 0.3.28",
 8592 "gpui",
 8593 "log",
 8594 "parking_lot",
 8595 "prost",
 8596 "rpc",
 8597 "serde",
 8598 "serde_json",
 8599 "smol",
 8600 "tempfile",
 8601 "util",
 8602]
 8603
 8604[[package]]
 8605name = "remote_server"
 8606version = "0.1.0"
 8607dependencies = [
 8608 "anyhow",
 8609 "cargo_toml",
 8610 "client",
 8611 "clock",
 8612 "env_logger",
 8613 "fs",
 8614 "futures 0.3.28",
 8615 "gpui",
 8616 "http_client",
 8617 "language",
 8618 "log",
 8619 "node_runtime",
 8620 "project",
 8621 "remote",
 8622 "rpc",
 8623 "serde",
 8624 "serde_json",
 8625 "settings",
 8626 "smol",
 8627 "toml 0.8.16",
 8628 "util",
 8629 "worktree",
 8630]
 8631
 8632[[package]]
 8633name = "rend"
 8634version = "0.4.0"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8637dependencies = [
 8638 "bytecheck",
 8639]
 8640
 8641[[package]]
 8642name = "repair_json"
 8643version = "0.1.0"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8646dependencies = [
 8647 "thiserror",
 8648]
 8649
 8650[[package]]
 8651name = "repl"
 8652version = "0.1.0"
 8653dependencies = [
 8654 "alacritty_terminal 0.23.0",
 8655 "anyhow",
 8656 "async-dispatcher",
 8657 "base64 0.13.1",
 8658 "client",
 8659 "collections",
 8660 "command_palette_hooks",
 8661 "editor",
 8662 "env_logger",
 8663 "futures 0.3.28",
 8664 "gpui",
 8665 "http_client",
 8666 "image",
 8667 "indoc",
 8668 "language",
 8669 "languages",
 8670 "log",
 8671 "multi_buffer",
 8672 "project",
 8673 "runtimelib",
 8674 "schemars",
 8675 "serde",
 8676 "serde_json",
 8677 "settings",
 8678 "smol",
 8679 "terminal_view",
 8680 "theme",
 8681 "tree-sitter-md",
 8682 "tree-sitter-python",
 8683 "tree-sitter-typescript",
 8684 "ui",
 8685 "util",
 8686 "uuid",
 8687 "workspace",
 8688]
 8689
 8690[[package]]
 8691name = "reqwest"
 8692version = "0.11.20"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8695dependencies = [
 8696 "base64 0.21.7",
 8697 "bytes 1.5.0",
 8698 "encoding_rs",
 8699 "futures-core",
 8700 "futures-util",
 8701 "h2",
 8702 "http 0.2.9",
 8703 "http-body",
 8704 "hyper",
 8705 "hyper-tls",
 8706 "ipnet",
 8707 "js-sys",
 8708 "log",
 8709 "mime",
 8710 "native-tls",
 8711 "once_cell",
 8712 "percent-encoding",
 8713 "pin-project-lite",
 8714 "serde",
 8715 "serde_json",
 8716 "serde_urlencoded",
 8717 "tokio",
 8718 "tokio-native-tls",
 8719 "tower-service",
 8720 "url",
 8721 "wasm-bindgen",
 8722 "wasm-bindgen-futures",
 8723 "web-sys",
 8724 "winreg 0.50.0",
 8725]
 8726
 8727[[package]]
 8728name = "resvg"
 8729version = "0.41.0"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8732dependencies = [
 8733 "log",
 8734 "pico-args",
 8735 "rgb",
 8736 "svgtypes",
 8737 "tiny-skia",
 8738 "usvg",
 8739]
 8740
 8741[[package]]
 8742name = "rfc6979"
 8743version = "0.3.1"
 8744source = "registry+https://github.com/rust-lang/crates.io-index"
 8745checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8746dependencies = [
 8747 "crypto-bigint 0.4.9",
 8748 "hmac",
 8749 "zeroize",
 8750]
 8751
 8752[[package]]
 8753name = "rgb"
 8754version = "0.8.36"
 8755source = "registry+https://github.com/rust-lang/crates.io-index"
 8756checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8757dependencies = [
 8758 "bytemuck",
 8759]
 8760
 8761[[package]]
 8762name = "rich_text"
 8763version = "0.1.0"
 8764dependencies = [
 8765 "futures 0.3.28",
 8766 "gpui",
 8767 "language",
 8768 "linkify",
 8769 "pulldown-cmark",
 8770 "theme",
 8771 "ui",
 8772 "util",
 8773]
 8774
 8775[[package]]
 8776name = "ring"
 8777version = "0.17.7"
 8778source = "registry+https://github.com/rust-lang/crates.io-index"
 8779checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8780dependencies = [
 8781 "cc",
 8782 "getrandom 0.2.10",
 8783 "libc",
 8784 "spin 0.9.8",
 8785 "untrusted",
 8786 "windows-sys 0.48.0",
 8787]
 8788
 8789[[package]]
 8790name = "rkyv"
 8791version = "0.7.42"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8794dependencies = [
 8795 "bitvec",
 8796 "bytecheck",
 8797 "hashbrown 0.12.3",
 8798 "ptr_meta",
 8799 "rend",
 8800 "rkyv_derive",
 8801 "seahash",
 8802 "tinyvec",
 8803 "uuid",
 8804]
 8805
 8806[[package]]
 8807name = "rkyv_derive"
 8808version = "0.7.42"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8811dependencies = [
 8812 "proc-macro2",
 8813 "quote",
 8814 "syn 1.0.109",
 8815]
 8816
 8817[[package]]
 8818name = "rmp"
 8819version = "0.8.12"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8822dependencies = [
 8823 "byteorder",
 8824 "num-traits",
 8825 "paste",
 8826]
 8827
 8828[[package]]
 8829name = "rmpv"
 8830version = "1.0.1"
 8831source = "registry+https://github.com/rust-lang/crates.io-index"
 8832checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8833dependencies = [
 8834 "num-traits",
 8835 "rmp",
 8836]
 8837
 8838[[package]]
 8839name = "rodio"
 8840version = "0.17.1"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8843dependencies = [
 8844 "cpal",
 8845 "hound",
 8846]
 8847
 8848[[package]]
 8849name = "rope"
 8850version = "0.1.0"
 8851dependencies = [
 8852 "arrayvec",
 8853 "criterion",
 8854 "ctor",
 8855 "env_logger",
 8856 "gpui",
 8857 "log",
 8858 "rand 0.8.5",
 8859 "smallvec",
 8860 "sum_tree",
 8861 "unicode-segmentation",
 8862 "util",
 8863]
 8864
 8865[[package]]
 8866name = "roxmltree"
 8867version = "0.19.0"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8870
 8871[[package]]
 8872name = "roxmltree"
 8873version = "0.20.0"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
 8876
 8877[[package]]
 8878name = "rpc"
 8879version = "0.1.0"
 8880dependencies = [
 8881 "anyhow",
 8882 "async-tungstenite",
 8883 "base64 0.13.1",
 8884 "chrono",
 8885 "collections",
 8886 "env_logger",
 8887 "futures 0.3.28",
 8888 "gpui",
 8889 "parking_lot",
 8890 "proto",
 8891 "rand 0.8.5",
 8892 "rsa",
 8893 "serde",
 8894 "serde_json",
 8895 "sha2",
 8896 "strum",
 8897 "tracing",
 8898 "util",
 8899 "zstd",
 8900]
 8901
 8902[[package]]
 8903name = "rsa"
 8904version = "0.9.6"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
 8907dependencies = [
 8908 "const-oid",
 8909 "digest",
 8910 "num-bigint-dig",
 8911 "num-integer",
 8912 "num-traits",
 8913 "pkcs1",
 8914 "pkcs8 0.10.2",
 8915 "rand_core 0.6.4",
 8916 "signature 2.1.0",
 8917 "spki 0.7.3",
 8918 "subtle",
 8919 "zeroize",
 8920]
 8921
 8922[[package]]
 8923name = "runtimelib"
 8924version = "0.12.0"
 8925source = "registry+https://github.com/rust-lang/crates.io-index"
 8926checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8927dependencies = [
 8928 "anyhow",
 8929 "async-dispatcher",
 8930 "async-std",
 8931 "base64 0.22.0",
 8932 "bytes 1.5.0",
 8933 "chrono",
 8934 "data-encoding",
 8935 "dirs 5.0.1",
 8936 "futures 0.3.28",
 8937 "glob",
 8938 "rand 0.8.5",
 8939 "ring",
 8940 "serde",
 8941 "serde_json",
 8942 "shellexpand 3.1.0",
 8943 "smol",
 8944 "uuid",
 8945 "zeromq",
 8946]
 8947
 8948[[package]]
 8949name = "rust-embed"
 8950version = "8.4.0"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8953dependencies = [
 8954 "rust-embed-impl",
 8955 "rust-embed-utils",
 8956 "walkdir",
 8957]
 8958
 8959[[package]]
 8960name = "rust-embed-impl"
 8961version = "8.4.0"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8964dependencies = [
 8965 "proc-macro2",
 8966 "quote",
 8967 "rust-embed-utils",
 8968 "syn 2.0.59",
 8969 "walkdir",
 8970]
 8971
 8972[[package]]
 8973name = "rust-embed-utils"
 8974version = "8.4.0"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8977dependencies = [
 8978 "globset",
 8979 "sha2",
 8980 "walkdir",
 8981]
 8982
 8983[[package]]
 8984name = "rust_decimal"
 8985version = "1.35.0"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
 8988dependencies = [
 8989 "arrayvec",
 8990 "borsh",
 8991 "bytes 1.5.0",
 8992 "num-traits",
 8993 "rand 0.8.5",
 8994 "rkyv",
 8995 "serde",
 8996 "serde_json",
 8997]
 8998
 8999[[package]]
 9000name = "rustc-demangle"
 9001version = "0.1.24"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 9004
 9005[[package]]
 9006name = "rustc-hash"
 9007version = "1.1.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9010
 9011[[package]]
 9012name = "rustc_version"
 9013version = "0.4.0"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9016dependencies = [
 9017 "semver",
 9018]
 9019
 9020[[package]]
 9021name = "rustix"
 9022version = "0.37.27"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
 9025dependencies = [
 9026 "bitflags 1.3.2",
 9027 "errno 0.3.8",
 9028 "io-lifetimes 1.0.11",
 9029 "libc",
 9030 "linux-raw-sys 0.3.8",
 9031 "windows-sys 0.48.0",
 9032]
 9033
 9034[[package]]
 9035name = "rustix"
 9036version = "0.38.32"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9039dependencies = [
 9040 "bitflags 2.6.0",
 9041 "errno 0.3.8",
 9042 "itoa",
 9043 "libc",
 9044 "linux-raw-sys 0.4.12",
 9045 "once_cell",
 9046 "windows-sys 0.52.0",
 9047]
 9048
 9049[[package]]
 9050name = "rustix-openpty"
 9051version = "0.1.1"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9054dependencies = [
 9055 "errno 0.3.8",
 9056 "libc",
 9057 "rustix 0.38.32",
 9058]
 9059
 9060[[package]]
 9061name = "rustls"
 9062version = "0.21.12"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9065dependencies = [
 9066 "log",
 9067 "ring",
 9068 "rustls-webpki",
 9069 "sct",
 9070]
 9071
 9072[[package]]
 9073name = "rustls-native-certs"
 9074version = "0.6.3"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9077dependencies = [
 9078 "openssl-probe",
 9079 "rustls-pemfile",
 9080 "schannel",
 9081 "security-framework",
 9082]
 9083
 9084[[package]]
 9085name = "rustls-pemfile"
 9086version = "1.0.3"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9089dependencies = [
 9090 "base64 0.21.7",
 9091]
 9092
 9093[[package]]
 9094name = "rustls-webpki"
 9095version = "0.101.7"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9098dependencies = [
 9099 "ring",
 9100 "untrusted",
 9101]
 9102
 9103[[package]]
 9104name = "rustversion"
 9105version = "1.0.14"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9108
 9109[[package]]
 9110name = "rustybuzz"
 9111version = "0.14.1"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9114dependencies = [
 9115 "bitflags 2.6.0",
 9116 "bytemuck",
 9117 "libm",
 9118 "smallvec",
 9119 "ttf-parser",
 9120 "unicode-bidi-mirroring",
 9121 "unicode-ccc",
 9122 "unicode-properties",
 9123 "unicode-script",
 9124]
 9125
 9126[[package]]
 9127name = "ryu"
 9128version = "1.0.18"
 9129source = "registry+https://github.com/rust-lang/crates.io-index"
 9130checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9131
 9132[[package]]
 9133name = "salsa20"
 9134version = "0.10.2"
 9135source = "registry+https://github.com/rust-lang/crates.io-index"
 9136checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
 9137dependencies = [
 9138 "cipher",
 9139]
 9140
 9141[[package]]
 9142name = "same-file"
 9143version = "1.0.6"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9146dependencies = [
 9147 "winapi-util",
 9148]
 9149
 9150[[package]]
 9151name = "schannel"
 9152version = "0.1.22"
 9153source = "registry+https://github.com/rust-lang/crates.io-index"
 9154checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9155dependencies = [
 9156 "windows-sys 0.48.0",
 9157]
 9158
 9159[[package]]
 9160name = "schemars"
 9161version = "0.8.15"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9164dependencies = [
 9165 "dyn-clone",
 9166 "indexmap 1.9.3",
 9167 "schemars_derive",
 9168 "serde",
 9169 "serde_json",
 9170]
 9171
 9172[[package]]
 9173name = "schemars_derive"
 9174version = "0.8.15"
 9175source = "registry+https://github.com/rust-lang/crates.io-index"
 9176checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9177dependencies = [
 9178 "proc-macro2",
 9179 "quote",
 9180 "serde_derive_internals",
 9181 "syn 1.0.109",
 9182]
 9183
 9184[[package]]
 9185name = "scoped-tls"
 9186version = "1.0.1"
 9187source = "registry+https://github.com/rust-lang/crates.io-index"
 9188checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9189
 9190[[package]]
 9191name = "scopeguard"
 9192version = "1.2.0"
 9193source = "registry+https://github.com/rust-lang/crates.io-index"
 9194checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9195
 9196[[package]]
 9197name = "scrypt"
 9198version = "0.11.0"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
 9201dependencies = [
 9202 "password-hash",
 9203 "pbkdf2",
 9204 "salsa20",
 9205 "sha2",
 9206]
 9207
 9208[[package]]
 9209name = "sct"
 9210version = "0.7.1"
 9211source = "registry+https://github.com/rust-lang/crates.io-index"
 9212checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9213dependencies = [
 9214 "ring",
 9215 "untrusted",
 9216]
 9217
 9218[[package]]
 9219name = "sea-bae"
 9220version = "0.2.0"
 9221source = "registry+https://github.com/rust-lang/crates.io-index"
 9222checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9223dependencies = [
 9224 "heck 0.4.1",
 9225 "proc-macro-error",
 9226 "proc-macro2",
 9227 "quote",
 9228 "syn 2.0.59",
 9229]
 9230
 9231[[package]]
 9232name = "sea-orm"
 9233version = "0.12.3"
 9234source = "registry+https://github.com/rust-lang/crates.io-index"
 9235checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9236dependencies = [
 9237 "async-stream",
 9238 "async-trait",
 9239 "bigdecimal",
 9240 "chrono",
 9241 "futures 0.3.28",
 9242 "log",
 9243 "ouroboros",
 9244 "rust_decimal",
 9245 "sea-orm-macros",
 9246 "sea-query",
 9247 "sea-query-binder",
 9248 "serde",
 9249 "serde_json",
 9250 "sqlx",
 9251 "strum",
 9252 "thiserror",
 9253 "time",
 9254 "tracing",
 9255 "url",
 9256 "uuid",
 9257]
 9258
 9259[[package]]
 9260name = "sea-orm-macros"
 9261version = "0.12.3"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9264dependencies = [
 9265 "heck 0.4.1",
 9266 "proc-macro2",
 9267 "quote",
 9268 "sea-bae",
 9269 "syn 2.0.59",
 9270 "unicode-ident",
 9271]
 9272
 9273[[package]]
 9274name = "sea-query"
 9275version = "0.30.2"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9278dependencies = [
 9279 "bigdecimal",
 9280 "chrono",
 9281 "derivative",
 9282 "inherent",
 9283 "ordered-float 3.9.1",
 9284 "rust_decimal",
 9285 "serde_json",
 9286 "time",
 9287 "uuid",
 9288]
 9289
 9290[[package]]
 9291name = "sea-query-binder"
 9292version = "0.5.0"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9295dependencies = [
 9296 "bigdecimal",
 9297 "chrono",
 9298 "rust_decimal",
 9299 "sea-query",
 9300 "serde_json",
 9301 "sqlx",
 9302 "time",
 9303 "uuid",
 9304]
 9305
 9306[[package]]
 9307name = "seahash"
 9308version = "4.1.0"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9311
 9312[[package]]
 9313name = "sealed"
 9314version = "0.4.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9317dependencies = [
 9318 "heck 0.3.3",
 9319 "proc-macro2",
 9320 "quote",
 9321 "syn 1.0.109",
 9322]
 9323
 9324[[package]]
 9325name = "search"
 9326version = "0.1.0"
 9327dependencies = [
 9328 "any_vec",
 9329 "anyhow",
 9330 "bitflags 2.6.0",
 9331 "client",
 9332 "collections",
 9333 "editor",
 9334 "futures 0.3.28",
 9335 "gpui",
 9336 "language",
 9337 "menu",
 9338 "project",
 9339 "serde",
 9340 "serde_json",
 9341 "settings",
 9342 "smol",
 9343 "theme",
 9344 "ui",
 9345 "unindent",
 9346 "util",
 9347 "workspace",
 9348]
 9349
 9350[[package]]
 9351name = "sec1"
 9352version = "0.3.0"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9355dependencies = [
 9356 "base16ct",
 9357 "der 0.6.1",
 9358 "generic-array",
 9359 "pkcs8 0.9.0",
 9360 "subtle",
 9361 "zeroize",
 9362]
 9363
 9364[[package]]
 9365name = "security-framework"
 9366version = "2.9.2"
 9367source = "registry+https://github.com/rust-lang/crates.io-index"
 9368checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9369dependencies = [
 9370 "bitflags 1.3.2",
 9371 "core-foundation",
 9372 "core-foundation-sys 0.8.6",
 9373 "libc",
 9374 "security-framework-sys",
 9375]
 9376
 9377[[package]]
 9378name = "security-framework-sys"
 9379version = "2.9.1"
 9380source = "registry+https://github.com/rust-lang/crates.io-index"
 9381checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9382dependencies = [
 9383 "core-foundation-sys 0.8.6",
 9384 "libc",
 9385]
 9386
 9387[[package]]
 9388name = "self_cell"
 9389version = "1.0.3"
 9390source = "registry+https://github.com/rust-lang/crates.io-index"
 9391checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9392
 9393[[package]]
 9394name = "semantic_index"
 9395version = "0.1.0"
 9396dependencies = [
 9397 "anyhow",
 9398 "client",
 9399 "clock",
 9400 "collections",
 9401 "completion",
 9402 "env_logger",
 9403 "fs",
 9404 "futures 0.3.28",
 9405 "futures-batch",
 9406 "gpui",
 9407 "heed",
 9408 "http_client",
 9409 "language",
 9410 "languages",
 9411 "log",
 9412 "open_ai",
 9413 "parking_lot",
 9414 "project",
 9415 "serde",
 9416 "serde_json",
 9417 "settings",
 9418 "sha2",
 9419 "smol",
 9420 "tempfile",
 9421 "theme",
 9422 "tree-sitter",
 9423 "ui",
 9424 "unindent",
 9425 "util",
 9426 "workspace",
 9427 "worktree",
 9428]
 9429
 9430[[package]]
 9431name = "semantic_version"
 9432version = "0.1.0"
 9433dependencies = [
 9434 "anyhow",
 9435 "serde",
 9436]
 9437
 9438[[package]]
 9439name = "semver"
 9440version = "1.0.23"
 9441source = "registry+https://github.com/rust-lang/crates.io-index"
 9442checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 9443dependencies = [
 9444 "serde",
 9445]
 9446
 9447[[package]]
 9448name = "serde"
 9449version = "1.0.204"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
 9452dependencies = [
 9453 "serde_derive",
 9454]
 9455
 9456[[package]]
 9457name = "serde_derive"
 9458version = "1.0.204"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
 9461dependencies = [
 9462 "proc-macro2",
 9463 "quote",
 9464 "syn 2.0.59",
 9465]
 9466
 9467[[package]]
 9468name = "serde_derive_internals"
 9469version = "0.26.0"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9472dependencies = [
 9473 "proc-macro2",
 9474 "quote",
 9475 "syn 1.0.109",
 9476]
 9477
 9478[[package]]
 9479name = "serde_fmt"
 9480version = "1.0.3"
 9481source = "registry+https://github.com/rust-lang/crates.io-index"
 9482checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9483dependencies = [
 9484 "serde",
 9485]
 9486
 9487[[package]]
 9488name = "serde_json"
 9489version = "1.0.120"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
 9492dependencies = [
 9493 "indexmap 2.2.6",
 9494 "itoa",
 9495 "ryu",
 9496 "serde",
 9497]
 9498
 9499[[package]]
 9500name = "serde_json_lenient"
 9501version = "0.1.7"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9504dependencies = [
 9505 "indexmap 2.2.6",
 9506 "itoa",
 9507 "ryu",
 9508 "serde",
 9509]
 9510
 9511[[package]]
 9512name = "serde_path_to_error"
 9513version = "0.1.15"
 9514source = "registry+https://github.com/rust-lang/crates.io-index"
 9515checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9516dependencies = [
 9517 "itoa",
 9518 "serde",
 9519]
 9520
 9521[[package]]
 9522name = "serde_repr"
 9523version = "0.1.16"
 9524source = "registry+https://github.com/rust-lang/crates.io-index"
 9525checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9526dependencies = [
 9527 "proc-macro2",
 9528 "quote",
 9529 "syn 2.0.59",
 9530]
 9531
 9532[[package]]
 9533name = "serde_spanned"
 9534version = "0.6.7"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
 9537dependencies = [
 9538 "serde",
 9539]
 9540
 9541[[package]]
 9542name = "serde_urlencoded"
 9543version = "0.7.1"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9546dependencies = [
 9547 "form_urlencoded",
 9548 "itoa",
 9549 "ryu",
 9550 "serde",
 9551]
 9552
 9553[[package]]
 9554name = "session"
 9555version = "0.1.0"
 9556dependencies = [
 9557 "db",
 9558 "util",
 9559 "uuid",
 9560]
 9561
 9562[[package]]
 9563name = "settings"
 9564version = "0.1.0"
 9565dependencies = [
 9566 "anyhow",
 9567 "collections",
 9568 "fs",
 9569 "futures 0.3.28",
 9570 "gpui",
 9571 "indoc",
 9572 "lazy_static",
 9573 "paths",
 9574 "pretty_assertions",
 9575 "release_channel",
 9576 "rust-embed",
 9577 "schemars",
 9578 "serde",
 9579 "serde_derive",
 9580 "serde_json",
 9581 "serde_json_lenient",
 9582 "smallvec",
 9583 "tree-sitter",
 9584 "tree-sitter-json",
 9585 "unindent",
 9586 "util",
 9587]
 9588
 9589[[package]]
 9590name = "settings_ui"
 9591version = "0.1.0"
 9592dependencies = [
 9593 "command_palette_hooks",
 9594 "editor",
 9595 "feature_flags",
 9596 "gpui",
 9597 "settings",
 9598 "theme",
 9599 "ui",
 9600 "workspace",
 9601]
 9602
 9603[[package]]
 9604name = "sha1"
 9605version = "0.10.6"
 9606source = "registry+https://github.com/rust-lang/crates.io-index"
 9607checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9608dependencies = [
 9609 "cfg-if",
 9610 "cpufeatures",
 9611 "digest",
 9612]
 9613
 9614[[package]]
 9615name = "sha1_smol"
 9616version = "1.0.0"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9619
 9620[[package]]
 9621name = "sha2"
 9622version = "0.10.8"
 9623source = "registry+https://github.com/rust-lang/crates.io-index"
 9624checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
 9625dependencies = [
 9626 "cfg-if",
 9627 "cpufeatures",
 9628 "digest",
 9629]
 9630
 9631[[package]]
 9632name = "sharded-slab"
 9633version = "0.1.4"
 9634source = "registry+https://github.com/rust-lang/crates.io-index"
 9635checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9636dependencies = [
 9637 "lazy_static",
 9638]
 9639
 9640[[package]]
 9641name = "shell-words"
 9642version = "1.1.0"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9645
 9646[[package]]
 9647name = "shellexpand"
 9648version = "2.1.2"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9651dependencies = [
 9652 "dirs 4.0.0",
 9653]
 9654
 9655[[package]]
 9656name = "shellexpand"
 9657version = "3.1.0"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9660dependencies = [
 9661 "dirs 5.0.1",
 9662]
 9663
 9664[[package]]
 9665name = "shlex"
 9666version = "1.3.0"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9669
 9670[[package]]
 9671name = "signal-hook"
 9672version = "0.3.17"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9675dependencies = [
 9676 "libc",
 9677 "signal-hook-registry",
 9678]
 9679
 9680[[package]]
 9681name = "signal-hook-registry"
 9682version = "1.4.1"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9685dependencies = [
 9686 "libc",
 9687]
 9688
 9689[[package]]
 9690name = "signature"
 9691version = "1.6.4"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9694dependencies = [
 9695 "digest",
 9696 "rand_core 0.6.4",
 9697]
 9698
 9699[[package]]
 9700name = "signature"
 9701version = "2.1.0"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9704dependencies = [
 9705 "digest",
 9706 "rand_core 0.6.4",
 9707]
 9708
 9709[[package]]
 9710name = "simd-adler32"
 9711version = "0.3.7"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9714
 9715[[package]]
 9716name = "simd_helpers"
 9717version = "0.1.0"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9720dependencies = [
 9721 "quote",
 9722]
 9723
 9724[[package]]
 9725name = "simdutf8"
 9726version = "0.1.4"
 9727source = "registry+https://github.com/rust-lang/crates.io-index"
 9728checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9729
 9730[[package]]
 9731name = "similar"
 9732version = "1.3.0"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9735
 9736[[package]]
 9737name = "simplecss"
 9738version = "0.2.1"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9741dependencies = [
 9742 "log",
 9743]
 9744
 9745[[package]]
 9746name = "simplelog"
 9747version = "0.12.2"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
 9750dependencies = [
 9751 "log",
 9752 "termcolor",
 9753 "time",
 9754]
 9755
 9756[[package]]
 9757name = "siphasher"
 9758version = "0.3.11"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9761
 9762[[package]]
 9763name = "siphasher"
 9764version = "1.0.1"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9767
 9768[[package]]
 9769name = "skrifa"
 9770version = "0.19.3"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9773dependencies = [
 9774 "bytemuck",
 9775 "read-fonts",
 9776]
 9777
 9778[[package]]
 9779name = "slab"
 9780version = "0.4.9"
 9781source = "registry+https://github.com/rust-lang/crates.io-index"
 9782checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9783dependencies = [
 9784 "autocfg",
 9785]
 9786
 9787[[package]]
 9788name = "slice-group-by"
 9789version = "0.3.1"
 9790source = "registry+https://github.com/rust-lang/crates.io-index"
 9791checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9792
 9793[[package]]
 9794name = "slotmap"
 9795version = "1.0.6"
 9796source = "registry+https://github.com/rust-lang/crates.io-index"
 9797checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9798dependencies = [
 9799 "version_check",
 9800]
 9801
 9802[[package]]
 9803name = "sluice"
 9804version = "0.5.5"
 9805source = "registry+https://github.com/rust-lang/crates.io-index"
 9806checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9807dependencies = [
 9808 "async-channel 1.9.0",
 9809 "futures-core",
 9810 "futures-io",
 9811]
 9812
 9813[[package]]
 9814name = "smallvec"
 9815version = "1.13.2"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
 9818dependencies = [
 9819 "serde",
 9820]
 9821
 9822[[package]]
 9823name = "smol"
 9824version = "1.3.0"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9827dependencies = [
 9828 "async-channel 1.9.0",
 9829 "async-executor",
 9830 "async-fs 1.6.0",
 9831 "async-io 1.13.0",
 9832 "async-lock 2.8.0",
 9833 "async-net 1.7.0",
 9834 "async-process 1.7.0",
 9835 "blocking",
 9836 "futures-lite 1.13.0",
 9837]
 9838
 9839[[package]]
 9840name = "snippet"
 9841version = "0.1.0"
 9842dependencies = [
 9843 "anyhow",
 9844 "smallvec",
 9845]
 9846
 9847[[package]]
 9848name = "snippet_provider"
 9849version = "0.1.0"
 9850dependencies = [
 9851 "anyhow",
 9852 "collections",
 9853 "fs",
 9854 "futures 0.3.28",
 9855 "gpui",
 9856 "parking_lot",
 9857 "serde",
 9858 "serde_json",
 9859 "snippet",
 9860 "util",
 9861]
 9862
 9863[[package]]
 9864name = "socket2"
 9865version = "0.4.9"
 9866source = "registry+https://github.com/rust-lang/crates.io-index"
 9867checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9868dependencies = [
 9869 "libc",
 9870 "winapi",
 9871]
 9872
 9873[[package]]
 9874name = "socket2"
 9875version = "0.5.7"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9878dependencies = [
 9879 "libc",
 9880 "windows-sys 0.52.0",
 9881]
 9882
 9883[[package]]
 9884name = "spdx"
 9885version = "0.10.4"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9888dependencies = [
 9889 "smallvec",
 9890]
 9891
 9892[[package]]
 9893name = "spin"
 9894version = "0.5.2"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9897
 9898[[package]]
 9899name = "spin"
 9900version = "0.9.8"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9903dependencies = [
 9904 "lock_api",
 9905]
 9906
 9907[[package]]
 9908name = "spirv"
 9909version = "0.3.0+sdk-1.3.268.0"
 9910source = "registry+https://github.com/rust-lang/crates.io-index"
 9911checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
 9912dependencies = [
 9913 "bitflags 2.6.0",
 9914]
 9915
 9916[[package]]
 9917name = "spki"
 9918version = "0.6.0"
 9919source = "registry+https://github.com/rust-lang/crates.io-index"
 9920checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9921dependencies = [
 9922 "base64ct",
 9923 "der 0.6.1",
 9924]
 9925
 9926[[package]]
 9927name = "spki"
 9928version = "0.7.3"
 9929source = "registry+https://github.com/rust-lang/crates.io-index"
 9930checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
 9931dependencies = [
 9932 "base64ct",
 9933 "der 0.7.8",
 9934]
 9935
 9936[[package]]
 9937name = "sptr"
 9938version = "0.3.2"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9941
 9942[[package]]
 9943name = "sqlez"
 9944version = "0.1.0"
 9945dependencies = [
 9946 "anyhow",
 9947 "collections",
 9948 "futures 0.3.28",
 9949 "indoc",
 9950 "lazy_static",
 9951 "libsqlite3-sys",
 9952 "parking_lot",
 9953 "smol",
 9954 "thread_local",
 9955 "util",
 9956 "uuid",
 9957]
 9958
 9959[[package]]
 9960name = "sqlez_macros"
 9961version = "0.1.0"
 9962dependencies = [
 9963 "lazy_static",
 9964 "sqlez",
 9965 "sqlformat",
 9966 "syn 1.0.109",
 9967]
 9968
 9969[[package]]
 9970name = "sqlformat"
 9971version = "0.2.2"
 9972source = "registry+https://github.com/rust-lang/crates.io-index"
 9973checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9974dependencies = [
 9975 "itertools 0.11.0",
 9976 "nom",
 9977 "unicode_categories",
 9978]
 9979
 9980[[package]]
 9981name = "sqlx"
 9982version = "0.7.2"
 9983source = "registry+https://github.com/rust-lang/crates.io-index"
 9984checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
 9985dependencies = [
 9986 "sqlx-core",
 9987 "sqlx-macros",
 9988 "sqlx-mysql",
 9989 "sqlx-postgres",
 9990 "sqlx-sqlite",
 9991]
 9992
 9993[[package]]
 9994name = "sqlx-core"
 9995version = "0.7.2"
 9996source = "registry+https://github.com/rust-lang/crates.io-index"
 9997checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
 9998dependencies = [
 9999 "ahash 0.8.11",
10000 "atoi",
10001 "bigdecimal",
10002 "byteorder",
10003 "bytes 1.5.0",
10004 "chrono",
10005 "crc",
10006 "crossbeam-queue",
10007 "dotenvy",
10008 "either",
10009 "event-listener 2.5.3",
10010 "futures-channel",
10011 "futures-core",
10012 "futures-intrusive",
10013 "futures-io",
10014 "futures-util",
10015 "hashlink",
10016 "hex",
10017 "indexmap 2.2.6",
10018 "log",
10019 "memchr",
10020 "once_cell",
10021 "paste",
10022 "percent-encoding",
10023 "rust_decimal",
10024 "rustls",
10025 "rustls-pemfile",
10026 "serde",
10027 "serde_json",
10028 "sha2",
10029 "smallvec",
10030 "sqlformat",
10031 "thiserror",
10032 "time",
10033 "tokio",
10034 "tokio-stream",
10035 "tracing",
10036 "url",
10037 "uuid",
10038 "webpki-roots",
10039]
10040
10041[[package]]
10042name = "sqlx-macros"
10043version = "0.7.2"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10046dependencies = [
10047 "proc-macro2",
10048 "quote",
10049 "sqlx-core",
10050 "sqlx-macros-core",
10051 "syn 1.0.109",
10052]
10053
10054[[package]]
10055name = "sqlx-macros-core"
10056version = "0.7.2"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10059dependencies = [
10060 "dotenvy",
10061 "either",
10062 "heck 0.4.1",
10063 "hex",
10064 "once_cell",
10065 "proc-macro2",
10066 "quote",
10067 "serde",
10068 "serde_json",
10069 "sha2",
10070 "sqlx-core",
10071 "sqlx-mysql",
10072 "sqlx-postgres",
10073 "sqlx-sqlite",
10074 "syn 1.0.109",
10075 "tempfile",
10076 "tokio",
10077 "url",
10078]
10079
10080[[package]]
10081name = "sqlx-mysql"
10082version = "0.7.2"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10085dependencies = [
10086 "atoi",
10087 "base64 0.21.7",
10088 "bigdecimal",
10089 "bitflags 2.6.0",
10090 "byteorder",
10091 "bytes 1.5.0",
10092 "chrono",
10093 "crc",
10094 "digest",
10095 "dotenvy",
10096 "either",
10097 "futures-channel",
10098 "futures-core",
10099 "futures-io",
10100 "futures-util",
10101 "generic-array",
10102 "hex",
10103 "hkdf",
10104 "hmac",
10105 "itoa",
10106 "log",
10107 "md-5",
10108 "memchr",
10109 "once_cell",
10110 "percent-encoding",
10111 "rand 0.8.5",
10112 "rsa",
10113 "rust_decimal",
10114 "serde",
10115 "sha1",
10116 "sha2",
10117 "smallvec",
10118 "sqlx-core",
10119 "stringprep",
10120 "thiserror",
10121 "time",
10122 "tracing",
10123 "uuid",
10124 "whoami",
10125]
10126
10127[[package]]
10128name = "sqlx-postgres"
10129version = "0.7.2"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10132dependencies = [
10133 "atoi",
10134 "base64 0.21.7",
10135 "bigdecimal",
10136 "bitflags 2.6.0",
10137 "byteorder",
10138 "chrono",
10139 "crc",
10140 "dotenvy",
10141 "etcetera",
10142 "futures-channel",
10143 "futures-core",
10144 "futures-io",
10145 "futures-util",
10146 "hex",
10147 "hkdf",
10148 "hmac",
10149 "home",
10150 "itoa",
10151 "log",
10152 "md-5",
10153 "memchr",
10154 "num-bigint",
10155 "once_cell",
10156 "rand 0.8.5",
10157 "rust_decimal",
10158 "serde",
10159 "serde_json",
10160 "sha1",
10161 "sha2",
10162 "smallvec",
10163 "sqlx-core",
10164 "stringprep",
10165 "thiserror",
10166 "time",
10167 "tracing",
10168 "uuid",
10169 "whoami",
10170]
10171
10172[[package]]
10173name = "sqlx-sqlite"
10174version = "0.7.2"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10177dependencies = [
10178 "atoi",
10179 "chrono",
10180 "flume",
10181 "futures-channel",
10182 "futures-core",
10183 "futures-executor",
10184 "futures-intrusive",
10185 "futures-util",
10186 "libsqlite3-sys",
10187 "log",
10188 "percent-encoding",
10189 "serde",
10190 "sqlx-core",
10191 "time",
10192 "tracing",
10193 "url",
10194 "uuid",
10195]
10196
10197[[package]]
10198name = "stable_deref_trait"
10199version = "1.2.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10202
10203[[package]]
10204name = "static_assertions"
10205version = "1.1.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10208
10209[[package]]
10210name = "story"
10211version = "0.1.0"
10212dependencies = [
10213 "gpui",
10214 "itertools 0.10.5",
10215 "smallvec",
10216]
10217
10218[[package]]
10219name = "storybook"
10220version = "0.1.0"
10221dependencies = [
10222 "anyhow",
10223 "clap",
10224 "collab_ui",
10225 "ctrlc",
10226 "dialoguer",
10227 "editor",
10228 "fuzzy",
10229 "gpui",
10230 "indoc",
10231 "language",
10232 "log",
10233 "menu",
10234 "picker",
10235 "project",
10236 "rust-embed",
10237 "settings",
10238 "simplelog",
10239 "story",
10240 "strum",
10241 "theme",
10242 "title_bar",
10243 "ui",
10244]
10245
10246[[package]]
10247name = "strict-num"
10248version = "0.1.1"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10251dependencies = [
10252 "float-cmp",
10253]
10254
10255[[package]]
10256name = "string_cache"
10257version = "0.8.7"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10260dependencies = [
10261 "new_debug_unreachable",
10262 "once_cell",
10263 "parking_lot",
10264 "phf_shared 0.10.0",
10265 "precomputed-hash",
10266 "serde",
10267]
10268
10269[[package]]
10270name = "string_cache_codegen"
10271version = "0.5.2"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10274dependencies = [
10275 "phf_generator 0.10.0",
10276 "phf_shared 0.10.0",
10277 "proc-macro2",
10278 "quote",
10279]
10280
10281[[package]]
10282name = "stringprep"
10283version = "0.1.4"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10286dependencies = [
10287 "finl_unicode",
10288 "unicode-bidi",
10289 "unicode-normalization",
10290]
10291
10292[[package]]
10293name = "strsim"
10294version = "0.10.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10297
10298[[package]]
10299name = "strum"
10300version = "0.25.0"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10303dependencies = [
10304 "strum_macros",
10305]
10306
10307[[package]]
10308name = "strum_macros"
10309version = "0.25.2"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10312dependencies = [
10313 "heck 0.4.1",
10314 "proc-macro2",
10315 "quote",
10316 "rustversion",
10317 "syn 2.0.59",
10318]
10319
10320[[package]]
10321name = "subtle"
10322version = "2.5.0"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10325
10326[[package]]
10327name = "sum_tree"
10328version = "0.1.0"
10329dependencies = [
10330 "arrayvec",
10331 "ctor",
10332 "env_logger",
10333 "log",
10334 "rand 0.8.5",
10335 "rayon",
10336]
10337
10338[[package]]
10339name = "supermaven"
10340version = "0.1.0"
10341dependencies = [
10342 "anyhow",
10343 "client",
10344 "collections",
10345 "editor",
10346 "env_logger",
10347 "futures 0.3.28",
10348 "gpui",
10349 "http_client",
10350 "language",
10351 "log",
10352 "postage",
10353 "project",
10354 "serde",
10355 "serde_json",
10356 "settings",
10357 "smol",
10358 "supermaven_api",
10359 "text",
10360 "theme",
10361 "ui",
10362 "util",
10363]
10364
10365[[package]]
10366name = "supermaven_api"
10367version = "0.1.0"
10368dependencies = [
10369 "anyhow",
10370 "futures 0.3.28",
10371 "http_client",
10372 "paths",
10373 "serde",
10374 "serde_json",
10375 "smol",
10376]
10377
10378[[package]]
10379name = "sval"
10380version = "2.8.0"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10383
10384[[package]]
10385name = "sval_buffer"
10386version = "2.8.0"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10389dependencies = [
10390 "sval",
10391 "sval_ref",
10392]
10393
10394[[package]]
10395name = "sval_dynamic"
10396version = "2.8.0"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10399dependencies = [
10400 "sval",
10401]
10402
10403[[package]]
10404name = "sval_fmt"
10405version = "2.8.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10408dependencies = [
10409 "itoa",
10410 "ryu",
10411 "sval",
10412]
10413
10414[[package]]
10415name = "sval_json"
10416version = "2.8.0"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10419dependencies = [
10420 "itoa",
10421 "ryu",
10422 "sval",
10423]
10424
10425[[package]]
10426name = "sval_ref"
10427version = "2.8.0"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10430dependencies = [
10431 "sval",
10432]
10433
10434[[package]]
10435name = "sval_serde"
10436version = "2.8.0"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10439dependencies = [
10440 "serde",
10441 "sval",
10442 "sval_buffer",
10443 "sval_fmt",
10444]
10445
10446[[package]]
10447name = "svg_fmt"
10448version = "0.4.1"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10451
10452[[package]]
10453name = "svgtypes"
10454version = "0.15.0"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10457dependencies = [
10458 "kurbo",
10459 "siphasher 1.0.1",
10460]
10461
10462[[package]]
10463name = "swash"
10464version = "0.1.17"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10467dependencies = [
10468 "skrifa",
10469 "yazi",
10470 "zeno",
10471]
10472
10473[[package]]
10474name = "syn"
10475version = "1.0.109"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10478dependencies = [
10479 "proc-macro2",
10480 "quote",
10481 "unicode-ident",
10482]
10483
10484[[package]]
10485name = "syn"
10486version = "2.0.59"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10489dependencies = [
10490 "proc-macro2",
10491 "quote",
10492 "unicode-ident",
10493]
10494
10495[[package]]
10496name = "syn_derive"
10497version = "0.1.8"
10498source = "registry+https://github.com/rust-lang/crates.io-index"
10499checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10500dependencies = [
10501 "proc-macro-error",
10502 "proc-macro2",
10503 "quote",
10504 "syn 2.0.59",
10505]
10506
10507[[package]]
10508name = "sync_wrapper"
10509version = "0.1.2"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10512
10513[[package]]
10514name = "synchronoise"
10515version = "1.0.1"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10518dependencies = [
10519 "crossbeam-queue",
10520]
10521
10522[[package]]
10523name = "sys-locale"
10524version = "0.3.1"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10527dependencies = [
10528 "libc",
10529]
10530
10531[[package]]
10532name = "sysinfo"
10533version = "0.30.7"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10536dependencies = [
10537 "cfg-if",
10538 "core-foundation-sys 0.8.6",
10539 "libc",
10540 "ntapi",
10541 "once_cell",
10542 "rayon",
10543 "windows 0.52.0",
10544]
10545
10546[[package]]
10547name = "system-deps"
10548version = "6.2.2"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10551dependencies = [
10552 "cfg-expr",
10553 "heck 0.5.0",
10554 "pkg-config",
10555 "toml 0.8.16",
10556 "version-compare",
10557]
10558
10559[[package]]
10560name = "system-interface"
10561version = "0.27.1"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10564dependencies = [
10565 "bitflags 2.6.0",
10566 "cap-fs-ext",
10567 "cap-std",
10568 "fd-lock",
10569 "io-lifetimes 2.0.3",
10570 "rustix 0.38.32",
10571 "windows-sys 0.52.0",
10572 "winx",
10573]
10574
10575[[package]]
10576name = "tab_switcher"
10577version = "0.1.0"
10578dependencies = [
10579 "anyhow",
10580 "collections",
10581 "ctor",
10582 "editor",
10583 "env_logger",
10584 "gpui",
10585 "language",
10586 "menu",
10587 "picker",
10588 "project",
10589 "serde",
10590 "serde_json",
10591 "terminal_view",
10592 "theme",
10593 "ui",
10594 "util",
10595 "workspace",
10596]
10597
10598[[package]]
10599name = "taffy"
10600version = "0.4.3"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10603dependencies = [
10604 "arrayvec",
10605 "grid",
10606 "num-traits",
10607 "serde",
10608 "slotmap",
10609]
10610
10611[[package]]
10612name = "take-until"
10613version = "0.2.0"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10616
10617[[package]]
10618name = "tap"
10619version = "1.0.1"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10622
10623[[package]]
10624name = "target-lexicon"
10625version = "0.12.13"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10628
10629[[package]]
10630name = "task"
10631version = "0.1.0"
10632dependencies = [
10633 "anyhow",
10634 "collections",
10635 "futures 0.3.28",
10636 "gpui",
10637 "hex",
10638 "parking_lot",
10639 "schemars",
10640 "serde",
10641 "serde_json_lenient",
10642 "sha2",
10643 "shellexpand 2.1.2",
10644 "util",
10645]
10646
10647[[package]]
10648name = "tasks_ui"
10649version = "0.1.0"
10650dependencies = [
10651 "anyhow",
10652 "editor",
10653 "file_icons",
10654 "fuzzy",
10655 "gpui",
10656 "language",
10657 "menu",
10658 "picker",
10659 "project",
10660 "schemars",
10661 "serde",
10662 "serde_json",
10663 "settings",
10664 "task",
10665 "tree-sitter-rust",
10666 "tree-sitter-typescript",
10667 "ui",
10668 "util",
10669 "workspace",
10670]
10671
10672[[package]]
10673name = "telemetry_events"
10674version = "0.1.0"
10675dependencies = [
10676 "semantic_version",
10677 "serde",
10678]
10679
10680[[package]]
10681name = "tempfile"
10682version = "3.9.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10685dependencies = [
10686 "cfg-if",
10687 "fastrand 2.0.0",
10688 "redox_syscall 0.4.1",
10689 "rustix 0.38.32",
10690 "windows-sys 0.52.0",
10691]
10692
10693[[package]]
10694name = "tendril"
10695version = "0.4.3"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10698dependencies = [
10699 "futf",
10700 "mac",
10701 "utf-8",
10702]
10703
10704[[package]]
10705name = "termcolor"
10706version = "1.4.1"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
10709dependencies = [
10710 "winapi-util",
10711]
10712
10713[[package]]
10714name = "terminal"
10715version = "0.1.0"
10716dependencies = [
10717 "alacritty_terminal 0.24.1-dev",
10718 "anyhow",
10719 "collections",
10720 "dirs 4.0.0",
10721 "futures 0.3.28",
10722 "gpui",
10723 "libc",
10724 "rand 0.8.5",
10725 "release_channel",
10726 "schemars",
10727 "serde",
10728 "serde_derive",
10729 "serde_json",
10730 "settings",
10731 "smol",
10732 "sysinfo",
10733 "task",
10734 "theme",
10735 "thiserror",
10736 "util",
10737 "windows 0.58.0",
10738]
10739
10740[[package]]
10741name = "terminal_view"
10742version = "0.1.0"
10743dependencies = [
10744 "anyhow",
10745 "client",
10746 "collections",
10747 "db",
10748 "dirs 4.0.0",
10749 "editor",
10750 "futures 0.3.28",
10751 "gpui",
10752 "itertools 0.11.0",
10753 "language",
10754 "project",
10755 "rand 0.8.5",
10756 "search",
10757 "serde",
10758 "serde_json",
10759 "settings",
10760 "shellexpand 2.1.2",
10761 "smol",
10762 "task",
10763 "tasks_ui",
10764 "terminal",
10765 "theme",
10766 "ui",
10767 "util",
10768 "workspace",
10769]
10770
10771[[package]]
10772name = "text"
10773version = "0.1.0"
10774dependencies = [
10775 "anyhow",
10776 "clock",
10777 "collections",
10778 "ctor",
10779 "env_logger",
10780 "gpui",
10781 "http_client",
10782 "lazy_static",
10783 "log",
10784 "parking_lot",
10785 "postage",
10786 "rand 0.8.5",
10787 "regex",
10788 "rope",
10789 "smallvec",
10790 "sum_tree",
10791 "util",
10792]
10793
10794[[package]]
10795name = "theme"
10796version = "0.1.0"
10797dependencies = [
10798 "anyhow",
10799 "collections",
10800 "derive_more",
10801 "fs",
10802 "futures 0.3.28",
10803 "gpui",
10804 "indexmap 1.9.3",
10805 "log",
10806 "palette",
10807 "parking_lot",
10808 "refineable",
10809 "schemars",
10810 "serde",
10811 "serde_derive",
10812 "serde_json",
10813 "serde_json_lenient",
10814 "serde_repr",
10815 "settings",
10816 "story",
10817 "util",
10818 "uuid",
10819]
10820
10821[[package]]
10822name = "theme_importer"
10823version = "0.1.0"
10824dependencies = [
10825 "anyhow",
10826 "clap",
10827 "gpui",
10828 "indexmap 1.9.3",
10829 "log",
10830 "palette",
10831 "rust-embed",
10832 "schemars",
10833 "serde",
10834 "serde_json",
10835 "serde_json_lenient",
10836 "simplelog",
10837 "strum",
10838 "theme",
10839 "vscode_theme",
10840]
10841
10842[[package]]
10843name = "theme_selector"
10844version = "0.1.0"
10845dependencies = [
10846 "client",
10847 "feature_flags",
10848 "fs",
10849 "fuzzy",
10850 "gpui",
10851 "log",
10852 "picker",
10853 "serde",
10854 "settings",
10855 "theme",
10856 "ui",
10857 "util",
10858 "workspace",
10859]
10860
10861[[package]]
10862name = "thiserror"
10863version = "1.0.62"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
10866dependencies = [
10867 "thiserror-impl",
10868]
10869
10870[[package]]
10871name = "thiserror-impl"
10872version = "1.0.62"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
10875dependencies = [
10876 "proc-macro2",
10877 "quote",
10878 "syn 2.0.59",
10879]
10880
10881[[package]]
10882name = "thread_local"
10883version = "1.1.7"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10886dependencies = [
10887 "cfg-if",
10888 "once_cell",
10889]
10890
10891[[package]]
10892name = "tiff"
10893version = "0.9.1"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10896dependencies = [
10897 "flate2",
10898 "jpeg-decoder",
10899 "weezl",
10900]
10901
10902[[package]]
10903name = "tiktoken-rs"
10904version = "0.5.9"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10907dependencies = [
10908 "anyhow",
10909 "base64 0.21.7",
10910 "bstr",
10911 "fancy-regex",
10912 "lazy_static",
10913 "parking_lot",
10914 "rustc-hash",
10915]
10916
10917[[package]]
10918name = "time"
10919version = "0.3.36"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10922dependencies = [
10923 "deranged",
10924 "itoa",
10925 "libc",
10926 "num-conv",
10927 "num_threads",
10928 "powerfmt",
10929 "serde",
10930 "time-core",
10931 "time-macros",
10932]
10933
10934[[package]]
10935name = "time-core"
10936version = "0.1.2"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10939
10940[[package]]
10941name = "time-macros"
10942version = "0.2.18"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10945dependencies = [
10946 "num-conv",
10947 "time-core",
10948]
10949
10950[[package]]
10951name = "time_format"
10952version = "0.1.0"
10953dependencies = [
10954 "core-foundation",
10955 "core-foundation-sys 0.8.6",
10956 "sys-locale",
10957 "time",
10958]
10959
10960[[package]]
10961name = "tiny-keccak"
10962version = "2.0.2"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10965dependencies = [
10966 "crunchy",
10967]
10968
10969[[package]]
10970name = "tiny-skia"
10971version = "0.11.4"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10974dependencies = [
10975 "arrayref",
10976 "arrayvec",
10977 "bytemuck",
10978 "cfg-if",
10979 "log",
10980 "png",
10981 "tiny-skia-path",
10982]
10983
10984[[package]]
10985name = "tiny-skia-path"
10986version = "0.11.4"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10989dependencies = [
10990 "arrayref",
10991 "bytemuck",
10992 "strict-num",
10993]
10994
10995[[package]]
10996name = "tiny_http"
10997version = "0.8.2"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11000dependencies = [
11001 "ascii",
11002 "chrono",
11003 "chunked_transfer",
11004 "log",
11005 "url",
11006]
11007
11008[[package]]
11009name = "tinytemplate"
11010version = "1.2.1"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11013dependencies = [
11014 "serde",
11015 "serde_json",
11016]
11017
11018[[package]]
11019name = "tinyvec"
11020version = "1.8.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11023dependencies = [
11024 "tinyvec_macros",
11025]
11026
11027[[package]]
11028name = "tinyvec_macros"
11029version = "0.1.1"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11032
11033[[package]]
11034name = "title_bar"
11035version = "0.1.0"
11036dependencies = [
11037 "auto_update",
11038 "call",
11039 "client",
11040 "collections",
11041 "command_palette",
11042 "dev_server_projects",
11043 "editor",
11044 "extensions_ui",
11045 "feedback",
11046 "gpui",
11047 "http_client",
11048 "notifications",
11049 "pretty_assertions",
11050 "project",
11051 "recent_projects",
11052 "rpc",
11053 "serde",
11054 "settings",
11055 "smallvec",
11056 "story",
11057 "theme",
11058 "theme_selector",
11059 "tree-sitter-md",
11060 "ui",
11061 "util",
11062 "vcs_menu",
11063 "windows 0.58.0",
11064 "workspace",
11065 "zed_actions",
11066]
11067
11068[[package]]
11069name = "tokio"
11070version = "1.37.0"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11073dependencies = [
11074 "backtrace",
11075 "bytes 1.5.0",
11076 "libc",
11077 "mio",
11078 "num_cpus",
11079 "parking_lot",
11080 "pin-project-lite",
11081 "signal-hook-registry",
11082 "socket2 0.5.7",
11083 "tokio-macros",
11084 "windows-sys 0.48.0",
11085]
11086
11087[[package]]
11088name = "tokio-io"
11089version = "0.1.13"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11092dependencies = [
11093 "bytes 0.4.12",
11094 "futures 0.1.31",
11095 "log",
11096]
11097
11098[[package]]
11099name = "tokio-macros"
11100version = "2.2.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11103dependencies = [
11104 "proc-macro2",
11105 "quote",
11106 "syn 2.0.59",
11107]
11108
11109[[package]]
11110name = "tokio-native-tls"
11111version = "0.3.1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11114dependencies = [
11115 "native-tls",
11116 "tokio",
11117]
11118
11119[[package]]
11120name = "tokio-rustls"
11121version = "0.24.1"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11124dependencies = [
11125 "rustls",
11126 "tokio",
11127]
11128
11129[[package]]
11130name = "tokio-stream"
11131version = "0.1.14"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11134dependencies = [
11135 "futures-core",
11136 "pin-project-lite",
11137 "tokio",
11138]
11139
11140[[package]]
11141name = "tokio-tungstenite"
11142version = "0.20.1"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11145dependencies = [
11146 "futures-util",
11147 "log",
11148 "tokio",
11149 "tungstenite",
11150]
11151
11152[[package]]
11153name = "tokio-util"
11154version = "0.7.9"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11157dependencies = [
11158 "bytes 1.5.0",
11159 "futures-core",
11160 "futures-io",
11161 "futures-sink",
11162 "pin-project-lite",
11163 "tokio",
11164 "tracing",
11165]
11166
11167[[package]]
11168name = "toml"
11169version = "0.5.11"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11172dependencies = [
11173 "serde",
11174]
11175
11176[[package]]
11177name = "toml"
11178version = "0.7.8"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11181dependencies = [
11182 "serde",
11183 "serde_spanned",
11184 "toml_datetime",
11185 "toml_edit 0.19.15",
11186]
11187
11188[[package]]
11189name = "toml"
11190version = "0.8.16"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c"
11193dependencies = [
11194 "serde",
11195 "serde_spanned",
11196 "toml_datetime",
11197 "toml_edit 0.22.17",
11198]
11199
11200[[package]]
11201name = "toml_datetime"
11202version = "0.6.7"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db"
11205dependencies = [
11206 "serde",
11207]
11208
11209[[package]]
11210name = "toml_edit"
11211version = "0.19.15"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11214dependencies = [
11215 "indexmap 2.2.6",
11216 "serde",
11217 "serde_spanned",
11218 "toml_datetime",
11219 "winnow 0.5.15",
11220]
11221
11222[[package]]
11223name = "toml_edit"
11224version = "0.21.1"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11227dependencies = [
11228 "indexmap 2.2.6",
11229 "toml_datetime",
11230 "winnow 0.5.15",
11231]
11232
11233[[package]]
11234name = "toml_edit"
11235version = "0.22.17"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16"
11238dependencies = [
11239 "indexmap 2.2.6",
11240 "serde",
11241 "serde_spanned",
11242 "toml_datetime",
11243 "winnow 0.6.1",
11244]
11245
11246[[package]]
11247name = "tower"
11248version = "0.4.13"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11251dependencies = [
11252 "futures-core",
11253 "futures-util",
11254 "pin-project",
11255 "pin-project-lite",
11256 "tokio",
11257 "tower-layer",
11258 "tower-service",
11259 "tracing",
11260]
11261
11262[[package]]
11263name = "tower-http"
11264version = "0.3.5"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11267dependencies = [
11268 "bitflags 1.3.2",
11269 "bytes 1.5.0",
11270 "futures-core",
11271 "futures-util",
11272 "http 0.2.9",
11273 "http-body",
11274 "http-range-header",
11275 "pin-project-lite",
11276 "tower-layer",
11277 "tower-service",
11278]
11279
11280[[package]]
11281name = "tower-http"
11282version = "0.4.4"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11285dependencies = [
11286 "bitflags 2.6.0",
11287 "bytes 1.5.0",
11288 "futures-core",
11289 "futures-util",
11290 "http 0.2.9",
11291 "http-body",
11292 "http-range-header",
11293 "pin-project-lite",
11294 "tower-layer",
11295 "tower-service",
11296 "tracing",
11297]
11298
11299[[package]]
11300name = "tower-layer"
11301version = "0.3.2"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11304
11305[[package]]
11306name = "tower-service"
11307version = "0.3.2"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11310
11311[[package]]
11312name = "tracing"
11313version = "0.1.40"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11316dependencies = [
11317 "log",
11318 "pin-project-lite",
11319 "tracing-attributes",
11320 "tracing-core",
11321]
11322
11323[[package]]
11324name = "tracing-attributes"
11325version = "0.1.27"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11328dependencies = [
11329 "proc-macro2",
11330 "quote",
11331 "syn 2.0.59",
11332]
11333
11334[[package]]
11335name = "tracing-core"
11336version = "0.1.32"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11339dependencies = [
11340 "once_cell",
11341 "valuable",
11342]
11343
11344[[package]]
11345name = "tracing-futures"
11346version = "0.2.5"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11349dependencies = [
11350 "pin-project",
11351 "tracing",
11352]
11353
11354[[package]]
11355name = "tracing-log"
11356version = "0.2.0"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11359dependencies = [
11360 "log",
11361 "once_cell",
11362 "tracing-core",
11363]
11364
11365[[package]]
11366name = "tracing-serde"
11367version = "0.1.3"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11370dependencies = [
11371 "serde",
11372 "tracing-core",
11373]
11374
11375[[package]]
11376name = "tracing-subscriber"
11377version = "0.3.18"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11380dependencies = [
11381 "matchers",
11382 "nu-ansi-term",
11383 "once_cell",
11384 "regex",
11385 "serde",
11386 "serde_json",
11387 "sharded-slab",
11388 "smallvec",
11389 "thread_local",
11390 "tracing",
11391 "tracing-core",
11392 "tracing-log",
11393 "tracing-serde",
11394]
11395
11396[[package]]
11397name = "tree-sitter"
11398version = "0.22.6"
11399source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11400dependencies = [
11401 "cc",
11402 "regex",
11403 "tree-sitter-language",
11404 "wasmtime-c-api-impl",
11405]
11406
11407[[package]]
11408name = "tree-sitter-bash"
11409version = "0.21.0"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11412dependencies = [
11413 "cc",
11414 "tree-sitter",
11415]
11416
11417[[package]]
11418name = "tree-sitter-c"
11419version = "0.21.4"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11422dependencies = [
11423 "cc",
11424 "tree-sitter",
11425]
11426
11427[[package]]
11428name = "tree-sitter-cpp"
11429version = "0.22.3"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11432dependencies = [
11433 "cc",
11434 "tree-sitter",
11435]
11436
11437[[package]]
11438name = "tree-sitter-css"
11439version = "0.21.0"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "e2f806f96136762b0121f5fdd7172a3dcd8f42d37a2f23ed7f11b35895e20eb4"
11442dependencies = [
11443 "cc",
11444 "tree-sitter",
11445]
11446
11447[[package]]
11448name = "tree-sitter-elixir"
11449version = "0.2.0"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11452dependencies = [
11453 "cc",
11454 "tree-sitter",
11455]
11456
11457[[package]]
11458name = "tree-sitter-embedded-template"
11459version = "0.20.0"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11462dependencies = [
11463 "cc",
11464 "tree-sitter",
11465]
11466
11467[[package]]
11468name = "tree-sitter-go"
11469version = "0.21.0"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f"
11472dependencies = [
11473 "cc",
11474 "tree-sitter",
11475]
11476
11477[[package]]
11478name = "tree-sitter-gomod"
11479version = "1.0.2"
11480source = "git+https://github.com/SomeoneToIgnore/tree-sitter-go-mod?rev=8c1f54f12bb4c846336b634bc817645d6f35d641#8c1f54f12bb4c846336b634bc817645d6f35d641"
11481dependencies = [
11482 "cc",
11483 "tree-sitter",
11484]
11485
11486[[package]]
11487name = "tree-sitter-gowork"
11488version = "0.0.1"
11489source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11490dependencies = [
11491 "cc",
11492 "tree-sitter",
11493]
11494
11495[[package]]
11496name = "tree-sitter-heex"
11497version = "0.0.1"
11498source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11499dependencies = [
11500 "cc",
11501 "tree-sitter",
11502]
11503
11504[[package]]
11505name = "tree-sitter-html"
11506version = "0.20.3"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53"
11509dependencies = [
11510 "cc",
11511 "tree-sitter",
11512]
11513
11514[[package]]
11515name = "tree-sitter-jsdoc"
11516version = "0.21.0"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11519dependencies = [
11520 "cc",
11521 "tree-sitter",
11522]
11523
11524[[package]]
11525name = "tree-sitter-json"
11526version = "0.21.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11529dependencies = [
11530 "cc",
11531 "tree-sitter",
11532]
11533
11534[[package]]
11535name = "tree-sitter-language"
11536version = "0.1.0"
11537source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11538
11539[[package]]
11540name = "tree-sitter-md"
11541version = "0.2.3"
11542source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11543dependencies = [
11544 "cc",
11545 "tree-sitter",
11546]
11547
11548[[package]]
11549name = "tree-sitter-python"
11550version = "0.21.0"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
11553dependencies = [
11554 "cc",
11555 "tree-sitter",
11556]
11557
11558[[package]]
11559name = "tree-sitter-regex"
11560version = "0.21.0"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
11563dependencies = [
11564 "cc",
11565 "tree-sitter",
11566]
11567
11568[[package]]
11569name = "tree-sitter-ruby"
11570version = "0.21.0"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
11573dependencies = [
11574 "cc",
11575 "tree-sitter",
11576]
11577
11578[[package]]
11579name = "tree-sitter-rust"
11580version = "0.21.2"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
11583dependencies = [
11584 "cc",
11585 "tree-sitter",
11586]
11587
11588[[package]]
11589name = "tree-sitter-typescript"
11590version = "0.21.2"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
11593dependencies = [
11594 "cc",
11595 "tree-sitter",
11596]
11597
11598[[package]]
11599name = "tree-sitter-yaml"
11600version = "0.6.1"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
11603dependencies = [
11604 "cc",
11605 "tree-sitter",
11606]
11607
11608[[package]]
11609name = "try-lock"
11610version = "0.2.4"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11613
11614[[package]]
11615name = "ttf-parser"
11616version = "0.21.1"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11619
11620[[package]]
11621name = "tungstenite"
11622version = "0.20.1"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11625dependencies = [
11626 "byteorder",
11627 "bytes 1.5.0",
11628 "data-encoding",
11629 "http 0.2.9",
11630 "httparse",
11631 "log",
11632 "native-tls",
11633 "rand 0.8.5",
11634 "sha1",
11635 "thiserror",
11636 "url",
11637 "utf-8",
11638]
11639
11640[[package]]
11641name = "typeid"
11642version = "1.0.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11645
11646[[package]]
11647name = "typenum"
11648version = "1.17.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11651
11652[[package]]
11653name = "uds_windows"
11654version = "1.1.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11657dependencies = [
11658 "memoffset",
11659 "tempfile",
11660 "winapi",
11661]
11662
11663[[package]]
11664name = "ui"
11665version = "0.1.0"
11666dependencies = [
11667 "chrono",
11668 "gpui",
11669 "itertools 0.11.0",
11670 "menu",
11671 "serde",
11672 "settings",
11673 "smallvec",
11674 "story",
11675 "strum",
11676 "theme",
11677 "windows 0.58.0",
11678]
11679
11680[[package]]
11681name = "ui_input"
11682version = "0.1.0"
11683dependencies = [
11684 "editor",
11685 "gpui",
11686 "settings",
11687 "theme",
11688 "ui",
11689]
11690
11691[[package]]
11692name = "unicase"
11693version = "2.7.0"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11696dependencies = [
11697 "version_check",
11698]
11699
11700[[package]]
11701name = "unicode-bidi"
11702version = "0.3.15"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
11705
11706[[package]]
11707name = "unicode-bidi-mirroring"
11708version = "0.2.0"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11711
11712[[package]]
11713name = "unicode-ccc"
11714version = "0.2.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11717
11718[[package]]
11719name = "unicode-ident"
11720version = "1.0.12"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11723
11724[[package]]
11725name = "unicode-linebreak"
11726version = "0.1.5"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11729
11730[[package]]
11731name = "unicode-normalization"
11732version = "0.1.23"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
11735dependencies = [
11736 "tinyvec",
11737]
11738
11739[[package]]
11740name = "unicode-properties"
11741version = "0.1.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11744
11745[[package]]
11746name = "unicode-script"
11747version = "0.5.5"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11750
11751[[package]]
11752name = "unicode-segmentation"
11753version = "1.10.1"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11756
11757[[package]]
11758name = "unicode-width"
11759version = "0.1.11"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11762
11763[[package]]
11764name = "unicode-xid"
11765version = "0.2.4"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11768
11769[[package]]
11770name = "unicode_categories"
11771version = "0.1.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11774
11775[[package]]
11776name = "unindent"
11777version = "0.1.11"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11780
11781[[package]]
11782name = "untrusted"
11783version = "0.9.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11786
11787[[package]]
11788name = "url"
11789version = "2.5.2"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
11792dependencies = [
11793 "form_urlencoded",
11794 "idna",
11795 "percent-encoding",
11796 "serde",
11797]
11798
11799[[package]]
11800name = "urlencoding"
11801version = "2.1.3"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11804
11805[[package]]
11806name = "usvg"
11807version = "0.41.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11810dependencies = [
11811 "base64 0.22.0",
11812 "data-url",
11813 "flate2",
11814 "imagesize",
11815 "kurbo",
11816 "log",
11817 "pico-args",
11818 "roxmltree 0.19.0",
11819 "simplecss",
11820 "siphasher 1.0.1",
11821 "strict-num",
11822 "svgtypes",
11823 "tiny-skia-path",
11824 "xmlwriter",
11825]
11826
11827[[package]]
11828name = "utf-8"
11829version = "0.7.6"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11832
11833[[package]]
11834name = "utf8parse"
11835version = "0.2.1"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11838
11839[[package]]
11840name = "util"
11841version = "0.1.0"
11842dependencies = [
11843 "anyhow",
11844 "async-fs 1.6.0",
11845 "collections",
11846 "dirs 4.0.0",
11847 "futures 0.3.28",
11848 "futures-lite 1.13.0",
11849 "git2",
11850 "globset",
11851 "log",
11852 "rand 0.8.5",
11853 "regex",
11854 "rust-embed",
11855 "serde",
11856 "serde_json",
11857 "take-until",
11858 "tempfile",
11859 "tendril",
11860 "unicase",
11861]
11862
11863[[package]]
11864name = "uuid"
11865version = "1.8.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11868dependencies = [
11869 "getrandom 0.2.10",
11870 "serde",
11871 "sha1_smol",
11872]
11873
11874[[package]]
11875name = "v_frame"
11876version = "0.3.8"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11879dependencies = [
11880 "aligned-vec",
11881 "num-traits",
11882 "wasm-bindgen",
11883]
11884
11885[[package]]
11886name = "valuable"
11887version = "0.1.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11890
11891[[package]]
11892name = "value-bag"
11893version = "1.9.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11896dependencies = [
11897 "value-bag-serde1",
11898 "value-bag-sval2",
11899]
11900
11901[[package]]
11902name = "value-bag-serde1"
11903version = "1.9.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11906dependencies = [
11907 "erased-serde",
11908 "serde",
11909 "serde_fmt",
11910]
11911
11912[[package]]
11913name = "value-bag-sval2"
11914version = "1.9.0"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11917dependencies = [
11918 "sval",
11919 "sval_buffer",
11920 "sval_dynamic",
11921 "sval_fmt",
11922 "sval_json",
11923 "sval_ref",
11924 "sval_serde",
11925]
11926
11927[[package]]
11928name = "vcpkg"
11929version = "0.2.15"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11932
11933[[package]]
11934name = "vcs_menu"
11935version = "0.1.0"
11936dependencies = [
11937 "anyhow",
11938 "fuzzy",
11939 "git",
11940 "gpui",
11941 "picker",
11942 "ui",
11943 "util",
11944 "workspace",
11945]
11946
11947[[package]]
11948name = "version-compare"
11949version = "0.2.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
11952
11953[[package]]
11954name = "version_check"
11955version = "0.9.4"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11958
11959[[package]]
11960name = "vim"
11961version = "0.1.0"
11962dependencies = [
11963 "anyhow",
11964 "async-compat",
11965 "async-trait",
11966 "collections",
11967 "command_palette",
11968 "command_palette_hooks",
11969 "editor",
11970 "futures 0.3.28",
11971 "gpui",
11972 "indoc",
11973 "itertools 0.11.0",
11974 "language",
11975 "log",
11976 "lsp",
11977 "multi_buffer",
11978 "nvim-rs",
11979 "parking_lot",
11980 "regex",
11981 "release_channel",
11982 "schemars",
11983 "search",
11984 "serde",
11985 "serde_derive",
11986 "serde_json",
11987 "settings",
11988 "tokio",
11989 "ui",
11990 "util",
11991 "workspace",
11992 "zed_actions",
11993]
11994
11995[[package]]
11996name = "vscode_theme"
11997version = "0.2.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12000dependencies = [
12001 "serde",
12002]
12003
12004[[package]]
12005name = "vsimd"
12006version = "0.8.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12009
12010[[package]]
12011name = "vswhom"
12012version = "0.1.0"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12015dependencies = [
12016 "libc",
12017 "vswhom-sys",
12018]
12019
12020[[package]]
12021name = "vswhom-sys"
12022version = "0.1.2"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12025dependencies = [
12026 "cc",
12027 "libc",
12028]
12029
12030[[package]]
12031name = "vte"
12032version = "0.13.0"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12035dependencies = [
12036 "bitflags 2.6.0",
12037 "cursor-icon",
12038 "log",
12039 "serde",
12040 "utf8parse",
12041 "vte_generate_state_changes",
12042]
12043
12044[[package]]
12045name = "vte_generate_state_changes"
12046version = "0.1.1"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12049dependencies = [
12050 "proc-macro2",
12051 "quote",
12052]
12053
12054[[package]]
12055name = "waker-fn"
12056version = "1.1.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12059
12060[[package]]
12061name = "walkdir"
12062version = "2.5.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12065dependencies = [
12066 "same-file",
12067 "winapi-util",
12068]
12069
12070[[package]]
12071name = "want"
12072version = "0.3.1"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12075dependencies = [
12076 "try-lock",
12077]
12078
12079[[package]]
12080name = "wasi"
12081version = "0.9.0+wasi-snapshot-preview1"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12084
12085[[package]]
12086name = "wasi"
12087version = "0.11.0+wasi-snapshot-preview1"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12090
12091[[package]]
12092name = "wasite"
12093version = "0.1.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12096
12097[[package]]
12098name = "wasm-bindgen"
12099version = "0.2.92"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12102dependencies = [
12103 "cfg-if",
12104 "wasm-bindgen-macro",
12105]
12106
12107[[package]]
12108name = "wasm-bindgen-backend"
12109version = "0.2.92"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12112dependencies = [
12113 "bumpalo",
12114 "log",
12115 "once_cell",
12116 "proc-macro2",
12117 "quote",
12118 "syn 2.0.59",
12119 "wasm-bindgen-shared",
12120]
12121
12122[[package]]
12123name = "wasm-bindgen-futures"
12124version = "0.4.37"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12127dependencies = [
12128 "cfg-if",
12129 "js-sys",
12130 "wasm-bindgen",
12131 "web-sys",
12132]
12133
12134[[package]]
12135name = "wasm-bindgen-macro"
12136version = "0.2.92"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12139dependencies = [
12140 "quote",
12141 "wasm-bindgen-macro-support",
12142]
12143
12144[[package]]
12145name = "wasm-bindgen-macro-support"
12146version = "0.2.92"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12149dependencies = [
12150 "proc-macro2",
12151 "quote",
12152 "syn 2.0.59",
12153 "wasm-bindgen-backend",
12154 "wasm-bindgen-shared",
12155]
12156
12157[[package]]
12158name = "wasm-bindgen-shared"
12159version = "0.2.92"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12162
12163[[package]]
12164name = "wasm-encoder"
12165version = "0.201.0"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12168dependencies = [
12169 "leb128",
12170]
12171
12172[[package]]
12173name = "wasm-encoder"
12174version = "0.207.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12177dependencies = [
12178 "leb128",
12179]
12180
12181[[package]]
12182name = "wasm-metadata"
12183version = "0.201.0"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12186dependencies = [
12187 "anyhow",
12188 "indexmap 2.2.6",
12189 "serde",
12190 "serde_derive",
12191 "serde_json",
12192 "spdx",
12193 "wasm-encoder 0.201.0",
12194 "wasmparser 0.201.0",
12195]
12196
12197[[package]]
12198name = "wasmparser"
12199version = "0.201.0"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12202dependencies = [
12203 "bitflags 2.6.0",
12204 "indexmap 2.2.6",
12205 "semver",
12206]
12207
12208[[package]]
12209name = "wasmparser"
12210version = "0.207.0"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12213dependencies = [
12214 "ahash 0.8.11",
12215 "bitflags 2.6.0",
12216 "hashbrown 0.14.5",
12217 "indexmap 2.2.6",
12218 "semver",
12219]
12220
12221[[package]]
12222name = "wasmprinter"
12223version = "0.207.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12226dependencies = [
12227 "anyhow",
12228 "wasmparser 0.207.0",
12229]
12230
12231[[package]]
12232name = "wasmtime"
12233version = "21.0.1"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12236dependencies = [
12237 "anyhow",
12238 "async-trait",
12239 "bumpalo",
12240 "cc",
12241 "cfg-if",
12242 "encoding_rs",
12243 "hashbrown 0.14.5",
12244 "indexmap 2.2.6",
12245 "libc",
12246 "libm",
12247 "log",
12248 "mach2",
12249 "memfd",
12250 "memoffset",
12251 "object 0.33.0",
12252 "once_cell",
12253 "paste",
12254 "postcard",
12255 "psm",
12256 "rustix 0.38.32",
12257 "semver",
12258 "serde",
12259 "serde_derive",
12260 "smallvec",
12261 "sptr",
12262 "target-lexicon",
12263 "wasmparser 0.207.0",
12264 "wasmtime-asm-macros",
12265 "wasmtime-component-macro",
12266 "wasmtime-component-util",
12267 "wasmtime-cranelift",
12268 "wasmtime-environ",
12269 "wasmtime-fiber",
12270 "wasmtime-jit-icache-coherence",
12271 "wasmtime-slab",
12272 "wasmtime-versioned-export-macros",
12273 "wasmtime-winch",
12274 "windows-sys 0.52.0",
12275]
12276
12277[[package]]
12278name = "wasmtime-asm-macros"
12279version = "21.0.1"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12282dependencies = [
12283 "cfg-if",
12284]
12285
12286[[package]]
12287name = "wasmtime-c-api-impl"
12288version = "21.0.1"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12291dependencies = [
12292 "anyhow",
12293 "log",
12294 "once_cell",
12295 "tracing",
12296 "wasmtime",
12297 "wasmtime-c-api-macros",
12298]
12299
12300[[package]]
12301name = "wasmtime-c-api-macros"
12302version = "21.0.1"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12305dependencies = [
12306 "proc-macro2",
12307 "quote",
12308]
12309
12310[[package]]
12311name = "wasmtime-component-macro"
12312version = "21.0.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12315dependencies = [
12316 "anyhow",
12317 "proc-macro2",
12318 "quote",
12319 "syn 2.0.59",
12320 "wasmtime-component-util",
12321 "wasmtime-wit-bindgen",
12322 "wit-parser 0.207.0",
12323]
12324
12325[[package]]
12326name = "wasmtime-component-util"
12327version = "21.0.1"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12330
12331[[package]]
12332name = "wasmtime-cranelift"
12333version = "21.0.1"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12336dependencies = [
12337 "anyhow",
12338 "cfg-if",
12339 "cranelift-codegen",
12340 "cranelift-control",
12341 "cranelift-entity",
12342 "cranelift-frontend",
12343 "cranelift-native",
12344 "cranelift-wasm",
12345 "gimli 0.28.0",
12346 "log",
12347 "object 0.33.0",
12348 "target-lexicon",
12349 "thiserror",
12350 "wasmparser 0.207.0",
12351 "wasmtime-environ",
12352 "wasmtime-versioned-export-macros",
12353]
12354
12355[[package]]
12356name = "wasmtime-environ"
12357version = "21.0.1"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12360dependencies = [
12361 "anyhow",
12362 "cpp_demangle",
12363 "cranelift-entity",
12364 "gimli 0.28.0",
12365 "indexmap 2.2.6",
12366 "log",
12367 "object 0.33.0",
12368 "postcard",
12369 "rustc-demangle",
12370 "serde",
12371 "serde_derive",
12372 "target-lexicon",
12373 "wasm-encoder 0.207.0",
12374 "wasmparser 0.207.0",
12375 "wasmprinter",
12376 "wasmtime-component-util",
12377 "wasmtime-types",
12378]
12379
12380[[package]]
12381name = "wasmtime-fiber"
12382version = "21.0.1"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12385dependencies = [
12386 "anyhow",
12387 "cc",
12388 "cfg-if",
12389 "rustix 0.38.32",
12390 "wasmtime-asm-macros",
12391 "wasmtime-versioned-export-macros",
12392 "windows-sys 0.52.0",
12393]
12394
12395[[package]]
12396name = "wasmtime-jit-icache-coherence"
12397version = "21.0.1"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12400dependencies = [
12401 "anyhow",
12402 "cfg-if",
12403 "libc",
12404 "windows-sys 0.52.0",
12405]
12406
12407[[package]]
12408name = "wasmtime-slab"
12409version = "21.0.1"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12412
12413[[package]]
12414name = "wasmtime-types"
12415version = "21.0.1"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12418dependencies = [
12419 "cranelift-entity",
12420 "serde",
12421 "serde_derive",
12422 "smallvec",
12423 "wasmparser 0.207.0",
12424]
12425
12426[[package]]
12427name = "wasmtime-versioned-export-macros"
12428version = "21.0.1"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12431dependencies = [
12432 "proc-macro2",
12433 "quote",
12434 "syn 2.0.59",
12435]
12436
12437[[package]]
12438name = "wasmtime-wasi"
12439version = "21.0.1"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12442dependencies = [
12443 "anyhow",
12444 "async-trait",
12445 "bitflags 2.6.0",
12446 "bytes 1.5.0",
12447 "cap-fs-ext",
12448 "cap-net-ext",
12449 "cap-rand",
12450 "cap-std",
12451 "cap-time-ext",
12452 "fs-set-times",
12453 "futures 0.3.28",
12454 "io-extras",
12455 "io-lifetimes 2.0.3",
12456 "once_cell",
12457 "rustix 0.38.32",
12458 "system-interface",
12459 "thiserror",
12460 "tokio",
12461 "tracing",
12462 "url",
12463 "wasmtime",
12464 "wiggle",
12465 "windows-sys 0.52.0",
12466]
12467
12468[[package]]
12469name = "wasmtime-winch"
12470version = "21.0.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12473dependencies = [
12474 "anyhow",
12475 "cranelift-codegen",
12476 "gimli 0.28.0",
12477 "object 0.33.0",
12478 "target-lexicon",
12479 "wasmparser 0.207.0",
12480 "wasmtime-cranelift",
12481 "wasmtime-environ",
12482 "winch-codegen",
12483]
12484
12485[[package]]
12486name = "wasmtime-wit-bindgen"
12487version = "21.0.1"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
12490dependencies = [
12491 "anyhow",
12492 "heck 0.4.1",
12493 "indexmap 2.2.6",
12494 "wit-parser 0.207.0",
12495]
12496
12497[[package]]
12498name = "wast"
12499version = "35.0.2"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12502dependencies = [
12503 "leb128",
12504]
12505
12506[[package]]
12507name = "wayland-backend"
12508version = "0.3.3"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12511dependencies = [
12512 "cc",
12513 "downcast-rs",
12514 "rustix 0.38.32",
12515 "scoped-tls",
12516 "smallvec",
12517 "wayland-sys",
12518]
12519
12520[[package]]
12521name = "wayland-client"
12522version = "0.31.2"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12525dependencies = [
12526 "bitflags 2.6.0",
12527 "rustix 0.38.32",
12528 "wayland-backend",
12529 "wayland-scanner",
12530]
12531
12532[[package]]
12533name = "wayland-cursor"
12534version = "0.31.1"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12537dependencies = [
12538 "rustix 0.38.32",
12539 "wayland-client",
12540 "xcursor",
12541]
12542
12543[[package]]
12544name = "wayland-protocols"
12545version = "0.31.2"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12548dependencies = [
12549 "bitflags 2.6.0",
12550 "wayland-backend",
12551 "wayland-client",
12552 "wayland-scanner",
12553]
12554
12555[[package]]
12556name = "wayland-protocols-plasma"
12557version = "0.2.0"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12560dependencies = [
12561 "bitflags 2.6.0",
12562 "wayland-backend",
12563 "wayland-client",
12564 "wayland-protocols",
12565 "wayland-scanner",
12566]
12567
12568[[package]]
12569name = "wayland-scanner"
12570version = "0.31.1"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12573dependencies = [
12574 "proc-macro2",
12575 "quick-xml 0.31.0",
12576 "quote",
12577]
12578
12579[[package]]
12580name = "wayland-sys"
12581version = "0.31.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12584dependencies = [
12585 "dlib",
12586 "log",
12587 "once_cell",
12588 "pkg-config",
12589]
12590
12591[[package]]
12592name = "web-sys"
12593version = "0.3.64"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12596dependencies = [
12597 "js-sys",
12598 "wasm-bindgen",
12599]
12600
12601[[package]]
12602name = "webpki-roots"
12603version = "0.24.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12606dependencies = [
12607 "rustls-webpki",
12608]
12609
12610[[package]]
12611name = "weezl"
12612version = "0.1.8"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12615
12616[[package]]
12617name = "welcome"
12618version = "0.1.0"
12619dependencies = [
12620 "anyhow",
12621 "client",
12622 "db",
12623 "editor",
12624 "extensions_ui",
12625 "fuzzy",
12626 "gpui",
12627 "inline_completion_button",
12628 "install_cli",
12629 "picker",
12630 "project",
12631 "schemars",
12632 "serde",
12633 "settings",
12634 "theme_selector",
12635 "ui",
12636 "util",
12637 "vim",
12638 "workspace",
12639]
12640
12641[[package]]
12642name = "which"
12643version = "4.4.2"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12646dependencies = [
12647 "either",
12648 "home",
12649 "once_cell",
12650 "rustix 0.38.32",
12651]
12652
12653[[package]]
12654name = "which"
12655version = "6.0.0"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12658dependencies = [
12659 "either",
12660 "home",
12661 "once_cell",
12662 "rustix 0.38.32",
12663 "windows-sys 0.52.0",
12664]
12665
12666[[package]]
12667name = "whoami"
12668version = "1.5.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
12671dependencies = [
12672 "redox_syscall 0.4.1",
12673 "wasite",
12674]
12675
12676[[package]]
12677name = "wiggle"
12678version = "21.0.1"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
12681dependencies = [
12682 "anyhow",
12683 "async-trait",
12684 "bitflags 2.6.0",
12685 "thiserror",
12686 "tracing",
12687 "wasmtime",
12688 "wiggle-macro",
12689]
12690
12691[[package]]
12692name = "wiggle-generate"
12693version = "21.0.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
12696dependencies = [
12697 "anyhow",
12698 "heck 0.4.1",
12699 "proc-macro2",
12700 "quote",
12701 "shellexpand 2.1.2",
12702 "syn 2.0.59",
12703 "witx",
12704]
12705
12706[[package]]
12707name = "wiggle-macro"
12708version = "21.0.1"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
12711dependencies = [
12712 "proc-macro2",
12713 "quote",
12714 "syn 2.0.59",
12715 "wiggle-generate",
12716]
12717
12718[[package]]
12719name = "winapi"
12720version = "0.3.9"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12723dependencies = [
12724 "winapi-i686-pc-windows-gnu",
12725 "winapi-x86_64-pc-windows-gnu",
12726]
12727
12728[[package]]
12729name = "winapi-i686-pc-windows-gnu"
12730version = "0.4.0"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12733
12734[[package]]
12735name = "winapi-util"
12736version = "0.1.8"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12739dependencies = [
12740 "windows-sys 0.52.0",
12741]
12742
12743[[package]]
12744name = "winapi-x86_64-pc-windows-gnu"
12745version = "0.4.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12748
12749[[package]]
12750name = "winch-codegen"
12751version = "0.19.1"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
12754dependencies = [
12755 "anyhow",
12756 "cranelift-codegen",
12757 "gimli 0.28.0",
12758 "regalloc2",
12759 "smallvec",
12760 "target-lexicon",
12761 "wasmparser 0.207.0",
12762 "wasmtime-cranelift",
12763 "wasmtime-environ",
12764]
12765
12766[[package]]
12767name = "windows"
12768version = "0.46.0"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12771dependencies = [
12772 "windows-targets 0.42.2",
12773]
12774
12775[[package]]
12776name = "windows"
12777version = "0.48.0"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12780dependencies = [
12781 "windows-targets 0.48.5",
12782]
12783
12784[[package]]
12785name = "windows"
12786version = "0.52.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12789dependencies = [
12790 "windows-core 0.52.0",
12791 "windows-targets 0.52.6",
12792]
12793
12794[[package]]
12795name = "windows"
12796version = "0.58.0"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
12799dependencies = [
12800 "windows-core 0.58.0",
12801 "windows-targets 0.52.6",
12802]
12803
12804[[package]]
12805name = "windows-core"
12806version = "0.52.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12809dependencies = [
12810 "windows-targets 0.52.6",
12811]
12812
12813[[package]]
12814name = "windows-core"
12815version = "0.58.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
12818dependencies = [
12819 "windows-implement",
12820 "windows-interface",
12821 "windows-result",
12822 "windows-strings",
12823 "windows-targets 0.52.6",
12824]
12825
12826[[package]]
12827name = "windows-implement"
12828version = "0.58.0"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
12831dependencies = [
12832 "proc-macro2",
12833 "quote",
12834 "syn 2.0.59",
12835]
12836
12837[[package]]
12838name = "windows-interface"
12839version = "0.58.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
12842dependencies = [
12843 "proc-macro2",
12844 "quote",
12845 "syn 2.0.59",
12846]
12847
12848[[package]]
12849name = "windows-result"
12850version = "0.2.0"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
12853dependencies = [
12854 "windows-targets 0.52.6",
12855]
12856
12857[[package]]
12858name = "windows-strings"
12859version = "0.1.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
12862dependencies = [
12863 "windows-result",
12864 "windows-targets 0.52.6",
12865]
12866
12867[[package]]
12868name = "windows-sys"
12869version = "0.45.0"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12872dependencies = [
12873 "windows-targets 0.42.2",
12874]
12875
12876[[package]]
12877name = "windows-sys"
12878version = "0.48.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12881dependencies = [
12882 "windows-targets 0.48.5",
12883]
12884
12885[[package]]
12886name = "windows-sys"
12887version = "0.52.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12890dependencies = [
12891 "windows-targets 0.52.6",
12892]
12893
12894[[package]]
12895name = "windows-targets"
12896version = "0.42.2"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12899dependencies = [
12900 "windows_aarch64_gnullvm 0.42.2",
12901 "windows_aarch64_msvc 0.42.2",
12902 "windows_i686_gnu 0.42.2",
12903 "windows_i686_msvc 0.42.2",
12904 "windows_x86_64_gnu 0.42.2",
12905 "windows_x86_64_gnullvm 0.42.2",
12906 "windows_x86_64_msvc 0.42.2",
12907]
12908
12909[[package]]
12910name = "windows-targets"
12911version = "0.48.5"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12914dependencies = [
12915 "windows_aarch64_gnullvm 0.48.5",
12916 "windows_aarch64_msvc 0.48.5",
12917 "windows_i686_gnu 0.48.5",
12918 "windows_i686_msvc 0.48.5",
12919 "windows_x86_64_gnu 0.48.5",
12920 "windows_x86_64_gnullvm 0.48.5",
12921 "windows_x86_64_msvc 0.48.5",
12922]
12923
12924[[package]]
12925name = "windows-targets"
12926version = "0.52.6"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
12929dependencies = [
12930 "windows_aarch64_gnullvm 0.52.6",
12931 "windows_aarch64_msvc 0.52.6",
12932 "windows_i686_gnu 0.52.6",
12933 "windows_i686_gnullvm",
12934 "windows_i686_msvc 0.52.6",
12935 "windows_x86_64_gnu 0.52.6",
12936 "windows_x86_64_gnullvm 0.52.6",
12937 "windows_x86_64_msvc 0.52.6",
12938]
12939
12940[[package]]
12941name = "windows_aarch64_gnullvm"
12942version = "0.42.2"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12945
12946[[package]]
12947name = "windows_aarch64_gnullvm"
12948version = "0.48.5"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12951
12952[[package]]
12953name = "windows_aarch64_gnullvm"
12954version = "0.52.6"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
12957
12958[[package]]
12959name = "windows_aarch64_msvc"
12960version = "0.42.2"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12963
12964[[package]]
12965name = "windows_aarch64_msvc"
12966version = "0.48.5"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12969
12970[[package]]
12971name = "windows_aarch64_msvc"
12972version = "0.52.6"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
12975
12976[[package]]
12977name = "windows_i686_gnu"
12978version = "0.42.2"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12981
12982[[package]]
12983name = "windows_i686_gnu"
12984version = "0.48.5"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12987
12988[[package]]
12989name = "windows_i686_gnu"
12990version = "0.52.6"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
12993
12994[[package]]
12995name = "windows_i686_gnullvm"
12996version = "0.52.6"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
12999
13000[[package]]
13001name = "windows_i686_msvc"
13002version = "0.42.2"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13005
13006[[package]]
13007name = "windows_i686_msvc"
13008version = "0.48.5"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13011
13012[[package]]
13013name = "windows_i686_msvc"
13014version = "0.52.6"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13017
13018[[package]]
13019name = "windows_x86_64_gnu"
13020version = "0.42.2"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13023
13024[[package]]
13025name = "windows_x86_64_gnu"
13026version = "0.48.5"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13029
13030[[package]]
13031name = "windows_x86_64_gnu"
13032version = "0.52.6"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13035
13036[[package]]
13037name = "windows_x86_64_gnullvm"
13038version = "0.42.2"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13041
13042[[package]]
13043name = "windows_x86_64_gnullvm"
13044version = "0.48.5"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13047
13048[[package]]
13049name = "windows_x86_64_gnullvm"
13050version = "0.52.6"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13053
13054[[package]]
13055name = "windows_x86_64_msvc"
13056version = "0.42.2"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13059
13060[[package]]
13061name = "windows_x86_64_msvc"
13062version = "0.48.5"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13065
13066[[package]]
13067name = "windows_x86_64_msvc"
13068version = "0.52.6"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13071
13072[[package]]
13073name = "winnow"
13074version = "0.5.15"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13077dependencies = [
13078 "memchr",
13079]
13080
13081[[package]]
13082name = "winnow"
13083version = "0.6.1"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13086dependencies = [
13087 "memchr",
13088]
13089
13090[[package]]
13091name = "winreg"
13092version = "0.50.0"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13095dependencies = [
13096 "cfg-if",
13097 "windows-sys 0.48.0",
13098]
13099
13100[[package]]
13101name = "winreg"
13102version = "0.52.0"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13105dependencies = [
13106 "cfg-if",
13107 "windows-sys 0.48.0",
13108]
13109
13110[[package]]
13111name = "winresource"
13112version = "0.1.17"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13115dependencies = [
13116 "toml 0.7.8",
13117 "version_check",
13118]
13119
13120[[package]]
13121name = "winx"
13122version = "0.36.3"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13125dependencies = [
13126 "bitflags 2.6.0",
13127 "windows-sys 0.52.0",
13128]
13129
13130[[package]]
13131name = "wio"
13132version = "0.2.2"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13135dependencies = [
13136 "winapi",
13137]
13138
13139[[package]]
13140name = "wit-bindgen"
13141version = "0.22.0"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13144dependencies = [
13145 "bitflags 2.6.0",
13146 "wit-bindgen-rt",
13147 "wit-bindgen-rust-macro",
13148]
13149
13150[[package]]
13151name = "wit-bindgen-core"
13152version = "0.22.0"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13155dependencies = [
13156 "anyhow",
13157 "wit-parser 0.201.0",
13158]
13159
13160[[package]]
13161name = "wit-bindgen-rt"
13162version = "0.22.0"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13165
13166[[package]]
13167name = "wit-bindgen-rust"
13168version = "0.22.0"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13171dependencies = [
13172 "anyhow",
13173 "heck 0.4.1",
13174 "indexmap 2.2.6",
13175 "wasm-metadata",
13176 "wit-bindgen-core",
13177 "wit-component",
13178]
13179
13180[[package]]
13181name = "wit-bindgen-rust-macro"
13182version = "0.22.0"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13185dependencies = [
13186 "anyhow",
13187 "proc-macro2",
13188 "quote",
13189 "syn 2.0.59",
13190 "wit-bindgen-core",
13191 "wit-bindgen-rust",
13192]
13193
13194[[package]]
13195name = "wit-component"
13196version = "0.201.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13199dependencies = [
13200 "anyhow",
13201 "bitflags 2.6.0",
13202 "indexmap 2.2.6",
13203 "log",
13204 "serde",
13205 "serde_derive",
13206 "serde_json",
13207 "wasm-encoder 0.201.0",
13208 "wasm-metadata",
13209 "wasmparser 0.201.0",
13210 "wit-parser 0.201.0",
13211]
13212
13213[[package]]
13214name = "wit-parser"
13215version = "0.201.0"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13218dependencies = [
13219 "anyhow",
13220 "id-arena",
13221 "indexmap 2.2.6",
13222 "log",
13223 "semver",
13224 "serde",
13225 "serde_derive",
13226 "serde_json",
13227 "unicode-xid",
13228 "wasmparser 0.201.0",
13229]
13230
13231[[package]]
13232name = "wit-parser"
13233version = "0.207.0"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13236dependencies = [
13237 "anyhow",
13238 "id-arena",
13239 "indexmap 2.2.6",
13240 "log",
13241 "semver",
13242 "serde",
13243 "serde_derive",
13244 "serde_json",
13245 "unicode-xid",
13246 "wasmparser 0.207.0",
13247]
13248
13249[[package]]
13250name = "witx"
13251version = "0.9.1"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13254dependencies = [
13255 "anyhow",
13256 "log",
13257 "thiserror",
13258 "wast",
13259]
13260
13261[[package]]
13262name = "workspace"
13263version = "0.1.0"
13264dependencies = [
13265 "any_vec",
13266 "anyhow",
13267 "async-recursion 1.0.5",
13268 "bincode",
13269 "call",
13270 "client",
13271 "clock",
13272 "collections",
13273 "db",
13274 "derive_more",
13275 "dev_server_projects",
13276 "env_logger",
13277 "fs",
13278 "futures 0.3.28",
13279 "gpui",
13280 "http_client",
13281 "itertools 0.11.0",
13282 "language",
13283 "lazy_static",
13284 "log",
13285 "node_runtime",
13286 "parking_lot",
13287 "postage",
13288 "project",
13289 "schemars",
13290 "serde",
13291 "serde_json",
13292 "session",
13293 "settings",
13294 "smallvec",
13295 "sqlez",
13296 "task",
13297 "theme",
13298 "ui",
13299 "util",
13300 "uuid",
13301]
13302
13303[[package]]
13304name = "worktree"
13305version = "0.1.0"
13306dependencies = [
13307 "anyhow",
13308 "clock",
13309 "collections",
13310 "env_logger",
13311 "fs",
13312 "futures 0.3.28",
13313 "fuzzy",
13314 "git",
13315 "git2",
13316 "gpui",
13317 "http_client",
13318 "ignore",
13319 "language",
13320 "log",
13321 "parking_lot",
13322 "paths",
13323 "postage",
13324 "pretty_assertions",
13325 "rand 0.8.5",
13326 "rpc",
13327 "schemars",
13328 "serde",
13329 "serde_json",
13330 "settings",
13331 "smol",
13332 "sum_tree",
13333 "text",
13334 "util",
13335]
13336
13337[[package]]
13338name = "wyz"
13339version = "0.5.1"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13342dependencies = [
13343 "tap",
13344]
13345
13346[[package]]
13347name = "x11-clipboard"
13348version = "0.9.2"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13351dependencies = [
13352 "libc",
13353 "x11rb",
13354]
13355
13356[[package]]
13357name = "x11rb"
13358version = "0.13.0"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13361dependencies = [
13362 "as-raw-xcb-connection",
13363 "gethostname",
13364 "libc",
13365 "rustix 0.38.32",
13366 "x11rb-protocol",
13367]
13368
13369[[package]]
13370name = "x11rb-protocol"
13371version = "0.13.0"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13374
13375[[package]]
13376name = "xattr"
13377version = "0.2.3"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13380dependencies = [
13381 "libc",
13382]
13383
13384[[package]]
13385name = "xcursor"
13386version = "0.3.5"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13389
13390[[package]]
13391name = "xdg-home"
13392version = "1.1.0"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13395dependencies = [
13396 "libc",
13397 "winapi",
13398]
13399
13400[[package]]
13401name = "xim"
13402version = "0.4.0"
13403source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13404dependencies = [
13405 "ahash 0.8.11",
13406 "hashbrown 0.14.5",
13407 "log",
13408 "x11rb",
13409 "xim-ctext",
13410 "xim-parser",
13411]
13412
13413[[package]]
13414name = "xim-ctext"
13415version = "0.3.0"
13416source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13417dependencies = [
13418 "encoding_rs",
13419]
13420
13421[[package]]
13422name = "xim-parser"
13423version = "0.2.1"
13424source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13425dependencies = [
13426 "bitflags 2.6.0",
13427]
13428
13429[[package]]
13430name = "xkbcommon"
13431version = "0.7.0"
13432source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13433dependencies = [
13434 "as-raw-xcb-connection",
13435 "libc",
13436 "memmap2",
13437 "xkeysym",
13438]
13439
13440[[package]]
13441name = "xkeysym"
13442version = "0.2.0"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13445
13446[[package]]
13447name = "xml5ever"
13448version = "0.18.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13451dependencies = [
13452 "log",
13453 "mac",
13454 "markup5ever",
13455]
13456
13457[[package]]
13458name = "xmlparser"
13459version = "0.13.5"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13462
13463[[package]]
13464name = "xmlwriter"
13465version = "0.1.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13468
13469[[package]]
13470name = "xtask"
13471version = "0.1.0"
13472dependencies = [
13473 "anyhow",
13474 "cargo_metadata",
13475 "cargo_toml",
13476 "clap",
13477]
13478
13479[[package]]
13480name = "yansi"
13481version = "0.5.1"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13484
13485[[package]]
13486name = "yazi"
13487version = "0.1.6"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13490
13491[[package]]
13492name = "yeslogic-fontconfig-sys"
13493version = "6.0.0"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
13496dependencies = [
13497 "dlib",
13498 "once_cell",
13499 "pkg-config",
13500]
13501
13502[[package]]
13503name = "zbus"
13504version = "4.0.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13507dependencies = [
13508 "async-broadcast",
13509 "async-executor",
13510 "async-fs 2.1.1",
13511 "async-io 2.3.1",
13512 "async-lock 3.3.0",
13513 "async-process 2.1.0",
13514 "async-recursion 1.0.5",
13515 "async-task",
13516 "async-trait",
13517 "blocking",
13518 "derivative",
13519 "enumflags2",
13520 "event-listener 5.1.0",
13521 "futures-core",
13522 "futures-sink",
13523 "futures-util",
13524 "hex",
13525 "nix 0.27.1",
13526 "ordered-stream",
13527 "rand 0.8.5",
13528 "serde",
13529 "serde_repr",
13530 "sha1",
13531 "static_assertions",
13532 "tracing",
13533 "uds_windows",
13534 "windows-sys 0.52.0",
13535 "xdg-home",
13536 "zbus_macros",
13537 "zbus_names",
13538 "zvariant",
13539]
13540
13541[[package]]
13542name = "zbus_macros"
13543version = "4.0.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13546dependencies = [
13547 "proc-macro-crate 1.3.1",
13548 "proc-macro2",
13549 "quote",
13550 "regex",
13551 "syn 1.0.109",
13552 "zvariant_utils",
13553]
13554
13555[[package]]
13556name = "zbus_names"
13557version = "3.0.0"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13560dependencies = [
13561 "serde",
13562 "static_assertions",
13563 "zvariant",
13564]
13565
13566[[package]]
13567name = "zed"
13568version = "0.147.0"
13569dependencies = [
13570 "activity_indicator",
13571 "anyhow",
13572 "ashpd",
13573 "assets",
13574 "assistant",
13575 "audio",
13576 "auto_update",
13577 "backtrace",
13578 "breadcrumbs",
13579 "call",
13580 "channel",
13581 "chrono",
13582 "clap",
13583 "cli",
13584 "client",
13585 "collab_ui",
13586 "collections",
13587 "command_palette",
13588 "copilot",
13589 "db",
13590 "dev_server_projects",
13591 "diagnostics",
13592 "editor",
13593 "env_logger",
13594 "extension",
13595 "extensions_ui",
13596 "feedback",
13597 "file_finder",
13598 "file_icons",
13599 "fs",
13600 "futures 0.3.28",
13601 "git",
13602 "git_hosting_providers",
13603 "go_to_line",
13604 "gpui",
13605 "headless",
13606 "http_client",
13607 "image_viewer",
13608 "inline_completion_button",
13609 "install_cli",
13610 "isahc",
13611 "journal",
13612 "language",
13613 "language_model",
13614 "language_selector",
13615 "language_tools",
13616 "languages",
13617 "libc",
13618 "log",
13619 "markdown_preview",
13620 "menu",
13621 "mimalloc",
13622 "nix 0.28.0",
13623 "node_runtime",
13624 "notifications",
13625 "outline",
13626 "outline_panel",
13627 "parking_lot",
13628 "paths",
13629 "profiling",
13630 "project",
13631 "project_panel",
13632 "project_symbols",
13633 "quick_action_bar",
13634 "recent_projects",
13635 "release_channel",
13636 "remote",
13637 "repl",
13638 "rope",
13639 "search",
13640 "serde",
13641 "serde_json",
13642 "session",
13643 "settings",
13644 "settings_ui",
13645 "simplelog",
13646 "smol",
13647 "snippet_provider",
13648 "supermaven",
13649 "tab_switcher",
13650 "task",
13651 "tasks_ui",
13652 "telemetry_events",
13653 "terminal_view",
13654 "theme",
13655 "theme_selector",
13656 "tree-sitter-md",
13657 "tree-sitter-rust",
13658 "ui",
13659 "url",
13660 "urlencoding",
13661 "util",
13662 "uuid",
13663 "vim",
13664 "welcome",
13665 "winresource",
13666 "workspace",
13667 "zed_actions",
13668]
13669
13670[[package]]
13671name = "zed_actions"
13672version = "0.1.0"
13673dependencies = [
13674 "gpui",
13675 "serde",
13676]
13677
13678[[package]]
13679name = "zed_astro"
13680version = "0.1.0"
13681dependencies = [
13682 "serde",
13683 "zed_extension_api 0.0.6",
13684]
13685
13686[[package]]
13687name = "zed_clojure"
13688version = "0.0.3"
13689dependencies = [
13690 "zed_extension_api 0.0.6",
13691]
13692
13693[[package]]
13694name = "zed_csharp"
13695version = "0.0.2"
13696dependencies = [
13697 "zed_extension_api 0.0.6",
13698]
13699
13700[[package]]
13701name = "zed_dart"
13702version = "0.0.3"
13703dependencies = [
13704 "zed_extension_api 0.0.6",
13705]
13706
13707[[package]]
13708name = "zed_deno"
13709version = "0.0.2"
13710dependencies = [
13711 "zed_extension_api 0.0.6",
13712]
13713
13714[[package]]
13715name = "zed_elixir"
13716version = "0.0.6"
13717dependencies = [
13718 "zed_extension_api 0.0.6",
13719]
13720
13721[[package]]
13722name = "zed_elm"
13723version = "0.0.1"
13724dependencies = [
13725 "zed_extension_api 0.0.6",
13726]
13727
13728[[package]]
13729name = "zed_emmet"
13730version = "0.0.3"
13731dependencies = [
13732 "zed_extension_api 0.0.6",
13733]
13734
13735[[package]]
13736name = "zed_erlang"
13737version = "0.0.1"
13738dependencies = [
13739 "zed_extension_api 0.0.6",
13740]
13741
13742[[package]]
13743name = "zed_extension_api"
13744version = "0.0.6"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13747dependencies = [
13748 "serde",
13749 "serde_json",
13750 "wit-bindgen",
13751]
13752
13753[[package]]
13754name = "zed_extension_api"
13755version = "0.0.7"
13756dependencies = [
13757 "serde",
13758 "serde_json",
13759 "wit-bindgen",
13760]
13761
13762[[package]]
13763name = "zed_gleam"
13764version = "0.1.3"
13765dependencies = [
13766 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13767 "zed_extension_api 0.0.7",
13768]
13769
13770[[package]]
13771name = "zed_glsl"
13772version = "0.1.0"
13773dependencies = [
13774 "zed_extension_api 0.0.6",
13775]
13776
13777[[package]]
13778name = "zed_haskell"
13779version = "0.1.0"
13780dependencies = [
13781 "zed_extension_api 0.0.6",
13782]
13783
13784[[package]]
13785name = "zed_html"
13786version = "0.1.1"
13787dependencies = [
13788 "zed_extension_api 0.0.6",
13789]
13790
13791[[package]]
13792name = "zed_lua"
13793version = "0.0.3"
13794dependencies = [
13795 "zed_extension_api 0.0.6",
13796]
13797
13798[[package]]
13799name = "zed_ocaml"
13800version = "0.0.2"
13801dependencies = [
13802 "zed_extension_api 0.0.6",
13803]
13804
13805[[package]]
13806name = "zed_php"
13807version = "0.1.2"
13808dependencies = [
13809 "zed_extension_api 0.0.6",
13810]
13811
13812[[package]]
13813name = "zed_prisma"
13814version = "0.0.3"
13815dependencies = [
13816 "zed_extension_api 0.0.6",
13817]
13818
13819[[package]]
13820name = "zed_purescript"
13821version = "0.0.1"
13822dependencies = [
13823 "zed_extension_api 0.0.6",
13824]
13825
13826[[package]]
13827name = "zed_ruby"
13828version = "0.0.8"
13829dependencies = [
13830 "zed_extension_api 0.0.6",
13831]
13832
13833[[package]]
13834name = "zed_ruff"
13835version = "0.0.2"
13836dependencies = [
13837 "zed_extension_api 0.0.6",
13838]
13839
13840[[package]]
13841name = "zed_snippets"
13842version = "0.0.5"
13843dependencies = [
13844 "serde_json",
13845 "zed_extension_api 0.0.6",
13846]
13847
13848[[package]]
13849name = "zed_svelte"
13850version = "0.0.3"
13851dependencies = [
13852 "zed_extension_api 0.0.6",
13853]
13854
13855[[package]]
13856name = "zed_terraform"
13857version = "0.0.4"
13858dependencies = [
13859 "zed_extension_api 0.0.6",
13860]
13861
13862[[package]]
13863name = "zed_test_extension"
13864version = "0.1.0"
13865dependencies = [
13866 "zed_extension_api 0.0.6",
13867]
13868
13869[[package]]
13870name = "zed_toml"
13871version = "0.1.1"
13872dependencies = [
13873 "zed_extension_api 0.0.6",
13874]
13875
13876[[package]]
13877name = "zed_uiua"
13878version = "0.0.1"
13879dependencies = [
13880 "zed_extension_api 0.0.6",
13881]
13882
13883[[package]]
13884name = "zed_vue"
13885version = "0.1.0"
13886dependencies = [
13887 "serde",
13888 "zed_extension_api 0.0.6",
13889]
13890
13891[[package]]
13892name = "zed_zig"
13893version = "0.1.5"
13894dependencies = [
13895 "zed_extension_api 0.0.6",
13896]
13897
13898[[package]]
13899name = "zeno"
13900version = "0.2.3"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13903
13904[[package]]
13905name = "zerocopy"
13906version = "0.7.32"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13909dependencies = [
13910 "zerocopy-derive",
13911]
13912
13913[[package]]
13914name = "zerocopy-derive"
13915version = "0.7.32"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13918dependencies = [
13919 "proc-macro2",
13920 "quote",
13921 "syn 2.0.59",
13922]
13923
13924[[package]]
13925name = "zeroize"
13926version = "1.6.0"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13929dependencies = [
13930 "zeroize_derive",
13931]
13932
13933[[package]]
13934name = "zeroize_derive"
13935version = "1.4.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13938dependencies = [
13939 "proc-macro2",
13940 "quote",
13941 "syn 2.0.59",
13942]
13943
13944[[package]]
13945name = "zeromq"
13946version = "0.4.0"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13949dependencies = [
13950 "async-dispatcher",
13951 "async-std",
13952 "async-trait",
13953 "asynchronous-codec",
13954 "bytes 1.5.0",
13955 "crossbeam-queue",
13956 "dashmap",
13957 "futures-channel",
13958 "futures-io",
13959 "futures-task",
13960 "futures-util",
13961 "log",
13962 "num-traits",
13963 "once_cell",
13964 "parking_lot",
13965 "rand 0.8.5",
13966 "regex",
13967 "thiserror",
13968 "uuid",
13969]
13970
13971[[package]]
13972name = "zstd"
13973version = "0.11.2+zstd.1.5.2"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13976dependencies = [
13977 "zstd-safe",
13978]
13979
13980[[package]]
13981name = "zstd-safe"
13982version = "5.0.2+zstd.1.5.2"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13985dependencies = [
13986 "libc",
13987 "zstd-sys",
13988]
13989
13990[[package]]
13991name = "zstd-sys"
13992version = "2.0.8+zstd.1.5.5"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13995dependencies = [
13996 "cc",
13997 "libc",
13998 "pkg-config",
13999]
14000
14001[[package]]
14002name = "zune-core"
14003version = "0.4.12"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14006
14007[[package]]
14008name = "zune-inflate"
14009version = "0.2.54"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14012dependencies = [
14013 "simd-adler32",
14014]
14015
14016[[package]]
14017name = "zune-jpeg"
14018version = "0.4.11"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
14021dependencies = [
14022 "zune-core",
14023]
14024
14025[[package]]
14026name = "zvariant"
14027version = "4.0.2"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14030dependencies = [
14031 "endi",
14032 "enumflags2",
14033 "serde",
14034 "static_assertions",
14035 "url",
14036 "zvariant_derive",
14037]
14038
14039[[package]]
14040name = "zvariant_derive"
14041version = "4.0.2"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14044dependencies = [
14045 "proc-macro-crate 3.1.0",
14046 "proc-macro2",
14047 "quote",
14048 "syn 1.0.109",
14049 "zvariant_utils",
14050]
14051
14052[[package]]
14053name = "zvariant_utils"
14054version = "1.1.0"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14057dependencies = [
14058 "proc-macro2",
14059 "quote",
14060 "syn 1.0.109",
14061]