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