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