Cargo.lock

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