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