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