Cargo.lock

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