Cargo.lock

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